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