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