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