object MainForm: TMainForm Left = 94 Top = 134 Width = 638 Height = 294 Caption = 'Wines Database Demonstration' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object DBNavigator1: TDBNavigator Left = 32 Top = 24 Width = 240 Height = 25 DataSource = DataSource1 TabOrder = 0 end object DBGrid1: TDBGrid Left = 8 Top = 64 Width = 609 Height = 153 DataSource = DataSource1 TabOrder = 1 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object BitBtn1: TBitBtn Left = 544 Top = 232 Width = 75 Height = 25 TabOrder = 2 Kind = bkClose end object DataSource1: TDataSource DataSet = Table1 Left = 384 Top = 16 end object Table1: TTable Active = True DatabaseName = 'WINES' FieldDefs = < item Name = 'Name' DataType = ftString Precision = 0 Required = False Size = 32 end item Name = 'Number' DataType = ftFloat Precision = 0 Required = False Size = 0 end item Name = 'Source' DataType = ftString Precision = 0 Required = False Size = 32 end item Name = 'Vintage' DataType = ftString Precision = 0 Required = False Size = 4 end item Name = 'Purchased' DataType = ftDate Precision = 0 Required = False Size = 0 end> StoreDefs = True TableName = 'Wines.db' Left = 312 Top = 16 end end