1 write to tabPage6
DesignSurface (1)
MainForm.Designer.cs (1)
41this.tabPage6 = new System.Windows.Forms.TabPage();
11 references to tabPage6
DesignSurface (11)
MainForm.cs (3)
39tabPage6.Text = "ToolStripContainer"; 352Panel panel = surface.CreateControl<Panel>(new(0, tabPage6.Height / 2), new(0, 0)); 408view.Parent = tabPage6;
MainForm.Designer.cs (8)
92this.tabControl1.Controls.Add(this.tabPage6); 152this.tabPage6.Location = new System.Drawing.Point(4, 25); 153this.tabPage6.Name = "tabPage6"; 154this.tabPage6.Padding = new System.Windows.Forms.Padding(3); 155this.tabPage6.Size = new System.Drawing.Size(585, 473); 156this.tabPage6.TabIndex = 3; 157this.tabPage6.Text = "tabPage6"; 158this.tabPage6.UseVisualStyleBackColor = true;