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