1 write to button8
Accessibility_Core_App (1)
Main.Designer.cs (1)
39this.button8 = new System.Windows.Forms.Button();
9 references to button8
Accessibility_Core_App (9)
Main.Designer.cs (9)
124this.button8.Location = new System.Drawing.Point(14, 336); 125this.button8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 126this.button8.Name = "button8"; 127this.button8.Size = new System.Drawing.Size(531, 27); 128this.button8.TabIndex = 7; 129this.button8.Text = "Containers_Controls: Testing the controls under the Containers Tab"; 130this.button8.UseVisualStyleBackColor = true; 131this.button8.Click += this.Button8_Click; 172this.Controls.Add(this.button8);