1 write to button8
Accessibility_Core_App (1)
Main.Designer.cs (1)
39
this.
button8
= new System.Windows.Forms.Button();
9 references to button8
Accessibility_Core_App (9)
Main.Designer.cs (9)
124
this.
button8
.Location = new System.Drawing.Point(14, 336);
125
this.
button8
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
126
this.
button8
.Name = "button8";
127
this.
button8
.Size = new System.Drawing.Size(531, 27);
128
this.
button8
.TabIndex = 7;
129
this.
button8
.Text = "Containers_Controls: Testing the controls under the Containers Tab";
130
this.
button8
.UseVisualStyleBackColor = true;
131
this.
button8
.Click += this.Button8_Click;
172
this.Controls.Add(this.
button8
);