1 write to groupBox7
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
76
this.
groupBox7
= new System.Windows.Forms.GroupBox();
14 references to groupBox7
Accessibility_Core_App (14)
CommonControl1.Designer.cs (14)
89
this.
groupBox7
.SuspendLayout();
599
this.
groupBox7
.Controls.Add(this.maskedTextBox1);
600
this.
groupBox7
.Controls.Add(this.label9);
601
this.
groupBox7
.Location = new System.Drawing.Point(702, 983);
602
this.
groupBox7
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
603
this.
groupBox7
.Name = "groupBox7";
604
this.
groupBox7
.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
605
this.
groupBox7
.Size = new System.Drawing.Size(735, 277);
606
this.
groupBox7
.TabIndex = 7;
607
this.
groupBox7
.TabStop = false;
608
this.
groupBox7
.Text = "MaskedTextBox";
684
this.Controls.Add(this.
groupBox7
);
708
this.
groupBox7
.ResumeLayout(false);
709
this.
groupBox7
.PerformLayout();