1 write to button10
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
45
this.
button10
= new System.Windows.Forms.Button();
8 references to button10
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
264
this.groupBox4.Controls.Add(this.
button10
);
277
this.
button10
.Location = new System.Drawing.Point(12, 22);
278
this.
button10
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
279
this.
button10
.Name = "button10";
280
this.
button10
.Size = new System.Drawing.Size(88, 27);
281
this.
button10
.TabIndex = 0;
282
this.
button10
.Text = "button10";
283
this.
button10
.UseVisualStyleBackColor = true;