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