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

  1. object fmCustOrd: TfmCustOrd
  2.   Left = 256
  3.   Top = 276
  4.   Width = 320
  5.   Height = 230
  6.   Caption = 'Data Navigation'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DBEdit1: TDBEdit
  19.     Left = 8
  20.     Top = 8
  21.     Width = 241
  22.     Height = 20
  23.     DataField = 'Company'
  24.     DataSource = DM1.CustomersSource
  25.     MaxLength = 30
  26.     TabOrder = 0
  27.   end
  28.   object DBGrid1: TDBGrid
  29.     Left = 8
  30.     Top = 32
  31.     Width = 289
  32.     Height = 153
  33.     Columns = <
  34.       item
  35.         FieldName = 'OrderNo'
  36.       end
  37.       item
  38.         FieldName = 'CustNo'
  39.       end
  40.       item
  41.         FieldName = 'SaleDate'
  42.       end
  43.       item
  44.         FieldName = 'ShipDate'
  45.         Width = 60
  46.       end>
  47.     DataSource = DM1.OrdersSource
  48.     TabOrder = 1
  49.     TitleFont.Color = clWindowText
  50.     TitleFont.Height = -11
  51.     TitleFont.Name = 'MS Sans Serif'
  52.     TitleFont.Style = []
  53.     OnEnter = DBGrid1Enter
  54.   end
  55. end
  56.