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