1 write to button7
Accessibility_Core_App (1)
Main.Designer.cs (1)
38
this.
button7
= new System.Windows.Forms.Button();
9 references to button7
Accessibility_Core_App (9)
Main.Designer.cs (9)
113
this.
button7
.Location = new System.Drawing.Point(13, 292);
114
this.
button7
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
115
this.
button7
.Name = "button7";
116
this.
button7
.Size = new System.Drawing.Size(531, 27);
117
this.
button7
.TabIndex = 6;
118
this.
button7
.Text = "Remaining_Controls_Testing";
119
this.
button7
.UseVisualStyleBackColor = true;
120
this.
button7
.Click += this.Button7_Click;
173
this.Controls.Add(this.
button7
);