1 write to linkLabel2
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
54
this.
linkLabel2
= new System.Windows.Forms.LinkLabel();
9 references to linkLabel2
WinFormsControlsTest (9)
MultipleControls.Designer.cs (9)
270
this.
linkLabel2
.AutoSize = true;
271
this.
linkLabel2
.Location = new System.Drawing.Point(378, 255);
272
this.
linkLabel2
.Name = "linkLabel2";
273
this.
linkLabel2
.Size = new System.Drawing.Size(108, 21);
274
this.
linkLabel2
.TabIndex = 4;
275
this.
linkLabel2
.TabStop = true;
276
this.
linkLabel2
.Text = "Home MSN Github";
277
this.
linkLabel2
.UseCompatibleTextRendering = true;
315
this.Controls.Add(this.
linkLabel2
);