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