Blame lazarus/bombs/unit1.lfm

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