object Form1: TForm1 Left = 45 Height = 545 Top = 166 Width = 825 Caption = 'Form1' ClientHeight = 545 ClientWidth = 825 OnCreate = FormCreate OnMouseMove = FormMouseMove OnPaint = FormPaint LCLVersion = '1.6.2.0' object Label1: TLabel Left = 24 Height = 21 Top = 18 Width = 43 Caption = 'Label1' ParentColor = False end object Label2: TLabel Left = 24 Height = 21 Top = 40 Width = 43 Caption = 'Label2' ParentColor = False end object Timer1: TTimer Interval = 10 OnTimer = Timer1Timer left = 137 top = 27 end end