1 write to textBox1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
36
this.
textBox1
= new System.Windows.Forms.TextBox();
5 references to textBox1
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
72
this.
textBox1
.Location = new System.Drawing.Point(240, 40);
73
this.
textBox1
.Name = "textBox1";
74
this.
textBox1
.Size = new System.Drawing.Size(100, 30);
81
this.addButton1.Tag = new object[]{ listBox1,
textBox1
};
205
this.Controls.Add(this.
textBox1
);