1 write to addButton3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
47
this.
addButton3
= new System.Windows.Forms.Button();
7 references to addButton3
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
159
this.
addButton3
.AutoSize = true;
160
this.
addButton3
.Location = new System.Drawing.Point(600, 80);
161
this.
addButton3
.Text = "Add";
162
this.
addButton3
.Tag = new object[] { listBox3, textBox3 };
163
this.
addButton3
.Click += this.addButton_Click;
164
this.
addButton3
.Click += this.Control_Click;
242
this.Controls.Add(this.
addButton3
);