1 write to textBox5
WinFormsControlsTest (1)
Password.Designer.cs (1)
46
textBox5
= new TextBox();
7 references to textBox5
WinFormsControlsTest (7)
Password.Designer.cs (7)
147
textBox5
.Location = new Point(623, 113);
148
textBox5
.Multiline = true;
149
textBox5
.Name = "textBox5";
150
textBox5
.Size = new Size(125, 76);
151
textBox5
.TabIndex = 16;
152
textBox5
.UseSystemPasswordChar = true;
249
Controls.Add(
textBox5
);