object Form1: TForm1
Cursor = crCross
Left = 167
Height = 526
Top = 217
Width = 830
Caption = 'Form1'
ClientHeight = 526
ClientWidth = 830
OnMouseMove = FormMouseMove
LCLVersion = '1.6.2.0'
object Shape1: TShape
Left = 134
Height = 65
Top = 123
Width = 65
Shape = stCircle
end
object Timer1: TTimer
Interval = 5
OnTimer = Timer1Timer
left = 17
top = 10
end
object Timer2: TTimer
Interval = 50
OnTimer = Timer2Timer
left = 56
top = 9
end
end