1 write to addButton4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
52
this.
addButton4
= new System.Windows.Forms.Button();
6 references to addButton4
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
184
this.
addButton4
.AutoSize = true;
185
this.
addButton4
.Location = new System.Drawing.Point(600, 300);
186
this.
addButton4
.Text = "Add";
187
this.
addButton4
.Tag = new object[] { listBox4, textBox4 };
188
this.
addButton4
.Click += this.addButton_Click;
221
this.Controls.Add(this.
addButton4
);