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