object CompAddForm: TCompAddForm Left = 257 Top = 161 HelpContext = 1645 ActiveControl = Edit BorderStyle = bsDialog Caption = 'Add Module' ClientHeight = 100 ClientWidth = 348 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 333 Height = 51 Shape = bsFrame end object Label1: TLabel Left = 15 Top = 11 Width = 67 Height = 13 Caption = '&Module name:' FocusControl = Edit end object Edit: TEdit Left = 16 Top = 28 Width = 225 Height = 21 MaxLength = 63 TabOrder = 0 end object OKButton: TButton Left = 106 Top = 67 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkButtonClick end object CancelButton: TButton Left = 186 Top = 67 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 266 Top = 67 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object BrowseButton: TButton Left = 256 Top = 24 Width = 75 Height = 25 Caption = '&Browse' TabOrder = 4 OnClick = BrowseButtonClick end end