1 write to button4
Accessibility_Core_App (1)
Main.Designer.cs (1)
35this.button4 = new System.Windows.Forms.Button();
9 references to button4
Accessibility_Core_App (9)
Main.Designer.cs (9)
80this.button4.Location = new System.Drawing.Point(13, 152); 81this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 82this.button4.Name = "button4"; 83this.button4.Size = new System.Drawing.Size(531, 27); 84this.button4.TabIndex = 3; 85this.button4.Text = "Dialogs_Controls: Testing the controls under the Dialogs Tab"; 86this.button4.UseVisualStyleBackColor = true; 87this.button4.Click += this.Button4_Click; 176this.Controls.Add(this.button4);