1 write to label1
WinFormsControlsTest (1)
Calendar.Designer.cs (1)
37this.label1 = new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
Calendar.Designer.cs (8)
91this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 92this.label1.AutoSize = true; 93this.label1.Location = new System.Drawing.Point(18, 308); 94this.label1.Name = "label1"; 95this.label1.Size = new System.Drawing.Size(94, 20); 96this.label1.TabIndex = 3; 97this.label1.Text = "Set MinDate:"; 247this.Controls.Add(this.label1);