Blame lazarus/maze/unit1.lfm

3f629b
object Form1: TForm1
3f629b
  Left = 275
3f629b
  Height = 504
3f629b
  Top = 248
3f629b
  Width = 509
3f629b
  Caption = 'Form1'
3f629b
  OnCreate = FormCreate
3f629b
  OnKeyDown = FormKeyDown
3f629b
  OnPaint = FormPaint
3f629b
  LCLVersion = '1.6.2.0'
3f629b
end