1 write to thirdRowLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
45
thirdRowLabel
= new System.Windows.Forms.Label();
11 references to thirdRowLabel
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\FormatControl.cs (8)
264
thirdRowLabel
.Visible = true;
265
tableLayoutPanel1.SetColumn(
thirdRowLabel
, 0);
266
tableLayoutPanel1.SetColumnSpan(
thirdRowLabel
, 2);
278
thirdRowLabel
.Visible = false;
351
thirdRowLabel
.MaximumSize = new Drawing.Size(tableLayoutPanel1.Width, 0);
353
tableLayoutPanel1.SetColumn(
thirdRowLabel
, 0);
354
tableLayoutPanel1.SetColumnSpan(
thirdRowLabel
, 2);
355
thirdRowLabel
.AutoSize = true;
System\Windows\Forms\Design\FormatControl.Designer.cs (3)
110
tableLayoutPanel1.Controls.Add(this.
thirdRowLabel
, 1, 2);
150
resources.ApplyResources(this.
thirdRowLabel
, "thirdRowLabel");
151
thirdRowLabel
.Name = "thirdRowLabel";