1 write to btnPreView
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
39
this.
btnPreView
= new System.Windows.Forms.Button();
9 references to btnPreView
Accessibility_Core_App (9)
PrintingControls.Designer.cs (9)
102
this.
btnPreView
.Location = new System.Drawing.Point(112, 43);
103
this.
btnPreView
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
104
this.
btnPreView
.Name = "btnPreView";
105
this.
btnPreView
.Size = new System.Drawing.Size(88, 27);
106
this.
btnPreView
.TabIndex = 3;
107
this.
btnPreView
.Text = "P&review";
108
this.
btnPreView
.UseVisualStyleBackColor = true;
109
this.
btnPreView
.Click += this.BtnPreView_Click;
166
this.Controls.Add(this.
btnPreView
);