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