1 write to label1
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
34
this.
label1
= new System.Windows.Forms.Label();
9 references to label1
WinFormsControlsTest (9)
DesignTimeAligned.Designer.cs (9)
43
this.
label1
.AutoSize = true;
44
this.
label1
.Location = new System.Drawing.Point(72, 18);
45
this.
label1
.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
46
this.
label1
.Name = "label1";
47
this.
label1
.Size = new System.Drawing.Size(36, 25);
48
this.
label1
.TabIndex = 0;
49
this.
label1
.Text = "LL";
50
this.
label1
.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
101
this.Controls.Add(this.
label1
);