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

  1. object Form1: TForm1
  2.   Left = 294
  3.   Top = 180
  4.   Width = 375
  5.   Height = 321
  6.   Caption = 'Eye Spy Test'
  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.   Scaled = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 7
  18.     Top = 7
  19.     Width = 353
  20.     Height = 20
  21.     Caption = 'Test application for testing Agni'#39's Eye Spy'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -17
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold, fsUnderline]
  27.     ParentFont = False
  28.   end
  29.   object Shape1: TShape
  30.     Left = 152
  31.     Top = 112
  32.     Width = 81
  33.     Height = 41
  34.     Shape = stRoundRect
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 8
  38.     Top = 168
  39.     Width = 337
  40.     Height = 41
  41.   end
  42.   object Image1: TImage
  43.     Left = 240
  44.     Top = 48
  45.     Width = 105
  46.     Height = 105
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 16
  50.     Top = 48
  51.     Width = 121
  52.     Height = 24
  53.     TabOrder = 0
  54.     Text = 'Edit1'
  55.   end
  56.   object Memo1: TMemo
  57.     Left = 8
  58.     Top = 80
  59.     Width = 121
  60.     Height = 81
  61.     Lines.Strings = (
  62.       'Memo1')
  63.     TabOrder = 1
  64.   end
  65.   object Button1: TButton
  66.     Left = 144
  67.     Top = 48
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Button1'
  71.     TabOrder = 2
  72.   end
  73.   object RadioButton1: TRadioButton
  74.     Left = 136
  75.     Top = 88
  76.     Width = 101
  77.     Height = 17
  78.     Caption = 'RadioButton1'
  79.     TabOrder = 3
  80.   end
  81.   object Timer1: TTimer
  82.     Left = 24
  83.     Top = 219
  84.   end
  85.   object PopupMenu1: TPopupMenu
  86.     Left = 96
  87.     Top = 219
  88.   end
  89.   object MainMenu1: TMainMenu
  90.     Left = 168
  91.     Top = 219
  92.     object CreateEyeSpy1: TMenuItem
  93.       Caption = 'Create Eye Spy'
  94.       OnClick = CreateEyeSpy1Click
  95.     end
  96.     object FreeEyeSpy1: TMenuItem
  97.       Caption = 'Free Eye Spy'
  98.       OnClick = FreeEyeSpy1Click
  99.     end
  100.   end
  101. end
  102.