1 write to textBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
46
this.
textBox3
= new System.Windows.Forms.TextBox();
5 references to textBox3
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
141
this.
textBox3
.Location = new System.Drawing.Point(600, 40);
142
this.
textBox3
.Name = "textBox3";
143
this.
textBox3
.Size = new System.Drawing.Size(100, 30);
150
this.addButton3.Tag = new object[] { listBox3,
textBox3
};
215
this.Controls.Add(this.
textBox3
);