1 write to label1
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
36
this.
label1
= new System.Windows.Forms.Label();
8 references to label1
Accessibility_Core_App (8)
PrintingControls.Designer.cs (8)
72
this.
label1
.AutoSize = true;
73
this.
label1
.Location = new System.Drawing.Point(14, 10);
74
this.
label1
.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
75
this.
label1
.Name = "label1";
76
this.
label1
.Size = new System.Drawing.Size(165, 15);
77
this.
label1
.TabIndex = 0;
78
this.
label1
.Text = "Please &input text you want to print";
169
this.Controls.Add(this.
label1
);