1 write to button7
Accessibility_Core_App (1)
Main.Designer.cs (1)
38this.button7 = new System.Windows.Forms.Button();
9 references to button7
Accessibility_Core_App (9)
Main.Designer.cs (9)
113this.button7.Location = new System.Drawing.Point(13, 292); 114this.button7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 115this.button7.Name = "button7"; 116this.button7.Size = new System.Drawing.Size(531, 27); 117this.button7.TabIndex = 6; 118this.button7.Text = "Remaining_Controls_Testing"; 119this.button7.UseVisualStyleBackColor = true; 120this.button7.Click += this.Button7_Click; 173this.Controls.Add(this.button7);