object FormTerminal: TFormTerminal Left = 689 Height = 602 Top = 288 Width = 971 Caption = 'Terminal' ClientHeight = 602 ClientWidth = 971 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' object Memo1: TMemo Left = 8 Height = 585 Top = 8 Width = 948 Anchors = [akTop, akLeft, akRight, akBottom] Font.Name = 'Monospace' OnKeyPress = Memo1KeyPress OnKeyUp = Memo1KeyUp ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object TimerRedraw: TTimer Interval = 50 OnTimer = TimerRedrawTimer left = 120 top = 228 end end