object FormMain: TFormMain Left = 611 Height = 823 Top = 333 Width = 1139 Caption = 'Big Metro' ClientHeight = 823 ClientWidth = 1139 OnCreate = FormCreate OnDestroy = FormDestroy OnKeyPress = FormKeyPress OnShow = FormShow LCLVersion = '1.6.2.0' WindowState = wsMaximized object PaintBox1: TPaintBox Left = 0 Height = 823 Top = 0 Width = 1139 Align = alClient OnMouseDown = PaintBox1MouseDown OnMouseMove = PaintBox1MouseMove OnMouseUp = PaintBox1MouseUp OnMouseWheelDown = PaintBox1MouseWheelDown OnMouseWheelUp = PaintBox1MouseWheelUp OnPaint = PaintBox1Paint OnResize = PaintBox1Resize end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer left = 446 top = 19 end end