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

  1. object DataForm: TDataForm
  2.   Left = 201
  3.   Top = 118
  4.   Width = 381
  5.   Height = 342
  6.   ActiveControl = Panel1
  7.   Caption = 'Form1'
  8.   Font.Height = -12
  9.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 12
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 373
  19.     Height = 41
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object DBNavigator: TDBNavigator
  23.       Left = 8
  24.       Top = 8
  25.       Width = 240
  26.       Height = 25
  27.       Ctl3D = False
  28.       ParentCtl3D = False
  29.       TabOrder = 0
  30.     end
  31.   end
  32.   object Query1: TQuery
  33.     Left = 259
  34.     Top = 5
  35.   end
  36.   object Query2: TQuery
  37.     DataSource = DataSource1
  38.     Left = 315
  39.     Top = 5
  40.   end
  41.   object DataSource1: TDataSource
  42.     Left = 287
  43.     Top = 5
  44.   end
  45.   object DataSource2: TDataSource
  46.     Left = 343
  47.     Top = 5
  48.   end
  49.   object Table1: TTable
  50.     Left = 259
  51.     Top = 5
  52.   end
  53.   object Table2: TTable
  54.     MasterSource = DataSource1
  55.     Left = 315
  56.     Top = 5
  57.   end
  58. end
  59.