1 write to addButton4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
52
this.
addButton4
= new System.Windows.Forms.Button();
7 references to addButton4
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
201
this.
addButton4
.AutoSize = true;
202
this.
addButton4
.Location = new System.Drawing.Point(600, 300);
203
this.
addButton4
.Text = "Add";
204
this.
addButton4
.Tag = new object[] { listBox4, textBox4 };
205
this.
addButton4
.Click += this.addButton_Click;
206
this.
addButton4
.Click += this.Control_Click;
247
this.Controls.Add(this.
addButton4
);