1 write to label1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
58this.label1 = new System.Windows.Forms.Label();
8 references to label1
Accessibility_Core_App (8)
CommonControl2.Designer.cs (8)
223this.label1.AutoSize = true; 224this.label1.Location = new System.Drawing.Point(14, 10); 225this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); 226this.label1.Name = "label1"; 227this.label1.Size = new System.Drawing.Size(90, 15); 228this.label1.TabIndex = 0; 229this.label1.Text = "MonthCalendar"; 262this.Controls.Add(this.label1);