1 write to textBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
51
this.
textBox4
= new System.Windows.Forms.TextBox();
6 references to textBox4
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
194
this.
textBox4
.Location = new System.Drawing.Point(600, 240);
195
this.
textBox4
.Name = "textBox4";
196
this.
textBox4
.Size = new System.Drawing.Size(100, 30);
197
this.
textBox4
.Click += this.Control_Click;
204
this.addButton4.Tag = new object[] { listBox4,
textBox4
};
246
this.Controls.Add(this.
textBox4
);