diff --git a/PointerSearcher/Form1.Designer.cs b/PointerSearcher/Form1.Designer.cs index 607c7bf..cc0467c 100644 --- a/PointerSearcher/Form1.Designer.cs +++ b/PointerSearcher/Form1.Designer.cs @@ -29,9 +29,9 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.buttonRead = new System.Windows.Forms.Button(); this.txtPointerSearchResults = new System.Windows.Forms.TextBox(); this.dgvDumpTargets = new System.Windows.Forms.DataGridView(); @@ -293,8 +293,8 @@ private void InitializeComponent() this.dgvDumpTargets.Name = "dgvDumpTargets"; this.dgvDumpTargets.RowHeadersVisible = false; this.dgvDumpTargets.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; - dataGridViewCellStyle1.NullValue = null; - this.dgvDumpTargets.RowsDefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle7.NullValue = null; + this.dgvDumpTargets.RowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvDumpTargets.RowTemplate.Height = 21; this.dgvDumpTargets.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgvDumpTargets.Size = new System.Drawing.Size(1088, 163); @@ -1127,17 +1127,17 @@ private void InitializeComponent() // fromDataGridViewTextBoxColumn // this.fromDataGridViewTextBoxColumn.DataPropertyName = "From"; - dataGridViewCellStyle2.Format = "X10"; - dataGridViewCellStyle2.NullValue = null; - this.fromDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle8.Format = "X10"; + dataGridViewCellStyle8.NullValue = null; + this.fromDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; this.fromDataGridViewTextBoxColumn.HeaderText = "From"; this.fromDataGridViewTextBoxColumn.Name = "fromDataGridViewTextBoxColumn"; // // toDataGridViewTextBoxColumn // this.toDataGridViewTextBoxColumn.DataPropertyName = "To"; - dataGridViewCellStyle3.Format = "X10"; - this.toDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3; + dataGridViewCellStyle9.Format = "X10"; + this.toDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle9; this.toDataGridViewTextBoxColumn.HeaderText = "To"; this.toDataGridViewTextBoxColumn.Name = "toDataGridViewTextBoxColumn"; // @@ -2010,11 +2010,11 @@ private void InitializeComponent() // // button14 // - this.button14.Location = new System.Drawing.Point(982, 471); + this.button14.Location = new System.Drawing.Point(982, 495); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(116, 23); this.button14.TabIndex = 108; - this.button14.Text = "Set Watch Point"; + this.button14.Text = "Ask dmnt to detach"; this.button14.UseVisualStyleBackColor = true; this.button14.Click += new System.EventHandler(this.button14_Click); // @@ -2074,7 +2074,7 @@ private void InitializeComponent() this.Controls.Add(this.pictureBox2); this.Controls.Add(this.groupBox4); this.Name = "Form1"; - this.Text = "PointerSearcher SE 0.5.14"; + this.Text = "PointerSearcher SE 0.5.14a"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDumpTargets)).EndInit(); this.tabControl1.ResumeLayout(false); diff --git a/PointerSearcher/Form1.cs b/PointerSearcher/Form1.cs index e648bd5..5370a5b 100644 --- a/PointerSearcher/Form1.cs +++ b/PointerSearcher/Form1.cs @@ -2395,7 +2395,11 @@ private void WatchPointAddress_textBox11_TextChanged( Object sender, EventArgs e private void button14_Click( Object sender, EventArgs e ) { + attachdmntbutton_Click( sender, e ); + button5_Click( sender, e ); + button6_Click_1( sender, e ); + return; if ( !command_available() ) { return; diff --git a/PointerSearcher/Form1.resx b/PointerSearcher/Form1.resx index e5a6832..21a5a01 100644 --- a/PointerSearcher/Form1.resx +++ b/PointerSearcher/Form1.resx @@ -159,6 +159,18 @@ True + + True + + + True + + + True + + + 17, 17 + 17, 17 @@ -171,12 +183,30 @@ True + + True + + + True + + + True + True True + + True + + + True + + + 116, 17 + 116, 17