Blob Blame Raw
object Form1: TForm1
  Left = 217
  Height = 543
  Top = 219
  Width = 642
  Caption = 'Form1'
  ClientHeight = 543
  ClientWidth = 642
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  LCLVersion = '1.6.2.0'
  object Label1: TLabel
    Left = 16
    Height = 42
    Top = 464
    Width = 299
    Caption = 'Modify maze by left mouse button,'#10'and sent bot to selected point by right button'
    ParentColor = False
  end
end