1 write to groupBox6
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
73this.groupBox6 = new System.Windows.Forms.GroupBox();
14 references to groupBox6
Accessibility_Core_App (14)
CommonControl1.Designer.cs (14)
88this.groupBox6.SuspendLayout(); 561this.groupBox6.Controls.Add(this.listBox1); 562this.groupBox6.Controls.Add(this.label12); 563this.groupBox6.Location = new System.Drawing.Point(839, 678); 564this.groupBox6.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 565this.groupBox6.Name = "groupBox6"; 566this.groupBox6.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6); 567this.groupBox6.Size = new System.Drawing.Size(598, 271); 568this.groupBox6.TabIndex = 6; 569this.groupBox6.TabStop = false; 570this.groupBox6.Text = "ListBox"; 685this.Controls.Add(this.groupBox6); 706this.groupBox6.ResumeLayout(false); 707this.groupBox6.PerformLayout();