object FormMain: TFormMain Left = 430 Height = 732 Top = 249 Width = 1075 Caption = 'LazFuck' ClientHeight = 697 ClientWidth = 1075 DesignTimePPI = 150 Menu = MainMenu1 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.0.4' WindowState = wsMaximized object StatusBarMain: TStatusBar Left = 0 Height = 28 Top = 669 Width = 1075 Panels = < item Width = 88 end item Width = 88 end item Width = 100 end> ParentFont = False SimplePanel = False end object ToolBarMain: TToolBar Left = 0 Height = 34 Top = 0 Width = 1075 Images = Core.ImageListMain ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AProjectNew end object ToolButton2: TToolButton Left = 37 Top = 2 Action = AProjectOpen DropdownMenu = PopupMenuRecentFiles Style = tbsDropDown end object ToolButton3: TToolButton Left = 92 Top = 2 Action = AProjectSave end object ToolButton4: TToolButton Left = 128 Top = 2 Action = AProjectClose end object ToolButton5: TToolButton Left = 200 Height = 34 Top = 2 Style = tbsSeparator end object ToolButton6: TToolButton Left = 244 Top = 2 Action = AProgramRun end object ToolButton7: TToolButton Left = 208 Top = 2 Action = AProgramCompile end object ToolButton8: TToolButton Left = 164 Top = 2 Action = AOptions end object ToolButton9: TToolButton Left = 352 Top = 2 Action = ABreakpointToggle end object ToolButton10: TToolButton Left = 280 Top = 2 Action = AProgramPause end object ToolButton11: TToolButton Left = 316 Top = 2 Action = AProgramStop end object ToolButton12: TToolButton Left = 388 Top = 2 Action = AProgramStepOver end object ToolButton13: TToolButton Left = 424 Top = 2 Action = AProgramStepInto end object ToolButton14: TToolButton Left = 460 Top = 2 Action = AProgramStepOut end object ToolButton15: TToolButton Left = 496 Top = 2 Action = AProgramRunToCursor end object ToolButtonTarget: TToolButton Left = 532 Hint = 'Target select' Top = 2 Caption = 'Target select' DropdownMenu = PopupMenuTargets Style = tbsDropDown end end object PageControlRight: TPageControl Left = 583 Height = 635 Top = 34 Width = 492 ActivePage = TabSheetDebug Align = alRight ParentFont = False TabIndex = 0 TabOrder = 2 TabPosition = tpRight object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 631 ClientWidth = 405 ParentFont = False object PanelInput: TPanel Left = 0 Height = 80 Top = 0 Width = 405 Align = alTop BevelOuter = bvNone ParentFont = False TabOrder = 0 end object Splitter3: TSplitter Cursor = crVSplit Left = 0 Height = 6 Top = 80 Width = 405 Align = alTop ResizeAnchor = akTop end object PanelOutput: TPanel Left = 0 Height = 324 Top = 86 Width = 405 Align = alTop BevelOuter = bvNone ParentFont = False TabOrder = 2 end object Splitter4: TSplitter Cursor = crVSplit Left = 0 Height = 6 Top = 410 Width = 405 Align = alTop ResizeAnchor = akTop end object PanelCPU: TPanel Left = 0 Height = 107 Top = 416 Width = 405 Align = alTop BevelOuter = bvNone ParentFont = False TabOrder = 4 end object Splitter5: TSplitter Cursor = crVSplit Left = 0 Height = 6 Top = 523 Width = 405 Align = alTop ResizeAnchor = akTop end object PanelMemory: TPanel Left = 0 Height = 102 Top = 529 Width = 405 Align = alClient BevelOuter = bvNone ParentFont = False TabOrder = 6 end end end object Splitter1: TSplitter Left = 577 Height = 635 Top = 34 Width = 6 Align = alRight ResizeAnchor = akRight end object PanelLeft: TPanel Left = 0 Height = 635 Top = 34 Width = 577 Align = alClient BevelOuter = bvNone ClientHeight = 635 ClientWidth = 577 ParentFont = False TabOrder = 4 object PageControlMain: TPageControl Left = 0 Height = 481 Top = 0 Width = 577 ActivePage = TabSheetSource Align = alClient ParentFont = False TabIndex = 0 TabOrder = 0 object TabSheetSource: TTabSheet Caption = 'Source code' ParentFont = False end object TabSheetTarget: TTabSheet Caption = 'Target code' ParentFont = False end end object PageControlBottom: TPageControl Left = 0 Height = 148 Top = 487 Width = 577 ActivePage = TabSheetMessages Align = alBottom ParentFont = False TabIndex = 0 TabOrder = 1 TabPosition = tpBottom object TabSheetMessages: TTabSheet Caption = 'Messages' ParentFont = False end end object Splitter2: TSplitter Cursor = crVSplit Left = 0 Height = 6 Top = 481 Width = 577 Align = alBottom ResizeAnchor = akBottom end end object MainMenu1: TMainMenu Images = Core.ImageListMain Left = 270 Top = 167 object MenuItem1: TMenuItem Caption = 'File' 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 MenuItem24: TMenuItem Caption = 'Edit' object MenuItem25: TMenuItem Action = FormSourceCode.AFormatSource end object MenuItem27: TMenuItem Action = FormSourceCode.AShrinkSource end object MenuItem28: TMenuItem Action = FormSourceCode.AGenerateNumber end end object MenuItem9: TMenuItem Caption = 'Run' object MenuItem11: TMenuItem Action = AProgramCompile end object MenuItem20: TMenuItem Action = AProgramCompileMultiple 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 MenuItem18: TMenuItem Caption = 'Tools' 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 = 270 Top = 240 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 object AProgramCompileMultiple: TAction Category = 'Program' Caption = 'Compile multiple...' OnExecute = AProgramCompileMultipleExecute end end object OpenDialog1: TOpenDialog DefaultExt = '.b' Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' Left = 70 Top = 230 end object SaveDialog1: TSaveDialog DefaultExt = '.b' Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' Left = 70 Top = 300 end object TimerRefresh: TTimer Interval = 200 OnTimer = TimerRefreshTimer Left = 70 Top = 370 end object PopupMenuRecentFiles: TPopupMenu Left = 70 Top = 80 end object PopupMenuTargets: TPopupMenu Images = Core.ImageListMain Left = 70 Top = 149 end end