1 write to button5
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
43
this.
button5
= new System.Windows.Forms.Button();
9 references to button5
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
102
this.groupBox1.Controls.Add(this.
button5
);
195
this.
button5
.AutoSize = true;
196
this.
button5
.Location = new System.Drawing.Point(240, 100);
197
this.
button5
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
198
this.
button5
.Name = "button5";
199
this.
button5
.Size = new System.Drawing.Size(175, 63);
200
this.
button5
.TabIndex = 6;
201
this.
button5
.Text = "AutoSizeTrue";
202
this.
button5
.UseVisualStyleBackColor = true;