object frmSrwTable: TfrmSrwTable Left = 201 Top = 123 HelpContext = 1015 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Add Tables' ClientHeight = 259 ClientWidth = 303 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown TextHeight = 13 object cmdAdd: TBitBtn Left = 210 Top = 4 Width = 89 Height = 25 Caption = '&Add Table' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = cmdAddClick Style = bsNew end object cmdDirectory: TBitBtn Left = 210 Top = 36 Width = 89 Height = 25 Caption = '&Directory' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = cmdDirectoryClick Style = bsNew end object cmdClose: TBitBtn Left = 210 Top = 68 Width = 89 Height = 25 Caption = '&Close' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = cmdCloseClick Style = bsNew end object cmdHelp: TBitBtn Left = 210 Top = 100 Width = 89 Height = 25 Caption = '&Help' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = cmdHelpClick Style = bsNew end object panMain: TPanel Left = 4 Top = 4 Width = 201 Height = 252 TabOrder = 4 object Label1: TLabel Left = 8 Top = 6 Width = 55 Height = 13 Caption = '&Database' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 52 Width = 39 Height = 13 Caption = '&Tables' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object cmbDatabase: TComboBox Left = 8 Top = 24 Width = 183 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 OnClick = cmbDatabaseClick OnKeyDown = cmbDatabaseKeyDown end object lstTables: TListBox Left = 8 Top = 70 Width = 183 Height = 171 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 1 OnDblClick = cmdAddClick end end object dlgOpen: TOpenDialog Left = 216 Top = 136 end end