1 write to label2
WinFormsControlsTest (1)
Calendar.Designer.cs (1)
38this.label2 = new System.Windows.Forms.Label();
8 references to label2
WinFormsControlsTest (8)
Calendar.Designer.cs (8)
101this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 102this.label2.AutoSize = true; 103this.label2.Location = new System.Drawing.Point(19, 422); 104this.label2.Name = "label2"; 105this.label2.Size = new System.Drawing.Size(97, 20); 106this.label2.TabIndex = 6; 107this.label2.Text = "Set MaxDate:"; 244this.Controls.Add(this.label2);