1 write to flowLayoutPanel4
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
50
this.
flowLayoutPanel4
= new System.Windows.Forms.FlowLayoutPanel();
7 references to flowLayoutPanel4
Accessibility_Core_App (7)
ContainerControls2.Designer.cs (7)
270
this.
flowLayoutPanel4
.BackColor = System.Drawing.Color.Green;
271
this.
flowLayoutPanel4
.Location = new System.Drawing.Point(337, 45);
272
this.
flowLayoutPanel4
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
273
this.
flowLayoutPanel4
.Name = "flowLayoutPanel4";
274
this.
flowLayoutPanel4
.Size = new System.Drawing.Size(153, 84);
275
this.
flowLayoutPanel4
.TabIndex = 3;
431
this.Controls.Add(this.
flowLayoutPanel4
);