home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TREBUILDWARNINGDLG / TREBUILDWARNINGDLG.txt
Text File  |  1998-06-16  |  1KB  |  60 lines

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