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