1 write to label1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
34
this.
label1
= new System.Windows.Forms.Label();
4 references to label1
WinFormsControlsTest (4)
ListBoxes.Designer.cs (4)
58
this.
label1
.Location = new System.Drawing.Point(20, 10);
59
this.
label1
.Size = new System.Drawing.Size(200, 20);
60
this.
label1
.Text = "ListBox with DrawMode.Normal";
203
this.Controls.Add(this.
label1
);