1 write to groupBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
35this.groupBox1 = new System.Windows.Forms.GroupBox();
22 references to groupBox1
Accessibility_Core_App (22)
CommonControl1.Designer.cs (22)
83this.groupBox1.SuspendLayout(); 95this.groupBox1.Controls.Add(this.button12); 96this.groupBox1.Controls.Add(this.button1); 97this.groupBox1.Controls.Add(this.button10); 98this.groupBox1.Controls.Add(this.button9); 99this.groupBox1.Controls.Add(this.button8); 100this.groupBox1.Controls.Add(this.button3); 101this.groupBox1.Controls.Add(this.button4); 102this.groupBox1.Controls.Add(this.button5); 103this.groupBox1.Controls.Add(this.button2); 104this.groupBox1.Controls.Add(this.button6); 105this.groupBox1.Location = new System.Drawing.Point(32, 4); 106this.groupBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 107this.groupBox1.Name = "groupBox1"; 108this.groupBox1.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6); 109this.groupBox1.Size = new System.Drawing.Size(771, 380); 110this.groupBox1.TabIndex = 0; 111this.groupBox1.TabStop = false; 112this.groupBox1.Text = "Button"; 690this.Controls.Add(this.groupBox1); 696this.groupBox1.ResumeLayout(false); 697this.groupBox1.PerformLayout();