1 write to button7
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
39
this.
button7
= new System.Windows.Forms.Button();
8 references to button7
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
196
this.groupBox1.Controls.Add(this.
button7
);
208
this.
button7
.Location = new System.Drawing.Point(12, 22);
209
this.
button7
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
210
this.
button7
.Name = "button7";
211
this.
button7
.Size = new System.Drawing.Size(88, 27);
212
this.
button7
.TabIndex = 0;
213
this.
button7
.Text = "button7";
214
this.
button7
.UseVisualStyleBackColor = true;