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