1 write to button2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
32
this.
button2
= new System.Windows.Forms.Button();
8 references to button2
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
124
this.flowLayoutPanel2.Controls.Add(this.
button2
);
136
this.
button2
.Location = new System.Drawing.Point(90, 3);
137
this.
button2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
138
this.
button2
.Name = "button2";
139
this.
button2
.Size = new System.Drawing.Size(88, 27);
140
this.
button2
.TabIndex = 0;
141
this.
button2
.Text = "button2";
142
this.
button2
.UseVisualStyleBackColor = true;