home *** CD-ROM | disk | FTP | other *** search
- object frmOpenTable: TfrmOpenTable
- Left = 228
- Top = 117
- HelpContext = 2015
- BorderStyle = bsDialog
- Caption = 'Select Table'
- ClientHeight = 356
- ClientWidth = 462
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 8
- Width = 444
- Height = 316
- Style = bsRaised
- IsControl = True
- end
- object lblAlias: TLabel
- Left = 22
- Top = 19
- Width = 31
- Height = 16
- Caption = 'Alias'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblPath: TLabel
- Left = 22
- Top = 49
- Width = 29
- Height = 16
- Caption = 'Path'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object comboAliasNames: TComboBox
- Left = 58
- Top = 16
- Width = 382
- Height = 21
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- 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 = 0
- OnChange = comboAliasNamesChange
- end
- object TableListBox: TListBox
- Left = 22
- Top = 76
- Width = 419
- Height = 236
- ItemHeight = 16
- Items.Strings = (
- 'No Tables Found')
- Sorted = True
- TabOrder = 1
- OnDblClick = TableListBoxDblClick
- end
- object EditPath: TBtnEdit
- Left = 59
- Top = 45
- Width = 382
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Glyph.Data = {
- AE000000424DAE00000000000000360000002800000009000000060000000100
- 1000000000007800000000000000000000000000000000000000E03DE03DE03D
- E03DE03DE03DE03DE03DE03D0300E03DE03DE03DE03DE03DE03DE03DE03DE03D
- B60000000000E03D00000000E03D00000000E03D020000000000E03D00000000
- E03D00000000E03D0A00E03DE03DE03DE03DE03DE03DE03DE03DE03D0800E03D
- E03DE03DE03DE03DE03DE03DE03DE03D5702}
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- OnChange = EditPathChange
- OnBtnClick = EditPathBtnClick
- end
- object btnOk: TButton
- Left = 225
- Top = 328
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object btnCancel: TButton
- Left = 302
- Top = 328
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object btnHelp: TButton
- Left = 379
- Top = 328
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = btnHelpClick
- end
- end
-