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