1 write to tabPage1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
68
tabPage1
= new TabPage();
12 references to tabPage1
WinFormsControlsTest (12)
ScrollableControls.Designer.cs (12)
85
tabPage1
.SuspendLayout();
312
tabControl1.Controls.Add(
tabPage1
);
322
tabPage1
.AutoScroll = true;
323
tabPage1
.Controls.Add(button17);
324
tabPage1
.Location = new Point(4, 24);
325
tabPage1
.Name = "tabPage1";
326
tabPage1
.Padding = new Padding(3);
327
tabPage1
.Size = new Size(159, 73);
328
tabPage1
.TabIndex = 0;
329
tabPage1
.Text = "tabPage1";
330
tabPage1
.UseVisualStyleBackColor = true;
462
tabPage1
.ResumeLayout(false);