object FormConsole: TFormConsole Left = 779 Height = 689 Top = 375 Width = 1002 Caption = 'Console' ClientHeight = 689 ClientWidth = 1002 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '2.2.6.0' object Memo1: TMemo Left = 20 Height = 669 Top = 11 Width = 964 Anchors = [akTop, akLeft, akRight, akBottom] Font.Name = 'DejaVu Sans Mono' OnKeyPress = Memo1KeyPress ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end end