1 write to tabPage3
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
81
this.
tabPage3
= new System.Windows.Forms.TabPage();
12 references to tabPage3
Accessibility_Core_App (12)
ContainerControls.Designer.cs (12)
111
this.
tabPage3
.SuspendLayout();
649
this.tabControl1.Controls.Add(this.
tabPage3
);
660
this.
tabPage3
.Controls.Add(this.button11);
661
this.
tabPage3
.Location = new System.Drawing.Point(4, 24);
662
this.
tabPage3
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
663
this.
tabPage3
.Name = "tabPage3";
664
this.
tabPage3
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
665
this.
tabPage3
.Size = new System.Drawing.Size(148, 74);
666
this.
tabPage3
.TabIndex = 0;
667
this.
tabPage3
.Text = "tabPage3";
668
this.
tabPage3
.UseVisualStyleBackColor = true;
844
this.
tabPage3
.ResumeLayout(false);