1 write to panel2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
73
this.
panel2
= new System.Windows.Forms.Panel();
10 references to panel2
Accessibility_Core_App (10)
ContainerControls.Designer.cs (10)
106
this.
panel2
.SuspendLayout();
574
this.
panel2
.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
575
this.
panel2
.Controls.Add(this.tabControl2);
576
this.
panel2
.Location = new System.Drawing.Point(285, 199);
577
this.
panel2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
578
this.
panel2
.Name = "panel2";
579
this.
panel2
.Size = new System.Drawing.Size(204, 144);
580
this.
panel2
.TabIndex = 9;
814
this.Controls.Add(this.
panel2
);
839
this.
panel2
.ResumeLayout(false);