1 write to label1
WinFormsControlsTest (1)
ErrorProviderTest.Designer.cs (1)
40
this.
label1
= new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
ErrorProviderTest.Designer.cs (8)
58
this.
label1
.AutoSize = true;
59
this.
label1
.Font = new System.Drawing.Font("Calibri", 12F, FontStyle.Bold);
60
this.
label1
.Location = new System.Drawing.Point(19, 26);
61
this.
label1
.Name = "label1";
62
this.
label1
.Size = new System.Drawing.Size(155, 15);
63
this.
label1
.TabIndex = 2;
64
this.
label1
.Text = "ErrorProvider with standard icon";
131
this.Controls.Add(this.
label1
);