object FormMain: TFormMain Left = 617 Height = 665 Top = 269 Width = 1041 Caption = 'FormMain' ClientHeight = 665 ClientWidth = 1041 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '2.0.2.0' object Memo1: TMemo Left = 26 Height = 544 Top = 80 Width = 983 Anchors = [akTop, akLeft, akRight, akBottom] OnKeyPress = FormKeyPress ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object ButtonRun: TButton Left = 32 Height = 38 Top = 17 Width = 113 Caption = 'Run' OnClick = ButtonRunClick TabOrder = 1 end end