object Form: TForm1
Menu = VBmainmenu
  Color = $00C0C0C0
  Caption         =   'Conversion Assistant'
  Height = 341
  Left = 123
  Top = 125
  Width = 322
  OnCreate = Form_Load
  OnMouseMove = Form_MouseMove

 object btnAnother: TButton
 Caption         =   'pop up'
 Font.Name = 'Arial'
 Font.Height = -13
 Height = 33
 Left = 24
 TabOrder = 3
 Top = 136
 Width = 73
 OnClick = btnAnother_Click
 end

 object Command3: TButton
 Caption         =   'stop'
 Font.Name = 'Arial'
 Font.Height = -13
 Height = 33
 Left = 24
 TabOrder = 2
 Top = 80
 Width = 73
 OnClick = Command3_Click
 end

 object Command2: TButton
 Caption         =   'animate'
 Font.Name = 'Arial'
 Font.Height = -13
 Height = 33
 Left = 24
 TabOrder = 1
 Top = 24
 Width = 73
 OnClick = Command2_Click
 end

 object Command1: TButton
 Caption         =   'done'
 Font.Name = 'Arial'
 Font.Height = -13
 Height = 33
 Left = 80
 TabOrder = 0
 Top = 184
 Width = 73
 OnClick = Command1_Click
 end

 object Timer1: TTimer
 Interval        =   500
 Left = 0
 Top = 0
 OnTimer = Timer1_Timer
 end

 object Label2: TLabel
 Color = $00C0C0C0
 Caption         =   'out of my eye!'
 Font.Name = 'Arial'
 Font.Height = -13
 Height = 17
 Left = 136
 Top = 40
 Width = 89
 end

 object Label1: TLabel
 Color = $00C0C0C0
 Caption         =   'Get your mouse'
 Font.Name = 'Arial'
 Font.Height = -13
 Height = 17
 Left = 120
 Top = 24
 Width = 97
 end

 object eye: TImage
 Height = 65
 Left = 128
 Top = 72
 Width = 97
 OnMouseMove = eye_MouseMove
 end

 object eyeleft: TImage
 Height = 25
 Left = 288
 Top = 16
 Visible = false
 Width = 33
 end

 object eyeopen: TImage
 Height = 25
 Left = 256
 Top = 16
 Visible = false
 Width = 33
 end

 object eyeclose: TImage
 Height = 25
 Left = 352
 Top = 16
 Visible = false
 Width = 41
 end

 object eyeright: TImage
 Height = 25
 Left = 320
 Top = 16
 Visible = false
 Width = 33
 end

 object VBmainmenu: TMainMenu
 object mnuExit: TMenuItem
 Caption = 'e&Xit'
 OnClick = mnuExit_Click
 end

 object mnuAnother: TMenuItem
 Caption = '&Popup'
 OnClick = mnuAnother_Click
 end
end
end
