1 write to button3
Accessibility_Core_App (1)
Main.Designer.cs (1)
34
this.
button3
= new System.Windows.Forms.Button();
9 references to button3
Accessibility_Core_App (9)
Main.Designer.cs (9)
69
this.
button3
.Location = new System.Drawing.Point(13, 105);
70
this.
button3
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
71
this.
button3
.Name = "button3";
72
this.
button3
.Size = new System.Drawing.Size(531, 27);
73
this.
button3
.TabIndex = 2;
74
this.
button3
.Text = "Data_Controls: Testing the controls under the Data Tab";
75
this.
button3
.UseVisualStyleBackColor = true;
76
this.
button3
.Click += this.Button3_Click;
177
this.Controls.Add(this.
button3
);