object Form1: TForm1 Left = 202 Top = 98 ActiveControl = ListBox1 AutoScroll = False Caption = 'Fielder' ClientHeight = 264 ClientWidth = 359 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object ListBox1: TListBox Left = 24 Top = 56 Width = 129 Height = 193 ItemHeight = 16 TabOrder = 0 end object bFields: TButton Left = 24 Top = 8 Width = 129 Height = 33 Caption = 'Fields' TabOrder = 1 OnClick = bFieldsClick end object ListBox2: TListBox Left = 208 Top = 56 Width = 121 Height = 193 ItemHeight = 16 TabOrder = 2 end object bCurRecord: TButton Left = 208 Top = 8 Width = 121 Height = 33 Caption = 'Current Record' TabOrder = 3 OnClick = bCurRecordClick end object Table1: TTable Active = True DatabaseName = 'dbdemos' TableName = 'CUSTOMER.DB' end end