object Form1: TForm1 Left = 326 Height = 572 Top = 267 Width = 909 Caption = 'Little compiler' ClientHeight = 572 ClientWidth = 909 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.0.6' object MemoSource: TMemo Left = 9 Height = 488 Top = 32 Width = 416 Anchors = [akTop, akLeft, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end object ButtonBuild: TButton Left = 9 Height = 31 Top = 528 Width = 166 Anchors = [akLeft, akBottom] Caption = 'Compile && Execute' OnClick = ButtonBuildClick TabOrder = 1 end object Label1: TLabel Left = 9 Height = 20 Top = 8 Width = 78 Caption = 'Text source:' ParentColor = False end object PageControl1: TPageControl Left = 432 Height = 552 Top = 8 Width = 470 ActivePage = TabSheetExecutor Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 0 TabOrder = 2 object TabSheetExecutor: TTabSheet Caption = 'Executor' ClientHeight = 519 ClientWidth = 462 object Label2: TLabel Left = 8 Height = 20 Top = 8 Width = 108 Caption = 'Executor output:' ParentColor = False end object MemoOutput: TMemo Left = 8 Height = 416 Top = 32 Width = 448 Anchors = [akTop, akLeft, akRight, akBottom] ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object Label3: TLabel Left = 8 Height = 20 Top = 452 Width = 98 Anchors = [akLeft, akBottom] Caption = 'Executor input:' ParentColor = False end object Edit1: TEdit Left = 8 Height = 28 Top = 480 Width = 336 Anchors = [akLeft, akRight, akBottom] OnKeyPress = Edit1KeyPress TabOrder = 1 end object ButtonSend: TButton Left = 360 Height = 31 Top = 477 Width = 94 Anchors = [akRight, akBottom] Caption = 'Send' OnClick = ButtonSendClick TabOrder = 2 end end object TabSheetGenerator: TTabSheet Caption = 'Generator' ClientHeight = 519 ClientWidth = 462 object Label4: TLabel Left = 8 Height = 20 Top = 8 Width = 117 Caption = 'Generator output:' ParentColor = False end object MemoGenerator: TMemo Left = 8 Height = 480 Top = 32 Width = 448 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end end end end