object FormMain: TFormMain Left = 405 Height = 586 Top = 226 Width = 860 Caption = 'LazFuck' ClientHeight = 561 ClientWidth = 860 DesignTimePPI = 120 Menu = MainMenu1 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.2.0' WindowState = wsMaximized object StatusBarMain: TStatusBar Left = 0 Height = 28 Top = 533 Width = 860 Panels = < item Width = 70 end item Width = 70 end item Width = 80 end> SimplePanel = False end object ToolBarMain: TToolBar Left = 0 Height = 26 Top = 0 Width = 860 Images = Core.ImageListMain ParentShowHint = False ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AProjectNew end object ToolButton2: TToolButton Left = 30 Top = 2 Action = AProjectOpen DropdownMenu = PopupMenuRecentFiles Style = tbsDropDown end object ToolButton3: TToolButton Left = 74 Top = 2 Action = AProjectSave end object ToolButton4: TToolButton Left = 103 Top = 2 Action = AProjectClose end object ToolButton5: TToolButton Left = 161 Height = 28 Top = 2 Style = tbsSeparator end object ToolButton6: TToolButton Left = 198 Top = 2 Action = AProgramRun end object ToolButton7: TToolButton Left = 169 Top = 2 Action = AProgramCompile end object ToolButton8: TToolButton Left = 132 Top = 2 Action = AOptions end object ToolButton9: TToolButton Left = 285 Top = 2 Action = ABreakpointToggle end object ToolButton10: TToolButton Left = 227 Top = 2 Action = AProgramPause end object ToolButton11: TToolButton Left = 256 Top = 2 Action = AProgramStop end object ToolButton12: TToolButton Left = 314 Top = 2 Action = AProgramStepOver end object ToolButton13: TToolButton Left = 343 Top = 2 Action = AProgramStepInto end object ToolButton14: TToolButton Left = 372 Top = 2 Action = AProgramStepOut end object ToolButton15: TToolButton Left = 401 Top = 2 Action = AProgramRunToCursor end object ToolButtonTarget: TToolButton Left = 430 Hint = 'Target select' Top = 2 Caption = 'Target select' DropdownMenu = PopupMenuTargets Style = tbsDropDown end end object PageControlRight: TPageControl Left = 467 Height = 507 Top = 26 Width = 393 ActivePage = TabSheetDebug Align = alRight TabIndex = 0 TabOrder = 2 TabPosition = tpRight object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 499 ClientWidth = 359 object PanelInput: TPanel Left = 0 Height = 64 Top = 0 Width = 359 Align = alTop BevelOuter = bvNone TabOrder = 0 end object Splitter3: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 64 Width = 359 Align = alTop ResizeAnchor = akTop end object PanelOutput: TPanel Left = 0 Height = 259 Top = 69 Width = 359 Align = alTop BevelOuter = bvNone TabOrder = 2 end object Splitter4: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 328 Width = 359 Align = alTop ResizeAnchor = akTop end object PanelCPU: TPanel Left = 0 Height = 86 Top = 333 Width = 359 Align = alTop BevelOuter = bvNone TabOrder = 4 end object Splitter5: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 419 Width = 359 Align = alTop ResizeAnchor = akTop end object PanelMemory: TPanel Left = 0 Height = 75 Top = 424 Width = 359 Align = alClient BevelOuter = bvNone TabOrder = 6 end end end object Splitter1: TSplitter Left = 462 Height = 507 Top = 26 Width = 5 Align = alRight ResizeAnchor = akRight end object PanelLeft: TPanel Left = 0 Height = 507 Top = 26 Width = 462 Align = alClient BevelOuter = bvNone ClientHeight = 507 ClientWidth = 462 TabOrder = 4 object PageControlMain: TPageControl Left = 0 Height = 384 Top = 0 Width = 462 ActivePage = TabSheetSource Align = alClient ParentFont = False TabIndex = 0 TabOrder = 0 object TabSheetSource: TTabSheet Caption = 'Source code' end object TabSheetTarget: TTabSheet Caption = 'Target code' end end object PageControlBottom: TPageControl Left = 0 Height = 118 Top = 389 Width = 462 ActivePage = TabSheetMessages Align = alBottom TabIndex = 0 TabOrder = 1 TabPosition = tpBottom object TabSheetMessages: TTabSheet Caption = 'Messages' end end object Splitter2: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 384 Width = 462 Align = alBottom ResizeAnchor = akBottom end end object MainMenu1: TMainMenu Images = Core.ImageListMain left = 216 top = 136 object MenuItem1: TMenuItem Caption = 'Project' object MenuItem8: TMenuItem Action = AProjectNew end object MenuItem2: TMenuItem Action = AProjectOpen end object MenuItemOpenRecent: TMenuItem Caption = 'Open recent' end object MenuItem3: TMenuItem Action = AProjectSave end object MenuItem4: TMenuItem Action = AProjectSaveAs end object MenuItem7: TMenuItem Action = AProjectClose end object MenuItem5: TMenuItem Caption = '-' end object MenuItem6: TMenuItem Action = AExit end end object MenuItem9: TMenuItem Caption = 'Program' object MenuItem11: TMenuItem Action = AProgramCompile end object MenuItemTarget: TMenuItem Caption = 'Target' end object MenuItem17: TMenuItem Caption = '-' end object MenuItem12: TMenuItem Action = AProgramRun end object MenuItem15: TMenuItem Action = AProgramPause end object MenuItem16: TMenuItem Action = AProgramStop end object MenuItem32: TMenuItem Action = AProgramStepInto end object MenuItem33: TMenuItem Action = AProgramStepOver end object MenuItem34: TMenuItem Action = AProgramStepOut end object MenuItem35: TMenuItem Action = AProgramRunToCursor end object MenuItem31: TMenuItem Action = AProgramShowExecutionPoint end end object MenuItem24: TMenuItem Caption = 'Tools' object MenuItem25: TMenuItem Action = FormSourceCode.AFormatSource end object MenuItem27: TMenuItem Action = FormSourceCode.AShrinkSource end object MenuItem28: TMenuItem Action = FormSourceCode.AGenerateNumber end end object MenuItem18: TMenuItem Caption = 'View' object MenuItem22: TMenuItem Action = AOptions end object MenuItem19: TMenuItem Action = AViewLog end object MenuItem30: TMenuItem Action = AViewCompilers end end object MenuItem10: TMenuItem Caption = 'Help' object MenuItem13: TMenuItem Action = AHelp end object MenuItem14: TMenuItem Action = AAbout end end end object ActionList1: TActionList Images = Core.ImageListMain left = 216 top = 192 object AProjectOpen: TAction Category = 'Project' Caption = 'Open' ImageIndex = 7 OnExecute = AProjectOpenExecute ShortCut = 16463 end object AProjectSave: TAction Category = 'Project' Caption = 'Save' ImageIndex = 0 OnExecute = AProjectSaveExecute ShortCut = 16467 end object AProjectClose: TAction Category = 'Project' Caption = 'Close' ImageIndex = 4 OnExecute = AProjectCloseExecute ShortCut = 16465 end object AProjectSaveAs: TAction Category = 'Project' Caption = 'Save as...' ImageIndex = 0 OnExecute = AProjectSaveAsExecute ShortCut = 24659 end object AProjectNew: TAction Category = 'Project' Caption = 'New' ImageIndex = 9 OnExecute = AProjectNewExecute ShortCut = 16462 end object AExit: TAction Caption = 'Exit' ImageIndex = 5 OnExecute = AExitExecute ShortCut = 32883 end object AProgramCompile: TAction Category = 'Program' Caption = 'Compile' ImageIndex = 8 OnExecute = AProgramCompileExecute ShortCut = 16504 end object AProgramRun: TAction Category = 'Program' Caption = 'Run' ImageIndex = 1 OnExecute = AProgramRunExecute ShortCut = 120 end object AAbout: TAction Caption = 'About' OnExecute = AAboutExecute end object AHelp: TAction Caption = 'Help' ImageIndex = 6 end object AProgramPause: TAction Category = 'Program' Caption = 'Pause' ImageIndex = 11 OnExecute = AProgramPauseExecute end object AProgramStop: TAction Category = 'Program' Caption = 'Stop' ImageIndex = 10 OnExecute = AProgramStopExecute ShortCut = 16497 end object AProgramStepInto: TAction Category = 'Program' Caption = 'Step into' ImageIndex = 15 OnExecute = AProgramStepIntoExecute ShortCut = 118 end object AProgramStepOver: TAction Category = 'Program' Caption = 'Step over' ImageIndex = 17 OnExecute = AProgramStepOverExecute ShortCut = 119 end object AProgramRunToCursor: TAction Category = 'Program' Caption = 'Run to cursor' ImageIndex = 14 OnExecute = AProgramRunToCursorExecute ShortCut = 115 end object AProgramStepOut: TAction Category = 'Program' Caption = 'Step out' ImageIndex = 16 OnExecute = AProgramStepOutExecute ShortCut = 8311 end object ABreakpointToggle: TAction Caption = 'Toggle breakpoint' ImageIndex = 12 OnExecute = ABreakpointToggleExecute end object AOptions: TAction Category = 'View' Caption = 'Options' ImageIndex = 2 OnExecute = AOptionsExecute end object AViewCompilers: TAction Category = 'View' Caption = 'Compilers' OnExecute = AViewCompilersExecute end object AShowTargetPosition: TAction Caption = 'Show position in target' OnExecute = AShowTargetPositionExecute ShortCut = 16393 end object AShowSourcePosition: TAction Caption = 'Show position in source' OnExecute = AShowSourcePositionExecute ShortCut = 16393 end object AProgramShowExecutionPoint: TAction Category = 'Program' Caption = 'Show execution point' OnExecute = AProgramShowExecutionPointExecute end object AViewLog: TAction Category = 'View' Caption = 'Log' OnExecute = AViewLogExecute end end object OpenDialog1: TOpenDialog DefaultExt = '.b' Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' left = 56 top = 184 end object SaveDialog1: TSaveDialog DefaultExt = '.b' Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' left = 56 top = 240 end object TimerRefresh: TTimer OnTimer = TimerRefreshTimer left = 56 top = 296 end object PopupMenuRecentFiles: TPopupMenu left = 56 top = 64 end object PopupMenuTargets: TPopupMenu Images = Core.ImageListMain left = 56 top = 119 end end