1 write to addButton1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
37
this.
addButton1
= new System.Windows.Forms.Button();
7 references to addButton1
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
81
this.
addButton1
.AutoSize = true;
82
this.
addButton1
.Location = new System.Drawing.Point(240, 80);
83
this.
addButton1
.Text = "Add";
84
this.
addButton1
.Tag = new object[] { listBox1, textBox1 };
85
this.
addButton1
.Click += this.addButton_Click;
86
this.
addButton1
.Click += this.Control_Click;
232
this.Controls.Add(this.
addButton1
);