Ram Search - progress
This commit is contained in:
parent
366d7994e3
commit
ae860af6d6
|
@ -37,7 +37,6 @@
|
|||
this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.WatchtoolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.PoketoolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.TotalSearchLabel = new System.Windows.Forms.Label();
|
||||
this.listView1 = new System.Windows.Forms.ListView();
|
||||
this.Address = new System.Windows.Forms.ColumnHeader();
|
||||
|
@ -46,13 +45,17 @@
|
|||
this.Changes = new System.Windows.Forms.ColumnHeader();
|
||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.hackyAutoLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.UndotoolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.NewSearchtoolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.ClearChangeCountstoolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.UndotoolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
||||
this.DataSizetoolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
|
||||
this.byteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
|
@ -62,12 +65,38 @@
|
|||
this.signedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.unsignedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.hexadecimalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.EndiantoolSplitButton = new System.Windows.Forms.ToolStripSplitButton();
|
||||
this.bigEndianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.littleEndianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.CompareToBox = new System.Windows.Forms.GroupBox();
|
||||
this.NumberOfChangesBox = new System.Windows.Forms.TextBox();
|
||||
this.SpecificAddressBox = new System.Windows.Forms.TextBox();
|
||||
this.SpecificValueBox = new System.Windows.Forms.TextBox();
|
||||
this.NumberOfChangesRadio = new System.Windows.Forms.RadioButton();
|
||||
this.SpecificAddressRadio = new System.Windows.Forms.RadioButton();
|
||||
this.SpecificValueRadio = new System.Windows.Forms.RadioButton();
|
||||
this.PreviousValueRadio = new System.Windows.Forms.RadioButton();
|
||||
this.ComparisonBox = new System.Windows.Forms.GroupBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.DifferentByBox = new System.Windows.Forms.TextBox();
|
||||
this.ModuloBox = new System.Windows.Forms.TextBox();
|
||||
this.ModuloRadio = new System.Windows.Forms.RadioButton();
|
||||
this.DifferentByRadio = new System.Windows.Forms.RadioButton();
|
||||
this.NotEqualToRadio = new System.Windows.Forms.RadioButton();
|
||||
this.EqualToRadio = new System.Windows.Forms.RadioButton();
|
||||
this.GreaterThanOrEqualToRadio = new System.Windows.Forms.RadioButton();
|
||||
this.LessThanOrEqualToRadio = new System.Windows.Forms.RadioButton();
|
||||
this.GreaterThanRadio = new System.Windows.Forms.RadioButton();
|
||||
this.LessThanRadio = new System.Windows.Forms.RadioButton();
|
||||
this.AutoSearchCheckBox = new System.Windows.Forms.CheckBox();
|
||||
this.SearchtoolStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
|
||||
this.toolStripContainer1.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.toolStrip2.SuspendLayout();
|
||||
this.CompareToBox.SuspendLayout();
|
||||
this.ComparisonBox.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// SearchtoolStrip1
|
||||
|
@ -80,11 +109,10 @@
|
|||
this.toolStripSeparator,
|
||||
this.cutToolStripButton,
|
||||
this.WatchtoolStripButton1,
|
||||
this.PoketoolStripButton1,
|
||||
this.toolStripSeparator1});
|
||||
this.PoketoolStripButton1});
|
||||
this.SearchtoolStrip1.Location = new System.Drawing.Point(3, 0);
|
||||
this.SearchtoolStrip1.Name = "SearchtoolStrip1";
|
||||
this.SearchtoolStrip1.Size = new System.Drawing.Size(160, 25);
|
||||
this.SearchtoolStrip1.Size = new System.Drawing.Size(154, 25);
|
||||
this.SearchtoolStrip1.TabIndex = 0;
|
||||
this.SearchtoolStrip1.Text = "Search";
|
||||
//
|
||||
|
@ -107,6 +135,7 @@
|
|||
this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.openToolStripButton.Text = "&Open";
|
||||
this.openToolStripButton.ToolTipText = "Open Search List";
|
||||
this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
|
||||
//
|
||||
// saveToolStripButton
|
||||
//
|
||||
|
@ -151,11 +180,6 @@
|
|||
this.PoketoolStripButton1.Size = new System.Drawing.Size(23, 22);
|
||||
this.PoketoolStripButton1.Text = "Poke";
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// TotalSearchLabel
|
||||
//
|
||||
this.TotalSearchLabel.AutoSize = true;
|
||||
|
@ -208,25 +232,61 @@
|
|||
this.fileToolStripMenuItem});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(449, 24);
|
||||
this.menuStrip1.Size = new System.Drawing.Size(496, 24);
|
||||
this.menuStrip1.TabIndex = 4;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
//
|
||||
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.hackyAutoLoadToolStripMenuItem});
|
||||
this.openToolStripMenuItem,
|
||||
this.saveAsToolStripMenuItem,
|
||||
this.saveToolStripMenuItem,
|
||||
this.hackyAutoLoadToolStripMenuItem,
|
||||
this.exitToolStripMenuItem});
|
||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
|
||||
this.fileToolStripMenuItem.Text = "&File";
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// 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";
|
||||
//
|
||||
// hackyAutoLoadToolStripMenuItem
|
||||
//
|
||||
this.hackyAutoLoadToolStripMenuItem.Name = "hackyAutoLoadToolStripMenuItem";
|
||||
this.hackyAutoLoadToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
|
||||
this.hackyAutoLoadToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
||||
this.hackyAutoLoadToolStripMenuItem.Text = "HackyAutoLoad";
|
||||
this.hackyAutoLoadToolStripMenuItem.Click += new System.EventHandler(this.hackyAutoLoadToolStripMenuItem_Click);
|
||||
//
|
||||
// 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 = "E&xit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripContainer1
|
||||
//
|
||||
this.toolStripContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
|
@ -234,10 +294,10 @@
|
|||
//
|
||||
// toolStripContainer1.ContentPanel
|
||||
//
|
||||
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(206, 100);
|
||||
this.toolStripContainer1.Location = new System.Drawing.Point(243, 58);
|
||||
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(241, 2);
|
||||
this.toolStripContainer1.Location = new System.Drawing.Point(243, 33);
|
||||
this.toolStripContainer1.Name = "toolStripContainer1";
|
||||
this.toolStripContainer1.Size = new System.Drawing.Size(206, 175);
|
||||
this.toolStripContainer1.Size = new System.Drawing.Size(241, 77);
|
||||
this.toolStripContainer1.TabIndex = 5;
|
||||
this.toolStripContainer1.Text = "toolStripContainer1";
|
||||
//
|
||||
|
@ -260,24 +320,6 @@
|
|||
this.toolStrip1.Size = new System.Drawing.Size(102, 25);
|
||||
this.toolStrip1.TabIndex = 1;
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
//
|
||||
// UndotoolStripButton
|
||||
//
|
||||
this.UndotoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.UndotoolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.undo;
|
||||
this.UndotoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.UndotoolStripButton.Name = "UndotoolStripButton";
|
||||
this.UndotoolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.UndotoolStripButton.Text = "Undo Search";
|
||||
//
|
||||
// NewSearchtoolStripButton
|
||||
//
|
||||
this.NewSearchtoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
|
@ -287,6 +329,15 @@
|
|||
this.NewSearchtoolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.NewSearchtoolStripButton.Text = "New Search";
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
//
|
||||
// ClearChangeCountstoolStripButton
|
||||
//
|
||||
this.ClearChangeCountstoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
|
@ -298,15 +349,25 @@
|
|||
this.ClearChangeCountstoolStripButton.Text = "C";
|
||||
this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts";
|
||||
//
|
||||
// UndotoolStripButton
|
||||
//
|
||||
this.UndotoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.UndotoolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.undo;
|
||||
this.UndotoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.UndotoolStripButton.Name = "UndotoolStripButton";
|
||||
this.UndotoolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.UndotoolStripButton.Text = "Undo Search";
|
||||
//
|
||||
// toolStrip2
|
||||
//
|
||||
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.DataSizetoolStripSplitButton1,
|
||||
this.DataTypetoolStripSplitButton1});
|
||||
this.DataTypetoolStripSplitButton1,
|
||||
this.EndiantoolSplitButton});
|
||||
this.toolStrip2.Location = new System.Drawing.Point(3, 50);
|
||||
this.toolStrip2.Name = "toolStrip2";
|
||||
this.toolStrip2.Size = new System.Drawing.Size(151, 25);
|
||||
this.toolStrip2.Size = new System.Drawing.Size(206, 25);
|
||||
this.toolStrip2.TabIndex = 2;
|
||||
//
|
||||
// DataSizetoolStripSplitButton1
|
||||
|
@ -324,20 +385,22 @@
|
|||
//
|
||||
// byteToolStripMenuItem
|
||||
//
|
||||
this.byteToolStripMenuItem.Checked = true;
|
||||
this.byteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.byteToolStripMenuItem.Name = "byteToolStripMenuItem";
|
||||
this.byteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.byteToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
|
||||
this.byteToolStripMenuItem.Text = "1 Byte";
|
||||
//
|
||||
// bytesToolStripMenuItem
|
||||
//
|
||||
this.bytesToolStripMenuItem.Name = "bytesToolStripMenuItem";
|
||||
this.bytesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.bytesToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
|
||||
this.bytesToolStripMenuItem.Text = "2 Bytes";
|
||||
//
|
||||
// bytesToolStripMenuItem1
|
||||
//
|
||||
this.bytesToolStripMenuItem1.Name = "bytesToolStripMenuItem1";
|
||||
this.bytesToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
||||
this.bytesToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
|
||||
this.bytesToolStripMenuItem1.Text = "4 Bytes";
|
||||
//
|
||||
// DataTypetoolStripSplitButton1
|
||||
|
@ -355,27 +418,284 @@
|
|||
//
|
||||
// signedToolStripMenuItem
|
||||
//
|
||||
this.signedToolStripMenuItem.Checked = true;
|
||||
this.signedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.signedToolStripMenuItem.Name = "signedToolStripMenuItem";
|
||||
this.signedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.signedToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
|
||||
this.signedToolStripMenuItem.Text = "Signed";
|
||||
//
|
||||
// unsignedToolStripMenuItem
|
||||
//
|
||||
this.unsignedToolStripMenuItem.Name = "unsignedToolStripMenuItem";
|
||||
this.unsignedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.unsignedToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
|
||||
this.unsignedToolStripMenuItem.Text = "Unsigned";
|
||||
//
|
||||
// hexadecimalToolStripMenuItem
|
||||
//
|
||||
this.hexadecimalToolStripMenuItem.Name = "hexadecimalToolStripMenuItem";
|
||||
this.hexadecimalToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.hexadecimalToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
|
||||
this.hexadecimalToolStripMenuItem.Text = "Hexadecimal";
|
||||
//
|
||||
// EndiantoolSplitButton
|
||||
//
|
||||
this.EndiantoolSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
this.EndiantoolSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.bigEndianToolStripMenuItem,
|
||||
this.littleEndianToolStripMenuItem});
|
||||
this.EndiantoolSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("EndiantoolSplitButton.Image")));
|
||||
this.EndiantoolSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.EndiantoolSplitButton.Name = "EndiantoolSplitButton";
|
||||
this.EndiantoolSplitButton.Size = new System.Drawing.Size(55, 22);
|
||||
this.EndiantoolSplitButton.Text = "Endian";
|
||||
//
|
||||
// bigEndianToolStripMenuItem
|
||||
//
|
||||
this.bigEndianToolStripMenuItem.Checked = true;
|
||||
this.bigEndianToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.bigEndianToolStripMenuItem.Name = "bigEndianToolStripMenuItem";
|
||||
this.bigEndianToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.bigEndianToolStripMenuItem.Text = "Big Endian";
|
||||
//
|
||||
// littleEndianToolStripMenuItem
|
||||
//
|
||||
this.littleEndianToolStripMenuItem.Name = "littleEndianToolStripMenuItem";
|
||||
this.littleEndianToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.littleEndianToolStripMenuItem.Text = "Little Endian";
|
||||
//
|
||||
// CompareToBox
|
||||
//
|
||||
this.CompareToBox.Controls.Add(this.NumberOfChangesBox);
|
||||
this.CompareToBox.Controls.Add(this.SpecificAddressBox);
|
||||
this.CompareToBox.Controls.Add(this.SpecificValueBox);
|
||||
this.CompareToBox.Controls.Add(this.NumberOfChangesRadio);
|
||||
this.CompareToBox.Controls.Add(this.SpecificAddressRadio);
|
||||
this.CompareToBox.Controls.Add(this.SpecificValueRadio);
|
||||
this.CompareToBox.Controls.Add(this.PreviousValueRadio);
|
||||
this.CompareToBox.Location = new System.Drawing.Point(243, 116);
|
||||
this.CompareToBox.Name = "CompareToBox";
|
||||
this.CompareToBox.Size = new System.Drawing.Size(241, 111);
|
||||
this.CompareToBox.TabIndex = 0;
|
||||
this.CompareToBox.TabStop = false;
|
||||
this.CompareToBox.Text = "Compare To / By";
|
||||
//
|
||||
// NumberOfChangesBox
|
||||
//
|
||||
this.NumberOfChangesBox.Enabled = false;
|
||||
this.NumberOfChangesBox.Location = new System.Drawing.Point(135, 84);
|
||||
this.NumberOfChangesBox.Name = "NumberOfChangesBox";
|
||||
this.NumberOfChangesBox.Size = new System.Drawing.Size(100, 20);
|
||||
this.NumberOfChangesBox.TabIndex = 6;
|
||||
//
|
||||
// SpecificAddressBox
|
||||
//
|
||||
this.SpecificAddressBox.Enabled = false;
|
||||
this.SpecificAddressBox.Location = new System.Drawing.Point(135, 62);
|
||||
this.SpecificAddressBox.Name = "SpecificAddressBox";
|
||||
this.SpecificAddressBox.Size = new System.Drawing.Size(100, 20);
|
||||
this.SpecificAddressBox.TabIndex = 5;
|
||||
//
|
||||
// SpecificValueBox
|
||||
//
|
||||
this.SpecificValueBox.Enabled = false;
|
||||
this.SpecificValueBox.Location = new System.Drawing.Point(135, 41);
|
||||
this.SpecificValueBox.Name = "SpecificValueBox";
|
||||
this.SpecificValueBox.Size = new System.Drawing.Size(100, 20);
|
||||
this.SpecificValueBox.TabIndex = 4;
|
||||
//
|
||||
// NumberOfChangesRadio
|
||||
//
|
||||
this.NumberOfChangesRadio.AutoSize = true;
|
||||
this.NumberOfChangesRadio.Location = new System.Drawing.Point(7, 85);
|
||||
this.NumberOfChangesRadio.Name = "NumberOfChangesRadio";
|
||||
this.NumberOfChangesRadio.Size = new System.Drawing.Size(122, 17);
|
||||
this.NumberOfChangesRadio.TabIndex = 3;
|
||||
this.NumberOfChangesRadio.Text = "Number of Changes:";
|
||||
this.NumberOfChangesRadio.UseVisualStyleBackColor = true;
|
||||
this.NumberOfChangesRadio.CheckedChanged += new System.EventHandler(this.NumberOfChangesRadio_CheckedChanged);
|
||||
//
|
||||
// SpecificAddressRadio
|
||||
//
|
||||
this.SpecificAddressRadio.AutoSize = true;
|
||||
this.SpecificAddressRadio.Location = new System.Drawing.Point(7, 63);
|
||||
this.SpecificAddressRadio.Name = "SpecificAddressRadio";
|
||||
this.SpecificAddressRadio.Size = new System.Drawing.Size(107, 17);
|
||||
this.SpecificAddressRadio.TabIndex = 2;
|
||||
this.SpecificAddressRadio.Text = "Specific Address:";
|
||||
this.SpecificAddressRadio.UseVisualStyleBackColor = true;
|
||||
this.SpecificAddressRadio.CheckedChanged += new System.EventHandler(this.SpecificAddressRadio_CheckedChanged);
|
||||
//
|
||||
// SpecificValueRadio
|
||||
//
|
||||
this.SpecificValueRadio.AutoSize = true;
|
||||
this.SpecificValueRadio.Location = new System.Drawing.Point(7, 41);
|
||||
this.SpecificValueRadio.Name = "SpecificValueRadio";
|
||||
this.SpecificValueRadio.Size = new System.Drawing.Size(96, 17);
|
||||
this.SpecificValueRadio.TabIndex = 1;
|
||||
this.SpecificValueRadio.Text = "Specific Value:";
|
||||
this.SpecificValueRadio.UseVisualStyleBackColor = true;
|
||||
this.SpecificValueRadio.CheckedChanged += new System.EventHandler(this.SpecificValueRadio_CheckedChanged);
|
||||
//
|
||||
// PreviousValueRadio
|
||||
//
|
||||
this.PreviousValueRadio.AutoSize = true;
|
||||
this.PreviousValueRadio.Checked = true;
|
||||
this.PreviousValueRadio.Location = new System.Drawing.Point(7, 20);
|
||||
this.PreviousValueRadio.Name = "PreviousValueRadio";
|
||||
this.PreviousValueRadio.Size = new System.Drawing.Size(96, 17);
|
||||
this.PreviousValueRadio.TabIndex = 0;
|
||||
this.PreviousValueRadio.TabStop = true;
|
||||
this.PreviousValueRadio.Text = "Previous Value";
|
||||
this.PreviousValueRadio.UseVisualStyleBackColor = true;
|
||||
this.PreviousValueRadio.CheckedChanged += new System.EventHandler(this.PreviousValueRadio_CheckedChanged);
|
||||
//
|
||||
// ComparisonBox
|
||||
//
|
||||
this.ComparisonBox.Controls.Add(this.label1);
|
||||
this.ComparisonBox.Controls.Add(this.DifferentByBox);
|
||||
this.ComparisonBox.Controls.Add(this.ModuloBox);
|
||||
this.ComparisonBox.Controls.Add(this.ModuloRadio);
|
||||
this.ComparisonBox.Controls.Add(this.DifferentByRadio);
|
||||
this.ComparisonBox.Controls.Add(this.NotEqualToRadio);
|
||||
this.ComparisonBox.Controls.Add(this.EqualToRadio);
|
||||
this.ComparisonBox.Controls.Add(this.GreaterThanOrEqualToRadio);
|
||||
this.ComparisonBox.Controls.Add(this.LessThanOrEqualToRadio);
|
||||
this.ComparisonBox.Controls.Add(this.GreaterThanRadio);
|
||||
this.ComparisonBox.Controls.Add(this.LessThanRadio);
|
||||
this.ComparisonBox.Location = new System.Drawing.Point(243, 233);
|
||||
this.ComparisonBox.Name = "ComparisonBox";
|
||||
this.ComparisonBox.Size = new System.Drawing.Size(241, 190);
|
||||
this.ComparisonBox.TabIndex = 6;
|
||||
this.ComparisonBox.TabStop = false;
|
||||
this.ComparisonBox.Text = "Comparison Operator";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(115, 156);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(15, 13);
|
||||
this.label1.TabIndex = 10;
|
||||
this.label1.Text = "Is";
|
||||
//
|
||||
// DifferentByBox
|
||||
//
|
||||
this.DifferentByBox.Enabled = false;
|
||||
this.DifferentByBox.Location = new System.Drawing.Point(90, 129);
|
||||
this.DifferentByBox.Name = "DifferentByBox";
|
||||
this.DifferentByBox.Size = new System.Drawing.Size(40, 20);
|
||||
this.DifferentByBox.TabIndex = 9;
|
||||
//
|
||||
// ModuloBox
|
||||
//
|
||||
this.ModuloBox.Enabled = false;
|
||||
this.ModuloBox.Location = new System.Drawing.Point(71, 151);
|
||||
this.ModuloBox.Name = "ModuloBox";
|
||||
this.ModuloBox.Size = new System.Drawing.Size(40, 20);
|
||||
this.ModuloBox.TabIndex = 8;
|
||||
//
|
||||
// ModuloRadio
|
||||
//
|
||||
this.ModuloRadio.AutoSize = true;
|
||||
this.ModuloRadio.Location = new System.Drawing.Point(7, 153);
|
||||
this.ModuloRadio.Name = "ModuloRadio";
|
||||
this.ModuloRadio.Size = new System.Drawing.Size(60, 17);
|
||||
this.ModuloRadio.TabIndex = 7;
|
||||
this.ModuloRadio.TabStop = true;
|
||||
this.ModuloRadio.Text = "Modulo";
|
||||
this.ModuloRadio.UseVisualStyleBackColor = true;
|
||||
this.ModuloRadio.CheckedChanged += new System.EventHandler(this.ModuloRadio_CheckedChanged);
|
||||
//
|
||||
// DifferentByRadio
|
||||
//
|
||||
this.DifferentByRadio.AutoSize = true;
|
||||
this.DifferentByRadio.Location = new System.Drawing.Point(7, 134);
|
||||
this.DifferentByRadio.Name = "DifferentByRadio";
|
||||
this.DifferentByRadio.Size = new System.Drawing.Size(83, 17);
|
||||
this.DifferentByRadio.TabIndex = 6;
|
||||
this.DifferentByRadio.Text = "Different By:";
|
||||
this.DifferentByRadio.UseVisualStyleBackColor = true;
|
||||
this.DifferentByRadio.CheckedChanged += new System.EventHandler(this.DifferentByRadio_CheckedChanged);
|
||||
//
|
||||
// NotEqualToRadio
|
||||
//
|
||||
this.NotEqualToRadio.AutoSize = true;
|
||||
this.NotEqualToRadio.Location = new System.Drawing.Point(7, 114);
|
||||
this.NotEqualToRadio.Name = "NotEqualToRadio";
|
||||
this.NotEqualToRadio.Size = new System.Drawing.Size(88, 17);
|
||||
this.NotEqualToRadio.TabIndex = 5;
|
||||
this.NotEqualToRadio.Text = "Not Equal To";
|
||||
this.NotEqualToRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// EqualToRadio
|
||||
//
|
||||
this.EqualToRadio.AutoSize = true;
|
||||
this.EqualToRadio.Location = new System.Drawing.Point(7, 95);
|
||||
this.EqualToRadio.Name = "EqualToRadio";
|
||||
this.EqualToRadio.Size = new System.Drawing.Size(68, 17);
|
||||
this.EqualToRadio.TabIndex = 4;
|
||||
this.EqualToRadio.Text = "Equal To";
|
||||
this.EqualToRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GreaterThanOrEqualToRadio
|
||||
//
|
||||
this.GreaterThanOrEqualToRadio.AutoSize = true;
|
||||
this.GreaterThanOrEqualToRadio.Location = new System.Drawing.Point(7, 76);
|
||||
this.GreaterThanOrEqualToRadio.Name = "GreaterThanOrEqualToRadio";
|
||||
this.GreaterThanOrEqualToRadio.Size = new System.Drawing.Size(146, 17);
|
||||
this.GreaterThanOrEqualToRadio.TabIndex = 3;
|
||||
this.GreaterThanOrEqualToRadio.Text = "Greater Than or Equal To";
|
||||
this.GreaterThanOrEqualToRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// LessThanOrEqualToRadio
|
||||
//
|
||||
this.LessThanOrEqualToRadio.AutoSize = true;
|
||||
this.LessThanOrEqualToRadio.Location = new System.Drawing.Point(7, 57);
|
||||
this.LessThanOrEqualToRadio.Name = "LessThanOrEqualToRadio";
|
||||
this.LessThanOrEqualToRadio.Size = new System.Drawing.Size(133, 17);
|
||||
this.LessThanOrEqualToRadio.TabIndex = 2;
|
||||
this.LessThanOrEqualToRadio.Text = "Less Than or Equal To";
|
||||
this.LessThanOrEqualToRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GreaterThanRadio
|
||||
//
|
||||
this.GreaterThanRadio.AutoSize = true;
|
||||
this.GreaterThanRadio.Location = new System.Drawing.Point(7, 38);
|
||||
this.GreaterThanRadio.Name = "GreaterThanRadio";
|
||||
this.GreaterThanRadio.Size = new System.Drawing.Size(88, 17);
|
||||
this.GreaterThanRadio.TabIndex = 1;
|
||||
this.GreaterThanRadio.Text = "Greater Than";
|
||||
this.GreaterThanRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// LessThanRadio
|
||||
//
|
||||
this.LessThanRadio.AutoSize = true;
|
||||
this.LessThanRadio.Checked = true;
|
||||
this.LessThanRadio.Location = new System.Drawing.Point(7, 18);
|
||||
this.LessThanRadio.Name = "LessThanRadio";
|
||||
this.LessThanRadio.Size = new System.Drawing.Size(75, 17);
|
||||
this.LessThanRadio.TabIndex = 0;
|
||||
this.LessThanRadio.TabStop = true;
|
||||
this.LessThanRadio.Text = "Less Than";
|
||||
this.LessThanRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// AutoSearchCheckBox
|
||||
//
|
||||
this.AutoSearchCheckBox.AutoSize = true;
|
||||
this.AutoSearchCheckBox.Location = new System.Drawing.Point(250, 432);
|
||||
this.AutoSearchCheckBox.Name = "AutoSearchCheckBox";
|
||||
this.AutoSearchCheckBox.Size = new System.Drawing.Size(85, 17);
|
||||
this.AutoSearchCheckBox.TabIndex = 7;
|
||||
this.AutoSearchCheckBox.Text = "Auto Search";
|
||||
this.AutoSearchCheckBox.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// RamSearch
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(449, 461);
|
||||
this.ClientSize = new System.Drawing.Size(496, 461);
|
||||
this.Controls.Add(this.AutoSearchCheckBox);
|
||||
this.Controls.Add(this.ComparisonBox);
|
||||
this.Controls.Add(this.CompareToBox);
|
||||
this.Controls.Add(this.toolStripContainer1);
|
||||
this.Controls.Add(this.listView1);
|
||||
this.Controls.Add(this.TotalSearchLabel);
|
||||
|
@ -397,6 +717,10 @@
|
|||
this.toolStrip1.PerformLayout();
|
||||
this.toolStrip2.ResumeLayout(false);
|
||||
this.toolStrip2.PerformLayout();
|
||||
this.CompareToBox.ResumeLayout(false);
|
||||
this.CompareToBox.PerformLayout();
|
||||
this.ComparisonBox.ResumeLayout(false);
|
||||
this.ComparisonBox.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
@ -410,7 +734,6 @@
|
|||
private System.Windows.Forms.ToolStripButton saveToolStripButton;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
|
||||
private System.Windows.Forms.ToolStripButton cutToolStripButton;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripButton WatchtoolStripButton1;
|
||||
private System.Windows.Forms.ToolStripButton PoketoolStripButton1;
|
||||
private System.Windows.Forms.Label TotalSearchLabel;
|
||||
|
@ -437,5 +760,33 @@
|
|||
private System.Windows.Forms.ToolStripMenuItem signedToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem unsignedToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem hexadecimalToolStripMenuItem;
|
||||
private System.Windows.Forms.GroupBox CompareToBox;
|
||||
private System.Windows.Forms.RadioButton NumberOfChangesRadio;
|
||||
private System.Windows.Forms.RadioButton SpecificAddressRadio;
|
||||
private System.Windows.Forms.RadioButton SpecificValueRadio;
|
||||
private System.Windows.Forms.RadioButton PreviousValueRadio;
|
||||
private System.Windows.Forms.TextBox NumberOfChangesBox;
|
||||
private System.Windows.Forms.TextBox SpecificAddressBox;
|
||||
private System.Windows.Forms.TextBox SpecificValueBox;
|
||||
private System.Windows.Forms.ToolStripSplitButton EndiantoolSplitButton;
|
||||
private System.Windows.Forms.ToolStripMenuItem bigEndianToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem littleEndianToolStripMenuItem;
|
||||
private System.Windows.Forms.GroupBox ComparisonBox;
|
||||
private System.Windows.Forms.RadioButton DifferentByRadio;
|
||||
private System.Windows.Forms.RadioButton NotEqualToRadio;
|
||||
private System.Windows.Forms.RadioButton EqualToRadio;
|
||||
private System.Windows.Forms.RadioButton GreaterThanOrEqualToRadio;
|
||||
private System.Windows.Forms.RadioButton LessThanOrEqualToRadio;
|
||||
private System.Windows.Forms.RadioButton GreaterThanRadio;
|
||||
private System.Windows.Forms.RadioButton LessThanRadio;
|
||||
private System.Windows.Forms.RadioButton ModuloRadio;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox DifferentByBox;
|
||||
private System.Windows.Forms.TextBox ModuloBox;
|
||||
private System.Windows.Forms.CheckBox AutoSearchCheckBox;
|
||||
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
||||
}
|
||||
}
|
|
@ -58,5 +58,91 @@ namespace BizHawk.MultiClient
|
|||
hackyAutoLoadToolStripMenuItem.Checked = true;
|
||||
}
|
||||
}
|
||||
|
||||
private void OpenSearchFile()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void SaveAs()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void openToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
OpenSearchFile();
|
||||
}
|
||||
|
||||
private void openToolStripButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
OpenSearchFile();
|
||||
}
|
||||
|
||||
private void saveAsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
SaveAs();
|
||||
}
|
||||
|
||||
private void exitToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Hide();
|
||||
}
|
||||
|
||||
private void SpecificValueRadio_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (SpecificValueRadio.Checked)
|
||||
{
|
||||
SpecificValueBox.Enabled = true;
|
||||
SpecificAddressBox.Enabled = false;
|
||||
NumberOfChangesBox.Enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
private void PreviousValueRadio_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (PreviousValueRadio.Checked)
|
||||
{
|
||||
SpecificValueBox.Enabled = false;
|
||||
SpecificAddressBox.Enabled = false;
|
||||
NumberOfChangesBox.Enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
private void SpecificAddressRadio_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (SpecificAddressRadio.Checked)
|
||||
{
|
||||
SpecificValueBox.Enabled = false;
|
||||
SpecificAddressBox.Enabled = true;
|
||||
NumberOfChangesBox.Enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
private void NumberOfChangesRadio_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (NumberOfChangesRadio.Checked)
|
||||
{
|
||||
SpecificValueBox.Enabled = false;
|
||||
SpecificAddressBox.Enabled = false;
|
||||
NumberOfChangesBox.Enabled = true;
|
||||
}
|
||||
}
|
||||
|
||||
private void DifferentByRadio_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (DifferentByRadio.Checked)
|
||||
DifferentByBox.Enabled = true;
|
||||
else
|
||||
DifferentByBox.Enabled = false;
|
||||
}
|
||||
|
||||
private void ModuloRadio_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (ModuloRadio.Checked)
|
||||
ModuloBox.Enabled = true;
|
||||
else
|
||||
ModuloBox.Enabled = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -171,6 +171,37 @@
|
|||
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>259, 17</value>
|
||||
</metadata>
|
||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAjpJREFUOE+Nkl9I
|
||||
U2EYxl0RQuFQI7oIuqno30U3XXoRVCAJXbibWkTgRRd2MZoZjcks13CptLQIIqi2Ylu2dJrQFslkljZo
|
||||
rXmxtanMsJVIus1xMl319JyzU2bN6oMf34Hv/J73fb9zFEV/WXq9S1u2a5Nm1erizaWl5UXC7Ex2Mhq/
|
||||
02I8aqSWJrkV9cvtPut4MoOpHBD8DDydBYaywL2QgNO6zgjF7aS4YIDFMlDjj6cgrul5wPcRcCUA9yTQ
|
||||
nwacI1lUVWkeyyF/Ztx0hAeDn4DoHOCl5MsAfgEYXgCeMXCIZ2da+rI0jxXqQGH3JRGg4H3P1tlIkJ1E
|
||||
ySh5Q8JfgKuul6DcVDDgbn8+oHM8XzlCKUk4CT6QGLnRKwV0FAy4cutFwM+2e96xXbYtVhZl3ic4AeLE
|
||||
ZOmeXzGgocF2wR5IYYB3IM4stj1F+DGkFZ/JoqLi+GjBEXJdh5oedTuemFsf4H4og+ccIfw138UYmUgJ
|
||||
0NS1TlO2EvWyERYfVtq+eVQItR2BTqt9q1bXx863eYXr7lfoGp7AbcfrXLVKM0bJRmrJtp8Bi86Dkhwx
|
||||
HoBDp8OpWnOCh+3kHLkoz3uNu0n+fKKc/5HEtuFVIWbaL8mNjfa5kpL1Lh6dJLvJFrKD7CRbyQayRpIX
|
||||
3Idr4KleJiuV5b080pE9chUF919ZGr2v48RgwrwPzrN1UmVZ1vONvWStLC4Jvz8ZDAbPpXpRtqaVyrIe
|
||||
nv+Q1/1TlsM2ypfSzF0rV/5v+Tuw9oIXhM1Q5QAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="ClearChangeCountstoolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgxJREFUOE+lkvtL
|
||||
U2EYx+0PEbtpFwnBKPGKiJImGP0gYhIYs1E5GF5gIxkpA00JRSmMEF0ohMh+GaRWYlqabMVcNdS2QpaI
|
||||
VqiDIYhk397vA6fXhCjyhYdzeM/5fp7vczkAdeL2cwho7v/wWzT1zcN+Pwhr51uY2/y41PQaF+wzKKiZ
|
||||
QvaN58g0jyLd5KEUcQbg+84P/Cm2tncQjW3j68YWIqubCC3FcOJc478BAuGoZM6zvoRnakXEruEIjhc4
|
||||
/g5gZop9c+voGAyLbQIfeBZxLL9BA1jzXvuGbWamuKh+GmmVbswE19A59FEBbmoAG7YbsLtm2mZmiml9
|
||||
cvabNDwpz6YB7LYBoMXCumkJr7LOmnnHzBQ/9X2Bo2cOibm1GsBREbAQiYmw/8lnuCeWkVzcgnZlnw1j
|
||||
3HV/wuNXK6i/9x5Hc6wawDlTXHbLJ+LZUBQPRyKwdQdxutwl1h+NLXHh5Ht1ewBHsiwawCW57HyDAfWR
|
||||
dvl0uhZQ1eqX8aVc7EKLqrum651ATLf9OJx5XQM4KmY0xPzZ0hFAiQJnXB0WwME0E3IsL5B17ZlADqWb
|
||||
NYDrOepdlcysmTWWOrxqbceRWtaLk0VO1XW72D5Vckd2gMBfq8zdpmUG62NJvKM4+XyziDk24xmfWoGE
|
||||
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>358, 17</value>
|
||||
</metadata>
|
||||
|
@ -204,23 +235,7 @@
|
|||
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAjxJREFUOE+Nkl9I
|
||||
U2EYxl0RQuFQI7wIuqno30U3XXoRVBAJXbibWkTgRRd2MdpQGpPNXMOlobkiiKDaim3Z0mlCWySTWdqg
|
||||
tebF1qYyw1Yi5TbHMl319JyzU2bN6oMf34Hv/J73fb9zZCV/WTqdS12xe7NqzdrSLeXllSW5uUx2Ohq5
|
||||
3WY8bqSWJvlV9Y4un3UymcFMHgh+Bp7MASNZ4G4oh7Pa7gjFHaS0aEBn51CdP56CsGYXAN8HwJUA3NPA
|
||||
YBpwjmVRU6N6JIX8mXHDER4OfgKi84CXki8D+HPA6CLwlIEjPGtsG8jSPFGsA5ndl0SAgvcdW2cjQXYS
|
||||
JePkNQl/Aa64XoByS9GAO4OFgO7JQuUIpSThJHhPYuR6vxhgKRpw+ebzgJ9t971lu2xbqCzIvE9wAsSJ
|
||||
ydK7sGpAU5PtvD2QwhDvQJhZaHuG8GOIK/4xi+rqk+NFR8j3HGl52Ot4bG6/j3uhDJ5xhPDXQhcTZCqV
|
||||
g0rTPkvZSpQrRlh6cNj2zaNA6NIxaNXqN0plQ6y5w5u75n6JntEp3HK9ytcqVBOUbKSebP8ZsOQ8JMoR
|
||||
40E4tFqcqTcneNhFzpEL0rxXuZukzyfIhR9JaBteBWKmA6JsMNjny8o2unh0muwhW8lOsotsI5vIOlFe
|
||||
dB+tg6d2hSyXV/bzSEv2SlVk3H9lefQBy6nhhHk/nI0asbIk6/jGPrJeEpeF35/0er3nYoMGzQZrWi6v
|
||||
6OP5D3nDP2UprEq6lFbuaqnyf8vfAcnegiSx4q7cAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ClearChangeCountstoolStripButton.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>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgxJREFUOE+lkvtL
|
||||
|
|
Loading…
Reference in New Issue