1 write to tabPage2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
76
this.
tabPage2
= new System.Windows.Forms.TabPage();
12 references to tabPage2
Accessibility_Core_App (12)
ContainerControls.Designer.cs (12)
108
this.
tabPage2
.SuspendLayout();
585
this.tabControl2.Controls.Add(this.
tabPage2
);
606
this.
tabPage2
.Controls.Add(this.button12);
607
this.
tabPage2
.Location = new System.Drawing.Point(4, 24);
608
this.
tabPage2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
609
this.
tabPage2
.Name = "tabPage2";
610
this.
tabPage2
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
611
this.
tabPage2
.Size = new System.Drawing.Size(164, 94);
612
this.
tabPage2
.TabIndex = 3;
613
this.
tabPage2
.Text = "tabPage2";
614
this.
tabPage2
.UseVisualStyleBackColor = true;
841
this.
tabPage2
.ResumeLayout(false);