1 write to groupBox3
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
52this.groupBox3 = new System.Windows.Forms.GroupBox();
16 references to groupBox3
Accessibility_Core_App (16)
CommonControl1.Designer.cs (16)
85this.groupBox3.SuspendLayout(); 303this.groupBox3.Controls.Add(this.comboBox2); 304this.groupBox3.Controls.Add(this.label11); 305this.groupBox3.Controls.Add(this.comboBox1); 306this.groupBox3.Controls.Add(this.label10); 307this.groupBox3.Location = new System.Drawing.Point(839, 4); 308this.groupBox3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 309this.groupBox3.Name = "groupBox3"; 310this.groupBox3.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6); 311this.groupBox3.Size = new System.Drawing.Size(600, 380); 312this.groupBox3.TabIndex = 4; 313this.groupBox3.TabStop = false; 314this.groupBox3.Text = "ComboBox"; 688this.Controls.Add(this.groupBox3); 700this.groupBox3.ResumeLayout(false); 701this.groupBox3.PerformLayout();