1 write to groupBox5
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
52
this.
groupBox5
= new System.Windows.Forms.GroupBox();
11 references to groupBox5
Accessibility_Core_App (11)
ContainerControls2.Designer.cs (11)
289
this.
groupBox5
.BackColor = System.Drawing.Color.Green;
290
groupBox5
.ForeColor = SystemColors.Control;
291
this.
groupBox5
.Location = new System.Drawing.Point(337, 182);
292
this.
groupBox5
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
293
this.
groupBox5
.Name = "groupBox5";
294
this.
groupBox5
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
295
this.
groupBox5
.Size = new System.Drawing.Size(153, 88);
296
this.
groupBox5
.TabIndex = 7;
297
this.
groupBox5
.TabStop = false;
298
this.
groupBox5
.Text = "groupBox5";
429
this.Controls.Add(this.
groupBox5
);