1 write to groupBox3
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
42this.groupBox3 = new System.Windows.Forms.GroupBox();
13 references to groupBox3
Accessibility_Core_App (13)
ContainerControls.Designer.cs (13)
97this.groupBox3.SuspendLayout(); 241this.groupBox3.Controls.Add(this.button9); 242this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 243this.groupBox3.Location = new System.Drawing.Point(522, 445); 244this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 245this.groupBox3.Name = "groupBox3"; 246this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); 247this.groupBox3.Size = new System.Drawing.Size(130, 69); 248this.groupBox3.TabIndex = 18; 249this.groupBox3.TabStop = false; 250this.groupBox3.Text = "FlatStyle=Popup"; 816this.Controls.Add(this.groupBox3); 830this.groupBox3.ResumeLayout(false);