object SubmitFormCfg: TSubmitFormCfg Left = 214 Top = 214 HelpContext = 14025 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Submission Forms' ClientHeight = 253 ClientWidth = 547 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lTables: TListBox Left = 8 Top = 24 Width = 529 Height = 185 ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = lTablesDrawItem end object bOK: TButton Left = 368 Top = 219 Width = 75 Height = 25 Cancel = True Caption = '&Close' Default = True ModalResult = 1 TabOrder = 1 end object bAdd: TButton Left = 208 Top = 219 Width = 75 Height = 25 Caption = '&Add...' TabOrder = 2 OnClick = bAddClick end object bDelete: TButton Left = 288 Top = 219 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 3 OnClick = bDeleteClick end object hTables: THeaderControl Left = 8 Top = 8 Width = 529 Height = 17 Align = alNone Sections = < item AllowClick = False MaxWidth = 500 MinWidth = 200 Text = 'Title' Width = 200 end item AllowClick = False MaxWidth = 9999 MinWidth = 10 Text = 'To' Width = 329 end> OnSectionResize = hTablesSectionResize end object bHelp: TButton Left = 448 Top = 219 Width = 75 Height = 25 Cancel = True Caption = '&Help' TabOrder = 5 OnClick = bHelpClick end end