1 write to textBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
51
this.
textBox4
= new System.Windows.Forms.TextBox();
5 references to textBox4
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
178
this.
textBox4
.Location = new System.Drawing.Point(600, 240);
179
this.
textBox4
.Name = "textBox4";
180
this.
textBox4
.Size = new System.Drawing.Size(100, 30);
187
this.addButton4.Tag = new object[] { listBox4,
textBox4
};
220
this.Controls.Add(this.
textBox4
);