1 write to groupBox2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
40
this.
groupBox2
= new System.Windows.Forms.GroupBox();
13 references to groupBox2
Accessibility_Core_App (13)
ContainerControls.Designer.cs (13)
96
this.
groupBox2
.SuspendLayout();
218
this.
groupBox2
.Controls.Add(this.button8);
219
this.
groupBox2
.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
220
this.
groupBox2
.Location = new System.Drawing.Point(33, 445);
221
this.
groupBox2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
222
this.
groupBox2
.Name = "groupBox2";
223
this.
groupBox2
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
224
this.
groupBox2
.Size = new System.Drawing.Size(130, 69);
225
this.
groupBox2
.TabIndex = 15;
226
this.
groupBox2
.TabStop = false;
227
this.
groupBox2
.Text = "FlatStyle=Flat";
817
this.Controls.Add(this.
groupBox2
);
829
this.
groupBox2
.ResumeLayout(false);