home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / SELINDEX.DFM / SELINDEX.txt < prev   
Encoding:
Text File  |  2000-01-02  |  1.1 KB  |  59 lines

  1. object FrmSelectIndex: TFrmSelectIndex
  2.   Left = 220
  3.   Top = 241
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Index Field Names'
  7.   ClientHeight = 96
  8.   ClientWidth = 328
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 328
  25.     Height = 96
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     TabOrder = 0
  29.     object BtnOk: TButton
  30.       Left = 105
  31.       Top = 58
  32.       Width = 55
  33.       Height = 20
  34.       Caption = '&Ok'
  35.       Default = True
  36.       ModalResult = 1
  37.       TabOrder = 1
  38.     end
  39.     object BtnClose: TButton
  40.       Left = 163
  41.       Top = 58
  42.       Width = 55
  43.       Height = 20
  44.       Cancel = True
  45.       Caption = 'C&lose'
  46.       ModalResult = 2
  47.       TabOrder = 2
  48.     end
  49.     object ComboBox1: TComboBox
  50.       Left = 23
  51.       Top = 20
  52.       Width = 286
  53.       Height = 21
  54.       ItemHeight = 13
  55.       TabOrder = 0
  56.     end
  57.   end
  58. end
  59.