1 write to button2
Accessibility_Core_App (1)
Main.Designer.cs (1)
33
this.
button2
= new System.Windows.Forms.Button();
9 references to button2
Accessibility_Core_App (9)
Main.Designer.cs (9)
58
this.
button2
.Location = new System.Drawing.Point(14, 60);
59
this.
button2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
60
this.
button2
.Name = "button2";
61
this.
button2
.Size = new System.Drawing.Size(531, 27);
62
this.
button2
.TabIndex = 1;
63
this.
button2
.Text = "Common_Controls2: Testing the controls under the Common_Controls Tab";
64
this.
button2
.UseVisualStyleBackColor = true;
65
this.
button2
.Click += this.Button2_Click;
178
this.Controls.Add(this.
button2
);