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