1 write to panel1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
79
this.
panel1
= new System.Windows.Forms.Panel();
11 references to panel1
Accessibility_Core_App (11)
ContainerControls.Designer.cs (11)
109
this.
panel1
.SuspendLayout();
638
this.
panel1
.AutoScroll = true;
639
this.
panel1
.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
640
this.
panel1
.Controls.Add(this.tabControl1);
641
this.
panel1
.Location = new System.Drawing.Point(286, 30);
642
this.
panel1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
643
this.
panel1
.Name = "panel1";
644
this.
panel1
.Size = new System.Drawing.Size(192, 128);
645
this.
panel1
.TabIndex = 3;
806
this.Controls.Add(this.
panel1
);
842
this.
panel1
.ResumeLayout(false);