object RemoveModulesDlg: TRemoveModulesDlg Left = 359 Top = 150 HorzScrollBar.Increment = 33 VertScrollBar.Increment = 19 ActiveControl = ModuleListBox BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Remove From Project' ClientHeight = 213 ClientWidth = 373 ParentFont = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object OkBtn: TButton Left = 134 Top = 181 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 214 Top = 181 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpBtn: TButton Left = 294 Top = 181 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpBtnClick end object Panel1: TPanel Left = 6 Top = 8 Width = 361 Height = 164 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' ParentColor = True TabOrder = 0 object ModuleListBox: TListBox Left = 0 Top = 17 Width = 357 Height = 143 Align = alClient BorderStyle = bsNone ItemHeight = 13 MultiSelect = True Sorted = True Style = lbOwnerDrawFixed TabOrder = 0 OnClick = ModuleListBoxClick OnDblClick = ModuleListBoxDblClick OnDrawItem = ModuleListBoxDrawItem end object ListHeader: THeaderControl Left = 0 Top = 0 Width = 357 Height = 17 Sections = < item AllowClick = False MinWidth = 50 Text = 'Unit' Width = 50 end item AllowClick = False MinWidth = 50 Text = 'Form' Width = 50 end> OnResize = ListHeaderResize OnSectionResize = ListHeaderSectionResize end end end