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