object FormMain: TFormMain Left = 611 Height = 823 Top = 333 Width = 1139 Caption = 'Big Metro' ClientHeight = 823 ClientWidth = 1139 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.5' object PaintBox1: TPaintBox Left = 0 Height = 823 Top = 0 Width = 1139 Align = alClient OnClick = PaintBox1Click OnMouseDown = PaintBox1MouseDown OnMouseMove = PaintBox1MouseMove OnMouseUp = PaintBox1MouseUp OnPaint = PaintBox1Paint end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer left = 446 top = 19 end end