object BasePackageInstallDlg: TBasePackageInstallDlg Left = 436 Top = 354 HorzScrollBar.Increment = 43 VertScrollBar.Increment = 14 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Install' ClientHeight = 164 ClientWidth = 485 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 485 Height = 133 Align = alClient BevelOuter = bvNone BorderWidth = 5 Caption = 'Panel1' TabOrder = 0 object PropSheets: TPropertySheetControl Left = 5 Top = 5 Width = 475 Height = 123 Align = alClient TabOrder = 0 OnChange = PropSheetsChange PropertySheets = <> end end object Panel2: TPanel Left = 0 Top = 133 Width = 485 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OkButton: TButton Left = 244 Top = 1 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = OkButtonClick end object CancelBtn: TButton Left = 324 Top = 1 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 404 Top = 1 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end object NewProjectGroup: TCheckBox Left = 16 Top = 7 Width = 161 Height = 17 Caption = '&Create new Project Group' TabOrder = 3 Visible = False end end end