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