home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TREBUILDWARNINGDLG / TREBUILDWARNINGDLG.txt
Text File  |  1999-08-11  |  1KB  |  63 lines

  1. object RebuildWarningDlg: TRebuildWarningDlg
  2.   Left = 313
  3.   Top = 114
  4.   HelpContext = 5201
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compiling package %s'
  7.   ClientHeight = 123
  8.   ClientWidth = 338
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object MessageText: TLabel
  16.     Left = 0
  17.     Top = 8
  18.     Width = 338
  19.     Height = 49
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'Package '#39'%s'#39' is about to be compiled.  Continue?'
  23.     WordWrap = True
  24.   end
  25.   object DontShowAgain: TCheckBox
  26.     Left = 8
  27.     Top = 64
  28.     Width = 185
  29.     Height = 17
  30.     Caption = '&Don'#39't show this message again.'
  31.     TabOrder = 0
  32.   end
  33.   object YesButton: TButton
  34.     Left = 96
  35.     Top = 96
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Yes'
  39.     Default = True
  40.     ModalResult = 6
  41.     TabOrder = 1
  42.   end
  43.   object NoButton: TButton
  44.     Left = 176
  45.     Top = 96
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&No'
  50.     ModalResult = 7
  51.     TabOrder = 2
  52.   end
  53.   object HelpButton: TButton
  54.     Left = 256
  55.     Top = 96
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Help'
  59.     TabOrder = 3
  60.     OnClick = HelpButtonClick
  61.   end
  62. end
  63.