namespace BizHawk.MultiClient { partial class RamSearch { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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 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.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.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.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.restoreOriginalWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hackyAutoLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 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, this.toolStripSeparator, 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.Address, this.Value, this.Previous, this.Changes}); this.SearchListView.GridLines = true; this.SearchListView.LabelEdit = true; this.SearchListView.Location = new System.Drawing.Point(16, 58); this.SearchListView.Name = "SearchListView"; 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; // // 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.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"; // // 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); // // 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.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.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.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.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.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(152, 22); this.bigEndianToolStripMenuItem.Text = "Big Endian"; // // littleEndianToolStripMenuItem // this.littleEndianToolStripMenuItem.Name = "littleEndianToolStripMenuItem"; this.littleEndianToolStripMenuItem.Size = new System.Drawing.Size(152, 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; // // 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"; // // saveWindowPositionToolStripMenuItem // this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; // // restoreOriginalWindowSizeToolStripMenuItem // this.restoreOriginalWindowSizeToolStripMenuItem.Name = "restoreOriginalWindowSizeToolStripMenuItem"; this.restoreOriginalWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.restoreOriginalWindowSizeToolStripMenuItem.Text = "Restore Window Size"; // // hackyAutoLoadToolStripMenuItem // this.hackyAutoLoadToolStripMenuItem.Name = "hackyAutoLoadToolStripMenuItem"; this.hackyAutoLoadToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.hackyAutoLoadToolStripMenuItem.Text = "HackyAutoLoad"; // // 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); // // 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(); } #endregion private System.Windows.Forms.ToolStrip SearchtoolStrip1; private System.Windows.Forms.ToolStripButton newToolStripButton; private System.Windows.Forms.ToolStripButton openToolStripButton; private System.Windows.Forms.ToolStripButton saveToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.ToolStripButton cutToolStripButton; private System.Windows.Forms.ToolStripButton WatchtoolStripButton1; private System.Windows.Forms.ToolStripButton PoketoolStripButton1; private System.Windows.Forms.Label TotalSearchLabel; VirtualListView SearchListView; private System.Windows.Forms.ColumnHeader Address; private System.Windows.Forms.ColumnHeader Value; private System.Windows.Forms.ColumnHeader Previous; private System.Windows.Forms.ColumnHeader Changes; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton NewSearchtoolStripButton; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton ClearChangeCountstoolStripButton; private System.Windows.Forms.ToolStripButton UndotoolStripButton; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripSplitButton DataSizetoolStripSplitButton1; private System.Windows.Forms.ToolStripMenuItem byteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem bytesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem bytesToolStripMenuItem1; private System.Windows.Forms.ToolStripSplitButton DataTypetoolStripSplitButton1; 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; private System.Windows.Forms.ToolStripMenuItem newSearchToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem hackyAutoLoadToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem restoreOriginalWindowSizeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveWindowPositionToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; } }