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 OnShow = FormShow Position = poMainFormCenter LCLVersion = '3.4.0.0' object Memo1: TMemo Left = 4 Height = 628 Top = 56 Width = 993 Align = alCustom Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 3 Font.Height = 20 Font.Name = 'Liberation Mono' Font.Pitch = fpFixed ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object ButtonAbort: TButton Left = 883 Height = 38 Top = 10 Width = 112 Anchors = [akTop, akRight] Caption = 'Abort' TabOrder = 1 OnClick = ButtonAbortClick end object EditCommand: TEdit Left = 4 Height = 43 Top = 10 Width = 868 Anchors = [akTop, akLeft, akRight] ReadOnly = True TabOrder = 2 end object Timer1: TTimer Enabled = False Interval = 1 OnTimer = Timer1Timer Left = 108 Top = 168 end end