1 write to button6
Accessibility_Core_App (1)
Main.Designer.cs (1)
37this.button6 = new System.Windows.Forms.Button();
9 references to button6
Accessibility_Core_App (9)
Main.Designer.cs (9)
102this.button6.Location = new System.Drawing.Point(14, 247); 103this.button6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 104this.button6.Name = "button6"; 105this.button6.Size = new System.Drawing.Size(531, 27); 106this.button6.TabIndex = 5; 107this.button6.Text = "Printing_Controls: Testing the controls under the Printing Tab"; 108this.button6.UseVisualStyleBackColor = true; 109this.button6.Click += this.Button6_Click; 174this.Controls.Add(this.button6);