home *** CD-ROM | disk | FTP | other *** search
- object FrmSelectIndex: TFrmSelectIndex
- Left = 220
- Top = 241
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Index Field Names'
- ClientHeight = 96
- ClientWidth = 328
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 328
- Height = 96
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 0
- object BtnOk: TButton
- Left = 105
- Top = 58
- Width = 55
- Height = 20
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object BtnClose: TButton
- Left = 163
- Top = 58
- Width = 55
- Height = 20
- Cancel = True
- Caption = 'C&lose'
- ModalResult = 2
- TabOrder = 2
- end
- object ComboBox1: TComboBox
- Left = 23
- Top = 20
- Width = 286
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- end
- end
-