object PackageDetailDlg: TPackageDetailDlg Left = 329 Top = 264 BorderStyle = bsDialog Caption = 'Package Details' ClientHeight = 157 ClientWidth = 274 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 156 Height = 13 Caption = '&Select which file groups to install:' FocusControl = GroupList end object GroupList: TCheckListBox Left = 8 Top = 24 Width = 257 Height = 97 Flat = True ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 end object OKButton: TButton Left = 56 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 144 Top = 128 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end