1 write to flowLayoutPanel1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
45
flowLayoutPanel1
= new FlowLayoutPanel();
14 references to flowLayoutPanel1
WinFormsControlsTest (14)
ScrollableControls.Designer.cs (14)
78
flowLayoutPanel1
.SuspendLayout();
90
flowLayoutPanel1
.AutoScroll = true;
91
flowLayoutPanel1
.BorderStyle = BorderStyle.FixedSingle;
92
flowLayoutPanel1
.Controls.Add(button1);
93
flowLayoutPanel1
.Controls.Add(button2);
94
flowLayoutPanel1
.Controls.Add(button3);
95
flowLayoutPanel1
.Controls.Add(button4);
96
flowLayoutPanel1
.Controls.Add(button5);
97
flowLayoutPanel1
.Location = new Point(12, 33);
98
flowLayoutPanel1
.Name = "flowLayoutPanel1";
99
flowLayoutPanel1
.Size = new Size(97, 93);
100
flowLayoutPanel1
.TabIndex = 0;
452
Controls.Add(
flowLayoutPanel1
);
455
flowLayoutPanel1
.ResumeLayout(false);