object RemoveModulesDlg: TRemoveModulesDlg Left = 378 Top = 150 ActiveControl = ModuleListBox BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '��ۼު�Ă���폜' ClientHeight = 213 ClientWidth = 272 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object OkBtn: TButton Left = 30 Top = 181 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 110 Top = 181 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 2 end object HelpBtn: TButton Left = 190 Top = 181 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = HelpBtnClick end object Panel1: TPanel Left = 8 Top = 8 Width = 257 Height = 164 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' ParentColor = True TabOrder = 0 object ModuleListBox: TListBox Left = 0 Top = 17 Width = 253 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 = 253 Height = 17 Sections = < item AllowClick = False Text = '�Ư�' Width = 50 end item AllowClick = False Text = '̫��' Width = 50 end> end end end