home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / CUSTORDS.DFM / CUSTORDS.txt
Text File  |  1996-05-08  |  953b  |  45 lines

  1. object fmCustOrd: TfmCustOrd
  2.   Left = 270
  3.   Top = 214
  4.   Width = 348
  5.   Height = 254
  6.   Caption = 'Data Navigation'
  7.   Font.Color = clBlack
  8.   Font.Height = -15
  9.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  10.   Font.Style = []
  11.   Font.Charset = 128
  12.   FormStyle = fsMDIChild
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 120
  18.   TextHeight = 15
  19.   object DBEdit1: TDBEdit
  20.     Left = 11
  21.     Top = 8
  22.     Width = 310
  23.     Height = 20
  24.     DataField = 'Company'
  25.     DataSource = DM1.CustomerSource
  26.     MaxLength = 30
  27.     TabOrder = 0
  28.     OnEnter = DBEdit1Enter
  29.   end
  30.   object DBGrid1: TDBGrid
  31.     Left = 10
  32.     Top = 39
  33.     Width = 314
  34.     Height = 171
  35.     DataSource = DM1.OrdersSource
  36.     TabOrder = 1
  37.     TitleFont.Color = clBlack
  38.     TitleFont.Height = -15
  39.     TitleFont.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  40.     TitleFont.Style = []
  41.     TitleFont.Charset = 128
  42.     OnEnter = DBGrid1Enter
  43.   end
  44. end
  45.