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