object Form1: TForm1 Left = 202 Height = 550 Top = 210 Width = 812 Caption = 'Form1' ClientHeight = 550 ClientWidth = 812 OnCreate = FormCreate LCLVersion = '1.6.2.0' object Image1: TImage Left = 0 Height = 550 Top = 0 Width = 812 Align = alClient OnMouseDown = Image1MouseDown OnMouseMove = Image1MouseMove end object Shape1: TShape Left = 192 Height = 16 Top = 112 Width = 16 Shape = stEllipse Visible = False end object Label1: TLabel Left = 8 Height = 42 Top = 8 Width = 247 Caption = 'Paint landscape by left mouse button,'#10'and drom bombs by right button.' ParentColor = False end object Timer1: TTimer Interval = 10 OnTimer = Timer1Timer left = 240 top = 16 end end