1 write to tabControl1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
41
this.
tabControl1
= new System.Windows.Forms.TabControl();
11 references to tabControl1
WinFormsControlsTest (11)
MultipleControls.Designer.cs (11)
56
this.
tabControl1
.SuspendLayout();
127
this.
tabControl1
.Controls.Add(this.tabPage1);
128
this.
tabControl1
.Controls.Add(this.tabPage2);
129
this.
tabControl1
.Location = new System.Drawing.Point(141, 50);
130
this.
tabControl1
.Name = "tabControl1";
131
this.
tabControl1
.SelectedIndex = 0;
132
this.
tabControl1
.ShowToolTips = true;
133
this.
tabControl1
.Size = new System.Drawing.Size(233, 115);
134
this.
tabControl1
.TabIndex = 8;
307
this.Controls.Add(this.
tabControl1
);
319
this.
tabControl1
.ResumeLayout(false);