home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TDATAVIEWFORM / TDATAVIEWFORM.txt
Text File  |  1997-05-06  |  671b  |  33 lines

  1. object DataViewForm: TDataViewForm
  2.   Left = 299
  3.   Top = 203
  4.   Width = 579
  5.   Height = 435
  6.   Caption = 'DataViewForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object DBGrid1: TDBGrid
  15.     Left = 0
  16.     Top = 0
  17.     Width = 571
  18.     Height = 408
  19.     Align = alClient
  20.     DataSource = DataSource1
  21.     TabOrder = 0
  22.     TitleFont.Color = clWindowText
  23.     TitleFont.Height = -11
  24.     TitleFont.Name = 'MS Sans Serif'
  25.     TitleFont.Style = []
  26.   end
  27.   object DataSource1: TDataSource
  28.     DataSet = DatabaseInterface.TheTable
  29.     Left = 72
  30.     Top = 200
  31.   end
  32. end
  33.