1 write to groupBox2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
40this.groupBox2 = new System.Windows.Forms.GroupBox();
13 references to groupBox2
Accessibility_Core_App (13)
ContainerControls.Designer.cs (13)
96this.groupBox2.SuspendLayout(); 218this.groupBox2.Controls.Add(this.button8); 219this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 220this.groupBox2.Location = new System.Drawing.Point(33, 445); 221this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 222this.groupBox2.Name = "groupBox2"; 223this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); 224this.groupBox2.Size = new System.Drawing.Size(130, 69); 225this.groupBox2.TabIndex = 15; 226this.groupBox2.TabStop = false; 227this.groupBox2.Text = "FlatStyle=Flat"; 817this.Controls.Add(this.groupBox2); 829this.groupBox2.ResumeLayout(false);