object RebuildWarningDlg: TRebuildWarningDlg Left = 313 Top = 114 HelpContext = 5201 BorderStyle = bsDialog Caption = 'Compiling package %s' ClientHeight = 123 ClientWidth = 338 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object MessageText: TLabel Left = 0 Top = 8 Width = 338 Height = 49 Alignment = taCenter AutoSize = False Caption = 'Package '#39'%s'#39' is about to be compiled. Continue?' WordWrap = True end object DontShowAgain: TCheckBox Left = 8 Top = 64 Width = 185 Height = 17 Caption = '&Don'#39't show this message again.' TabOrder = 0 end object YesButton: TButton Left = 96 Top = 96 Width = 75 Height = 25 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 1 end object NoButton: TButton Left = 176 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '&No' ModalResult = 7 TabOrder = 2 end object HelpButton: TButton Left = 256 Top = 96 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end