1 write to label2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
39
this.
label2
= new System.Windows.Forms.Label();
3 references to label2
WinFormsControlsTest (3)
ListBoxes.Designer.cs (3)
94
this.
label2
.Location = new System.Drawing.Point(20, 200);
95
this.
label2
.Text = "CheckedListBox";
208
this.Controls.Add(this.
label2
);