1 write to groupBox2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
46
this.
groupBox2
= new System.Windows.Forms.GroupBox();
17 references to groupBox2
Accessibility_Core_App (17)
CommonControl1.Designer.cs (17)
84
this.
groupBox2
.SuspendLayout();
228
this.
groupBox2
.Controls.Add(this.checkedListBox1);
229
this.
groupBox2
.Controls.Add(this.label7);
230
this.
groupBox2
.Controls.Add(this.checkBox3);
231
this.
groupBox2
.Controls.Add(this.checkBox2);
232
this.
groupBox2
.Controls.Add(this.checkBox1);
233
this.
groupBox2
.Location = new System.Drawing.Point(32, 397);
234
this.
groupBox2
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
235
this.
groupBox2
.Name = "groupBox2";
236
this.
groupBox2
.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
237
this.
groupBox2
.Size = new System.Drawing.Size(771, 269);
238
this.
groupBox2
.TabIndex = 1;
239
this.
groupBox2
.TabStop = false;
240
this.
groupBox2
.Text = "CheckedBox";
689
this.Controls.Add(this.
groupBox2
);
698
this.
groupBox2
.ResumeLayout(false);
699
this.
groupBox2
.PerformLayout();