1 write to label1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
265
this.
label1
= new Label();
9 references to label1
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (9)
221
dialog.
label1
.Text = SR.GetString(SR.PrintControllerWithStatusDialog_NowPrinting,
268
label1
.AutoSize = true;
269
label1
.Location = new Point(8, 16);
270
label1
.TextAlign = ContentAlignment.MiddleCenter;
271
label1
.Size = new Size(240, 64);
272
label1
.TabIndex = 1;
273
label1
.Anchor = AnchorStyles.None;
292
tableLayoutPanel1.Controls.Add(
label1
, 0, 0);
313
label1
.Text = SR.GetString(SR.PrintControllerWithStatusDialog_Canceling);