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