1 write to groupBox4
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
44
this.
groupBox4
= new System.Windows.Forms.GroupBox();
13 references to groupBox4
Accessibility_Core_App (13)
ContainerControls.Designer.cs (13)
98
this.
groupBox4
.SuspendLayout();
264
this.
groupBox4
.Controls.Add(this.button10);
265
this.
groupBox4
.FlatStyle = System.Windows.Forms.FlatStyle.System;
266
this.
groupBox4
.Location = new System.Drawing.Point(350, 445);
267
this.
groupBox4
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
268
this.
groupBox4
.Name = "groupBox4";
269
this.
groupBox4
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
270
this.
groupBox4
.Size = new System.Drawing.Size(130, 69);
271
this.
groupBox4
.TabIndex = 17;
272
this.
groupBox4
.TabStop = false;
273
this.
groupBox4
.Text = "FlatStyle=System";
815
this.Controls.Add(this.
groupBox4
);
831
this.
groupBox4
.ResumeLayout(false);