home *** CD-ROM | disk | FTP | other *** search
- object frmOpenTable: TfrmOpenTable
- Left = 122
- Top = 71
- HelpContext = 2015
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Open Table'
- ClientHeight = 294
- ClientWidth = 367
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel2: TBevel
- Left = 7
- Top = 6
- Width = 350
- Height = 35
- Shape = bsFrame
- IsControl = True
- end
- object Bevel1: TBevel
- Left = 7
- Top = 46
- Width = 350
- Height = 207
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 31
- Height = 16
- Caption = 'Alias'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 61
- Top = 263
- Width = 77
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 145
- Top = 263
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 229
- Top = 263
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkHelp
- Margin = 2
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object comboAliasNames: TComboBox
- Left = 51
- Top = 13
- Width = 297
- Height = 21
- HelpContext = 2003
- Style = csDropDownList
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Delete'
- 'Select'
- 'Update')
- ParentFont = False
- Sorted = True
- TabOrder = 3
- OnChange = comboAliasNamesChange
- end
- object TableListBox: TListBox
- Left = 15
- Top = 57
- Width = 333
- Height = 185
- ItemHeight = 16
- Items.Strings = (
- 'No Tables Found')
- Sorted = True
- TabOrder = 4
- OnDblClick = TableListBoxDblClick
- end
- end
-