1 write to tabPage2
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
44
this.
tabPage2
= new System.Windows.Forms.TabPage();
13 references to tabPage2
WinFormsControlsTest (13)
MultipleControls.Designer.cs (13)
58
this.
tabPage2
.SuspendLayout();
128
this.tabControl1.Controls.Add(this.
tabPage2
);
158
this.
tabPage2
.Controls.Add(this.checkBox1);
159
this.
tabPage2
.Controls.Add(this.checkBox2);
160
this.
tabPage2
.Location = new System.Drawing.Point(4, 24);
161
this.
tabPage2
.Name = "tabPage2";
162
this.
tabPage2
.Size = new System.Drawing.Size(225, 87);
163
this.
tabPage2
.TabIndex = 1;
164
this.
tabPage2
.Text = "tabPage2";
165
this.
tabPage2
.ToolTipText = "I am tabPage2!\r\nI am multiline tooltip!";
166
this.
tabPage2
.UseVisualStyleBackColor = true;
321
this.
tabPage2
.ResumeLayout(false);
322
this.
tabPage2
.PerformLayout();