object Form1: TForm1 Left = 255 Height = 600 Top = 540 Width = 800 BorderStyle = bsSingle Caption = 'demo LCL' OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove Position = poScreenCenter LCLVersion = '2.2.4.0' object Timer1: TTimer Enabled = False Interval = 10 OnTimer = Timer1Timer Left = 64 Top = 26 end end