object Form1: TForm1 Left = 326 Height = 572 Top = 267 Width = 909 Caption = 'Little compiler' ClientHeight = 572 ClientWidth = 909 DesignTimePPI = 120 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.0.6' object MemoOutput: TMemo Left = 440 Height = 240 Top = 32 Width = 400 ScrollBars = ssAutoBoth TabOrder = 0 end object MemoSource: TMemo Left = 8 Height = 240 Top = 32 Width = 416 ScrollBars = ssAutoBoth TabOrder = 1 end object ButtonBuild: TButton Left = 112 Height = 31 Top = 280 Width = 166 Caption = 'Compile && Execute' OnClick = ButtonBuildClick TabOrder = 2 end object Edit1: TEdit Left = 440 Height = 28 Top = 304 Width = 200 OnKeyPress = Edit1KeyPress TabOrder = 3 end object ButtonSend: TButton Left = 656 Height = 31 Top = 304 Width = 94 Caption = 'Send' OnClick = ButtonSendClick TabOrder = 4 end object Label1: TLabel Left = 9 Height = 20 Top = 8 Width = 78 Caption = 'Text source:' ParentColor = False end object Label2: TLabel Left = 440 Height = 20 Top = 11 Width = 108 Caption = 'Executor output:' ParentColor = False end object Label3: TLabel Left = 441 Height = 20 Top = 282 Width = 98 Caption = 'Executor input:' ParentColor = False end object MemoGenerator: TMemo Left = 8 Height = 216 Top = 344 Width = 416 ScrollBars = ssAutoBoth TabOrder = 5 end object Label4: TLabel Left = 8 Height = 20 Top = 315 Width = 117 Caption = 'Generator output:' ParentColor = False end end