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