1 write to tabPage4
DesignSurface (1)
MainForm.Designer.cs (1)
37
this.
tabPage4
= new System.Windows.Forms.TabPage();
10 references to tabPage4
DesignSurface (10)
MainForm.cs (2)
29
tabPage4
.Text = "Align control by hand";
410
view.Parent =
tabPage4
;
MainForm.Designer.cs (8)
88
this.tabControl1.Controls.Add(this.
tabPage4
);
130
this.
tabPage4
.Location = new System.Drawing.Point(4, 25);
131
this.
tabPage4
.Name = "tabPage4";
132
this.
tabPage4
.Padding = new System.Windows.Forms.Padding(3);
133
this.
tabPage4
.Size = new System.Drawing.Size(585, 473);
134
this.
tabPage4
.TabIndex = 3;
135
this.
tabPage4
.Text = "tabPage4";
136
this.
tabPage4
.UseVisualStyleBackColor = true;