1 write to tabPage1
DesignSurface (1)
MainForm.Designer.cs (1)
34
this.
tabPage1
= new System.Windows.Forms.TabPage();
10 references to tabPage1
DesignSurface (10)
MainForm.cs (2)
26
tabPage1
.Text = "Use SnapLines";
401
view.Parent =
tabPage1
;
MainForm.Designer.cs (8)
85
this.tabControl1.Controls.Add(this.
tabPage1
);
100
this.
tabPage1
.Location = new System.Drawing.Point(4, 25);
101
this.
tabPage1
.Name = "tabPage1";
102
this.
tabPage1
.Padding = new System.Windows.Forms.Padding(3);
103
this.
tabPage1
.Size = new System.Drawing.Size(585, 473);
104
this.
tabPage1
.TabIndex = 0;
105
this.
tabPage1
.Text = "tabPage1";
106
this.
tabPage1
.UseVisualStyleBackColor = true;