1 write to tabPage2
DesignSurface (1)
MainForm.Designer.cs (1)
37
this.
tabPage2
= new System.Windows.Forms.TabPage();
10 references to tabPage2
DesignSurface (10)
MainForm.cs (2)
35
tabPage2
.Text = "Use Grid (Snap to the grid)";
396
view.Parent =
tabPage2
;
MainForm.Designer.cs (8)
88
this.tabControl1.Controls.Add(this.
tabPage2
);
112
this.
tabPage2
.Location = new System.Drawing.Point(4, 25);
113
this.
tabPage2
.Name = "tabPage2";
114
this.
tabPage2
.Padding = new System.Windows.Forms.Padding(3);
115
this.
tabPage2
.Size = new System.Drawing.Size(585, 473);
116
this.
tabPage2
.TabIndex = 1;
117
this.
tabPage2
.Text = "tabPage2";
118
this.
tabPage2
.UseVisualStyleBackColor = true;