object FormMain: TFormMain Left = 262 Height = 964 Top = 185 Width = 1759 Caption = 'ISP game' ClientHeight = 964 ClientWidth = 1759 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow Position = poScreenCenter LCLVersion = '1.7' WindowState = wsMaximized object PaintBox1: TPaintBox Left = 0 Height = 964 Top = 0 Width = 1128 Align = alLeft OnClick = PaintBox1Click OnPaint = PaintBox1Paint end object Memo1: TMemo Left = 1128 Height = 964 Top = 0 Width = 631 Align = alClient ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end end