1 write to flowLayoutPanel1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
68this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
14 references to flowLayoutPanel1
Accessibility_Core_App (14)
ContainerControls.Designer.cs (14)
105this.flowLayoutPanel1.SuspendLayout(); 520this.flowLayoutPanel1.AutoScroll = true; 521this.flowLayoutPanel1.BackColor = System.Drawing.Color.White; 522this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 523this.flowLayoutPanel1.Controls.Add(this.button4); 524this.flowLayoutPanel1.Controls.Add(this.button1); 525this.flowLayoutPanel1.Controls.Add(this.button3); 526this.flowLayoutPanel1.Location = new System.Drawing.Point(26, 192); 527this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 528this.flowLayoutPanel1.Name = "flowLayoutPanel1"; 529this.flowLayoutPanel1.Size = new System.Drawing.Size(203, 102); 530this.flowLayoutPanel1.TabIndex = 7; 809this.Controls.Add(this.flowLayoutPanel1); 838this.flowLayoutPanel1.ResumeLayout(false);