home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 294
- Top = 180
- Width = 375
- Height = 321
- Caption = 'Eye Spy Test'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 7
- Top = 7
- Width = 353
- Height = 20
- Caption = 'Test application for testing Agni'#39's Eye Spy'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object Shape1: TShape
- Left = 152
- Top = 112
- Width = 81
- Height = 41
- Shape = stRoundRect
- end
- object Bevel1: TBevel
- Left = 8
- Top = 168
- Width = 337
- Height = 41
- end
- object Image1: TImage
- Left = 240
- Top = 48
- Width = 105
- Height = 105
- end
- object Edit1: TEdit
- Left = 16
- Top = 48
- Width = 121
- Height = 24
- TabOrder = 0
- Text = 'Edit1'
- end
- object Memo1: TMemo
- Left = 8
- Top = 80
- Width = 121
- Height = 81
- Lines.Strings = (
- 'Memo1')
- TabOrder = 1
- end
- object Button1: TButton
- Left = 144
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 2
- end
- object RadioButton1: TRadioButton
- Left = 136
- Top = 88
- Width = 101
- Height = 17
- Caption = 'RadioButton1'
- TabOrder = 3
- end
- object Timer1: TTimer
- Left = 24
- Top = 219
- end
- object PopupMenu1: TPopupMenu
- Left = 96
- Top = 219
- end
- object MainMenu1: TMainMenu
- Left = 168
- Top = 219
- object CreateEyeSpy1: TMenuItem
- Caption = 'Create Eye Spy'
- OnClick = CreateEyeSpy1Click
- end
- object FreeEyeSpy1: TMenuItem
- Caption = 'Free Eye Spy'
- OnClick = FreeEyeSpy1Click
- end
- end
- end
-