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