object Form1: TForm1 Left = 200 Top = 104 Width = 343 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 240 Width = 335 Height = 33 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 104 Top = 8 Width = 92 Height = 13 Caption = 'Try to edit the fields' end object Button1: TButton Left = 8 Top = 4 Width = 75 Height = 25 Caption = 'About' TabOrder = 0 OnClick = Button1Click end object BitBtn1: TBitBtn Left = 256 Top = 3 Width = 75 Height = 25 TabOrder = 1 Kind = bkClose end end object Panel2: TPanel Left = 0 Top = 0 Width = 335 Height = 240 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 4 Caption = 'Panel2' TabOrder = 1 object AutoDBGrid1: TAutoDBGrid Left = 5 Top = 5 Width = 325 Height = 230 Align = alClient Columns = < item FieldName = 'EventNo' Title.Caption = '+EventNo' end item ButtonStyle = cbsEllipsis FieldName = 'Event_Date' end item ButtonStyle = cbsEllipsis FieldName = 'Event_Description' end item ButtonStyle = cbsEllipsis FieldName = 'Event_Photo' end> DataSource = DataSource1 TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] AutoOptions = [] AutoFilter.AssignEmpty = False AutoRowHeight = 17 CurrentSortColumn = 1 end end object AutoTable1: TAutoTable Active = True Filtered = False DatabaseName = 'DBDEMOS' TableName = 'EVENTS.DB' MacrosFreeze = mfNever Left = 24 Top = 112 end object DataSource1: TDataSource DataSet = AutoTable1 Left = 72 Top = 112 end object DBGridDateBtn1: TDBGridDateBtn AutoDBGrid = AutoDBGrid1 DataField = 'Event_Date' Left = 56 Top = 56 end object DBGridMemoBtn1: TDBGridMemoBtn AutoDBGrid = AutoDBGrid1 DataField = 'Event_Description' WinHeight = 150 WinWidth = 200 Left = 96 Top = 64 end object DBGridImageBtn1: TDBGridImageBtn AutoDBGrid = AutoDBGrid1 DataField = 'Event_Photo' WinHeight = 150 WinWidth = 200 Left = 136 Top = 80 end end