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