home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / HAWKEYE / _SETUP.1 / DBTestMain.dfm / DBTestMain.txt
Encoding:
Text File  |  1998-07-17  |  2.0 KB  |  103 lines

  1. object Form1: TForm1
  2.   Left = 332
  3.   Top = 188
  4.   Width = 393
  5.   Height = 315
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 224
  17.     Top = 32
  18.     Width = 145
  19.     Height = 57
  20.   end
  21.   object Label1: TLabel
  22.     Left = 4
  23.     Top = 8
  24.     Width = 378
  25.     Height = 20
  26.     Caption = 'Database Test Application for Agni'#39's Eye Spy'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -17
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold, fsUnderline]
  32.     ParentFont = False
  33.   end
  34.   object DBText1: TDBText
  35.     Left = 296
  36.     Top = 40
  37.     Width = 65
  38.     Height = 17
  39.     DataField = 'NAME'
  40.     DataSource = DataSource1
  41.   end
  42.   object DBText2: TDBText
  43.     Left = 296
  44.     Top = 64
  45.     Width = 65
  46.     Height = 17
  47.     DataField = 'SIZE'
  48.     DataSource = DataSource1
  49.   end
  50.   object Label2: TLabel
  51.     Left = 232
  52.     Top = 40
  53.     Width = 39
  54.     Height = 16
  55.     Caption = 'NAME'
  56.   end
  57.   object Label3: TLabel
  58.     Left = 232
  59.     Top = 64
  60.     Width = 29
  61.     Height = 16
  62.     Caption = 'SIZE'
  63.   end
  64.   object DBGrid1: TDBGrid
  65.     Left = 6
  66.     Top = 96
  67.     Width = 371
  68.     Height = 161
  69.     DataSource = DataSource1
  70.     TabOrder = 0
  71.     TitleFont.Charset = DEFAULT_CHARSET
  72.     TitleFont.Color = clWindowText
  73.     TitleFont.Height = -13
  74.     TitleFont.Name = 'MS Sans Serif'
  75.     TitleFont.Style = []
  76.   end
  77.   object MainMenu1: TMainMenu
  78.     Left = 23
  79.     Top = 43
  80.     object CreateEyeSpy1: TMenuItem
  81.       Caption = 'Create Eye Spy'
  82.       OnClick = CreateEyeSpy1Click
  83.     end
  84.     object FreeEyeSpy1: TMenuItem
  85.       Caption = 'Free Eye Spy'
  86.       OnClick = FreeEyeSpy1Click
  87.     end
  88.   end
  89.   object Table1: TTable
  90.     Active = True
  91.     AfterScroll = Table1AfterScroll
  92.     DatabaseName = 'DBDEMOS'
  93.     TableName = 'ANIMALS.DBF'
  94.     Left = 88
  95.     Top = 43
  96.   end
  97.   object DataSource1: TDataSource
  98.     DataSet = Table1
  99.     Left = 160
  100.     Top = 43
  101.   end
  102. end
  103.