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