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

  1. inherited Term: TTerm
  2.   Left = 285
  3.   Top = 205
  4.   Caption = 'Display Orders By Term'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited DBGrid1: TDBGrid
  8.     Columns = <
  9.       item
  10.         FieldName = 'CustNo'
  11.         PickList.Strings = ()
  12.         Width = 45
  13.       end
  14.       item
  15.         FieldName = 'CustCompany'
  16.         PickList.Strings = ()
  17.       end
  18.       item
  19.         FieldName = 'OrderNo'
  20.         PickList.Strings = ()
  21.         Width = 37
  22.       end
  23.       item
  24.         FieldName = 'SaleDate'
  25.         PickList.Strings = ()
  26.       end
  27.       item
  28.         FieldName = 'Terms'
  29.         PickList.Strings = ()
  30.       end
  31.       item
  32.         FieldName = 'PaymentMethod'
  33.         PickList.Strings = ()
  34.       end>
  35.     DataSource = Data.OrderSource
  36.   end
  37. end
  38.