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