1 write to button12
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
36
this.
button12
= new System.Windows.Forms.Button();
9 references to button12
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
95
this.groupBox1.Controls.Add(this.
button12
);
116
this.
button12
.FlatStyle = System.Windows.Forms.FlatStyle.System;
117
this.
button12
.Location = new System.Drawing.Point(15, 309);
118
this.
button12
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
119
this.
button12
.Name = "button12";
120
this.
button12
.Size = new System.Drawing.Size(130, 58);
121
this.
button12
.TabIndex = 4;
122
this.
button12
.Text = "System";
123
this.
button12
.UseVisualStyleBackColor = true;