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