1 write to flowLayoutPanel1
WinFormsControlsTest (1)
ToolTipTests.Designer.cs (1)
36
this.
flowLayoutPanel1
= new System.Windows.Forms.FlowLayoutPanel();
16 references to flowLayoutPanel1
WinFormsControlsTest (16)
ToolTipTests.Designer.cs (16)
46
this.
flowLayoutPanel1
.SuspendLayout();
84
this.
flowLayoutPanel1
.Controls.Add(this.automaticDelayButton);
85
this.
flowLayoutPanel1
.Controls.Add(this.autoPopDelayButton);
86
this.
flowLayoutPanel1
.Controls.Add(this.delaysNotSetButton);
87
this.
flowLayoutPanel1
.Controls.Add(this.defaultAutomaticDelayButton);
88
this.
flowLayoutPanel1
.Controls.Add(this.defaultAutoPopDelayButton);
89
this.
flowLayoutPanel1
.Controls.Add(this.initialDelayButton);
90
this.
flowLayoutPanel1
.Controls.Add(this.autoEllipsisButton);
91
this.
flowLayoutPanel1
.Dock = System.Windows.Forms.DockStyle.Fill;
92
this.
flowLayoutPanel1
.Location = new System.Drawing.Point(0, 0);
93
this.
flowLayoutPanel1
.Name = "flowLayoutPanel1";
94
this.
flowLayoutPanel1
.Size = new System.Drawing.Size(1417, 1577);
95
this.
flowLayoutPanel1
.TabIndex = 0;
162
this.Controls.Add(this.
flowLayoutPanel1
);
165
this.
flowLayoutPanel1
.ResumeLayout(false);
166
this.
flowLayoutPanel1
.PerformLayout();