Ram Search - fix anchoring of tool strips
This commit is contained in:
parent
3cd57a1335
commit
e62f68f48e
|
@ -99,6 +99,7 @@
|
||||||
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.SetCurrToPrevtoolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.SetCurrToPrevtoolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.ClearChangeCountstoolStripButton = new System.Windows.Forms.ToolStripButton();
|
this.ClearChangeCountstoolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||||
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.UndotoolStripButton = new System.Windows.Forms.ToolStripButton();
|
this.UndotoolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||||
this.RedotoolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.RedotoolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStrip2 = new ToolStripEx();
|
this.toolStrip2 = new ToolStripEx();
|
||||||
|
@ -137,7 +138,6 @@
|
||||||
this.MemDomainLabel = new System.Windows.Forms.Label();
|
this.MemDomainLabel = new System.Windows.Forms.Label();
|
||||||
this.OutputLabel = new System.Windows.Forms.Label();
|
this.OutputLabel = new System.Windows.Forms.Label();
|
||||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||||
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
||||||
this.SearchtoolStrip1.SuspendLayout();
|
this.SearchtoolStrip1.SuspendLayout();
|
||||||
this.contextMenuStrip1.SuspendLayout();
|
this.contextMenuStrip1.SuspendLayout();
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
|
@ -149,6 +149,7 @@
|
||||||
//
|
//
|
||||||
// SearchtoolStrip1
|
// SearchtoolStrip1
|
||||||
//
|
//
|
||||||
|
this.SearchtoolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.SearchtoolStrip1.ClickThrough = true;
|
this.SearchtoolStrip1.ClickThrough = true;
|
||||||
this.SearchtoolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
this.SearchtoolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
||||||
this.SearchtoolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.SearchtoolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
@ -164,7 +165,7 @@
|
||||||
this.FreezeAddressToolStrip});
|
this.FreezeAddressToolStrip});
|
||||||
this.SearchtoolStrip1.Location = new System.Drawing.Point(249, 58);
|
this.SearchtoolStrip1.Location = new System.Drawing.Point(249, 58);
|
||||||
this.SearchtoolStrip1.Name = "SearchtoolStrip1";
|
this.SearchtoolStrip1.Name = "SearchtoolStrip1";
|
||||||
this.SearchtoolStrip1.Size = new System.Drawing.Size(206, 25);
|
this.SearchtoolStrip1.Size = new System.Drawing.Size(208, 25);
|
||||||
this.SearchtoolStrip1.TabIndex = 7;
|
this.SearchtoolStrip1.TabIndex = 7;
|
||||||
this.SearchtoolStrip1.TabStop = true;
|
this.SearchtoolStrip1.TabStop = true;
|
||||||
this.SearchtoolStrip1.Text = "Search";
|
this.SearchtoolStrip1.Text = "Search";
|
||||||
|
@ -335,14 +336,14 @@
|
||||||
this.pokeAddressToolStripMenuItem1,
|
this.pokeAddressToolStripMenuItem1,
|
||||||
this.freezeAddressToolStripMenuItem1});
|
this.freezeAddressToolStripMenuItem1});
|
||||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||||
this.contextMenuStrip1.Size = new System.Drawing.Size(176, 142);
|
this.contextMenuStrip1.Size = new System.Drawing.Size(175, 142);
|
||||||
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
||||||
//
|
//
|
||||||
// startNewSearchToolStripMenuItem
|
// startNewSearchToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.startNewSearchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.restart;
|
this.startNewSearchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.restart;
|
||||||
this.startNewSearchToolStripMenuItem.Name = "startNewSearchToolStripMenuItem";
|
this.startNewSearchToolStripMenuItem.Name = "startNewSearchToolStripMenuItem";
|
||||||
this.startNewSearchToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
|
this.startNewSearchToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
||||||
this.startNewSearchToolStripMenuItem.Text = "&Start New Search";
|
this.startNewSearchToolStripMenuItem.Text = "&Start New Search";
|
||||||
this.startNewSearchToolStripMenuItem.Click += new System.EventHandler(this.startNewSearchToolStripMenuItem_Click);
|
this.startNewSearchToolStripMenuItem.Click += new System.EventHandler(this.startNewSearchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -350,20 +351,20 @@
|
||||||
//
|
//
|
||||||
this.searchToolStripMenuItem2.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
this.searchToolStripMenuItem2.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
||||||
this.searchToolStripMenuItem2.Name = "searchToolStripMenuItem2";
|
this.searchToolStripMenuItem2.Name = "searchToolStripMenuItem2";
|
||||||
this.searchToolStripMenuItem2.Size = new System.Drawing.Size(175, 22);
|
this.searchToolStripMenuItem2.Size = new System.Drawing.Size(174, 22);
|
||||||
this.searchToolStripMenuItem2.Text = "&Search";
|
this.searchToolStripMenuItem2.Text = "&Search";
|
||||||
this.searchToolStripMenuItem2.Click += new System.EventHandler(this.searchToolStripMenuItem2_Click);
|
this.searchToolStripMenuItem2.Click += new System.EventHandler(this.searchToolStripMenuItem2_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator9
|
// toolStripSeparator9
|
||||||
//
|
//
|
||||||
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
||||||
this.toolStripSeparator9.Size = new System.Drawing.Size(172, 6);
|
this.toolStripSeparator9.Size = new System.Drawing.Size(171, 6);
|
||||||
//
|
//
|
||||||
// removeSelectedToolStripMenuItem1
|
// removeSelectedToolStripMenuItem1
|
||||||
//
|
//
|
||||||
this.removeSelectedToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.Delete;
|
this.removeSelectedToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.Delete;
|
||||||
this.removeSelectedToolStripMenuItem1.Name = "removeSelectedToolStripMenuItem1";
|
this.removeSelectedToolStripMenuItem1.Name = "removeSelectedToolStripMenuItem1";
|
||||||
this.removeSelectedToolStripMenuItem1.Size = new System.Drawing.Size(175, 22);
|
this.removeSelectedToolStripMenuItem1.Size = new System.Drawing.Size(174, 22);
|
||||||
this.removeSelectedToolStripMenuItem1.Text = "Remove Selected";
|
this.removeSelectedToolStripMenuItem1.Text = "Remove Selected";
|
||||||
this.removeSelectedToolStripMenuItem1.Click += new System.EventHandler(this.removeSelectedToolStripMenuItem1_Click);
|
this.removeSelectedToolStripMenuItem1.Click += new System.EventHandler(this.removeSelectedToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
|
@ -371,7 +372,7 @@
|
||||||
//
|
//
|
||||||
this.addToRamWatchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
this.addToRamWatchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
||||||
this.addToRamWatchToolStripMenuItem.Name = "addToRamWatchToolStripMenuItem";
|
this.addToRamWatchToolStripMenuItem.Name = "addToRamWatchToolStripMenuItem";
|
||||||
this.addToRamWatchToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
|
this.addToRamWatchToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
||||||
this.addToRamWatchToolStripMenuItem.Text = "Add to Ram Watch";
|
this.addToRamWatchToolStripMenuItem.Text = "Add to Ram Watch";
|
||||||
this.addToRamWatchToolStripMenuItem.Click += new System.EventHandler(this.addToRamWatchToolStripMenuItem_Click);
|
this.addToRamWatchToolStripMenuItem.Click += new System.EventHandler(this.addToRamWatchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -379,7 +380,7 @@
|
||||||
//
|
//
|
||||||
this.pokeAddressToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
this.pokeAddressToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
||||||
this.pokeAddressToolStripMenuItem1.Name = "pokeAddressToolStripMenuItem1";
|
this.pokeAddressToolStripMenuItem1.Name = "pokeAddressToolStripMenuItem1";
|
||||||
this.pokeAddressToolStripMenuItem1.Size = new System.Drawing.Size(175, 22);
|
this.pokeAddressToolStripMenuItem1.Size = new System.Drawing.Size(174, 22);
|
||||||
this.pokeAddressToolStripMenuItem1.Text = "Poke Address";
|
this.pokeAddressToolStripMenuItem1.Text = "Poke Address";
|
||||||
this.pokeAddressToolStripMenuItem1.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem1_Click);
|
this.pokeAddressToolStripMenuItem1.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
|
@ -387,7 +388,7 @@
|
||||||
//
|
//
|
||||||
this.freezeAddressToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.Freeze;
|
this.freezeAddressToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.Freeze;
|
||||||
this.freezeAddressToolStripMenuItem1.Name = "freezeAddressToolStripMenuItem1";
|
this.freezeAddressToolStripMenuItem1.Name = "freezeAddressToolStripMenuItem1";
|
||||||
this.freezeAddressToolStripMenuItem1.Size = new System.Drawing.Size(175, 22);
|
this.freezeAddressToolStripMenuItem1.Size = new System.Drawing.Size(174, 22);
|
||||||
this.freezeAddressToolStripMenuItem1.Text = "Freeze Address";
|
this.freezeAddressToolStripMenuItem1.Text = "Freeze Address";
|
||||||
this.freezeAddressToolStripMenuItem1.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem1_Click);
|
this.freezeAddressToolStripMenuItem1.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
|
@ -418,28 +419,28 @@
|
||||||
this.toolStripSeparator4,
|
this.toolStripSeparator4,
|
||||||
this.exitToolStripMenuItem});
|
this.exitToolStripMenuItem});
|
||||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||||||
this.fileToolStripMenuItem.Text = "&File";
|
this.fileToolStripMenuItem.Text = "&File";
|
||||||
//
|
//
|
||||||
// newSearchToolStripMenuItem
|
// newSearchToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.newSearchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.restart;
|
this.newSearchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.restart;
|
||||||
this.newSearchToolStripMenuItem.Name = "newSearchToolStripMenuItem";
|
this.newSearchToolStripMenuItem.Name = "newSearchToolStripMenuItem";
|
||||||
this.newSearchToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
this.newSearchToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
||||||
this.newSearchToolStripMenuItem.Text = "&New Search";
|
this.newSearchToolStripMenuItem.Text = "&New Search";
|
||||||
this.newSearchToolStripMenuItem.Click += new System.EventHandler(this.newSearchToolStripMenuItem_Click);
|
this.newSearchToolStripMenuItem.Click += new System.EventHandler(this.newSearchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator1
|
// toolStripSeparator1
|
||||||
//
|
//
|
||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(201, 6);
|
this.toolStripSeparator1.Size = new System.Drawing.Size(192, 6);
|
||||||
//
|
//
|
||||||
// openToolStripMenuItem
|
// openToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.openToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
this.openToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
||||||
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
||||||
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
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.Size = new System.Drawing.Size(195, 22);
|
||||||
this.openToolStripMenuItem.Text = "&Open...";
|
this.openToolStripMenuItem.Text = "&Open...";
|
||||||
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -448,7 +449,7 @@
|
||||||
this.saveToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.SaveAs;
|
this.saveToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.SaveAs;
|
||||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||||
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
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.Size = new System.Drawing.Size(195, 22);
|
||||||
this.saveToolStripMenuItem.Text = "&Save";
|
this.saveToolStripMenuItem.Text = "&Save";
|
||||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -457,14 +458,14 @@
|
||||||
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
||||||
this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
||||||
| System.Windows.Forms.Keys.S)));
|
| System.Windows.Forms.Keys.S)));
|
||||||
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
||||||
this.saveAsToolStripMenuItem.Text = "Save As...";
|
this.saveAsToolStripMenuItem.Text = "Save As...";
|
||||||
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// appendFileToolStripMenuItem
|
// appendFileToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.appendFileToolStripMenuItem.Name = "appendFileToolStripMenuItem";
|
this.appendFileToolStripMenuItem.Name = "appendFileToolStripMenuItem";
|
||||||
this.appendFileToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
this.appendFileToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
||||||
this.appendFileToolStripMenuItem.Text = "&Append File...";
|
this.appendFileToolStripMenuItem.Text = "&Append File...";
|
||||||
this.appendFileToolStripMenuItem.Click += new System.EventHandler(this.appendFileToolStripMenuItem_Click);
|
this.appendFileToolStripMenuItem.Click += new System.EventHandler(this.appendFileToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -472,7 +473,7 @@
|
||||||
//
|
//
|
||||||
this.TruncateFromFileToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.TruncateFromFile;
|
this.TruncateFromFileToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.TruncateFromFile;
|
||||||
this.TruncateFromFileToolStripMenuItem.Name = "TruncateFromFileToolStripMenuItem";
|
this.TruncateFromFileToolStripMenuItem.Name = "TruncateFromFileToolStripMenuItem";
|
||||||
this.TruncateFromFileToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
this.TruncateFromFileToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
||||||
this.TruncateFromFileToolStripMenuItem.Text = "&Truncate from File...";
|
this.TruncateFromFileToolStripMenuItem.Text = "&Truncate from File...";
|
||||||
this.TruncateFromFileToolStripMenuItem.Click += new System.EventHandler(this.TruncateFromFileToolStripMenuItem_Click);
|
this.TruncateFromFileToolStripMenuItem.Click += new System.EventHandler(this.TruncateFromFileToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -485,43 +486,43 @@
|
||||||
this.autoLoadToolStripMenuItem});
|
this.autoLoadToolStripMenuItem});
|
||||||
this.recentToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Recent;
|
this.recentToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Recent;
|
||||||
this.recentToolStripMenuItem.Name = "recentToolStripMenuItem";
|
this.recentToolStripMenuItem.Name = "recentToolStripMenuItem";
|
||||||
this.recentToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
this.recentToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
|
||||||
this.recentToolStripMenuItem.Text = "Recent";
|
this.recentToolStripMenuItem.Text = "Recent";
|
||||||
this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened);
|
this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
// noneToolStripMenuItem
|
// noneToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
|
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
|
||||||
this.noneToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
this.noneToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
|
||||||
this.noneToolStripMenuItem.Text = "None";
|
this.noneToolStripMenuItem.Text = "None";
|
||||||
//
|
//
|
||||||
// toolStripSeparator2
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||||
this.toolStripSeparator2.Size = new System.Drawing.Size(132, 6);
|
this.toolStripSeparator2.Size = new System.Drawing.Size(128, 6);
|
||||||
//
|
//
|
||||||
// clearToolStripMenuItem
|
// clearToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
|
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
|
||||||
this.clearToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
this.clearToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
|
||||||
this.clearToolStripMenuItem.Text = "Clear";
|
this.clearToolStripMenuItem.Text = "Clear";
|
||||||
//
|
//
|
||||||
// autoLoadToolStripMenuItem
|
// autoLoadToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.autoLoadToolStripMenuItem.Name = "autoLoadToolStripMenuItem";
|
this.autoLoadToolStripMenuItem.Name = "autoLoadToolStripMenuItem";
|
||||||
this.autoLoadToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
this.autoLoadToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
|
||||||
this.autoLoadToolStripMenuItem.Text = "Auto-Load";
|
this.autoLoadToolStripMenuItem.Text = "Auto-Load";
|
||||||
//
|
//
|
||||||
// toolStripSeparator4
|
// toolStripSeparator4
|
||||||
//
|
//
|
||||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||||
this.toolStripSeparator4.Size = new System.Drawing.Size(201, 6);
|
this.toolStripSeparator4.Size = new System.Drawing.Size(192, 6);
|
||||||
//
|
//
|
||||||
// exitToolStripMenuItem
|
// exitToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||||
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
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.Size = new System.Drawing.Size(195, 22);
|
||||||
this.exitToolStripMenuItem.Text = "&Close";
|
this.exitToolStripMenuItem.Text = "&Close";
|
||||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -540,14 +541,14 @@
|
||||||
this.pokeAddressToolStripMenuItem,
|
this.pokeAddressToolStripMenuItem,
|
||||||
this.freezeAddressToolStripMenuItem});
|
this.freezeAddressToolStripMenuItem});
|
||||||
this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
|
this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
|
||||||
this.searchToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
|
this.searchToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
|
||||||
this.searchToolStripMenuItem.Text = "&Search";
|
this.searchToolStripMenuItem.Text = "&Search";
|
||||||
this.searchToolStripMenuItem.DropDownOpened += new System.EventHandler(this.searchToolStripMenuItem_DropDownOpened);
|
this.searchToolStripMenuItem.DropDownOpened += new System.EventHandler(this.searchToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
// memoryDomainsToolStripMenuItem
|
// memoryDomainsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.memoryDomainsToolStripMenuItem.Name = "memoryDomainsToolStripMenuItem";
|
this.memoryDomainsToolStripMenuItem.Name = "memoryDomainsToolStripMenuItem";
|
||||||
this.memoryDomainsToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.memoryDomainsToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.memoryDomainsToolStripMenuItem.Text = "&Memory Domains";
|
this.memoryDomainsToolStripMenuItem.Text = "&Memory Domains";
|
||||||
this.memoryDomainsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.memoryDomainsToolStripMenuItem_DropDownOpened);
|
this.memoryDomainsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.memoryDomainsToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -555,7 +556,7 @@
|
||||||
//
|
//
|
||||||
this.searchToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
this.searchToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
||||||
this.searchToolStripMenuItem1.Name = "searchToolStripMenuItem1";
|
this.searchToolStripMenuItem1.Name = "searchToolStripMenuItem1";
|
||||||
this.searchToolStripMenuItem1.Size = new System.Drawing.Size(218, 22);
|
this.searchToolStripMenuItem1.Size = new System.Drawing.Size(220, 22);
|
||||||
this.searchToolStripMenuItem1.Text = "&Search";
|
this.searchToolStripMenuItem1.Text = "&Search";
|
||||||
this.searchToolStripMenuItem1.Click += new System.EventHandler(this.searchToolStripMenuItem1_Click);
|
this.searchToolStripMenuItem1.Click += new System.EventHandler(this.searchToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
|
@ -564,7 +565,7 @@
|
||||||
this.undoToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.undo;
|
this.undoToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.undo;
|
||||||
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
|
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
|
||||||
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
||||||
this.undoToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.undoToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.undoToolStripMenuItem.Text = "&Undo";
|
this.undoToolStripMenuItem.Text = "&Undo";
|
||||||
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click_1);
|
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click_1);
|
||||||
//
|
//
|
||||||
|
@ -572,14 +573,14 @@
|
||||||
//
|
//
|
||||||
this.copyValueToPrevToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Previous;
|
this.copyValueToPrevToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Previous;
|
||||||
this.copyValueToPrevToolStripMenuItem.Name = "copyValueToPrevToolStripMenuItem";
|
this.copyValueToPrevToolStripMenuItem.Name = "copyValueToPrevToolStripMenuItem";
|
||||||
this.copyValueToPrevToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.copyValueToPrevToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.copyValueToPrevToolStripMenuItem.Text = "Copy Value to Prev";
|
this.copyValueToPrevToolStripMenuItem.Text = "Copy Value to Prev";
|
||||||
this.copyValueToPrevToolStripMenuItem.Click += new System.EventHandler(this.copyValueToPrevToolStripMenuItem_Click);
|
this.copyValueToPrevToolStripMenuItem.Click += new System.EventHandler(this.copyValueToPrevToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// clearChangeCountsToolStripMenuItem
|
// clearChangeCountsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.clearChangeCountsToolStripMenuItem.Name = "clearChangeCountsToolStripMenuItem";
|
this.clearChangeCountsToolStripMenuItem.Name = "clearChangeCountsToolStripMenuItem";
|
||||||
this.clearChangeCountsToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.clearChangeCountsToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.clearChangeCountsToolStripMenuItem.Text = "&Clear Change Counts";
|
this.clearChangeCountsToolStripMenuItem.Text = "&Clear Change Counts";
|
||||||
this.clearChangeCountsToolStripMenuItem.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click);
|
this.clearChangeCountsToolStripMenuItem.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -587,7 +588,7 @@
|
||||||
//
|
//
|
||||||
this.removeSelectedToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Delete;
|
this.removeSelectedToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Delete;
|
||||||
this.removeSelectedToolStripMenuItem.Name = "removeSelectedToolStripMenuItem";
|
this.removeSelectedToolStripMenuItem.Name = "removeSelectedToolStripMenuItem";
|
||||||
this.removeSelectedToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.removeSelectedToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.removeSelectedToolStripMenuItem.Text = "&Remove selected";
|
this.removeSelectedToolStripMenuItem.Text = "&Remove selected";
|
||||||
this.removeSelectedToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedToolStripMenuItem_Click);
|
this.removeSelectedToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -595,20 +596,20 @@
|
||||||
//
|
//
|
||||||
this.exludeRamWatchListToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.TruncateFromRW;
|
this.exludeRamWatchListToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.TruncateFromRW;
|
||||||
this.exludeRamWatchListToolStripMenuItem.Name = "exludeRamWatchListToolStripMenuItem";
|
this.exludeRamWatchListToolStripMenuItem.Name = "exludeRamWatchListToolStripMenuItem";
|
||||||
this.exludeRamWatchListToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.exludeRamWatchListToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.exludeRamWatchListToolStripMenuItem.Text = "Exlude Ram Watch List";
|
this.exludeRamWatchListToolStripMenuItem.Text = "Exlude Ram Watch List";
|
||||||
this.exludeRamWatchListToolStripMenuItem.Click += new System.EventHandler(this.exludeRamWatchListToolStripMenuItem_Click);
|
this.exludeRamWatchListToolStripMenuItem.Click += new System.EventHandler(this.exludeRamWatchListToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator5
|
// toolStripSeparator5
|
||||||
//
|
//
|
||||||
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
||||||
this.toolStripSeparator5.Size = new System.Drawing.Size(215, 6);
|
this.toolStripSeparator5.Size = new System.Drawing.Size(217, 6);
|
||||||
//
|
//
|
||||||
// addSelectedToRamWatchToolStripMenuItem
|
// addSelectedToRamWatchToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.addSelectedToRamWatchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
this.addSelectedToRamWatchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
||||||
this.addSelectedToRamWatchToolStripMenuItem.Name = "addSelectedToRamWatchToolStripMenuItem";
|
this.addSelectedToRamWatchToolStripMenuItem.Name = "addSelectedToRamWatchToolStripMenuItem";
|
||||||
this.addSelectedToRamWatchToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.addSelectedToRamWatchToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.addSelectedToRamWatchToolStripMenuItem.Text = "&Add selected to Ram Watch";
|
this.addSelectedToRamWatchToolStripMenuItem.Text = "&Add selected to Ram Watch";
|
||||||
this.addSelectedToRamWatchToolStripMenuItem.Click += new System.EventHandler(this.addSelectedToRamWatchToolStripMenuItem_Click);
|
this.addSelectedToRamWatchToolStripMenuItem.Click += new System.EventHandler(this.addSelectedToRamWatchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -617,7 +618,7 @@
|
||||||
this.pokeAddressToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
this.pokeAddressToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
||||||
this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem";
|
this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem";
|
||||||
this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
||||||
this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.pokeAddressToolStripMenuItem.Text = "&Poke Address";
|
this.pokeAddressToolStripMenuItem.Text = "&Poke Address";
|
||||||
this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click);
|
this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -626,7 +627,7 @@
|
||||||
this.freezeAddressToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Freeze;
|
this.freezeAddressToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Freeze;
|
||||||
this.freezeAddressToolStripMenuItem.Name = "freezeAddressToolStripMenuItem";
|
this.freezeAddressToolStripMenuItem.Name = "freezeAddressToolStripMenuItem";
|
||||||
this.freezeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
this.freezeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
||||||
this.freezeAddressToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
|
this.freezeAddressToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
this.freezeAddressToolStripMenuItem.Text = "Freeze Address";
|
this.freezeAddressToolStripMenuItem.Text = "Freeze Address";
|
||||||
this.freezeAddressToolStripMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click);
|
this.freezeAddressToolStripMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -639,7 +640,7 @@
|
||||||
this.previewModeToolStripMenuItem,
|
this.previewModeToolStripMenuItem,
|
||||||
this.alwaysExludeRamSearchListToolStripMenuItem});
|
this.alwaysExludeRamSearchListToolStripMenuItem});
|
||||||
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
||||||
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||||||
this.optionsToolStripMenuItem.Text = "&Options";
|
this.optionsToolStripMenuItem.Text = "&Options";
|
||||||
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
|
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -650,61 +651,62 @@
|
||||||
this.originalValueToolStripMenuItem,
|
this.originalValueToolStripMenuItem,
|
||||||
this.sinceLastFrameToolStripMenuItem});
|
this.sinceLastFrameToolStripMenuItem});
|
||||||
this.definePreviousValueToolStripMenuItem.Name = "definePreviousValueToolStripMenuItem";
|
this.definePreviousValueToolStripMenuItem.Name = "definePreviousValueToolStripMenuItem";
|
||||||
this.definePreviousValueToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
|
this.definePreviousValueToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
|
||||||
this.definePreviousValueToolStripMenuItem.Text = "Define Previous Value As";
|
this.definePreviousValueToolStripMenuItem.Text = "Define Previous Value As";
|
||||||
this.definePreviousValueToolStripMenuItem.DropDownOpened += new System.EventHandler(this.definePreviousValueToolStripMenuItem_DropDownOpened);
|
this.definePreviousValueToolStripMenuItem.DropDownOpened += new System.EventHandler(this.definePreviousValueToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
// sinceLastSearchToolStripMenuItem
|
// sinceLastSearchToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.sinceLastSearchToolStripMenuItem.Name = "sinceLastSearchToolStripMenuItem";
|
this.sinceLastSearchToolStripMenuItem.Name = "sinceLastSearchToolStripMenuItem";
|
||||||
this.sinceLastSearchToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
this.sinceLastSearchToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
||||||
this.sinceLastSearchToolStripMenuItem.Text = "Since last Search";
|
this.sinceLastSearchToolStripMenuItem.Text = "Since last Search";
|
||||||
this.sinceLastSearchToolStripMenuItem.Click += new System.EventHandler(this.sinceLastSearchToolStripMenuItem_Click);
|
this.sinceLastSearchToolStripMenuItem.Click += new System.EventHandler(this.sinceLastSearchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// originalValueToolStripMenuItem
|
// originalValueToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.originalValueToolStripMenuItem.Name = "originalValueToolStripMenuItem";
|
this.originalValueToolStripMenuItem.Name = "originalValueToolStripMenuItem";
|
||||||
this.originalValueToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
this.originalValueToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
||||||
this.originalValueToolStripMenuItem.Text = "Original value";
|
this.originalValueToolStripMenuItem.Text = "Original value";
|
||||||
this.originalValueToolStripMenuItem.Click += new System.EventHandler(this.originalValueToolStripMenuItem_Click);
|
this.originalValueToolStripMenuItem.Click += new System.EventHandler(this.originalValueToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// sinceLastFrameToolStripMenuItem
|
// sinceLastFrameToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.sinceLastFrameToolStripMenuItem.Name = "sinceLastFrameToolStripMenuItem";
|
this.sinceLastFrameToolStripMenuItem.Name = "sinceLastFrameToolStripMenuItem";
|
||||||
this.sinceLastFrameToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
this.sinceLastFrameToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
||||||
this.sinceLastFrameToolStripMenuItem.Text = "Since last Frame";
|
this.sinceLastFrameToolStripMenuItem.Text = "Since last Frame";
|
||||||
this.sinceLastFrameToolStripMenuItem.Click += new System.EventHandler(this.sinceLastFrameToolStripMenuItem_Click);
|
this.sinceLastFrameToolStripMenuItem.Click += new System.EventHandler(this.sinceLastFrameToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// restoreOriginalWindowSizeToolStripMenuItem
|
// restoreOriginalWindowSizeToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.restoreOriginalWindowSizeToolStripMenuItem.Name = "restoreOriginalWindowSizeToolStripMenuItem";
|
this.restoreOriginalWindowSizeToolStripMenuItem.Name = "restoreOriginalWindowSizeToolStripMenuItem";
|
||||||
this.restoreOriginalWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
|
this.restoreOriginalWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
|
||||||
this.restoreOriginalWindowSizeToolStripMenuItem.Text = "Restore Window Size";
|
this.restoreOriginalWindowSizeToolStripMenuItem.Text = "Restore Window Size";
|
||||||
this.restoreOriginalWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreOriginalWindowSizeToolStripMenuItem_Click);
|
this.restoreOriginalWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreOriginalWindowSizeToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// saveWindowPositionToolStripMenuItem
|
// saveWindowPositionToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
|
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
|
||||||
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
|
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
|
||||||
this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
|
this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
|
||||||
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
|
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// previewModeToolStripMenuItem
|
// previewModeToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.previewModeToolStripMenuItem.Name = "previewModeToolStripMenuItem";
|
this.previewModeToolStripMenuItem.Name = "previewModeToolStripMenuItem";
|
||||||
this.previewModeToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
|
this.previewModeToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
|
||||||
this.previewModeToolStripMenuItem.Text = "Preview Mode";
|
this.previewModeToolStripMenuItem.Text = "Preview Mode";
|
||||||
this.previewModeToolStripMenuItem.Click += new System.EventHandler(this.previewModeToolStripMenuItem_Click);
|
this.previewModeToolStripMenuItem.Click += new System.EventHandler(this.previewModeToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// alwaysExludeRamSearchListToolStripMenuItem
|
// alwaysExludeRamSearchListToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.alwaysExludeRamSearchListToolStripMenuItem.Name = "alwaysExludeRamSearchListToolStripMenuItem";
|
this.alwaysExludeRamSearchListToolStripMenuItem.Name = "alwaysExludeRamSearchListToolStripMenuItem";
|
||||||
this.alwaysExludeRamSearchListToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
|
this.alwaysExludeRamSearchListToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
|
||||||
this.alwaysExludeRamSearchListToolStripMenuItem.Text = "Always Exlude Ram Search List";
|
this.alwaysExludeRamSearchListToolStripMenuItem.Text = "Always Exlude Ram Search List";
|
||||||
this.alwaysExludeRamSearchListToolStripMenuItem.Click += new System.EventHandler(this.alwaysExludeRamSearchListToolStripMenuItem_Click);
|
this.alwaysExludeRamSearchListToolStripMenuItem.Click += new System.EventHandler(this.alwaysExludeRamSearchListToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStrip1
|
// toolStrip1
|
||||||
//
|
//
|
||||||
|
this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.toolStrip1.ClickThrough = true;
|
this.toolStrip1.ClickThrough = true;
|
||||||
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
||||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
@ -719,7 +721,7 @@
|
||||||
this.RedotoolStripButton2});
|
this.RedotoolStripButton2});
|
||||||
this.toolStrip1.Location = new System.Drawing.Point(248, 33);
|
this.toolStrip1.Location = new System.Drawing.Point(248, 33);
|
||||||
this.toolStrip1.Name = "toolStrip1";
|
this.toolStrip1.Name = "toolStrip1";
|
||||||
this.toolStrip1.Size = new System.Drawing.Size(237, 25);
|
this.toolStrip1.Size = new System.Drawing.Size(210, 25);
|
||||||
this.toolStrip1.TabIndex = 5;
|
this.toolStrip1.TabIndex = 5;
|
||||||
this.toolStrip1.TabStop = true;
|
this.toolStrip1.TabStop = true;
|
||||||
//
|
//
|
||||||
|
@ -728,7 +730,7 @@
|
||||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(63, 22);
|
this.toolStripButton1.Size = new System.Drawing.Size(65, 22);
|
||||||
this.toolStripButton1.Text = "Search ";
|
this.toolStripButton1.Text = "Search ";
|
||||||
this.toolStripButton1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.toolStripButton1_MouseDown);
|
this.toolStripButton1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.toolStripButton1_MouseDown);
|
||||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||||
|
@ -775,6 +777,11 @@
|
||||||
this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts";
|
this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts";
|
||||||
this.ClearChangeCountstoolStripButton.Click += new System.EventHandler(this.ClearChangeCountstoolStripButton_Click);
|
this.ClearChangeCountstoolStripButton.Click += new System.EventHandler(this.ClearChangeCountstoolStripButton_Click);
|
||||||
//
|
//
|
||||||
|
// toolStripSeparator10
|
||||||
|
//
|
||||||
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
||||||
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
|
||||||
|
//
|
||||||
// UndotoolStripButton
|
// UndotoolStripButton
|
||||||
//
|
//
|
||||||
this.UndotoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
this.UndotoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||||
|
@ -798,6 +805,7 @@
|
||||||
//
|
//
|
||||||
// toolStrip2
|
// toolStrip2
|
||||||
//
|
//
|
||||||
|
this.toolStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.toolStrip2.ClickThrough = true;
|
this.toolStrip2.ClickThrough = true;
|
||||||
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
|
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
|
||||||
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
@ -806,7 +814,7 @@
|
||||||
this.EndiantoolSplitButton});
|
this.EndiantoolSplitButton});
|
||||||
this.toolStrip2.Location = new System.Drawing.Point(249, 83);
|
this.toolStrip2.Location = new System.Drawing.Point(249, 83);
|
||||||
this.toolStrip2.Name = "toolStrip2";
|
this.toolStrip2.Name = "toolStrip2";
|
||||||
this.toolStrip2.Size = new System.Drawing.Size(206, 25);
|
this.toolStrip2.Size = new System.Drawing.Size(217, 25);
|
||||||
this.toolStrip2.TabIndex = 10;
|
this.toolStrip2.TabIndex = 10;
|
||||||
this.toolStrip2.TabStop = true;
|
this.toolStrip2.TabStop = true;
|
||||||
//
|
//
|
||||||
|
@ -820,7 +828,7 @@
|
||||||
this.DataSizetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataSizetoolStripSplitButton1.Image")));
|
this.DataSizetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataSizetoolStripSplitButton1.Image")));
|
||||||
this.DataSizetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.DataSizetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.DataSizetoolStripSplitButton1.Name = "DataSizetoolStripSplitButton1";
|
this.DataSizetoolStripSplitButton1.Name = "DataSizetoolStripSplitButton1";
|
||||||
this.DataSizetoolStripSplitButton1.Size = new System.Drawing.Size(68, 22);
|
this.DataSizetoolStripSplitButton1.Size = new System.Drawing.Size(70, 22);
|
||||||
this.DataSizetoolStripSplitButton1.Text = "Data Size";
|
this.DataSizetoolStripSplitButton1.Text = "Data Size";
|
||||||
//
|
//
|
||||||
// byteToolStripMenuItem
|
// byteToolStripMenuItem
|
||||||
|
@ -828,21 +836,21 @@
|
||||||
this.byteToolStripMenuItem.Checked = true;
|
this.byteToolStripMenuItem.Checked = true;
|
||||||
this.byteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.byteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
this.byteToolStripMenuItem.Name = "byteToolStripMenuItem";
|
this.byteToolStripMenuItem.Name = "byteToolStripMenuItem";
|
||||||
this.byteToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
|
this.byteToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
|
||||||
this.byteToolStripMenuItem.Text = "1 Byte";
|
this.byteToolStripMenuItem.Text = "1 Byte";
|
||||||
this.byteToolStripMenuItem.Click += new System.EventHandler(this.byteToolStripMenuItem_Click);
|
this.byteToolStripMenuItem.Click += new System.EventHandler(this.byteToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// bytesToolStripMenuItem
|
// bytesToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.bytesToolStripMenuItem.Name = "bytesToolStripMenuItem";
|
this.bytesToolStripMenuItem.Name = "bytesToolStripMenuItem";
|
||||||
this.bytesToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
|
this.bytesToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
|
||||||
this.bytesToolStripMenuItem.Text = "2 Bytes";
|
this.bytesToolStripMenuItem.Text = "2 Bytes";
|
||||||
this.bytesToolStripMenuItem.Click += new System.EventHandler(this.bytesToolStripMenuItem_Click);
|
this.bytesToolStripMenuItem.Click += new System.EventHandler(this.bytesToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// dWordToolStripMenuItem1
|
// dWordToolStripMenuItem1
|
||||||
//
|
//
|
||||||
this.dWordToolStripMenuItem1.Name = "dWordToolStripMenuItem1";
|
this.dWordToolStripMenuItem1.Name = "dWordToolStripMenuItem1";
|
||||||
this.dWordToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
|
this.dWordToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
|
||||||
this.dWordToolStripMenuItem1.Text = "4 Bytes";
|
this.dWordToolStripMenuItem1.Text = "4 Bytes";
|
||||||
this.dWordToolStripMenuItem1.Click += new System.EventHandler(this.dWordToolStripMenuItem1_Click);
|
this.dWordToolStripMenuItem1.Click += new System.EventHandler(this.dWordToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
|
@ -858,7 +866,7 @@
|
||||||
this.DataTypetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataTypetoolStripSplitButton1.Image")));
|
this.DataTypetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataTypetoolStripSplitButton1.Image")));
|
||||||
this.DataTypetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.DataTypetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.DataTypetoolStripSplitButton1.Name = "DataTypetoolStripSplitButton1";
|
this.DataTypetoolStripSplitButton1.Name = "DataTypetoolStripSplitButton1";
|
||||||
this.DataTypetoolStripSplitButton1.Size = new System.Drawing.Size(73, 22);
|
this.DataTypetoolStripSplitButton1.Size = new System.Drawing.Size(76, 22);
|
||||||
this.DataTypetoolStripSplitButton1.Text = "Data Type";
|
this.DataTypetoolStripSplitButton1.Text = "Data Type";
|
||||||
//
|
//
|
||||||
// unsignedToolStripMenuItem
|
// unsignedToolStripMenuItem
|
||||||
|
@ -866,33 +874,33 @@
|
||||||
this.unsignedToolStripMenuItem.Checked = true;
|
this.unsignedToolStripMenuItem.Checked = true;
|
||||||
this.unsignedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.unsignedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
this.unsignedToolStripMenuItem.Name = "unsignedToolStripMenuItem";
|
this.unsignedToolStripMenuItem.Name = "unsignedToolStripMenuItem";
|
||||||
this.unsignedToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
|
this.unsignedToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
||||||
this.unsignedToolStripMenuItem.Text = "Unsigned";
|
this.unsignedToolStripMenuItem.Text = "Unsigned";
|
||||||
this.unsignedToolStripMenuItem.Click += new System.EventHandler(this.unsignedToolStripMenuItem_Click);
|
this.unsignedToolStripMenuItem.Click += new System.EventHandler(this.unsignedToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// signedToolStripMenuItem
|
// signedToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.signedToolStripMenuItem.Name = "signedToolStripMenuItem";
|
this.signedToolStripMenuItem.Name = "signedToolStripMenuItem";
|
||||||
this.signedToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
|
this.signedToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
||||||
this.signedToolStripMenuItem.Text = "Signed";
|
this.signedToolStripMenuItem.Text = "Signed";
|
||||||
this.signedToolStripMenuItem.Click += new System.EventHandler(this.signedToolStripMenuItem_Click);
|
this.signedToolStripMenuItem.Click += new System.EventHandler(this.signedToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// hexadecimalToolStripMenuItem
|
// hexadecimalToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.hexadecimalToolStripMenuItem.Name = "hexadecimalToolStripMenuItem";
|
this.hexadecimalToolStripMenuItem.Name = "hexadecimalToolStripMenuItem";
|
||||||
this.hexadecimalToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
|
this.hexadecimalToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
||||||
this.hexadecimalToolStripMenuItem.Text = "Hexadecimal";
|
this.hexadecimalToolStripMenuItem.Text = "Hexadecimal";
|
||||||
this.hexadecimalToolStripMenuItem.Click += new System.EventHandler(this.hexadecimalToolStripMenuItem_Click);
|
this.hexadecimalToolStripMenuItem.Click += new System.EventHandler(this.hexadecimalToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator3
|
// toolStripSeparator3
|
||||||
//
|
//
|
||||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||||
this.toolStripSeparator3.Size = new System.Drawing.Size(173, 6);
|
this.toolStripSeparator3.Size = new System.Drawing.Size(176, 6);
|
||||||
//
|
//
|
||||||
// includeMisalignedToolStripMenuItem
|
// includeMisalignedToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.includeMisalignedToolStripMenuItem.Name = "includeMisalignedToolStripMenuItem";
|
this.includeMisalignedToolStripMenuItem.Name = "includeMisalignedToolStripMenuItem";
|
||||||
this.includeMisalignedToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
|
this.includeMisalignedToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
||||||
this.includeMisalignedToolStripMenuItem.Text = "Include mis-aligned";
|
this.includeMisalignedToolStripMenuItem.Text = "Include mis-aligned";
|
||||||
this.includeMisalignedToolStripMenuItem.Click += new System.EventHandler(this.includeMisalignedToolStripMenuItem_Click);
|
this.includeMisalignedToolStripMenuItem.Click += new System.EventHandler(this.includeMisalignedToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -905,7 +913,7 @@
|
||||||
this.EndiantoolSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("EndiantoolSplitButton.Image")));
|
this.EndiantoolSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("EndiantoolSplitButton.Image")));
|
||||||
this.EndiantoolSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.EndiantoolSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.EndiantoolSplitButton.Name = "EndiantoolSplitButton";
|
this.EndiantoolSplitButton.Name = "EndiantoolSplitButton";
|
||||||
this.EndiantoolSplitButton.Size = new System.Drawing.Size(55, 22);
|
this.EndiantoolSplitButton.Size = new System.Drawing.Size(59, 22);
|
||||||
this.EndiantoolSplitButton.Text = "Endian";
|
this.EndiantoolSplitButton.Text = "Endian";
|
||||||
//
|
//
|
||||||
// bigEndianToolStripMenuItem
|
// bigEndianToolStripMenuItem
|
||||||
|
@ -913,14 +921,14 @@
|
||||||
this.bigEndianToolStripMenuItem.Checked = true;
|
this.bigEndianToolStripMenuItem.Checked = true;
|
||||||
this.bigEndianToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.bigEndianToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
this.bigEndianToolStripMenuItem.Name = "bigEndianToolStripMenuItem";
|
this.bigEndianToolStripMenuItem.Name = "bigEndianToolStripMenuItem";
|
||||||
this.bigEndianToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
this.bigEndianToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
||||||
this.bigEndianToolStripMenuItem.Text = "Big Endian";
|
this.bigEndianToolStripMenuItem.Text = "Big Endian";
|
||||||
this.bigEndianToolStripMenuItem.Click += new System.EventHandler(this.bigEndianToolStripMenuItem_Click);
|
this.bigEndianToolStripMenuItem.Click += new System.EventHandler(this.bigEndianToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// littleEndianToolStripMenuItem
|
// littleEndianToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.littleEndianToolStripMenuItem.Name = "littleEndianToolStripMenuItem";
|
this.littleEndianToolStripMenuItem.Name = "littleEndianToolStripMenuItem";
|
||||||
this.littleEndianToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
this.littleEndianToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
||||||
this.littleEndianToolStripMenuItem.Text = "Little Endian";
|
this.littleEndianToolStripMenuItem.Text = "Little Endian";
|
||||||
this.littleEndianToolStripMenuItem.Click += new System.EventHandler(this.littleEndianToolStripMenuItem_Click);
|
this.littleEndianToolStripMenuItem.Click += new System.EventHandler(this.littleEndianToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1177,11 +1185,6 @@
|
||||||
this.OutputLabel.TabIndex = 9;
|
this.OutputLabel.TabIndex = 9;
|
||||||
this.OutputLabel.Text = " ";
|
this.OutputLabel.Text = " ";
|
||||||
//
|
//
|
||||||
// toolStripSeparator10
|
|
||||||
//
|
|
||||||
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
|
||||||
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
|
|
||||||
//
|
|
||||||
// RamSearch
|
// RamSearch
|
||||||
//
|
//
|
||||||
this.AllowDrop = true;
|
this.AllowDrop = true;
|
||||||
|
|
|
@ -124,34 +124,33 @@
|
||||||
<data name="openToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="openToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAlpJREFUOE+tk21I
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJQSURBVDhPlZNdSNNRGMb/F110ZZEVhVBgeeHNICiiuggp
|
||||||
k1EYhif0oyA0sqIQCix/+GcQFFH9CCmiUBTLLEjShJofVBgL2fxoU9Pp5ubUlS5rU9f8rCyjsA+pUCRC
|
olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdPKMgr7kApFItTUkWZqVhSVYmao5Nev/xyoQ4k88Nyc
|
||||||
TR1ppmVFUSlmhq78unrnQF1KGHTg/nEOz30993PO+7qJFrmUeiv2n+Mij+XLRLLYULdF2pxlEVIDcw0p
|
8z6/93nP4QjCfy6lwc4ltZVso4P/tMyXRcmMHqZ0EeY6jZQVInzuf0e1Tb9Ina3P/tkpLD6XkNg8BJe5
|
||||||
AsyxD5fmI/rQ94pqi26eOlsfuZj+7BgSm01QdA4ih7m73Yx9qGpavwatjPebqCzOprPt8YKQgzFagqL0
|
u93C+HDVrP4M2ZkcMOOw5tLZ9nxJyJE4HSExBoKkBQhVpTrGhso9zNPfiph0JlB+U01ZcRbmwnRMeWlc
|
||||||
BEjyEFWVaBkdLHMxT34uYNwWR9nVTEoL0zHlp2DMSeaSRk6eKt4VWm5WM/rVPNN5SjDTLQebZEHNA1wr
|
08opUCV6QissGsZ+WOY6z4hmuuXglC6pRYBbJSp+fzXNxnaZ66o1s3rkyKHWruJuWRYOcwZ2kxKr8TI3
|
||||||
UvHjk3E6tsNcV62e1r3KLGqtKm6WplNpSsVqVFJsOM8VfSKFWjkGtcyZptSYzvC7XByx3zQoqCnTMvlG
|
DCkU6+QYNUnuNGWmLEY+5uOK3degoKZcx3SfEvozPfVB3OtNhi4ZvI2nrTIc23U9gtmYwa8eNXzScq8i
|
||||||
CX1prnornPUmQJcUXsbSVhGK5bIOkcmQyveeTHiv4VZ5Nk33Nc6iuSO8CIfmECYa/bE/8ON1iRipJNh5
|
l6bHWnfRwhHeREJzGFONgYw/CeB9qQSZNNR9FyUGBT87lfQ3plJj1zLTq4COGDegLVo0HmeqKZjx+gOM
|
||||||
F0V6Bd86lfQ1JlFj1TDVq4COKCegLVIwHmGiKRB7/V6G7+5koHozymgfYRy5E1CgTWKgXcZ1i5qWp0KS
|
PNzDYPU2lLF+4jhyN6BIl8pgexK3bRpaXopJuhJEwGloiWDmVSgTLw4xWreXoZrtfK/wp/nKak4E+s6/
|
||||||
rjgBcAJawph6FszYk/2M1O1isGYLX8p9ab6wgqP+3rMvYciS01GfzA1LFvQkQ6sQ9/khxhoCGHnox1Dt
|
hDFHTkd9GndsOdCTBq1i3NdHmWgIYvRpAMO1OxlwSPhi2YpT641CuoWzsSfnAfnZiVRZ1Tjvx9GsF+bU
|
||||||
NvorxXw0b8Km8UQh2cip6GOzgNyMeKqKM7HdjqFZJ5pRk2YJ9aql3EnxoCJxNaZ4Ly6e3UDY3O6OEXRp
|
pF1BvWolD9JXUZmyDnOiD1cvbCZiYXfXCPrMi+gVZ8hOiiL53DHORwdzKnw/hw/uYt9uCTskfvj7+rBp
|
||||||
59ApTpIhiyDh9GHORAZyPHQPB/ZtZ/cOMVvFPvh6e7F+3SrWrHRnraf7Xz/xf/rJ/kvxb84I3U1y+9/W
|
41rWr/Fig7fX8j/Tsn/fcgx/ARfG3ml6M3rzAAAAAElFTkSuQmCC
|
||||||
AAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="saveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="saveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAixJREFUOE+tk91L
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIsSURBVDhPrZPdS5NxFMf3L3TfTdBFtzU1hmuxGjzlHMqq
|
||||||
k3EUx/cvdN9N0EW3NTWGa7EaPOUcyqphWBG9PZEv5dJlmqhYmUYtXyBb4dJJy+kknFT4BqZIjaFMJUsz
|
YVgRvT2RL+XSZZqoWJlGLV8gW+HSScvpJJxU+AamSI2hTCVLM1e0xKGm2EQw+PY7v+j5tTIvoh+cy8/n
|
||||||
V7TEoabYRDD49ju/6Pm1Mi+iH5zLz+c855zvo1L9j/fsaRRUvvZltHmX8Ni9gMaGCO47ZlBb8wn22yHc
|
POec76NS/Y/37GkUVL72ZbR5l/DYvYDGhgjuO2ZQW/MJ9tsh3CifQmnJBAoLXiMvdxQXzgeh9Cawtweo
|
||||||
KJ9CackECgteIy93FBfOB6H0JrC3B6ipXsVGb2V1Dca0XhxOe8JLEXhbF7mgsuLLX3mCIwsr2G1+DrVa
|
qV7FRm9ldQ3GtF4cTnvCSxF4Wxe5oLLiy195giMLK9htfg61WoblkEcI3I/muaC05PO6gp/w+/Ai4kw+
|
||||||
huWQRwjcj+a5oLTk87qCn/D78CLiTD4UXJ7GAXOTEDjrZ7ngku3dH4Jf4ZHJCLZJXlhzxpGa4hSCurth
|
FFyexgFzkxA462e54JLt3R+CX+GRyQi2SV5Yc8aRmuIUgrq7YS7IzhqNEfwODwbD2Kx3Q5YDMJkcQlBd
|
||||||
LsjOGo0R/A4PBsPYrHdDlgMwmRxCUF31kQvkMwFFsB7c4/+ATYkNOHL0BZKSaoXgZuU0urvATgkcP/kK
|
9ZEL5DMBRbAe3OP/gE2JDThy9AWSkmqF4GblNLq7wE4JHD/5CpZjA3zbtDCamT6bOv+A+3DQ0glJsgvB
|
||||||
lmMDfNu0MJqZPps6/4D7cNDSCUmyC8HVskl0+MAyADS5vrG7f0X59Tm+VFoYzZyZEVTg5NR2GAwVQnCl
|
1bJJdPjAMgA0ub6xu39F+fU5vlRaGM2cmRFU4OTUdhgMFUJwpXAcnmbgoXONBScKY3pOTJlP2JB+roh3
|
||||||
cByeZuChc40FJwpjek5MmU/YkH6uiHdOTmHwfg/0+jIhsOWNMRiouhPlnUnAQoI4rYSht7MYm5qDnHsN
|
Tk5h8H4P9PoyIbDljTEYqLoT5Z1JwEKCOK2EobezGJuag5x7DXuNbRzW7nFBpysSAoql4x6UzyYBwWfz
|
||||||
e41tHNbucUGnKxICiqXjHpTPJgHBZ/Nv4U1oHqGZJVwstiNe72JwI+J3PYA2MV8IMjOG2dzLfOatBg+2
|
b+FNaB6hmSVcLLYjXu9icCPidz2ANjFfCDIzhtncy3zmrQYPtuyQ0NLRD1/XILr7/Bh4OYR9JgvUunok
|
||||||
7JDQ0tEPX9cguvv8GHg5hH0mC9S6eiQweLumDhqNVQgo06dP9fN4UsIoJHRnOhVtmxZGM1NXKoJ3JmTH
|
MHi7pg4ajVUIKNOnT/XzeFLCKCR0ZzoVbZsWRjNTVyqCdyZkxwr+9a/+Dk60OMVjMFpXAAAAAElFTkSu
|
||||||
Cv71r/4OTrQ4xWMwWlcAAAAASUVORK5CYII=
|
QmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
@ -166,32 +165,32 @@
|
||||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAjpJREFUOE+Nkl9I
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAI1SURBVDhPjZLRS1NhGMa3iwgKBxXRH1BR0UU3XXoRVBAJ
|
||||||
U2EYxl0RQuFQI7oIuqno30U3XXoRVCAJXbibWkTgRRd2MZoZjcks12iptLQIIsi2Ylu2dJrQFslkljZo
|
XbibWETgRRd2MZopHmazrNHM4VIjiEDZqm3Z0mmCWySTma5Bc62L2aaySa1EqrmNZbrq6TlnJ224rA9+
|
||||||
rXWxtalMsZVIus2xTFc9PefslFnH6oMf34Hv/J73fb9zFEV/WXq9S1u2a5Nm1erizaWl5UW52ZnsZDR+
|
fBy+83vf5/3OUSg2WHq9S2d+GJhrd06i25NElz2Ubbjs6KSyk2zayFW0d/iss6kM5gtA6Bvw/AswkQMe
|
||||||
p9l41EgtTfIr6lfafNaxZAZTeSD4GXg6CwxlgXuhHE7rOiMUt5Ni2QCLZaDGH09BWNPzgO8j4EoA7kmg
|
hPO4KPRGKe8jm8sWsVhGa/zxNMS1sAT4PgGuBOB+B4wsAs43OVRVaYflIutr3HNExkJfgaks4KXkywD+
|
||||||
Pw0432RRVaV5LIX8mXHLER4MfgKic4CXki8D+HPA8ALwjIFDPDvT3JeleUyuA4Xdl0SAgvc9W2cjQXYS
|
PBBYBl6w4ATPLt0cytE8Uy6B0u5LIUjB+4HRGSTEJFNkmrwlke9Al+sVKLeULXB/pFigd7bYOUopRTgJ
|
||||||
JSPkLQl/Aa65XoJyk2zA3f5CQOdYoXKEUpJwEnwgMXKzVwxolw24evtFwM+2e96xXbYtVBZk3ic4AeLE
|
PpIYuTsoFRAvdN1S3up+GfQz9sB7xmVssbMo8z7BCRAnRkv/0l8LNDXZrtqDaYzyDsSZxdjzhB9DWvHP
|
||||||
ZOmeXzGgocF2wR5IYYB3IMwstD1F+DHEFZ/JoqLi+IjsCPmuQ02Puh1PzC0PcD+UwXOOEP5a6GKUjKdy
|
OVRWnp0uO0Kh72TL037HM1PbYzwKZzDOESI/iilmSDKdh7aubYGylWhK8q88OWH76VEjbD4NQaeb02jq
|
||||||
0NS1TFO2EvWyERYfVtq+eVQItR6BTqudUKvrY+dbvbkb7lfoGh5HR8frfLVKM0rJRmrJtp8Bi86Dohwx
|
Y1fM3vwd9yT6Akn09LwuVKu1M5RspJbsXS2w4jwuydFrx+AQBFyoNSV42EEayXV53tvcjfLnE+XijyTG
|
||||||
HoBDp8OpWnOCh23kHLkozXudu0n6fIJc+JGEtuFVIWbaL8qNjfa5kpL1Lh6dJLvJFrKD7CRbyQayRpQX
|
hleNmPGoJDc327MVFTtcPDpPDpLdZD85QPaQtV952X2qBp7qElml2j7IlwRySO6i5P4na6MPdZ4bS5iO
|
||||||
3Idr4KleJiuV5b080pE9UhUF919ZGr2v/cRgwrwPzrN1YmVJ1vONvWStJC4Jvz8ZDAbP5XpBtqaVyrIe
|
wNlQJ3WWZT3fOEy2yGLJXZU8GAwGT2u9KFsXVaptAzz8LW/9pyxX2iVfyg3uOrnzf8u/AE0bhHGcgFg6
|
||||||
nv+Q1/1TlsI2SpdyibtWqvzf8nekLoIPBKj+ywAAAABJRU5ErkJggg==
|
AAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ClearChangeCountstoolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ClearChangeCountstoolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgxJREFUOE+lkvtL
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI
|
||||||
U2EYx+0PEbtpFwnBKPGKiJImGP0gYhIYs1E5GF5gIxkpA00JRSmMEF0ohMh+GaRWYlqabMVcNdS2QpaI
|
ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9
|
||||||
VqiDIYhk397vA6fXhCjyhYdzeM/5fp7vczkAdeL2cwho7v/wWzT1zcN+Pwhr51uY2/y41PQaF+wzKKiZ
|
HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN
|
||||||
QvaN58g0jyLd5KEUcQbg+84P/Cm2tncQjW3j68YWIqubCC3FcOJc478BAuGoZM6zvoRnakXEruEIjhc4
|
rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K
|
||||||
/g5gZop9c+voGAyLbQIfeBZxLL9BA1jzXvuGbWamuKh+GmmVbswE19A59FEBbmoAG7YbsLtm2mZmiml9
|
TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx
|
||||||
cvabNDwpz6YB7LYBoMXCumkJr7LOmnnHzBQ/9X2Bo2cOibm1GsBREbAQiYmw/8lnuCeWkVzcgnZlnw1j
|
oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8
|
||||||
3HV/wuNXK6i/9x5Hc6wawDlTXHbLJ+LZUBQPRyKwdQdxutwl1h+NLXHh5Ht1ewBHsiwawCW57HyDAfWR
|
7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI
|
||||||
dvl0uhZQ1eqX8aVc7EKLqrum651ATLf9OJx5XQM4KmY0xPzZ0hFAiQJnXB0WwME0E3IsL5B17ZlADqWb
|
xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX
|
||||||
NYDrOepdlcysmTWWOrxqbceRWtaLk0VO1XW72D5Vckd2gMBfq8zdpmUG62NJvKM4+XyziDk24xmfWoGE
|
LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd
|
||||||
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
|
KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
@ -200,54 +199,51 @@
|
||||||
<data name="DataSizetoolStripSplitButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="DataSizetoolStripSplitButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgxJREFUOE+lkvtL
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI
|
||||||
U2EYx+0PEbtpFwnBKPGKiJImGP0gYhIYs1E5GF5gIxkpA00JRSmMEF0ohMh+GaRWYlqabMVcNdS2QpaI
|
ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9
|
||||||
VqiDIYhk397vA6fXhCjyhYdzeM/5fp7vczkAdeL2cwho7v/wWzT1zcN+Pwhr51uY2/y41PQaF+wzKKiZ
|
HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN
|
||||||
QvaN58g0jyLd5KEUcQbg+84P/Cm2tncQjW3j68YWIqubCC3FcOJc478BAuGoZM6zvoRnakXEruEIjhc4
|
rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K
|
||||||
/g5gZop9c+voGAyLbQIfeBZxLL9BA1jzXvuGbWamuKh+GmmVbswE19A59FEBbmoAG7YbsLtm2mZmiml9
|
TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx
|
||||||
cvabNDwpz6YB7LYBoMXCumkJr7LOmnnHzBQ/9X2Bo2cOibm1GsBREbAQiYmw/8lnuCeWkVzcgnZlnw1j
|
oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8
|
||||||
3HV/wuNXK6i/9x5Hc6wawDlTXHbLJ+LZUBQPRyKwdQdxutwl1h+NLXHh5Ht1ewBHsiwawCW57HyDAfWR
|
7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI
|
||||||
dvl0uhZQ1eqX8aVc7EKLqrum651ATLf9OJx5XQM4KmY0xPzZ0hFAiQJnXB0WwME0E3IsL5B17ZlADqWb
|
xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX
|
||||||
NYDrOepdlcysmTWWOrxqbceRWtaLk0VO1XW72D5Vckd2gMBfq8zdpmUG62NJvKM4+XyziDk24xmfWoGE
|
LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd
|
||||||
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
|
KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DataTypetoolStripSplitButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="DataTypetoolStripSplitButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgxJREFUOE+lkvtL
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI
|
||||||
U2EYx+0PEbtpFwnBKPGKiJImGP0gYhIYs1E5GF5gIxkpA00JRSmMEF0ohMh+GaRWYlqabMVcNdS2QpaI
|
ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9
|
||||||
VqiDIYhk397vA6fXhCjyhYdzeM/5fp7vczkAdeL2cwho7v/wWzT1zcN+Pwhr51uY2/y41PQaF+wzKKiZ
|
HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN
|
||||||
QvaN58g0jyLd5KEUcQbg+84P/Cm2tncQjW3j68YWIqubCC3FcOJc478BAuGoZM6zvoRnakXEruEIjhc4
|
rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K
|
||||||
/g5gZop9c+voGAyLbQIfeBZxLL9BA1jzXvuGbWamuKh+GmmVbswE19A59FEBbmoAG7YbsLtm2mZmiml9
|
TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx
|
||||||
cvabNDwpz6YB7LYBoMXCumkJr7LOmnnHzBQ/9X2Bo2cOibm1GsBREbAQiYmw/8lnuCeWkVzcgnZlnw1j
|
oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8
|
||||||
3HV/wuNXK6i/9x5Hc6wawDlTXHbLJ+LZUBQPRyKwdQdxutwl1h+NLXHh5Ht1ewBHsiwawCW57HyDAfWR
|
7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI
|
||||||
dvl0uhZQ1eqX8aVc7EKLqrum651ATLf9OJx5XQM4KmY0xPzZ0hFAiQJnXB0WwME0E3IsL5B17ZlADqWb
|
xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX
|
||||||
NYDrOepdlcysmTWWOrxqbceRWtaLk0VO1XW72D5Vckd2gMBfq8zdpmUG62NJvKM4+XyziDk24xmfWoGE
|
LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd
|
||||||
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
|
KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EndiantoolSplitButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="EndiantoolSplitButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgxJREFUOE+lkvtL
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI
|
||||||
U2EYx+0PEbtpFwnBKPGKiJImGP0gYhIYs1E5GF5gIxkpA00JRSmMEF0ohMh+GaRWYlqabMVcNdS2QpaI
|
ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9
|
||||||
VqiDIYhk397vA6fXhCjyhYdzeM/5fp7vczkAdeL2cwho7v/wWzT1zcN+Pwhr51uY2/y41PQaF+wzKKiZ
|
HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN
|
||||||
QvaN58g0jyLd5KEUcQbg+84P/Cm2tncQjW3j68YWIqubCC3FcOJc478BAuGoZM6zvoRnakXEruEIjhc4
|
rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K
|
||||||
/g5gZop9c+voGAyLbQIfeBZxLL9BA1jzXvuGbWamuKh+GmmVbswE19A59FEBbmoAG7YbsLtm2mZmiml9
|
TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx
|
||||||
cvabNDwpz6YB7LYBoMXCumkJr7LOmnnHzBQ/9X2Bo2cOibm1GsBREbAQiYmw/8lnuCeWkVzcgnZlnw1j
|
oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8
|
||||||
3HV/wuNXK6i/9x5Hc6wawDlTXHbLJ+LZUBQPRyKwdQdxutwl1h+NLXHh5Ht1ewBHsiwawCW57HyDAfWR
|
7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI
|
||||||
dvl0uhZQ1eqX8aVc7EKLqrum651ATLf9OJx5XQM4KmY0xPzZ0hFAiQJnXB0WwME0E3IsL5B17ZlADqWb
|
xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX
|
||||||
NYDrOepdlcysmTWWOrxqbceRWtaLk0VO1XW72D5Vckd2gMBfq8zdpmUG62NJvKM4+XyziDk24xmfWoGE
|
LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd
|
||||||
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
|
KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>602, 17</value>
|
<value>602, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>602, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAABAAwAMDAQAAAAAABoBgAAxgAAACAgEAAAAAAA6AIAAC4HAAAYGBAAAAAAAOgBAAAWCgAAEBAQAAAA
|
AAABAAwAMDAQAAAAAABoBgAAxgAAACAgEAAAAAAA6AIAAC4HAAAYGBAAAAAAAOgBAAAWCgAAEBAQAAAA
|
||||||
|
|
Loading…
Reference in New Issue