1 write to groupBox4
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
44this.groupBox4 = new System.Windows.Forms.GroupBox();
13 references to groupBox4
Accessibility_Core_App (13)
ContainerControls.Designer.cs (13)
98this.groupBox4.SuspendLayout(); 264this.groupBox4.Controls.Add(this.button10); 265this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System; 266this.groupBox4.Location = new System.Drawing.Point(350, 445); 267this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 268this.groupBox4.Name = "groupBox4"; 269this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); 270this.groupBox4.Size = new System.Drawing.Size(130, 69); 271this.groupBox4.TabIndex = 17; 272this.groupBox4.TabStop = false; 273this.groupBox4.Text = "FlatStyle=System"; 815this.Controls.Add(this.groupBox4); 831this.groupBox4.ResumeLayout(false);