object FormInput: TFormInput Left = 256 Height = 360 Top = 32 Width = 480 Caption = 'Input' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 LCLVersion = '2.0.0.4' object MemoInput: TMemo Left = 6 Height = 317 Top = 37 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 = 25 Top = 6 Width = 468 Align = alTop BorderSpacing.Around = 6 Caption = 'Input:' ParentColor = False ParentFont = False end end