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