1 write to button2
Accessibility_Core_App (1)
MenuForm.Designer.cs (1)
32this.button2 = new System.Windows.Forms.Button();
9 references to button2
Accessibility_Core_App (9)
MenuForm.Designer.cs (9)
48this.button2.Location = new System.Drawing.Point(264, 46); 49this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 50this.button2.Name = "button2"; 51this.button2.Size = new System.Drawing.Size(122, 27); 52this.button2.TabIndex = 1; 53this.button2.Text = "ToolStripContainer"; 54this.button2.UseVisualStyleBackColor = true; 55this.button2.Click += this.Button2_Click; 62this.Controls.Add(this.button2);