object DataViewForm: TDataViewForm Left = 299 Top = 203 Width = 579 Height = 435 Caption = 'DataViewForm' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 13 object DBGrid1: TDBGrid Left = 0 Top = 0 Width = 571 Height = 408 Align = alClient DataSource = DataSource1 TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object DataSource1: TDataSource DataSet = DatabaseInterface.TheTable Left = 72 Top = 200 end end