1 write to flowLayoutPanel1
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
42
this.
flowLayoutPanel1
= new System.Windows.Forms.FlowLayoutPanel();
14 references to flowLayoutPanel1
WinFormsControlsTest (14)
Dialogs.Designer.cs (14)
47
this.
flowLayoutPanel1
.SuspendLayout();
123
this.
flowLayoutPanel1
.Controls.Add(this.btnColorDialog);
124
this.
flowLayoutPanel1
.Controls.Add(this.btnThreadExceptionDialog);
125
this.
flowLayoutPanel1
.Controls.Add(this.btnPrintDialog);
126
this.
flowLayoutPanel1
.Controls.Add(this.btnFolderBrowserDialog);
127
this.
flowLayoutPanel1
.Controls.Add(this.btnOpenFileDialog);
128
this.
flowLayoutPanel1
.Controls.Add(this.btnSaveFileDialog);
129
this.
flowLayoutPanel1
.Dock = System.Windows.Forms.DockStyle.Left;
130
this.
flowLayoutPanel1
.Location = new System.Drawing.Point(0, 0);
131
this.
flowLayoutPanel1
.Name = "flowLayoutPanel1";
132
this.
flowLayoutPanel1
.Size = new System.Drawing.Size(171, 430);
133
this.
flowLayoutPanel1
.TabIndex = 3;
152
this.Controls.Add(this.
flowLayoutPanel1
);
155
this.
flowLayoutPanel1
.ResumeLayout(false);