1 write to button3
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
71
this.
button3
= new System.Windows.Forms.Button();
8 references to button3
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
525
this.flowLayoutPanel1.Controls.Add(this.
button3
);
554
this.
button3
.Location = new System.Drawing.Point(4, 36);
555
this.
button3
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
556
this.
button3
.Name = "button3";
557
this.
button3
.Size = new System.Drawing.Size(88, 27);
558
this.
button3
.TabIndex = 2;
559
this.
button3
.Text = "button3";
560
this.
button3
.UseVisualStyleBackColor = true;