1 write to addButton3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
47
this.
addButton3
= new System.Windows.Forms.Button();
6 references to addButton3
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
147
this.
addButton3
.AutoSize = true;
148
this.
addButton3
.Location = new System.Drawing.Point(600, 80);
149
this.
addButton3
.Text = "Add";
150
this.
addButton3
.Tag = new object[] { listBox3, textBox3 };
151
this.
addButton3
.Click += this.addButton_Click;
216
this.Controls.Add(this.
addButton3
);