object FormMain: TFormMain Left = 623 Height = 716 Top = 509 Width = 1061 Caption = 'MZXEmu' ClientHeight = 716 ClientWidth = 1061 DesignTimePPI = 144 Menu = MainMenu1 LCLVersion = '4.6.0.0' OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow object PanelLeft: TPanel Left = 0 Height = 716 Top = 0 Width = 231 Align = alLeft BevelOuter = bvNone TabOrder = 0 end object PanelRight: TPanel Left = 806 Height = 716 Top = 0 Width = 255 Align = alRight BevelOuter = bvNone TabOrder = 1 end object Splitter1: TSplitter Left = 231 Height = 716 Top = 0 Width = 8 end object Splitter2: TSplitter Left = 798 Height = 716 Top = 0 Width = 8 Align = alRight ResizeAnchor = akRight end object PanelCenter: TPanel Left = 239 Height = 716 Top = 0 Width = 559 Align = alClient BevelOuter = bvNone ClientHeight = 716 ClientWidth = 559 TabOrder = 4 object PanelBottom: TPanel Left = 0 Height = 164 Top = 552 Width = 559 Align = alBottom BevelOuter = bvNone TabOrder = 0 end object PanelCallStack: TPanel Left = 0 Height = 280 Top = 272 Width = 559 Align = alBottom BevelOuter = bvNone TabOrder = 1 end end object MainMenu1: TMainMenu Left = 216 Top = 64 object MenuItemFile: TMenuItem Caption = 'File' object MenuItem4: TMenuItem Action = Core.AExit end end object MenuItemEdit: TMenuItem Caption = 'Edit' object MenuItem1: TMenuItem Action = Core.AGoToAddress end end object MenuItemView: TMenuItem Caption = 'View' object MenuItem6: TMenuItem Action = Core.AViewMemory end object MenuItem7: TMenuItem Action = Core.AViewDissssembler end object MenuItem14: TMenuItem Action = Core.AViewCpu end object MenuItem15: TMenuItem Action = Core.AViewScreen end object MenuItem16: TMenuItem Action = Core.AViewCallStack end object MenuItem17: TMenuItem Action = Core.AViewMessages end end object MenuItemDebug: TMenuItem Caption = 'Debug' object MenuItem3: TMenuItem Action = Core.ARun end object MenuItem8: TMenuItem Action = Core.APause end object MenuItem2: TMenuItem Action = Core.AReset end object Separator1: TMenuItem Caption = '-' end object MenuItem13: TMenuItem Action = Core.AStop end object MenuItem9: TMenuItem Action = Core.AStepIn end object MenuItem10: TMenuItem Action = Core.AStepOver end object MenuItem11: TMenuItem Action = Core.AStepOut end object MenuItem12: TMenuItem Action = Core.ARunToCursor end end object MenuItemTools: TMenuItem Caption = 'Tools' object MenuItem5: TMenuItem Action = Core.AInstructionSetGen end end end end