1 write to textBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
41
this.
textBox2
= new System.Windows.Forms.TextBox();
5 references to textBox2
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
105
this.
textBox2
.Location = new System.Drawing.Point(240, 240);
106
this.
textBox2
.Name = "textBox2";
107
this.
textBox2
.Size = new System.Drawing.Size(100, 30);
114
this.addButton2.Tag = new object[] { listBox2,
textBox2
};
210
this.Controls.Add(this.
textBox2
);