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