object FormInput: TFormInput Left = 256 Height = 360 Top = 32 Width = 480 Caption = 'Input' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '2.2.6.0' object MemoInput: TMemo Left = 6 Height = 316 Top = 38 Width = 468 Align = alClient BorderSpacing.Around = 6 Font.Height = -18 Font.Name = 'Courier New' OnKeyPress = MemoInputKeyPress ParentFont = False ScrollBars = ssAutoBoth TabOrder = 0 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