1 write to label4
WinFormsControlsTest (1)
Calendar.Designer.cs (1)
43
this.
label4
= new System.Windows.Forms.Label();
7 references to label4
WinFormsControlsTest (7)
Calendar.Designer.cs (7)
159
this.
label4
.AutoSize = true;
160
this.
label4
.Location = new System.Drawing.Point(18, 50);
161
this.
label4
.Name = "label4";
162
this.
label4
.Size = new System.Drawing.Size(334, 20);
163
this.
label4
.TabIndex = 9;
164
this.
label4
.Text = "Change the form size to change the calendar size";
241
this.Controls.Add(this.
label4
);