1 write to tabPage1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
75
this.
tabPage1
= new System.Windows.Forms.TabPage();
9 references to tabPage1
Accessibility_Core_App (9)
ContainerControls.Designer.cs (9)
584
this.tabControl2.Controls.Add(this.
tabPage1
);
595
this.
tabPage1
.Location = new System.Drawing.Point(4, 24);
596
this.
tabPage1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
597
this.
tabPage1
.Name = "tabPage1";
598
this.
tabPage1
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
599
this.
tabPage1
.Size = new System.Drawing.Size(164, 94);
600
this.
tabPage1
.TabIndex = 2;
601
this.
tabPage1
.Text = "tabPage1";
602
this.
tabPage1
.UseVisualStyleBackColor = true;