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