diff --git a/BizHawk.MultiClient/tools/RamSearch.Designer.cs b/BizHawk.MultiClient/tools/RamSearch.Designer.cs
index 45a8b4be71..1ff3d4d756 100644
--- a/BizHawk.MultiClient/tools/RamSearch.Designer.cs
+++ b/BizHawk.MultiClient/tools/RamSearch.Designer.cs
@@ -28,86 +28,87 @@
///
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamSearch));
- this.SearchtoolStrip1 = new System.Windows.Forms.ToolStrip();
- this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
- this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
- this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
- this.WatchtoolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.PoketoolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.TotalSearchLabel = new System.Windows.Forms.Label();
- this.SearchListView = new BizHawk.VirtualListView();
- this.Address = new System.Windows.Forms.ColumnHeader();
- this.Value = new System.Windows.Forms.ColumnHeader();
- this.Previous = new System.Windows.Forms.ColumnHeader();
- this.Changes = new System.Windows.Forms.ColumnHeader();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.newSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.hackyAutoLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.restoreOriginalWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- 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();
- this.bytesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.bytesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.DataTypetoolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
- 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
- //
- this.SearchtoolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.SearchtoolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamSearch));
+ this.SearchtoolStrip1 = new System.Windows.Forms.ToolStrip();
+ this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
+ this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
+ this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
+ this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
+ this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
+ this.WatchtoolStripButton1 = new System.Windows.Forms.ToolStripButton();
+ this.PoketoolStripButton1 = new System.Windows.Forms.ToolStripButton();
+ this.TotalSearchLabel = new System.Windows.Forms.Label();
+ this.SearchListView = new BizHawk.VirtualListView();
+ this.Address = new System.Windows.Forms.ColumnHeader();
+ this.Value = new System.Windows.Forms.ColumnHeader();
+ this.Previous = new System.Windows.Forms.ColumnHeader();
+ this.Changes = new System.Windows.Forms.ColumnHeader();
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
+ this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.newSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+ this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.hackyAutoLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.restoreOriginalWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
+ this.toolStrip1 = new System.Windows.Forms.ToolStrip();
+ 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();
+ this.bytesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.bytesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
+ this.DataTypetoolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
+ 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.MemDomainLabel = new System.Windows.Forms.Label();
+ 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
+ //
+ this.SearchtoolStrip1.Dock = System.Windows.Forms.DockStyle.None;
+ this.SearchtoolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripButton,
this.openToolStripButton,
this.saveToolStripButton,
@@ -115,671 +116,681 @@
this.cutToolStripButton,
this.WatchtoolStripButton1,
this.PoketoolStripButton1});
- this.SearchtoolStrip1.Location = new System.Drawing.Point(3, 0);
- this.SearchtoolStrip1.Name = "SearchtoolStrip1";
- this.SearchtoolStrip1.Size = new System.Drawing.Size(154, 25);
- this.SearchtoolStrip1.TabIndex = 0;
- this.SearchtoolStrip1.Text = "Search";
- //
- // newToolStripButton
- //
- this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
- this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.newToolStripButton.Name = "newToolStripButton";
- this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
- this.newToolStripButton.Text = "&New";
- this.newToolStripButton.ToolTipText = "New Search List";
- //
- // openToolStripButton
- //
- this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
- this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.openToolStripButton.Name = "openToolStripButton";
- this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
- this.openToolStripButton.Text = "&Open";
- this.openToolStripButton.ToolTipText = "Open Search List";
- this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
- //
- // saveToolStripButton
- //
- this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
- this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.saveToolStripButton.Name = "saveToolStripButton";
- this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
- this.saveToolStripButton.Text = "&Save";
- this.saveToolStripButton.ToolTipText = "Save Watch List";
- //
- // toolStripSeparator
- //
- this.toolStripSeparator.Name = "toolStripSeparator";
- this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // cutToolStripButton
- //
- this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.cutToolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.BuilderDialog_delete;
- this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.cutToolStripButton.Name = "cutToolStripButton";
- this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
- this.cutToolStripButton.Text = "C&ut";
- this.cutToolStripButton.ToolTipText = "Eliminate Selected Items";
- //
- // WatchtoolStripButton1
- //
- this.WatchtoolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.WatchtoolStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
- this.WatchtoolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.WatchtoolStripButton1.Name = "WatchtoolStripButton1";
- this.WatchtoolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.WatchtoolStripButton1.Text = "toolStripButton1";
- this.WatchtoolStripButton1.Click += new System.EventHandler(this.WatchtoolStripButton1_Click);
- //
- // PoketoolStripButton1
- //
- this.PoketoolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.PoketoolStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
- this.PoketoolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.PoketoolStripButton1.Name = "PoketoolStripButton1";
- this.PoketoolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.PoketoolStripButton1.Text = "Poke";
- //
- // TotalSearchLabel
- //
- this.TotalSearchLabel.AutoSize = true;
- this.TotalSearchLabel.Location = new System.Drawing.Point(13, 33);
- this.TotalSearchLabel.Name = "TotalSearchLabel";
- this.TotalSearchLabel.Size = new System.Drawing.Size(64, 13);
- this.TotalSearchLabel.TabIndex = 2;
- this.TotalSearchLabel.Text = "0 addresses";
- //
- // SearchListView
- //
- this.SearchListView.AllowColumnReorder = true;
- this.SearchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.SearchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
+ this.SearchtoolStrip1.Location = new System.Drawing.Point(3, 0);
+ this.SearchtoolStrip1.Name = "SearchtoolStrip1";
+ this.SearchtoolStrip1.Size = new System.Drawing.Size(154, 25);
+ this.SearchtoolStrip1.TabIndex = 0;
+ this.SearchtoolStrip1.Text = "Search";
+ //
+ // newToolStripButton
+ //
+ this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
+ this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.newToolStripButton.Name = "newToolStripButton";
+ this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
+ this.newToolStripButton.Text = "&New";
+ this.newToolStripButton.ToolTipText = "New Search List";
+ //
+ // openToolStripButton
+ //
+ this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
+ this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.openToolStripButton.Name = "openToolStripButton";
+ this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
+ this.openToolStripButton.Text = "&Open";
+ this.openToolStripButton.ToolTipText = "Open Search List";
+ this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
+ //
+ // saveToolStripButton
+ //
+ this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
+ this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.saveToolStripButton.Name = "saveToolStripButton";
+ this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
+ this.saveToolStripButton.Text = "&Save";
+ this.saveToolStripButton.ToolTipText = "Save Watch List";
+ //
+ // toolStripSeparator
+ //
+ this.toolStripSeparator.Name = "toolStripSeparator";
+ this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
+ //
+ // cutToolStripButton
+ //
+ this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.cutToolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.BuilderDialog_delete;
+ this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.cutToolStripButton.Name = "cutToolStripButton";
+ this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
+ this.cutToolStripButton.Text = "C&ut";
+ this.cutToolStripButton.ToolTipText = "Eliminate Selected Items";
+ //
+ // WatchtoolStripButton1
+ //
+ this.WatchtoolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.WatchtoolStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
+ this.WatchtoolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.WatchtoolStripButton1.Name = "WatchtoolStripButton1";
+ this.WatchtoolStripButton1.Size = new System.Drawing.Size(23, 22);
+ this.WatchtoolStripButton1.Text = "toolStripButton1";
+ this.WatchtoolStripButton1.Click += new System.EventHandler(this.WatchtoolStripButton1_Click);
+ //
+ // PoketoolStripButton1
+ //
+ this.PoketoolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.PoketoolStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
+ this.PoketoolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.PoketoolStripButton1.Name = "PoketoolStripButton1";
+ this.PoketoolStripButton1.Size = new System.Drawing.Size(23, 22);
+ this.PoketoolStripButton1.Text = "Poke";
+ //
+ // TotalSearchLabel
+ //
+ this.TotalSearchLabel.AutoSize = true;
+ this.TotalSearchLabel.Location = new System.Drawing.Point(13, 33);
+ this.TotalSearchLabel.Name = "TotalSearchLabel";
+ this.TotalSearchLabel.Size = new System.Drawing.Size(64, 13);
+ this.TotalSearchLabel.TabIndex = 2;
+ this.TotalSearchLabel.Text = "0 addresses";
+ //
+ // SearchListView
+ //
+ this.SearchListView.AllowColumnReorder = true;
+ this.SearchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.SearchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Address,
this.Value,
this.Previous,
this.Changes});
- this.SearchListView.GridLines = true;
- this.SearchListView.ItemCount = 0;
- this.SearchListView.LabelEdit = true;
- this.SearchListView.Location = new System.Drawing.Point(16, 58);
- this.SearchListView.Name = "SearchListView";
- this.SearchListView.selectedItem = -1;
- this.SearchListView.Size = new System.Drawing.Size(221, 391);
- this.SearchListView.TabIndex = 3;
- this.SearchListView.UseCompatibleStateImageBehavior = false;
- this.SearchListView.View = System.Windows.Forms.View.Details;
- this.SearchListView.VirtualMode = true;
- this.SearchListView.QueryItemBkColor += new BizHawk.QueryItemBkColorHandler(this.SearchListView_QueryItemBkColor);
- this.SearchListView.QueryItemIndent += new BizHawk.QueryItemIndentHandler(this.SearchListView_QueryItemIndent);
- this.SearchListView.QueryItemImage += new BizHawk.QueryItemImageHandler(this.SearchListView_QueryItemImage);
- this.SearchListView.QueryItemText += new BizHawk.QueryItemTextHandler(this.SearchListView_QueryItemText);
- //
- // Address
- //
- this.Address.Text = "Address";
- this.Address.Width = 66;
- //
- // Value
- //
- this.Value.Text = "Value";
- this.Value.Width = 48;
- //
- // Previous
- //
- this.Previous.Text = "Prev";
- this.Previous.Width = 48;
- //
- // Changes
- //
- this.Changes.Text = "Changes";
- this.Changes.Width = 55;
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.SearchListView.GridLines = true;
+ this.SearchListView.ItemCount = 0;
+ this.SearchListView.LabelEdit = true;
+ this.SearchListView.Location = new System.Drawing.Point(9, 58);
+ this.SearchListView.Name = "SearchListView";
+ this.SearchListView.selectedItem = -1;
+ this.SearchListView.Size = new System.Drawing.Size(223, 391);
+ this.SearchListView.TabIndex = 3;
+ this.SearchListView.UseCompatibleStateImageBehavior = false;
+ this.SearchListView.View = System.Windows.Forms.View.Details;
+ this.SearchListView.VirtualMode = true;
+ this.SearchListView.QueryItemBkColor += new BizHawk.QueryItemBkColorHandler(this.SearchListView_QueryItemBkColor);
+ this.SearchListView.QueryItemIndent += new BizHawk.QueryItemIndentHandler(this.SearchListView_QueryItemIndent);
+ this.SearchListView.QueryItemImage += new BizHawk.QueryItemImageHandler(this.SearchListView_QueryItemImage);
+ this.SearchListView.QueryItemText += new BizHawk.QueryItemTextHandler(this.SearchListView_QueryItemText);
+ //
+ // Address
+ //
+ this.Address.Text = "Address";
+ this.Address.Width = 66;
+ //
+ // Value
+ //
+ this.Value.Text = "Value";
+ this.Value.Width = 48;
+ //
+ // Previous
+ //
+ this.Previous.Text = "Prev";
+ this.Previous.Width = 48;
+ //
+ // Changes
+ //
+ this.Changes.Text = "Changes";
+ this.Changes.Width = 55;
+ //
+ // menuStrip1
+ //
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.optionsToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- 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.menuStrip1.Location = new System.Drawing.Point(0, 0);
+ this.menuStrip1.Name = "menuStrip1";
+ this.menuStrip1.Size = new System.Drawing.Size(472, 24);
+ this.menuStrip1.TabIndex = 4;
+ this.menuStrip1.Text = "menuStrip1";
+ //
+ // fileToolStripMenuItem
+ //
+ this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newSearchToolStripMenuItem,
this.toolStripSeparator1,
this.openToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.saveToolStripMenuItem,
this.exitToolStripMenuItem});
- this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
- this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
- this.fileToolStripMenuItem.Text = "&File";
- //
- // newSearchToolStripMenuItem
- //
- this.newSearchToolStripMenuItem.Name = "newSearchToolStripMenuItem";
- this.newSearchToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
- this.newSearchToolStripMenuItem.Text = "&New Search";
- this.newSearchToolStripMenuItem.Click += new System.EventHandler(this.newSearchToolStripMenuItem_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(201, 6);
- //
- // 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";
- //
- // 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);
- //
- // optionsToolStripMenuItem
- //
- this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
+ this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
+ this.fileToolStripMenuItem.Text = "&File";
+ //
+ // newSearchToolStripMenuItem
+ //
+ this.newSearchToolStripMenuItem.Name = "newSearchToolStripMenuItem";
+ this.newSearchToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
+ this.newSearchToolStripMenuItem.Text = "&New Search";
+ this.newSearchToolStripMenuItem.Click += new System.EventHandler(this.newSearchToolStripMenuItem_Click);
+ //
+ // toolStripSeparator1
+ //
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
+ this.toolStripSeparator1.Size = new System.Drawing.Size(201, 6);
+ //
+ // 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";
+ //
+ // 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);
+ //
+ // optionsToolStripMenuItem
+ //
+ this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hackyAutoLoadToolStripMenuItem,
this.restoreOriginalWindowSizeToolStripMenuItem,
this.saveWindowPositionToolStripMenuItem});
- this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
- this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
- this.optionsToolStripMenuItem.Text = "&Options";
- //
- // hackyAutoLoadToolStripMenuItem
- //
- this.hackyAutoLoadToolStripMenuItem.Name = "hackyAutoLoadToolStripMenuItem";
- this.hackyAutoLoadToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
- this.hackyAutoLoadToolStripMenuItem.Text = "HackyAutoLoad";
- //
- // restoreOriginalWindowSizeToolStripMenuItem
- //
- this.restoreOriginalWindowSizeToolStripMenuItem.Name = "restoreOriginalWindowSizeToolStripMenuItem";
- this.restoreOriginalWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
- this.restoreOriginalWindowSizeToolStripMenuItem.Text = "Restore Window Size";
- //
- // saveWindowPositionToolStripMenuItem
- //
- this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
- this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
- this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
- //
- // toolStripContainer1
- //
- this.toolStripContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- //
- // toolStripContainer1.ContentPanel
- //
- 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(241, 77);
- this.toolStripContainer1.TabIndex = 5;
- this.toolStripContainer1.Text = "toolStripContainer1";
- //
- // toolStripContainer1.TopToolStripPanel
- //
- this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.SearchtoolStrip1);
- this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
- this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
- //
- // toolStrip1
- //
- this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
+ this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
+ this.optionsToolStripMenuItem.Text = "&Options";
+ //
+ // hackyAutoLoadToolStripMenuItem
+ //
+ this.hackyAutoLoadToolStripMenuItem.Name = "hackyAutoLoadToolStripMenuItem";
+ this.hackyAutoLoadToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
+ this.hackyAutoLoadToolStripMenuItem.Text = "HackyAutoLoad";
+ //
+ // restoreOriginalWindowSizeToolStripMenuItem
+ //
+ this.restoreOriginalWindowSizeToolStripMenuItem.Name = "restoreOriginalWindowSizeToolStripMenuItem";
+ this.restoreOriginalWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
+ this.restoreOriginalWindowSizeToolStripMenuItem.Text = "Restore Window Size";
+ //
+ // saveWindowPositionToolStripMenuItem
+ //
+ this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
+ this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
+ this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
+ //
+ // toolStripContainer1
+ //
+ this.toolStripContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ //
+ // toolStripContainer1.ContentPanel
+ //
+ this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(211, 2);
+ this.toolStripContainer1.Location = new System.Drawing.Point(250, 33);
+ this.toolStripContainer1.Name = "toolStripContainer1";
+ this.toolStripContainer1.Size = new System.Drawing.Size(211, 77);
+ this.toolStripContainer1.TabIndex = 5;
+ this.toolStripContainer1.Text = "toolStripContainer1";
+ //
+ // toolStripContainer1.TopToolStripPanel
+ //
+ this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.SearchtoolStrip1);
+ this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
+ this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
+ //
+ // toolStrip1
+ //
+ this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
+ this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NewSearchtoolStripButton,
this.toolStripButton1,
this.ClearChangeCountstoolStripButton,
this.UndotoolStripButton});
- this.toolStrip1.Location = new System.Drawing.Point(3, 25);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(102, 25);
- this.toolStrip1.TabIndex = 1;
- //
- // NewSearchtoolStripButton
- //
- this.NewSearchtoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.NewSearchtoolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.restart;
- this.NewSearchtoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.NewSearchtoolStripButton.Name = "NewSearchtoolStripButton";
- this.NewSearchtoolStripButton.Size = new System.Drawing.Size(23, 22);
- this.NewSearchtoolStripButton.Text = "New Search";
- this.NewSearchtoolStripButton.Click += new System.EventHandler(this.NewSearchtoolStripButton_Click);
- //
- // 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;
- this.ClearChangeCountstoolStripButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image")));
- this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton";
- this.ClearChangeCountstoolStripButton.Size = new System.Drawing.Size(23, 22);
- this.ClearChangeCountstoolStripButton.Text = "C";
- this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts";
- //
- // 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.toolStrip1.Location = new System.Drawing.Point(3, 25);
+ this.toolStrip1.Name = "toolStrip1";
+ this.toolStrip1.Size = new System.Drawing.Size(102, 25);
+ this.toolStrip1.TabIndex = 1;
+ //
+ // NewSearchtoolStripButton
+ //
+ this.NewSearchtoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.NewSearchtoolStripButton.Image = global::BizHawk.MultiClient.Properties.Resources.restart;
+ this.NewSearchtoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.NewSearchtoolStripButton.Name = "NewSearchtoolStripButton";
+ this.NewSearchtoolStripButton.Size = new System.Drawing.Size(23, 22);
+ this.NewSearchtoolStripButton.Text = "New Search";
+ this.NewSearchtoolStripButton.Click += new System.EventHandler(this.NewSearchtoolStripButton_Click);
+ //
+ // 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;
+ this.ClearChangeCountstoolStripButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image")));
+ this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton";
+ this.ClearChangeCountstoolStripButton.Size = new System.Drawing.Size(23, 22);
+ this.ClearChangeCountstoolStripButton.Text = "C";
+ this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts";
+ //
+ // 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.EndiantoolSplitButton});
- this.toolStrip2.Location = new System.Drawing.Point(3, 50);
- this.toolStrip2.Name = "toolStrip2";
- this.toolStrip2.Size = new System.Drawing.Size(206, 25);
- this.toolStrip2.TabIndex = 2;
- //
- // DataSizetoolStripSplitButton1
- //
- this.DataSizetoolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.DataSizetoolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.toolStrip2.Location = new System.Drawing.Point(3, 50);
+ this.toolStrip2.Name = "toolStrip2";
+ this.toolStrip2.Size = new System.Drawing.Size(206, 25);
+ this.toolStrip2.TabIndex = 2;
+ //
+ // DataSizetoolStripSplitButton1
+ //
+ this.DataSizetoolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+ this.DataSizetoolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.byteToolStripMenuItem,
this.bytesToolStripMenuItem,
this.bytesToolStripMenuItem1});
- this.DataSizetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataSizetoolStripSplitButton1.Image")));
- this.DataSizetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.DataSizetoolStripSplitButton1.Name = "DataSizetoolStripSplitButton1";
- this.DataSizetoolStripSplitButton1.Size = new System.Drawing.Size(68, 22);
- this.DataSizetoolStripSplitButton1.Text = "Data Size";
- //
- // byteToolStripMenuItem
- //
- this.byteToolStripMenuItem.Checked = true;
- this.byteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
- this.byteToolStripMenuItem.Name = "byteToolStripMenuItem";
- 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(121, 22);
- this.bytesToolStripMenuItem.Text = "2 Bytes";
- //
- // bytesToolStripMenuItem1
- //
- this.bytesToolStripMenuItem1.Name = "bytesToolStripMenuItem1";
- this.bytesToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
- this.bytesToolStripMenuItem1.Text = "4 Bytes";
- //
- // DataTypetoolStripSplitButton1
- //
- this.DataTypetoolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.DataTypetoolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.DataSizetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataSizetoolStripSplitButton1.Image")));
+ this.DataSizetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.DataSizetoolStripSplitButton1.Name = "DataSizetoolStripSplitButton1";
+ this.DataSizetoolStripSplitButton1.Size = new System.Drawing.Size(68, 22);
+ this.DataSizetoolStripSplitButton1.Text = "Data Size";
+ //
+ // byteToolStripMenuItem
+ //
+ this.byteToolStripMenuItem.Checked = true;
+ this.byteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.byteToolStripMenuItem.Name = "byteToolStripMenuItem";
+ 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(121, 22);
+ this.bytesToolStripMenuItem.Text = "2 Bytes";
+ //
+ // bytesToolStripMenuItem1
+ //
+ this.bytesToolStripMenuItem1.Name = "bytesToolStripMenuItem1";
+ this.bytesToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
+ this.bytesToolStripMenuItem1.Text = "4 Bytes";
+ //
+ // DataTypetoolStripSplitButton1
+ //
+ this.DataTypetoolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+ this.DataTypetoolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.signedToolStripMenuItem,
this.unsignedToolStripMenuItem,
this.hexadecimalToolStripMenuItem});
- this.DataTypetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataTypetoolStripSplitButton1.Image")));
- this.DataTypetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.DataTypetoolStripSplitButton1.Name = "DataTypetoolStripSplitButton1";
- this.DataTypetoolStripSplitButton1.Size = new System.Drawing.Size(73, 22);
- this.DataTypetoolStripSplitButton1.Text = "Data Type";
- //
- // signedToolStripMenuItem
- //
- this.signedToolStripMenuItem.Checked = true;
- this.signedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
- this.signedToolStripMenuItem.Name = "signedToolStripMenuItem";
- 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(145, 22);
- this.unsignedToolStripMenuItem.Text = "Unsigned";
- //
- // hexadecimalToolStripMenuItem
- //
- this.hexadecimalToolStripMenuItem.Name = "hexadecimalToolStripMenuItem";
- 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.DataTypetoolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("DataTypetoolStripSplitButton1.Image")));
+ this.DataTypetoolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.DataTypetoolStripSplitButton1.Name = "DataTypetoolStripSplitButton1";
+ this.DataTypetoolStripSplitButton1.Size = new System.Drawing.Size(73, 22);
+ this.DataTypetoolStripSplitButton1.Text = "Data Type";
+ //
+ // signedToolStripMenuItem
+ //
+ this.signedToolStripMenuItem.Checked = true;
+ this.signedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.signedToolStripMenuItem.Name = "signedToolStripMenuItem";
+ 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(145, 22);
+ this.unsignedToolStripMenuItem.Text = "Unsigned";
+ //
+ // hexadecimalToolStripMenuItem
+ //
+ this.hexadecimalToolStripMenuItem.Name = "hexadecimalToolStripMenuItem";
+ 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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(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.SearchListView);
- this.Controls.Add(this.TotalSearchLabel);
- this.Controls.Add(this.menuStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "RamSearch";
- this.Text = "Ram Search";
- this.Load += new System.EventHandler(this.RamSearch_Load);
- this.Resize += new System.EventHandler(this.RamSearch_Resize);
- this.LocationChanged += new System.EventHandler(this.RamSearch_LocationChanged);
- this.SearchtoolStrip1.ResumeLayout(false);
- this.SearchtoolStrip1.PerformLayout();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
- this.toolStripContainer1.TopToolStripPanel.PerformLayout();
- this.toolStripContainer1.ResumeLayout(false);
- this.toolStripContainer1.PerformLayout();
- this.toolStrip1.ResumeLayout(false);
- 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();
+ 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ 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(250, 116);
+ this.CompareToBox.Name = "CompareToBox";
+ this.CompareToBox.Size = new System.Drawing.Size(211, 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(65, 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(65, 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(65, 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ 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(250, 233);
+ this.ComparisonBox.Name = "ComparisonBox";
+ this.ComparisonBox.Size = new System.Drawing.Size(211, 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.AutoSearchCheckBox.AutoSize = true;
+ this.AutoSearchCheckBox.Location = new System.Drawing.Point(257, 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;
+ //
+ // MemDomainLabel
+ //
+ this.MemDomainLabel.AutoSize = true;
+ this.MemDomainLabel.Location = new System.Drawing.Point(129, 33);
+ this.MemDomainLabel.Name = "MemDomainLabel";
+ this.MemDomainLabel.Size = new System.Drawing.Size(70, 13);
+ this.MemDomainLabel.TabIndex = 8;
+ this.MemDomainLabel.Text = "Main Memory";
+ //
+ // RamSearch
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(472, 461);
+ this.Controls.Add(this.MemDomainLabel);
+ this.Controls.Add(this.AutoSearchCheckBox);
+ this.Controls.Add(this.ComparisonBox);
+ this.Controls.Add(this.CompareToBox);
+ this.Controls.Add(this.toolStripContainer1);
+ this.Controls.Add(this.SearchListView);
+ this.Controls.Add(this.TotalSearchLabel);
+ this.Controls.Add(this.menuStrip1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MainMenuStrip = this.menuStrip1;
+ this.Name = "RamSearch";
+ this.Text = "Ram Search";
+ this.Load += new System.EventHandler(this.RamSearch_Load);
+ this.Resize += new System.EventHandler(this.RamSearch_Resize);
+ this.LocationChanged += new System.EventHandler(this.RamSearch_LocationChanged);
+ this.SearchtoolStrip1.ResumeLayout(false);
+ this.SearchtoolStrip1.PerformLayout();
+ this.menuStrip1.ResumeLayout(false);
+ this.menuStrip1.PerformLayout();
+ this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
+ this.toolStripContainer1.TopToolStripPanel.PerformLayout();
+ this.toolStripContainer1.ResumeLayout(false);
+ this.toolStripContainer1.PerformLayout();
+ this.toolStrip1.ResumeLayout(false);
+ 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();
}
@@ -850,5 +861,6 @@
private System.Windows.Forms.ToolStripMenuItem restoreOriginalWindowSizeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveWindowPositionToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
+ private System.Windows.Forms.Label MemDomainLabel;
}
}
\ No newline at end of file
diff --git a/BizHawk.MultiClient/tools/RamSearch.cs b/BizHawk.MultiClient/tools/RamSearch.cs
index 6a78b1e62d..d5940e33b5 100644
--- a/BizHawk.MultiClient/tools/RamSearch.cs
+++ b/BizHawk.MultiClient/tools/RamSearch.cs
@@ -263,7 +263,7 @@ namespace BizHawk.MultiClient
{
string memoryDomain = "Main memory"; //TODO: multiple memory domains
systemID = Global.Emulator.SystemId;
- //MemDomainLabel.Text = systemID + " " + memoryDomain;
+ MemDomainLabel.Text = systemID + " " + memoryDomain;
}
private Point GetPromptPoint()
diff --git a/BizHawk.MultiClient/tools/RamSearch.resx b/BizHawk.MultiClient/tools/RamSearch.resx
index 70c8b2fa77..5597b9c11f 100644
--- a/BizHawk.MultiClient/tools/RamSearch.resx
+++ b/BizHawk.MultiClient/tools/RamSearch.resx
@@ -171,6 +171,9 @@
259, 17
+
+ 358, 17
+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@@ -202,9 +205,6 @@
s1c0gHPmbrPTpHNJKOCo2G1mZs20zcwUJ5yp1AB5+8/zEwgF5GMVDxh4AAAAAElFTkSuQmCC
-
- 358, 17
-
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8