1 write to label2
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
35
this.
label2
= new System.Windows.Forms.Label();
9 references to label2
WinFormsControlsTest (9)
DesignTimeAligned.Designer.cs (9)
54
this.
label2
.AutoSize = true;
55
this.
label2
.Location = new System.Drawing.Point(72, 76);
56
this.
label2
.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
57
this.
label2
.Name = "label2";
58
this.
label2
.Size = new System.Drawing.Size(36, 25);
59
this.
label2
.TabIndex = 2;
60
this.
label2
.Text = "LL";
61
this.
label2
.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
100
this.Controls.Add(this.
label2
);