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