1 write to button10
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
38
this.
button10
= new System.Windows.Forms.Button();
9 references to button10
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
97
this.groupBox1.Controls.Add(this.
button10
);
139
this.
button10
.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
140
this.
button10
.Location = new System.Drawing.Point(15, 105);
141
this.
button10
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
142
this.
button10
.Name = "button10";
143
this.
button10
.Size = new System.Drawing.Size(130, 58);
144
this.
button10
.TabIndex = 1;
145
this.
button10
.Text = "Flat";
146
this.
button10
.UseVisualStyleBackColor = true;