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