Home
last modified time | relevance | path

Searched refs:mnuUndo (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlHexViewer.Designer.cs61 this.mnuUndo = new System.Windows.Forms.ToolStripMenuItem(); in InitializeComponent()
330 this.mnuUndo, in InitializeComponent()
431 this.mnuUndo.Image = global::Mesen.GUI.Properties.Resources.Undo; in InitializeComponent()
432 this.mnuUndo.Name = "mnuUndo"; in InitializeComponent()
433 this.mnuUndo.Size = new System.Drawing.Size(186, 22); in InitializeComponent()
434 this.mnuUndo.Text = "Undo"; in InitializeComponent()
435 this.mnuUndo.Click += new System.EventHandler(this.mnuUndo_Click); in InitializeComponent()
561 private System.Windows.Forms.ToolStripMenuItem mnuUndo; field in Mesen.GUI.Debugger.Controls.ctrlHexViewer
H A DctrlHexViewer.cs57 mnuUndo.InitShortcut(this, nameof(DebuggerShortcutsConfig.Undo)); in InitShortcuts()
690 mnuUndo.Enabled = InteropEmu.DebugHasUndoHistory(); in UpdateActionAvailability()
/dports/graphics/libmng/libmng-1.0.10/contrib/bcb/mngdump/
H A DMain.h42 TMenuItem *mnuUndo; variable
H A DMain.cpp597 mnuUndo->Enabled = true; in EventShowPage()