1 write to label3
WinFormsControlsTest (1)
Calendar.Designer.cs (1)
41
this.
label3
= new System.Windows.Forms.Label();
8 references to label3
WinFormsControlsTest (8)
Calendar.Designer.cs (8)
130
this.
label3
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
131
this.
label3
.AutoSize = true;
132
this.
label3
.Location = new System.Drawing.Point(301, 336);
133
this.
label3
.Name = "label3";
134
this.
label3
.Size = new System.Drawing.Size(142, 20);
135
this.
label3
.TabIndex = 7;
136
this.
label3
.Text = "Set FirstDayOfWeek:";
243
this.Controls.Add(this.
label3
);