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