object FormMain: TFormMain Left = 623 Height = 716 Top = 509 Width = 1061 Caption = 'SHARP MZ-800 emulator' ClientHeight = 682 ClientWidth = 1061 DesignTimePPI = 144 Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object PanelLeft: TPanel Left = 0 Height = 682 Top = 0 Width = 231 Align = alLeft BevelOuter = bvNone TabOrder = 0 end object PanelRight: TPanel Left = 806 Height = 682 Top = 0 Width = 255 Align = alRight BevelOuter = bvNone TabOrder = 1 end object Splitter1: TSplitter Left = 231 Height = 682 Top = 0 Width = 8 end object Splitter2: TSplitter Left = 798 Height = 682 Top = 0 Width = 8 Align = alRight ResizeAnchor = akRight end object PanelCenter: TPanel Left = 239 Height = 682 Top = 0 Width = 559 Align = alClient BevelOuter = bvNone TabOrder = 4 end object MainMenu1: TMainMenu Left = 216 Top = 64 object MenuItem1: TMenuItem Caption = 'File' object MenuItem4: TMenuItem Action = Core.AExit end end object MenuItem5: 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 end object MenuItem2: TMenuItem Caption = 'Debug' object MenuItem3: TMenuItem Action = Core.ARun end object MenuItem8: TMenuItem Action = Core.APause 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 end end