1 write to button6
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
45
this.
button6
= new System.Windows.Forms.Button();
8 references to button6
Accessibility_Core_App (8)
CommonControl1.Designer.cs (8)
104
this.groupBox1.Controls.Add(this.
button6
);
218
this.
button6
.Location = new System.Drawing.Point(240, 175);
219
this.
button6
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
220
this.
button6
.Name = "button6";
221
this.
button6
.Size = new System.Drawing.Size(175, 58);
222
this.
button6
.TabIndex = 7;
223
this.
button6
.Text = "AutoSizeFalse";
224
this.
button6
.UseVisualStyleBackColor = true;