1 write to button3
Accessibility_Core_App (1)
Main.Designer.cs (1)
34this.button3 = new System.Windows.Forms.Button();
9 references to button3
Accessibility_Core_App (9)
Main.Designer.cs (9)
69this.button3.Location = new System.Drawing.Point(13, 105); 70this.button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 71this.button3.Name = "button3"; 72this.button3.Size = new System.Drawing.Size(531, 27); 73this.button3.TabIndex = 2; 74this.button3.Text = "Data_Controls: Testing the controls under the Data Tab"; 75this.button3.UseVisualStyleBackColor = true; 76this.button3.Click += this.Button3_Click; 177this.Controls.Add(this.button3);