1 write to textBox1
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
37
this.
textBox1
= new System.Windows.Forms.TextBox();
7 references to textBox1
WinFormsControlsTest (7)
DesignTimeAligned.Designer.cs (7)
76
this.
textBox1
.Location = new System.Drawing.Point(122, 12);
77
this.
textBox1
.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
78
this.
textBox1
.Name = "textBox1";
79
this.
textBox1
.Size = new System.Drawing.Size(56, 31);
80
this.
textBox1
.TabIndex = 4;
81
this.
textBox1
.Text = "LLL";
98
this.Controls.Add(this.
textBox1
);