1 write to tabPage3
DesignSurface (1)
MainForm.Designer.cs (1)
36
this.
tabPage3
= new System.Windows.Forms.TabPage();
10 references to tabPage3
DesignSurface (10)
MainForm.cs (2)
28
tabPage3
.Text = "Use Grid";
407
view.Parent =
tabPage3
;
MainForm.Designer.cs (8)
87
this.tabControl1.Controls.Add(this.
tabPage3
);
120
this.
tabPage3
.Location = new System.Drawing.Point(4, 25);
121
this.
tabPage3
.Name = "tabPage3";
122
this.
tabPage3
.Padding = new System.Windows.Forms.Padding(3);
123
this.
tabPage3
.Size = new System.Drawing.Size(585, 473);
124
this.
tabPage3
.TabIndex = 2;
125
this.
tabPage3
.Text = "tabPage3";
126
this.
tabPage3
.UseVisualStyleBackColor = true;