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