home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / GRIDFORM.DFM / GRIDFORM.txt
Text File  |  1997-02-14  |  596b  |  28 lines

  1. inherited GridViewForm: TGridViewForm
  2.   Left = 207
  3.   Top = 119
  4.   Caption = 'GridViewForm'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited StdCtrlPanel: TPanel [0]
  8.     Caption = ''
  9.   end
  10.   inherited GDSStdPanel: TPanel [1]
  11.   end
  12.   object DBGrid1: TDBGrid [2]
  13.     Left = 0
  14.     Top = 161
  15.     Width = 460
  16.     Height = 159
  17.     Align = alClient
  18.     DataSource = OrdersSource
  19.     TabOrder = 2
  20.     TitleFont.Charset = DEFAULT_CHARSET
  21.     TitleFont.Color = clWindowText
  22.     TitleFont.Height = -11
  23.     TitleFont.Name = 'MS Sans Serif'
  24.     TitleFont.Style = []
  25.     OnDblClick = DBGrid1DblClick
  26.   end
  27. end
  28.