1 write to explanationLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
36
explanationLabel
= new System.Windows.Forms.Label();
7 references to explanationLabel
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\FormatControl.cs (3)
126
explanationLabel
.Text = item.TopLabelString;
409
explanationLabel
.Size = new Drawing.Size(formatGroupBox.Width - 10, 30);
410
explanationLabel
.Text = item.TopLabelString;
System\Windows\Forms\Design\FormatControl.Designer.cs (4)
69
tableLayoutPanel3.Controls.Add(this.
explanationLabel
, 0, 0);
77
resources.ApplyResources(this.
explanationLabel
, "explanationLabel");
78
tableLayoutPanel3.SetColumnSpan(this.
explanationLabel
, 2);
79
explanationLabel
.Name = "explanationLabel";