1 write to label7
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
76
label7
= new Label();
7 references to label7
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
417
label7
.AutoSize = true;
418
label7
.Location = new Point(389, 193);
419
label7
.Name = "label7";
420
label7
.Size = new Size(45, 15);
421
label7
.TabIndex = 12;
422
label7
.Text = "ListBox";
440
Controls.Add(
label7
);