object Form1: TForm1
Left = 183
Height = 443
Top = 258
Width = 461
Caption = 'Form1'
ClientHeight = 443
ClientWidth = 461
OnCreate = FormCreate
OnMouseMove = FormMouseMove
LCLVersion = '1.6.2.0'
object Label1: TLabel
Left = 18
Height = 21
Top = 18
Width = 43
Caption = 'Label1'
ParentColor = False
end
object Label2: TLabel
Left = 18
Height = 21
Top = 40
Width = 43
Caption = 'Label2'
ParentColor = False
end
object Timer1: TTimer
Interval = 50
OnTimer = Timer1Timer
left = 88
top = 16
end
end