1 write to tabPage1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
42
this.
tabPage1
= new System.Windows.Forms.TabPage();
12 references to tabPage1
WinFormsControlsTest (12)
MultipleControls.Designer.cs (12)
57
this.
tabPage1
.SuspendLayout();
127
this.tabControl1.Controls.Add(this.
tabPage1
);
138
this.
tabPage1
.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
139
this.
tabPage1
.Controls.Add(this.comboBox1);
140
this.
tabPage1
.Location = new System.Drawing.Point(4, 24);
141
this.
tabPage1
.Name = "tabPage1";
142
this.
tabPage1
.Size = new System.Drawing.Size(225, 87);
143
this.
tabPage1
.TabIndex = 0;
144
this.
tabPage1
.Text = "tabPage1";
145
this.
tabPage1
.ToolTipText = "I am tabPage1!";
146
this.
tabPage1
.UseVisualStyleBackColor = true;
320
this.
tabPage1
.ResumeLayout(false);