1 write to groupBox4
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
57
this.
groupBox4
= new System.Windows.Forms.GroupBox();
14 references to groupBox4
Accessibility_Core_App (14)
CommonControl1.Designer.cs (14)
86
this.
groupBox4
.SuspendLayout();
369
this.
groupBox4
.Controls.Add(this.listView1);
370
this.
groupBox4
.Controls.Add(this.label8);
371
this.
groupBox4
.Location = new System.Drawing.Point(839, 397);
372
this.
groupBox4
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
373
this.
groupBox4
.Name = "groupBox4";
374
this.
groupBox4
.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
375
this.
groupBox4
.Size = new System.Drawing.Size(598, 269);
376
this.
groupBox4
.TabIndex = 5;
377
this.
groupBox4
.TabStop = false;
378
this.
groupBox4
.Text = "ListView";
687
this.Controls.Add(this.
groupBox4
);
702
this.
groupBox4
.ResumeLayout(false);
703
this.
groupBox4
.PerformLayout();