object PakRemoveRuntimeDlg: TPakRemoveRuntimeDlg Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Remove Runtime Packages' ClientHeight = 208 ClientWidth = 250 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 233 Height = 49 AutoSize = False Caption = 'The package names in the following list are not used by any inst' + 'alled packages. Remove the selected names from the runtime pack' + 'ages list?' WordWrap = True end object PackageListBox: TListBox Left = 8 Top = 58 Width = 236 Height = 109 ItemHeight = 13 MultiSelect = True Sorted = True TabOrder = 0 OnClick = PackageListBoxClick end object OkButton: TButton Left = 9 Top = 176 Width = 75 Height = 25 Caption = 'Yes' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 89 Top = 176 Width = 75 Height = 25 Cancel = True Caption = 'No' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 169 Top = 176 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end