object FormMain: TFormMain Left = 458 Height = 964 Top = 362 Width = 1759 Caption = 'ISP game' ClientHeight = 964 ClientWidth = 1759 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.7' 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