1 write to flowLayoutPanel2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
31this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
15 references to flowLayoutPanel2
Accessibility_Core_App (15)
ContainerControls.Designer.cs (15)
94this.flowLayoutPanel2.SuspendLayout(); 121this.flowLayoutPanel2.AutoScroll = true; 122this.flowLayoutPanel2.BackColor = System.Drawing.Color.White; 123this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 124this.flowLayoutPanel2.Controls.Add(this.button2); 125this.flowLayoutPanel2.Controls.Add(this.button5); 126this.flowLayoutPanel2.Controls.Add(this.button6); 127this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; 128this.flowLayoutPanel2.Location = new System.Drawing.Point(26, 31); 129this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 130this.flowLayoutPanel2.Name = "flowLayoutPanel2"; 131this.flowLayoutPanel2.Size = new System.Drawing.Size(186, 106); 132this.flowLayoutPanel2.TabIndex = 1; 822this.Controls.Add(this.flowLayoutPanel2); 827this.flowLayoutPanel2.ResumeLayout(false);