1 write to tabPage5
DesignSurface (1)
MainForm.Designer.cs (1)
40
this.
tabPage5
= new System.Windows.Forms.TabPage();
10 references to tabPage5
DesignSurface (10)
MainForm.cs (2)
38
tabPage5
.Text = "TabControl and TableLayoutPanel";
405
view.Parent =
tabPage5
;
MainForm.Designer.cs (8)
91
this.tabControl1.Controls.Add(this.
tabPage5
);
142
this.
tabPage5
.Location = new System.Drawing.Point(4, 25);
143
this.
tabPage5
.Name = "tabPage5";
144
this.
tabPage5
.Padding = new System.Windows.Forms.Padding(3);
145
this.
tabPage5
.Size = new System.Drawing.Size(585, 473);
146
this.
tabPage5
.TabIndex = 3;
147
this.
tabPage5
.Text = "tabPage5";
148
this.
tabPage5
.UseVisualStyleBackColor = true;