object FormInput: TFormInput Left = 256 Height = 240 Top = 32 Width = 320 Caption = 'Input' ClientHeight = 240 ClientWidth = 320 LCLVersion = '0.9.31' object MemoInput: TMemo Left = 8 Height = 210 Top = 22 Width = 309 Anchors = [akTop, akLeft, akRight, akBottom] Font.Height = -12 Font.Name = 'Courier New' OnKeyPress = MemoInputKeyPress ParentFont = False ScrollBars = ssAutoBoth TabOrder = 0 end object Label1: TLabel Left = 8 Height = 18 Top = 8 Width = 38 Caption = 'Input:' ParentColor = False end end