1 write to button1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
266
this.
button1
= new Button();
10 references to button1
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (10)
275
button1
.AutoSize = true;
276
button1
.Size = new Size(75, 23);
277
button1
.TabIndex = 0;
278
button1
.Text = SR.GetString(SR.PrintControllerWithStatusDialog_Cancel);
279
button1
.Location = new Point(88, 88);
280
button1
.Anchor = AnchorStyles.None;
281
button1
.Click += new EventHandler(button1_Click);
293
tableLayoutPanel1.Controls.Add(
button1
, 0, 1);
307
this.CancelButton =
button1
;
312
button1
.Enabled = false;