1 write to button5
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
33
this.
button5
= new System.Windows.Forms.Button();
8 references to button5
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
125
this.flowLayoutPanel2.Controls.Add(this.
button5
);
146
this.
button5
.Location = new System.Drawing.Point(90, 36);
147
this.
button5
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
148
this.
button5
.Name = "button5";
149
this.
button5
.Size = new System.Drawing.Size(88, 27);
150
this.
button5
.TabIndex = 1;
151
this.
button5
.Text = "button5";
152
this.
button5
.UseVisualStyleBackColor = true;