1 write to button1
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
41this.button1 = new System.Windows.Forms.Button();
9 references to button1
Accessibility_Core_App (9)
PrintingControls.Designer.cs (9)
124this.button1.Location = new System.Drawing.Point(301, 43); 125this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 126this.button1.Name = "button1"; 127this.button1.Size = new System.Drawing.Size(104, 27); 128this.button1.TabIndex = 6; 129this.button1.Text = "Preview &Control"; 130this.button1.UseVisualStyleBackColor = true; 131this.button1.Click += this.Button1_Click; 164this.Controls.Add(this.button1);