home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / fldinfo.exe / TESTFORM.DFM / TESTFORM.txt
Text File  |  1995-10-09  |  2KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 792
  3.   Top = 671
  4.   Width = 402
  5.   Height = 300
  6.   Caption = 'Field Info Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 16
  15.   object DBGrid1: TDBGrid
  16.     Left = 0
  17.     Top = 41
  18.     Width = 394
  19.     Height = 232
  20.     Align = alClient
  21.     DataSource = DataSource1
  22.     TabOrder = 0
  23.     TitleFont.Color = clWindowText
  24.     TitleFont.Height = -13
  25.     TitleFont.Name = 'System'
  26.     TitleFont.Style = []
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 394
  32.     Height = 41
  33.     Align = alTop
  34.     TabOrder = 1
  35.     object SaveBtn: TButton
  36.       Left = 10
  37.       Top = 5
  38.       Width = 89
  39.       Height = 33
  40.       Caption = '&Save Fields'
  41.       TabOrder = 0
  42.       OnClick = SaveBtnClick
  43.     end
  44.     object LoadBtn: TButton
  45.       Left = 105
  46.       Top = 5
  47.       Width = 89
  48.       Height = 33
  49.       Caption = '&Load Fields'
  50.       TabOrder = 1
  51.       OnClick = LoadBtnClick
  52.     end
  53.     object OrigBtn: TButton
  54.       Left = 200
  55.       Top = 5
  56.       Width = 89
  57.       Height = 33
  58.       Caption = '&Orig Fields'
  59.       TabOrder = 2
  60.       OnClick = OrigBtnClick
  61.     end
  62.     object QuitBtn: TButton
  63.       Left = 295
  64.       Top = 5
  65.       Width = 89
  66.       Height = 33
  67.       Caption = '&Quit'
  68.       TabOrder = 3
  69.       OnClick = QuitBtnClick
  70.     end
  71.   end
  72.   object TestTable: TTable
  73.     Left = 340
  74.     Top = 175
  75.   end
  76.   object DataSource1: TDataSource
  77.     DataSet = TestTable
  78.     Left = 300
  79.     Top = 175
  80.   end
  81. end
  82.