home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / NDXREBU.DFM / NDXREBU.txt
Text File  |  1997-02-14  |  2KB  |  93 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 312
  5.   Height = 129
  6.   Caption = 'Index Builder'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 15
  16.     Top = 9
  17.     Width = 32
  18.     Height = 13
  19.     Alignment = taRightJustify
  20.     AutoSize = False
  21.     Caption = 'Alias:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 10
  25.     Top = 36
  26.     Width = 37
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     AutoSize = False
  30.     Caption = 'Table:'
  31.   end
  32.   object cbAlias: TComboBox
  33.     Left = 51
  34.     Top = 6
  35.     Width = 145
  36.     Height = 20
  37.     Style = csDropDownList
  38.     ItemHeight = 13
  39.     Sorted = True
  40.     TabOrder = 0
  41.     OnChange = cbAliasChange
  42.   end
  43.   object cbTable: TComboBox
  44.     Left = 51
  45.     Top = 33
  46.     Width = 145
  47.     Height = 20
  48.     Style = csDropDownList
  49.     ItemHeight = 13
  50.     Sorted = True
  51.     TabOrder = 1
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 207
  55.     Top = 3
  56.     Width = 89
  57.     Height = 25
  58.     Caption = '&Build Indexes'
  59.     TabOrder = 2
  60.     OnClick = BitBtn1Click
  61.   end
  62.   object BitBtn2: TBitBtn
  63.     Left = 207
  64.     Top = 30
  65.     Width = 89
  66.     Height = 25
  67.     Caption = 'E&xit'
  68.     TabOrder = 3
  69.     Kind = bkClose
  70.   end
  71.   object StatusBar1: TStatusBar
  72.     Left = 0
  73.     Top = 83
  74.     Width = 304
  75.     Height = 19
  76.     Panels = <
  77.       item
  78.         Text = 'Message'
  79.         Width = 250
  80.       end
  81.       item
  82.         Text = 'Count'
  83.         Width = 20
  84.       end>
  85.     SimplePanel = False
  86.   end
  87.   object tblIndex: TTable
  88.     Exclusive = True
  89.     Left = 63
  90.     Top = 12
  91.   end
  92. end
  93.