object Form1: TForm1
Left = 324
Height = 431
Top = 277
Width = 451
Caption = 'Form1'
OnCreate = FormCreate
OnMouseMove = FormMouseMove
OnPaint = FormPaint
LCLVersion = '1.6.2.0'
object Timer1: TTimer
Interval = 1
OnTimer = Timer1Timer
left = 18
top = 9
end
object Timer2: TTimer
Interval = 50
OnTimer = Timer2Timer
left = 57
top = 10