1 write to label5
WinFormsControlsTest (1)
Calendar.Designer.cs (1)
48this.label5 = new System.Windows.Forms.Label();
8 references to label5
WinFormsControlsTest (8)
Calendar.Designer.cs (8)
214this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 215this.label5.AutoSize = true; 216this.label5.Location = new System.Drawing.Point(301, 422); 217this.label5.Name = "label5"; 218this.label5.Size = new System.Drawing.Size(137, 20); 219this.label5.TabIndex = 14; 220this.label5.Text = "Additional settings:"; 236this.Controls.Add(this.label5);