object Form1: TForm1 Left = 200 Top = 108 Width = 312 Height = 129 Caption = 'Index Builder' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 15 Top = 9 Width = 32 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Alias:' end object Label2: TLabel Left = 10 Top = 36 Width = 37 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Table:' end object cbAlias: TComboBox Left = 51 Top = 6 Width = 145 Height = 20 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 0 OnChange = cbAliasChange end object cbTable: TComboBox Left = 51 Top = 33 Width = 145 Height = 20 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 1 end object BitBtn1: TBitBtn Left = 207 Top = 3 Width = 89 Height = 25 Caption = '&Build Indexes' TabOrder = 2 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 207 Top = 30 Width = 89 Height = 25 Caption = 'E&xit' TabOrder = 3 Kind = bkClose end object StatusBar1: TStatusBar Left = 0 Top = 83 Width = 304 Height = 19 Panels = < item Text = 'Message' Width = 250 end item Text = 'Count' Width = 20 end> SimplePanel = False end object tblIndex: TTable Exclusive = True Left = 63 Top = 12 end end