|
|
|
@ -75,7 +75,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.TruncateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ClearGreenzoneMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.GreenzoneICheckSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ConfigSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SetMaxUndoLevelsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
@ -140,6 +140,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.TasPlaybackBox = new BizHawk.Client.EmuHawk.PlaybackBox();
|
|
|
|
|
this.MarkerControl = new BizHawk.Client.EmuHawk.MarkerControl();
|
|
|
|
|
this.MarkerContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.EditMarkerContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.AddMarkerContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RemoveMarkerContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
@ -168,7 +169,6 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.StartFromNowSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.StartNewProjectFromNowMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.TASMenu.SuspendLayout();
|
|
|
|
|
this.TasStatusStrip.SuspendLayout();
|
|
|
|
|
this.MarkerContextMenu.SuspendLayout();
|
|
|
|
@ -349,7 +349,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.TruncateMenuItem,
|
|
|
|
|
this.ClearGreenzoneMenuItem,
|
|
|
|
|
this.GreenzoneICheckSeparator,
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem});
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem});
|
|
|
|
|
this.EditSubMenu.Name = "EditSubMenu";
|
|
|
|
|
this.EditSubMenu.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.EditSubMenu.Text = "&Edit";
|
|
|
|
@ -359,7 +359,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
//
|
|
|
|
|
this.UndoMenuItem.Name = "UndoMenuItem";
|
|
|
|
|
this.UndoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
|
|
|
|
this.UndoMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.UndoMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.UndoMenuItem.Text = "&Undo";
|
|
|
|
|
this.UndoMenuItem.Click += new System.EventHandler(this.UndoMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -368,14 +368,14 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.RedoMenuItem.Enabled = false;
|
|
|
|
|
this.RedoMenuItem.Name = "RedoMenuItem";
|
|
|
|
|
this.RedoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
|
|
|
|
|
this.RedoMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.RedoMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.RedoMenuItem.Text = "&Redo";
|
|
|
|
|
this.RedoMenuItem.Click += new System.EventHandler(this.RedoMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// showUndoHistoryToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.showUndoHistoryToolStripMenuItem.Name = "showUndoHistoryToolStripMenuItem";
|
|
|
|
|
this.showUndoHistoryToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.showUndoHistoryToolStripMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.showUndoHistoryToolStripMenuItem.Text = "Show Undo History";
|
|
|
|
|
this.showUndoHistoryToolStripMenuItem.Click += new System.EventHandler(this.showUndoHistoryToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -384,7 +384,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.SelectionUndoMenuItem.Enabled = false;
|
|
|
|
|
this.SelectionUndoMenuItem.Name = "SelectionUndoMenuItem";
|
|
|
|
|
this.SelectionUndoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
|
|
|
|
|
this.SelectionUndoMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.SelectionUndoMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.SelectionUndoMenuItem.Text = "Selection Undo";
|
|
|
|
|
//
|
|
|
|
|
// SelectionRedoMenuItem
|
|
|
|
@ -392,18 +392,18 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.SelectionRedoMenuItem.Enabled = false;
|
|
|
|
|
this.SelectionRedoMenuItem.Name = "SelectionRedoMenuItem";
|
|
|
|
|
this.SelectionRedoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
|
|
|
|
|
this.SelectionRedoMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.SelectionRedoMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.SelectionRedoMenuItem.Text = "Selection Redo";
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator5
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
|
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(279, 6);
|
|
|
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(290, 6);
|
|
|
|
|
//
|
|
|
|
|
// DeselectMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DeselectMenuItem.Name = "DeselectMenuItem";
|
|
|
|
|
this.DeselectMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.DeselectMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.DeselectMenuItem.Text = "Deselect";
|
|
|
|
|
this.DeselectMenuItem.Click += new System.EventHandler(this.DeselectMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -412,7 +412,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.SelectAllMenuItem.Name = "SelectAllMenuItem";
|
|
|
|
|
this.SelectAllMenuItem.ShortcutKeyDisplayString = "";
|
|
|
|
|
this.SelectAllMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|
|
|
|
this.SelectAllMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.SelectAllMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.SelectAllMenuItem.Text = "Select &All";
|
|
|
|
|
this.SelectAllMenuItem.Click += new System.EventHandler(this.SelectAllMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -421,7 +421,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.SelectBetweenMarkersMenuItem.Name = "SelectBetweenMarkersMenuItem";
|
|
|
|
|
this.SelectBetweenMarkersMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
| System.Windows.Forms.Keys.A)));
|
|
|
|
|
this.SelectBetweenMarkersMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.SelectBetweenMarkersMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.SelectBetweenMarkersMenuItem.Text = "Select between Markers";
|
|
|
|
|
this.SelectBetweenMarkersMenuItem.Click += new System.EventHandler(this.SelectBetweenMarkersMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -429,20 +429,20 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
//
|
|
|
|
|
this.ReselectClipboardMenuItem.Name = "ReselectClipboardMenuItem";
|
|
|
|
|
this.ReselectClipboardMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
|
|
|
|
|
this.ReselectClipboardMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.ReselectClipboardMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.ReselectClipboardMenuItem.Text = "Reselect Clipboard";
|
|
|
|
|
this.ReselectClipboardMenuItem.Click += new System.EventHandler(this.ReselectClipboardMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator7
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
|
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(279, 6);
|
|
|
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(290, 6);
|
|
|
|
|
//
|
|
|
|
|
// CopyMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.CopyMenuItem.Name = "CopyMenuItem";
|
|
|
|
|
this.CopyMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
|
|
|
|
this.CopyMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.CopyMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.CopyMenuItem.Text = "Copy";
|
|
|
|
|
this.CopyMenuItem.Click += new System.EventHandler(this.CopyMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -450,7 +450,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
//
|
|
|
|
|
this.PasteMenuItem.Name = "PasteMenuItem";
|
|
|
|
|
this.PasteMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
|
|
|
|
|
this.PasteMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.PasteMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.PasteMenuItem.Text = "&Paste";
|
|
|
|
|
this.PasteMenuItem.Click += new System.EventHandler(this.PasteMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -459,7 +459,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.PasteInsertMenuItem.Name = "PasteInsertMenuItem";
|
|
|
|
|
this.PasteInsertMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
| System.Windows.Forms.Keys.V)));
|
|
|
|
|
this.PasteInsertMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.PasteInsertMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.PasteInsertMenuItem.Text = "&Paste Insert";
|
|
|
|
|
this.PasteInsertMenuItem.Click += new System.EventHandler(this.PasteInsertMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -467,21 +467,21 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
//
|
|
|
|
|
this.CutMenuItem.Name = "CutMenuItem";
|
|
|
|
|
this.CutMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
|
|
|
|
|
this.CutMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.CutMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.CutMenuItem.Text = "&Cut";
|
|
|
|
|
this.CutMenuItem.Click += new System.EventHandler(this.CutMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator8
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
|
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(279, 6);
|
|
|
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(290, 6);
|
|
|
|
|
//
|
|
|
|
|
// ClearMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ClearMenuItem.Name = "ClearMenuItem";
|
|
|
|
|
this.ClearMenuItem.ShortcutKeyDisplayString = "";
|
|
|
|
|
this.ClearMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
|
|
|
|
|
this.ClearMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.ClearMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.ClearMenuItem.Text = "Clear";
|
|
|
|
|
this.ClearMenuItem.Click += new System.EventHandler(this.ClearMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -489,7 +489,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
//
|
|
|
|
|
this.DeleteFramesMenuItem.Name = "DeleteFramesMenuItem";
|
|
|
|
|
this.DeleteFramesMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
|
|
|
|
|
this.DeleteFramesMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.DeleteFramesMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.DeleteFramesMenuItem.Text = "&Delete";
|
|
|
|
|
this.DeleteFramesMenuItem.Click += new System.EventHandler(this.DeleteFramesMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -497,7 +497,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
//
|
|
|
|
|
this.CloneMenuItem.Name = "CloneMenuItem";
|
|
|
|
|
this.CloneMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert)));
|
|
|
|
|
this.CloneMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.CloneMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.CloneMenuItem.Text = "&Clone";
|
|
|
|
|
this.CloneMenuItem.Click += new System.EventHandler(this.CloneMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -506,7 +506,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.InsertFrameMenuItem.Name = "InsertFrameMenuItem";
|
|
|
|
|
this.InsertFrameMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
| System.Windows.Forms.Keys.Insert)));
|
|
|
|
|
this.InsertFrameMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.InsertFrameMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.InsertFrameMenuItem.Text = "&Insert";
|
|
|
|
|
this.InsertFrameMenuItem.Click += new System.EventHandler(this.InsertFrameMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -515,42 +515,42 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.InsertNumFramesMenuItem.Name = "InsertNumFramesMenuItem";
|
|
|
|
|
this.InsertNumFramesMenuItem.ShortcutKeyDisplayString = "";
|
|
|
|
|
this.InsertNumFramesMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Insert;
|
|
|
|
|
this.InsertNumFramesMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.InsertNumFramesMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.InsertNumFramesMenuItem.Text = "Insert # of Frames";
|
|
|
|
|
this.InsertNumFramesMenuItem.Click += new System.EventHandler(this.InsertNumFramesMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator6
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
|
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(279, 6);
|
|
|
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(290, 6);
|
|
|
|
|
//
|
|
|
|
|
// TruncateMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.TruncateMenuItem.Name = "TruncateMenuItem";
|
|
|
|
|
this.TruncateMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.TruncateMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.TruncateMenuItem.Text = "&Truncate Movie";
|
|
|
|
|
this.TruncateMenuItem.Click += new System.EventHandler(this.TruncateMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ClearGreenzoneMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ClearGreenzoneMenuItem.Name = "ClearGreenzoneMenuItem";
|
|
|
|
|
this.ClearGreenzoneMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.ClearGreenzoneMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.ClearGreenzoneMenuItem.Text = "&Clear Savestate History";
|
|
|
|
|
this.ClearGreenzoneMenuItem.Click += new System.EventHandler(this.ClearGreenzoneMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// GreenzoneICheckSeparator
|
|
|
|
|
//
|
|
|
|
|
this.GreenzoneICheckSeparator.Name = "GreenzoneICheckSeparator";
|
|
|
|
|
this.GreenzoneICheckSeparator.Size = new System.Drawing.Size(279, 6);
|
|
|
|
|
this.GreenzoneICheckSeparator.Size = new System.Drawing.Size(290, 6);
|
|
|
|
|
//
|
|
|
|
|
// GreenZoneIntegrityCheckMenuItem
|
|
|
|
|
// StateHistoryIntegrityCheckMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem.Name = "GreenZoneIntegrityCheckMenuItem";
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem.Name = "StateHistoryIntegrityCheckMenuItem";
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
| System.Windows.Forms.Keys.I)));
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem.Size = new System.Drawing.Size(282, 22);
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem.Text = "Greenzone Integrity Check";
|
|
|
|
|
this.GreenZoneIntegrityCheckMenuItem.Click += new System.EventHandler(this.GreenZoneIntegrityCheckMenuItem_Click);
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem.Text = "State History Integrity Check";
|
|
|
|
|
this.StateHistoryIntegrityCheckMenuItem.Click += new System.EventHandler(this.StateHistoryIntegrityCheckMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ConfigSubMenu
|
|
|
|
|
//
|
|
|
|
@ -1089,27 +1089,34 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.AddMarkerContextMenuItem,
|
|
|
|
|
this.RemoveMarkerContextMenuItem});
|
|
|
|
|
this.MarkerContextMenu.Name = "MarkerContextMenu";
|
|
|
|
|
this.MarkerContextMenu.Size = new System.Drawing.Size(153, 114);
|
|
|
|
|
this.MarkerContextMenu.Size = new System.Drawing.Size(121, 92);
|
|
|
|
|
this.MarkerContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.MarkerContextMenu_Opening);
|
|
|
|
|
//
|
|
|
|
|
// ScrollToMarkerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Name = "ScrollToMarkerToolStripMenuItem";
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Text = "Scroll To";
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Click += new System.EventHandler(this.ScrollToMarkerToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// EditMarkerContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.EditMarkerContextMenuItem.Name = "EditMarkerContextMenuItem";
|
|
|
|
|
this.EditMarkerContextMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
this.EditMarkerContextMenuItem.Size = new System.Drawing.Size(120, 22);
|
|
|
|
|
this.EditMarkerContextMenuItem.Text = "Edit";
|
|
|
|
|
this.EditMarkerContextMenuItem.Click += new System.EventHandler(this.EditMarkerContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AddMarkerContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AddMarkerContextMenuItem.Name = "AddMarkerContextMenuItem";
|
|
|
|
|
this.AddMarkerContextMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
this.AddMarkerContextMenuItem.Size = new System.Drawing.Size(120, 22);
|
|
|
|
|
this.AddMarkerContextMenuItem.Text = "Add";
|
|
|
|
|
this.AddMarkerContextMenuItem.Click += new System.EventHandler(this.AddMarkerContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RemoveMarkerContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RemoveMarkerContextMenuItem.Name = "RemoveMarkerContextMenuItem";
|
|
|
|
|
this.RemoveMarkerContextMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
this.RemoveMarkerContextMenuItem.Size = new System.Drawing.Size(120, 22);
|
|
|
|
|
this.RemoveMarkerContextMenuItem.Text = "Remove";
|
|
|
|
|
this.RemoveMarkerContextMenuItem.Click += new System.EventHandler(this.RemoveMarkerContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
@ -1316,13 +1323,6 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Markers";
|
|
|
|
|
//
|
|
|
|
|
// scrollToToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Name = "scrollToToolStripMenuItem";
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Text = "Scroll To";
|
|
|
|
|
this.ScrollToMarkerToolStripMenuItem.Click += new System.EventHandler(this.ScrollToMarkerToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// TAStudio
|
|
|
|
|
//
|
|
|
|
|
this.AllowDrop = true;
|
|
|
|
@ -1445,7 +1445,7 @@ namespace BizHawk.Client.EmuHawk
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem TruncateContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ClearGreenzoneMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator GreenzoneICheckSeparator;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GreenZoneIntegrityCheckMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StateHistoryIntegrityCheckMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ColumnsSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator19;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator21;
|
|
|
|
|