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