object FormInput: TFormInput Left = 1040 Height = 360 Top = 540 Width = 480 Caption = 'Input' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 LCLVersion = '3.4.0.0' object MemoInput: TMemo Left = 6 Height = 316 Top = 38 Width = 468 Align = alClient BorderSpacing.Around = 6 Font.Height = 20 Font.Name = 'Libertation Mono' Font.Pitch = fpFixed ParentFont = False ScrollBars = ssAutoBoth TabOrder = 0 OnKeyPress = MemoInputKeyPress end object Label1: TLabel Left = 6 Height = 26 Top = 6 Width = 468 Align = alTop BorderSpacing.Around = 6 Caption = 'Input:' ParentColor = False ParentFont = False end end