1 write to button6
Accessibility_Core_App (1)
Main.Designer.cs (1)
37
this.
button6
= new System.Windows.Forms.Button();
9 references to button6
Accessibility_Core_App (9)
Main.Designer.cs (9)
102
this.
button6
.Location = new System.Drawing.Point(14, 247);
103
this.
button6
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
104
this.
button6
.Name = "button6";
105
this.
button6
.Size = new System.Drawing.Size(531, 27);
106
this.
button6
.TabIndex = 5;
107
this.
button6
.Text = "Printing_Controls: Testing the controls under the Printing Tab";
108
this.
button6
.UseVisualStyleBackColor = true;
109
this.
button6
.Click += this.Button6_Click;
174
this.Controls.Add(this.
button6
);