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