1 write to button4
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
69
this.
button4
= new System.Windows.Forms.Button();
8 references to button4
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
523
this.flowLayoutPanel1.Controls.Add(this.
button4
);
534
this.
button4
.Location = new System.Drawing.Point(4, 3);
535
this.
button4
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
536
this.
button4
.Name = "button4";
537
this.
button4
.Size = new System.Drawing.Size(88, 27);
538
this.
button4
.TabIndex = 0;
539
this.
button4
.Text = "button4";
540
this.
button4
.UseVisualStyleBackColor = true;