1 write to label1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
51
label1
= new Label();
7 references to label1
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
149
label1
.AutoSize = true;
150
label1
.Location = new Point(12, 9);
151
label1
.Name = "label1";
152
label1
.Size = new Size(97, 15);
153
label1
.TabIndex = 1;
154
label1
.Text = "FlowLayoutPanel";
451
Controls.Add(
label1
);