object FormConsole: TFormConsole Left = 449 Height = 727 Top = 261 Width = 975 Caption = 'Console' ClientHeight = 727 ClientWidth = 975 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.5' object Memo1: TMemo Left = 4 Height = 674 Top = 48 Width = 966 Align = alCustom Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 2 Font.Name = 'DejaVu Sans Mono' ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object ButtonAbort: TButton Left = 895 Height = 25 Top = 8 Width = 75 Anchors = [akTop, akRight] Caption = 'Abort' OnClick = ButtonAbortClick TabOrder = 1 end object EditCommand: TEdit Left = 4 Height = 35 Top = 7 Width = 884 Anchors = [akTop, akLeft, akRight] ReadOnly = True TabOrder = 2 end object Timer1: TTimer Enabled = False Interval = 1 OnTimer = Timer1Timer left = 72 top = 112 end end