1 write to label2
WinFormsControlsTest (1)
ErrorProviderTest.Designer.cs (1)
45this.label2 = new System.Windows.Forms.Label();
8 references to label2
WinFormsControlsTest (8)
ErrorProviderTest.Designer.cs (8)
88this.label2.AutoSize = true; 89this.label2.Font = new System.Drawing.Font("Calibri", 12F, FontStyle.Bold); 90this.label2.Location = new System.Drawing.Point(19, 100); 91this.label2.Name = "label2"; 92this.label2.Size = new System.Drawing.Size(155, 15); 93this.label2.TabIndex = 2; 94this.label2.Text = "ErrorProvider with multi-resolution icon"; 134this.Controls.Add(this.label2);