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