1 write to flowLayoutPanel3
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
85
this.
flowLayoutPanel3
= new System.Windows.Forms.FlowLayoutPanel();
13 references to flowLayoutPanel3
Accessibility_Core_App (13)
ContainerControls.Designer.cs (13)
113
this.
flowLayoutPanel3
.SuspendLayout();
704
this.
flowLayoutPanel3
.AutoScroll = true;
705
this.
flowLayoutPanel3
.BackColor = System.Drawing.Color.White;
706
this.
flowLayoutPanel3
.Controls.Add(this.button14);
707
this.
flowLayoutPanel3
.Controls.Add(this.button22);
708
this.
flowLayoutPanel3
.Controls.Add(this.button23);
709
this.
flowLayoutPanel3
.Location = new System.Drawing.Point(26, 326);
710
this.
flowLayoutPanel3
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
711
this.
flowLayoutPanel3
.Name = "flowLayoutPanel3";
712
this.
flowLayoutPanel3
.Size = new System.Drawing.Size(180, 98);
713
this.
flowLayoutPanel3
.TabIndex = 13;
805
this.Controls.Add(this.
flowLayoutPanel3
);
846
this.
flowLayoutPanel3
.ResumeLayout(false);