object FormConsole: TFormConsole Left = 529 Height = 542 Top = 353 Width = 943 Caption = 'Console' ClientHeight = 542 ClientWidth = 943 DesignTimePPI = 144 OnClose = FormClose OnShow = FormShow LCLVersion = '2.0.10.0' object MemoConsole: TMemo Left = 16 Height = 500 Top = 20 Width = 904 Anchors = [akTop, akLeft, akRight, akBottom] Font.Name = 'Liberation Mono' OnKeyPress = MemoConsoleKeyPress ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer Left = 307 Top = 193 end end