1 write to groupBox5
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
60this.groupBox5 = new System.Windows.Forms.GroupBox();
24 references to groupBox5
Accessibility_Core_App (24)
CommonControl1.Designer.cs (24)
87this.groupBox5.SuspendLayout(); 406this.groupBox5.Controls.Add(this.linkLabel6); 407this.groupBox5.Controls.Add(this.linkLabel5); 408this.groupBox5.Controls.Add(this.linkLabel4); 409this.groupBox5.Controls.Add(this.linkLabel3); 410this.groupBox5.Controls.Add(this.label6); 411this.groupBox5.Controls.Add(this.label5); 412this.groupBox5.Controls.Add(this.label4); 413this.groupBox5.Controls.Add(this.label3); 414this.groupBox5.Controls.Add(this.linkLabel2); 415this.groupBox5.Controls.Add(this.linkLabel1); 416this.groupBox5.Controls.Add(this.label2); 417this.groupBox5.Controls.Add(this.label1); 418this.groupBox5.Location = new System.Drawing.Point(33, 678); 419this.groupBox5.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 420this.groupBox5.Name = "groupBox5"; 421this.groupBox5.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6); 422this.groupBox5.Size = new System.Drawing.Size(769, 271); 423this.groupBox5.TabIndex = 2; 424this.groupBox5.TabStop = false; 425this.groupBox5.Text = "Label"; 686this.Controls.Add(this.groupBox5); 704this.groupBox5.ResumeLayout(false); 705this.groupBox5.PerformLayout();