1 write to button4
Accessibility_Core_App (1)
Main.Designer.cs (1)
35
this.
button4
= new System.Windows.Forms.Button();
9 references to button4
Accessibility_Core_App (9)
Main.Designer.cs (9)
80
this.
button4
.Location = new System.Drawing.Point(13, 152);
81
this.
button4
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
82
this.
button4
.Name = "button4";
83
this.
button4
.Size = new System.Drawing.Size(531, 27);
84
this.
button4
.TabIndex = 3;
85
this.
button4
.Text = "Dialogs_Controls: Testing the controls under the Dialogs Tab";
86
this.
button4
.UseVisualStyleBackColor = true;
87
this.
button4
.Click += this.Button4_Click;
176
this.Controls.Add(this.
button4
);