object FormMain: TFormMain Left = 344 Height = 978 Top = 326 Width = 1483 Caption = 'Simple CPU' ClientHeight = 944 ClientWidth = 1483 DesignTimePPI = 144 Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonLoad: TButton Left = 24 Height = 38 Top = 16 Width = 113 Caption = 'Load' TabOrder = 0 end object ButtonStart: TButton Left = 152 Height = 38 Top = 16 Width = 113 Caption = 'Start' TabOrder = 1 end object ButtonStop: TButton Left = 280 Height = 38 Top = 16 Width = 113 Caption = 'Stop' TabOrder = 2 end object PanelBottom: TPanel Left = 0 Height = 160 Top = 784 Width = 1483 Align = alBottom BevelOuter = bvNone TabOrder = 3 end object Splitter1: TSplitter Cursor = crVSplit Left = 0 Height = 8 Top = 776 Width = 1483 Align = alBottom ResizeAnchor = akBottom end object PanelCenter: TPanel Left = 0 Height = 776 Top = 0 Width = 1483 Align = alClient BevelOuter = bvNone TabOrder = 5 end object MainMenu1: TMainMenu Left = 600 Top = 248 object MenuItem1: TMenuItem Caption = 'File' object MenuItem2: TMenuItem Action = Core.AExit end end object MenuItem3: TMenuItem Caption = 'Execution' object MenuItem4: TMenuItem Action = Core.ACompile end object MenuItem5: TMenuItem Action = Core.ARun end object MenuItem6: TMenuItem Action = Core.APause end object MenuItem7: TMenuItem Action = Core.AStop end object MenuItem8: TMenuItem Action = Core.AStepInto end object MenuItem9: TMenuItem Action = Core.AStepOver end object MenuItem10: TMenuItem Action = Core.AStepOut end object MenuItem11: TMenuItem Action = Core.ARunToCursor end end object MenuItem12: TMenuItem Caption = 'View' object MenuItem14: TMenuItem Action = Core.ACpu end object MenuItem15: TMenuItem Action = Core.ADevices end object MenuItem16: TMenuItem Action = Core.ADisassembler end end object MenuItem17: TMenuItem Caption = 'Help' object MenuItem19: TMenuItem Action = Core.AHelp end end end end