706 lines
44 KiB
C#
706 lines
44 KiB
C#
namespace BizHawk.MultiClient
|
|
{
|
|
partial class RamWatch
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamWatch));
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.filesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.newListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.appendFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.autoLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.watchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.newWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.removeWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.duplicateWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.insertSeparatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pokeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.WatchListView = new BizHawk.VirtualListView();
|
|
this.Address = new System.Windows.Forms.ColumnHeader();
|
|
this.Value = new System.Windows.Forms.ColumnHeader();
|
|
this.ChangeCounts = new System.Windows.Forms.ColumnHeader();
|
|
this.Notes = new System.Windows.Forms.ColumnHeader();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pokeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.insertSeperatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.moveUpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.moveDownToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.NewWatchStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.EditWatchToolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.DuplicateWatchToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.PoketoolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.MoveUpStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.MoveDownStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.WatchCountLabel = new System.Windows.Forms.Label();
|
|
this.MessageLabel = new System.Windows.Forms.Label();
|
|
this.ClearChangeCountstoolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.clearChangeCountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.filesToolStripMenuItem,
|
|
this.watchesToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(364, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// filesToolStripMenuItem
|
|
//
|
|
this.filesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newListToolStripMenuItem,
|
|
this.openToolStripMenuItem,
|
|
this.saveToolStripMenuItem,
|
|
this.saveAsToolStripMenuItem,
|
|
this.appendFileToolStripMenuItem,
|
|
this.recentToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.restoreWindowSizeToolStripMenuItem,
|
|
this.toolStripSeparator2,
|
|
this.exitToolStripMenuItem});
|
|
this.filesToolStripMenuItem.Name = "filesToolStripMenuItem";
|
|
this.filesToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
|
|
this.filesToolStripMenuItem.Text = "&Files";
|
|
this.filesToolStripMenuItem.DropDownOpened += new System.EventHandler(this.filesToolStripMenuItem_DropDownOpened);
|
|
//
|
|
// newListToolStripMenuItem
|
|
//
|
|
this.newListToolStripMenuItem.Name = "newListToolStripMenuItem";
|
|
this.newListToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|
this.newListToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.newListToolStripMenuItem.Text = "&New List";
|
|
this.newListToolStripMenuItem.Click += new System.EventHandler(this.newListToolStripMenuItem_Click);
|
|
//
|
|
// openToolStripMenuItem
|
|
//
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
|
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.openToolStripMenuItem.Text = "&Open...";
|
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.saveToolStripMenuItem.Text = "&Save";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
//
|
|
// saveAsToolStripMenuItem
|
|
//
|
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
|
this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.S)));
|
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.saveAsToolStripMenuItem.Text = "Save &As...";
|
|
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
|
//
|
|
// appendFileToolStripMenuItem
|
|
//
|
|
this.appendFileToolStripMenuItem.Name = "appendFileToolStripMenuItem";
|
|
this.appendFileToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.appendFileToolStripMenuItem.Text = "A&ppend File...";
|
|
this.appendFileToolStripMenuItem.Click += new System.EventHandler(this.appendFileToolStripMenuItem_Click);
|
|
//
|
|
// recentToolStripMenuItem
|
|
//
|
|
this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.noneToolStripMenuItem,
|
|
this.toolStripSeparator4,
|
|
this.clearToolStripMenuItem,
|
|
this.autoLoadToolStripMenuItem});
|
|
this.recentToolStripMenuItem.Name = "recentToolStripMenuItem";
|
|
this.recentToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.recentToolStripMenuItem.Text = "Recent";
|
|
this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened);
|
|
//
|
|
// noneToolStripMenuItem
|
|
//
|
|
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
|
|
this.noneToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.noneToolStripMenuItem.Text = "None";
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(132, 6);
|
|
//
|
|
// clearToolStripMenuItem
|
|
//
|
|
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
|
|
this.clearToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.clearToolStripMenuItem.Text = "Clear";
|
|
//
|
|
// autoLoadToolStripMenuItem
|
|
//
|
|
this.autoLoadToolStripMenuItem.Name = "autoLoadToolStripMenuItem";
|
|
this.autoLoadToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.autoLoadToolStripMenuItem.Text = "Auto-Load";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(201, 6);
|
|
//
|
|
// restoreWindowSizeToolStripMenuItem
|
|
//
|
|
this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem";
|
|
this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.restoreWindowSizeToolStripMenuItem.Text = "Restore Window Size";
|
|
this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(201, 6);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.exitToolStripMenuItem.Text = "&Close";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// watchesToolStripMenuItem
|
|
//
|
|
this.watchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newWatchToolStripMenuItem,
|
|
this.editWatchToolStripMenuItem,
|
|
this.removeWatchToolStripMenuItem,
|
|
this.duplicateWatchToolStripMenuItem,
|
|
this.insertSeparatorToolStripMenuItem,
|
|
this.pokeAddressToolStripMenuItem,
|
|
this.clearChangeCountsToolStripMenuItem,
|
|
this.toolStripSeparator3,
|
|
this.moveUpToolStripMenuItem,
|
|
this.moveDownToolStripMenuItem});
|
|
this.watchesToolStripMenuItem.Name = "watchesToolStripMenuItem";
|
|
this.watchesToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
|
this.watchesToolStripMenuItem.Text = "&Watches";
|
|
this.watchesToolStripMenuItem.DropDownOpened += new System.EventHandler(this.watchesToolStripMenuItem_DropDownOpened);
|
|
//
|
|
// newWatchToolStripMenuItem
|
|
//
|
|
this.newWatchToolStripMenuItem.Name = "newWatchToolStripMenuItem";
|
|
this.newWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|
this.newWatchToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.newWatchToolStripMenuItem.Text = "&New Watch";
|
|
this.newWatchToolStripMenuItem.Click += new System.EventHandler(this.newWatchToolStripMenuItem_Click);
|
|
//
|
|
// editWatchToolStripMenuItem
|
|
//
|
|
this.editWatchToolStripMenuItem.Name = "editWatchToolStripMenuItem";
|
|
this.editWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
|
|
this.editWatchToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.editWatchToolStripMenuItem.Text = "&Edit Watch";
|
|
this.editWatchToolStripMenuItem.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click);
|
|
//
|
|
// removeWatchToolStripMenuItem
|
|
//
|
|
this.removeWatchToolStripMenuItem.Name = "removeWatchToolStripMenuItem";
|
|
this.removeWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
|
this.removeWatchToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.removeWatchToolStripMenuItem.Text = "&Remove Watch";
|
|
this.removeWatchToolStripMenuItem.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click);
|
|
//
|
|
// duplicateWatchToolStripMenuItem
|
|
//
|
|
this.duplicateWatchToolStripMenuItem.Name = "duplicateWatchToolStripMenuItem";
|
|
this.duplicateWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
|
this.duplicateWatchToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.duplicateWatchToolStripMenuItem.Text = "&Duplicate Watch";
|
|
this.duplicateWatchToolStripMenuItem.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click);
|
|
//
|
|
// insertSeparatorToolStripMenuItem
|
|
//
|
|
this.insertSeparatorToolStripMenuItem.Name = "insertSeparatorToolStripMenuItem";
|
|
this.insertSeparatorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
|
|
this.insertSeparatorToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.insertSeparatorToolStripMenuItem.Text = "Insert Separator";
|
|
this.insertSeparatorToolStripMenuItem.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click);
|
|
//
|
|
// pokeAddressToolStripMenuItem
|
|
//
|
|
this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem";
|
|
this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
|
this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.pokeAddressToolStripMenuItem.Text = "Poke Address";
|
|
this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(199, 6);
|
|
//
|
|
// moveUpToolStripMenuItem
|
|
//
|
|
this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem";
|
|
this.moveUpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Up)));
|
|
this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.moveUpToolStripMenuItem.Text = "Move &Up";
|
|
this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click);
|
|
//
|
|
// moveDownToolStripMenuItem
|
|
//
|
|
this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem";
|
|
this.moveDownToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Down)));
|
|
this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.moveDownToolStripMenuItem.Text = "Move &Down";
|
|
this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click);
|
|
//
|
|
// WatchListView
|
|
//
|
|
this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.WatchListView.AutoArrange = false;
|
|
this.WatchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.Address,
|
|
this.Value,
|
|
this.ChangeCounts,
|
|
this.Notes});
|
|
this.WatchListView.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.WatchListView.FullRowSelect = true;
|
|
this.WatchListView.GridLines = true;
|
|
this.WatchListView.ItemCount = 0;
|
|
this.WatchListView.LabelEdit = true;
|
|
this.WatchListView.Location = new System.Drawing.Point(25, 76);
|
|
this.WatchListView.Name = "WatchListView";
|
|
this.WatchListView.selectedItem = -1;
|
|
this.WatchListView.Size = new System.Drawing.Size(314, 309);
|
|
this.WatchListView.TabIndex = 1;
|
|
this.WatchListView.UseCompatibleStateImageBehavior = false;
|
|
this.WatchListView.View = System.Windows.Forms.View.Details;
|
|
this.WatchListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.WatchListView_MouseDoubleClick);
|
|
this.WatchListView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.WatchListView_AfterLabelEdit);
|
|
//
|
|
// Address
|
|
//
|
|
this.Address.Text = "Address";
|
|
//
|
|
// Value
|
|
//
|
|
this.Value.Text = "Value";
|
|
this.Value.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Value.Width = 59;
|
|
//
|
|
// ChangeCounts
|
|
//
|
|
this.ChangeCounts.Text = "Changes";
|
|
this.ChangeCounts.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.ChangeCounts.Width = 54;
|
|
//
|
|
// Notes
|
|
//
|
|
this.Notes.Text = "Notes";
|
|
this.Notes.Width = 190;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.editToolStripMenuItem,
|
|
this.removeToolStripMenuItem,
|
|
this.duplicateToolStripMenuItem,
|
|
this.pokeToolStripMenuItem,
|
|
this.toolStripSeparator6,
|
|
this.insertSeperatorToolStripMenuItem,
|
|
this.moveUpToolStripMenuItem1,
|
|
this.moveDownToolStripMenuItem1});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(166, 164);
|
|
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
|
//
|
|
// editToolStripMenuItem
|
|
//
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
this.editToolStripMenuItem.Text = "&Edit";
|
|
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
|
|
//
|
|
// removeToolStripMenuItem
|
|
//
|
|
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
|
|
this.removeToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
this.removeToolStripMenuItem.Text = "&Remove";
|
|
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
|
|
//
|
|
// duplicateToolStripMenuItem
|
|
//
|
|
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
|
|
this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
this.duplicateToolStripMenuItem.Text = "&Duplicate";
|
|
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click);
|
|
//
|
|
// pokeToolStripMenuItem
|
|
//
|
|
this.pokeToolStripMenuItem.Name = "pokeToolStripMenuItem";
|
|
this.pokeToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
this.pokeToolStripMenuItem.Text = "&Poke";
|
|
this.pokeToolStripMenuItem.Click += new System.EventHandler(this.pokeToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator6
|
|
//
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(162, 6);
|
|
//
|
|
// insertSeperatorToolStripMenuItem
|
|
//
|
|
this.insertSeperatorToolStripMenuItem.Name = "insertSeperatorToolStripMenuItem";
|
|
this.insertSeperatorToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
this.insertSeperatorToolStripMenuItem.Text = "&Insert Separator";
|
|
this.insertSeperatorToolStripMenuItem.Click += new System.EventHandler(this.insertSeperatorToolStripMenuItem_Click);
|
|
//
|
|
// moveUpToolStripMenuItem1
|
|
//
|
|
this.moveUpToolStripMenuItem1.Name = "moveUpToolStripMenuItem1";
|
|
this.moveUpToolStripMenuItem1.Size = new System.Drawing.Size(165, 22);
|
|
this.moveUpToolStripMenuItem1.Text = "Move &Up";
|
|
this.moveUpToolStripMenuItem1.Click += new System.EventHandler(this.moveUpToolStripMenuItem1_Click);
|
|
//
|
|
// moveDownToolStripMenuItem1
|
|
//
|
|
this.moveDownToolStripMenuItem1.Name = "moveDownToolStripMenuItem1";
|
|
this.moveDownToolStripMenuItem1.Size = new System.Drawing.Size(165, 22);
|
|
this.moveDownToolStripMenuItem1.Text = "Move &Down";
|
|
this.moveDownToolStripMenuItem1.Click += new System.EventHandler(this.moveDownToolStripMenuItem1_Click);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newToolStripButton,
|
|
this.openToolStripButton,
|
|
this.saveToolStripButton,
|
|
this.toolStripSeparator,
|
|
this.NewWatchStripButton1,
|
|
this.EditWatchToolStripButton1,
|
|
this.cutToolStripButton,
|
|
this.ClearChangeCountstoolStripButton,
|
|
this.DuplicateWatchToolStripButton,
|
|
this.PoketoolStripButton2,
|
|
this.toolStripButton1,
|
|
this.toolStripSeparator5,
|
|
this.MoveUpStripButton1,
|
|
this.MoveDownStripButton1});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(364, 25);
|
|
this.toolStrip1.TabIndex = 2;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// newToolStripButton
|
|
//
|
|
this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
|
|
this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.newToolStripButton.Name = "newToolStripButton";
|
|
this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
this.newToolStripButton.Text = "&New";
|
|
this.newToolStripButton.Click += new System.EventHandler(this.newToolStripButton_Click);
|
|
//
|
|
// openToolStripButton
|
|
//
|
|
this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
|
|
this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.openToolStripButton.Name = "openToolStripButton";
|
|
this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
this.openToolStripButton.Text = "&Open";
|
|
this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
|
|
//
|
|
// saveToolStripButton
|
|
//
|
|
this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
|
|
this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.saveToolStripButton.Name = "saveToolStripButton";
|
|
this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
this.saveToolStripButton.Text = "&Save";
|
|
this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
|
|
//
|
|
// toolStripSeparator
|
|
//
|
|
this.toolStripSeparator.Name = "toolStripSeparator";
|
|
this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// NewWatchStripButton1
|
|
//
|
|
this.NewWatchStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.NewWatchStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
|
this.NewWatchStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.NewWatchStripButton1.Name = "NewWatchStripButton1";
|
|
this.NewWatchStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.NewWatchStripButton1.Text = "New Watch";
|
|
this.NewWatchStripButton1.ToolTipText = "New Watch";
|
|
this.NewWatchStripButton1.Click += new System.EventHandler(this.NewWatchStripButton1_Click);
|
|
//
|
|
// EditWatchToolStripButton1
|
|
//
|
|
this.EditWatchToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.EditWatchToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("EditWatchToolStripButton1.Image")));
|
|
this.EditWatchToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.EditWatchToolStripButton1.Name = "EditWatchToolStripButton1";
|
|
this.EditWatchToolStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.EditWatchToolStripButton1.Text = "Edit Watch";
|
|
this.EditWatchToolStripButton1.Click += new System.EventHandler(this.EditWatchToolStripButton1_Click);
|
|
//
|
|
// cutToolStripButton
|
|
//
|
|
this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.cutToolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.BuilderDialog_delete;
|
|
this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.cutToolStripButton.Name = "cutToolStripButton";
|
|
this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
this.cutToolStripButton.Text = "C&ut";
|
|
this.cutToolStripButton.ToolTipText = "Remove Watch";
|
|
this.cutToolStripButton.Click += new System.EventHandler(this.cutToolStripButton_Click);
|
|
//
|
|
// DuplicateWatchToolStripButton
|
|
//
|
|
this.DuplicateWatchToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.DuplicateWatchToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DuplicateWatchToolStripButton.Image")));
|
|
this.DuplicateWatchToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.DuplicateWatchToolStripButton.Name = "DuplicateWatchToolStripButton";
|
|
this.DuplicateWatchToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
this.DuplicateWatchToolStripButton.Text = "Duplicate Watch";
|
|
this.DuplicateWatchToolStripButton.Click += new System.EventHandler(this.DuplicateWatchToolStripButton_Click);
|
|
//
|
|
// PoketoolStripButton2
|
|
//
|
|
this.PoketoolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.PoketoolStripButton2.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
|
this.PoketoolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.PoketoolStripButton2.Name = "PoketoolStripButton2";
|
|
this.PoketoolStripButton2.Size = new System.Drawing.Size(23, 22);
|
|
this.PoketoolStripButton2.Text = "toolStripButton2";
|
|
this.PoketoolStripButton2.ToolTipText = "Poke address";
|
|
this.PoketoolStripButton2.Click += new System.EventHandler(this.PoketoolStripButton2_Click);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.InserSeparator;
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.toolStripButton1.Text = "-";
|
|
this.toolStripButton1.ToolTipText = "Insert Separator";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// MoveUpStripButton1
|
|
//
|
|
this.MoveUpStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.MoveUpStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.BuilderDialog_moveup;
|
|
this.MoveUpStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.MoveUpStripButton1.Name = "MoveUpStripButton1";
|
|
this.MoveUpStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.MoveUpStripButton1.Text = "Move Up";
|
|
this.MoveUpStripButton1.Click += new System.EventHandler(this.MoveUpStripButton1_Click);
|
|
//
|
|
// MoveDownStripButton1
|
|
//
|
|
this.MoveDownStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.MoveDownStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.BuilderDialog_movedown;
|
|
this.MoveDownStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.MoveDownStripButton1.Name = "MoveDownStripButton1";
|
|
this.MoveDownStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.MoveDownStripButton1.Text = "Move Down";
|
|
this.MoveDownStripButton1.Click += new System.EventHandler(this.MoveDownStripButton1_Click);
|
|
//
|
|
// WatchCountLabel
|
|
//
|
|
this.WatchCountLabel.AutoSize = true;
|
|
this.WatchCountLabel.Location = new System.Drawing.Point(22, 57);
|
|
this.WatchCountLabel.Name = "WatchCountLabel";
|
|
this.WatchCountLabel.Size = new System.Drawing.Size(56, 13);
|
|
this.WatchCountLabel.TabIndex = 4;
|
|
this.WatchCountLabel.Text = "0 watches";
|
|
//
|
|
// MessageLabel
|
|
//
|
|
this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.MessageLabel.AutoSize = true;
|
|
this.MessageLabel.Location = new System.Drawing.Point(28, 390);
|
|
this.MessageLabel.Name = "MessageLabel";
|
|
this.MessageLabel.Size = new System.Drawing.Size(187, 13);
|
|
this.MessageLabel.TabIndex = 5;
|
|
this.MessageLabel.Text = " ";
|
|
//
|
|
// ClearChangeCountstoolStripButton
|
|
//
|
|
this.ClearChangeCountstoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.ClearChangeCountstoolStripButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image")));
|
|
this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton";
|
|
this.ClearChangeCountstoolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
this.ClearChangeCountstoolStripButton.Text = "C";
|
|
this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts";
|
|
this.ClearChangeCountstoolStripButton.Click += new System.EventHandler(this.ClearChangeCountstoolStripButton_Click);
|
|
//
|
|
// clearChangeCountsToolStripMenuItem
|
|
//
|
|
this.clearChangeCountsToolStripMenuItem.Name = "clearChangeCountsToolStripMenuItem";
|
|
this.clearChangeCountsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
|
|
this.clearChangeCountsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
|
|
this.clearChangeCountsToolStripMenuItem.Text = "&Clear Change Counts";
|
|
this.clearChangeCountsToolStripMenuItem.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click);
|
|
//
|
|
// RamWatch
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(364, 406);
|
|
this.Controls.Add(this.MessageLabel);
|
|
this.Controls.Add(this.WatchCountLabel);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.WatchListView);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "RamWatch";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Ram Watch";
|
|
this.Load += new System.EventHandler(this.RamWatch_Load);
|
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.RamWatch_DragDrop);
|
|
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.RamWatch_DragEnter);
|
|
this.Resize += new System.EventHandler(this.RamWatch_Resize);
|
|
this.LocationChanged += new System.EventHandler(this.RamWatch_LocationChanged);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem filesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem watchesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem newListToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem appendFileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem recentToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
VirtualListView WatchListView;
|
|
private System.Windows.Forms.ToolStripMenuItem newWatchToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editWatchToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem removeWatchToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem duplicateWatchToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ColumnHeader Address;
|
|
private System.Windows.Forms.ColumnHeader Value;
|
|
private System.Windows.Forms.ColumnHeader ChangeCounts;
|
|
private System.Windows.Forms.ColumnHeader Notes;
|
|
private System.Windows.Forms.Label WatchCountLabel;
|
|
private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem autoLoadToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem restoreWindowSizeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton newToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton openToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton saveToolStripButton;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
|
|
private System.Windows.Forms.ToolStripButton cutToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton NewWatchStripButton1;
|
|
private System.Windows.Forms.ToolStripButton MoveUpStripButton1;
|
|
private System.Windows.Forms.ToolStripButton MoveDownStripButton1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripButton EditWatchToolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton DuplicateWatchToolStripButton;
|
|
private System.Windows.Forms.Label MessageLabel;
|
|
private System.Windows.Forms.ToolStripMenuItem insertSeparatorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton PoketoolStripButton2;
|
|
private System.Windows.Forms.ToolStripMenuItem pokeAddressToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem pokeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
|
private System.Windows.Forms.ToolStripMenuItem insertSeperatorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripButton ClearChangeCountstoolStripButton;
|
|
private System.Windows.Forms.ToolStripMenuItem clearChangeCountsToolStripMenuItem;
|
|
}
|
|
} |