object Form1: TForm1 Left = 44 Height = 1023 Top = 6 Width = 1703 Caption = 'Form1' ClientHeight = 0 ClientWidth = 0 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.0.6' object ListViewMemory: TListView Left = 888 Height = 696 Top = 32 Width = 234 Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Content' Width = 154 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end object ListViewRegisters: TListView Left = 1128 Height = 696 Top = 32 Width = 274 Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Content' Width = 154 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewRegistersData end object ListViewInstructions: TListView Left = 528 Height = 704 Top = 31 Width = 343 Columns = < item Caption = 'Index' Width = 100 end item Caption = 'Instruction' Width = 370 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnData = ListViewInstructionsData end object Label1: TLabel Left = 888 Height = 20 Top = 9 Width = 58 Caption = 'Memory:' ParentColor = False end object Label2: TLabel Left = 1128 Height = 20 Top = 9 Width = 63 Caption = 'Registers:' ParentColor = False end object Label3: TLabel Left = 1416 Height = 20 Top = 8 Width = 111 Caption = 'Special registers:' ParentColor = False end object ListViewSpecialRegisters: TListView Left = 1416 Height = 696 Top = 31 Width = 274 Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Content' Width = 154 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 3 ViewStyle = vsReport OnData = ListViewSpecialRegistersData end object MemoOutput: TMemo Left = 17 Height = 312 Top = 776 Width = 495 ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 4 end object Label4: TLabel Left = 18 Height = 20 Top = 744 Width = 49 Caption = 'Output:' ParentColor = False end object Label5: TLabel Left = 528 Height = 20 Top = 9 Width = 152 Caption = 'Compiled source code:' ParentColor = False end object MemoSource: TMemo Left = 18 Height = 704 Top = 31 Width = 502 Font.Name = 'Liberation Mono' ParentFont = False ScrollBars = ssAutoBoth TabOrder = 5 end object Label6: TLabel Left = 20 Height = 20 Top = 7 Width = 85 Caption = 'Source code:' ParentColor = False end object ButtonCompile: TButton Left = 532 Height = 25 Top = 760 Width = 100 Caption = 'Compile' OnClick = ButtonCompileClick TabOrder = 6 end object ButtonStart: TButton Left = 664 Height = 25 Top = 760 Width = 100 Caption = 'Start' OnClick = ButtonStartClick TabOrder = 7 end object ButtonStop: TButton Left = 784 Height = 25 Top = 760 Width = 100 Caption = 'Stop' OnClick = ButtonStopClick TabOrder = 8 end object Timer1: TTimer Interval = 200 OnTimer = Timer1Timer left = 614 top = 205 end object ActionList1: TActionList left = 1051 top = 808 object ASave: TAction Caption = 'Save' OnExecute = ASaveExecute ShortCut = 16467 end end end