object Form1: TForm1 Left = 309 Top = 58 Width = 870 Height = 640 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 120 TextHeight = 16 object JvDBGrid1: TJvDBGrid Left = 248 Top = 104 Width = 320 Height = 120 DataSource = DataSource1 Options = [dgEditing, dgTitles, dgIndicator, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit] TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -13 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] SelectColumnsDialogStrings.Caption = 'Select columns' SelectColumnsDialogStrings.RealNamesOption = '[With the real field name]' SelectColumnsDialogStrings.OK = '&OK' SelectColumnsDialogStrings.NoSelectionWarning = 'At least one column must be visible!' EditControls = <> RowsHeight = 20 TitleRowHeight = 20 end object Table1: TTable DatabaseName = 'DBDEMOS' TableName = 'animals.dbf' Left = 80 Top = 16 end object DataSource1: TDataSource DataSet = Table1 Left = 136 Top = 16 end end