1 write to groupBox1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
38
this.
groupBox1
= new System.Windows.Forms.GroupBox();
12 references to groupBox1
Accessibility_Core_App (12)
ContainerControls.Designer.cs (12)
95
this.
groupBox1
.SuspendLayout();
196
this.
groupBox1
.Controls.Add(this.button7);
197
this.
groupBox1
.Location = new System.Drawing.Point(194, 445);
198
this.
groupBox1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
199
this.
groupBox1
.Name = "groupBox1";
200
this.
groupBox1
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
201
this.
groupBox1
.Size = new System.Drawing.Size(130, 69);
202
this.
groupBox1
.TabIndex = 16;
203
this.
groupBox1
.TabStop = false;
204
this.
groupBox1
.Text = "FlatStyle=Standard";
818
this.Controls.Add(this.
groupBox1
);
828
this.
groupBox1
.ResumeLayout(false);