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