1 write to tableLayoutPanel1
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
40tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35 references to tableLayoutPanel1
System.Windows.Forms.Design (35)
System\Windows\Forms\Design\FormatControl.cs (22)
246tableLayoutPanel1.SuspendLayout(); 265tableLayoutPanel1.SetColumn(thirdRowLabel, 0); 266tableLayoutPanel1.SetColumnSpan(thirdRowLabel, 2); 269if (tableLayoutPanel1.Controls.Contains(dateTimeFormatsListBox)) 271tableLayoutPanel1.Controls.Remove(dateTimeFormatsListBox); 274tableLayoutPanel1.Controls.Add(_customStringTextBox, 1, 1); 286if (tableLayoutPanel1.Controls.Contains(_customStringTextBox)) 288tableLayoutPanel1.Controls.Remove(_customStringTextBox); 292tableLayoutPanel1.Controls.Add(dateTimeFormatsListBox, 0, 2); 293tableLayoutPanel1.SetColumn(dateTimeFormatsListBox, 0); 294tableLayoutPanel1.SetColumnSpan(dateTimeFormatsListBox, 2); 303tableLayoutPanel1.ResumeLayout(performLayout: true); 322formatTypeListBox.Height = tableLayoutPanel1.Bottom - formatTypeListBox.Top; 344tableLayoutPanel1.SuspendLayout(); 347tableLayoutPanel1.Controls.Add(_customStringTextBox, 1, 1); 351thirdRowLabel.MaximumSize = new Drawing.Size(tableLayoutPanel1.Width, 0); 353tableLayoutPanel1.SetColumn(thirdRowLabel, 0); 354tableLayoutPanel1.SetColumnSpan(thirdRowLabel, 2); 356tableLayoutPanel1.ResumeLayout(performLayout: true); 360tableLayoutPanel1.MinimumSize = new Drawing.Size(tableLayoutPanel1.Width, tableLayoutPanel1.Height);
System\Windows\Forms\Design\FormatControl.Designer.cs (13)
53tableLayoutPanel1.SuspendLayout(); 85tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 1); 104resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); 105tableLayoutPanel1.Controls.Add(this.nullValueLabel, 0, 0); 106tableLayoutPanel1.Controls.Add(this.nullValueTextBox, 1, 0); 107tableLayoutPanel1.Controls.Add(this.secondRowLabel, 0, 1); 108tableLayoutPanel1.Controls.Add(this.decimalPlacesUpDown, 1, 1); 109tableLayoutPanel1.Controls.Add(this.dateTimeFormatsListBox, 0, 2); 110tableLayoutPanel1.Controls.Add(this.thirdRowLabel, 1, 2); 111tableLayoutPanel1.Name = "tableLayoutPanel1"; 112tableLayoutPanel1.AccessibleName = ""; 186tableLayoutPanel1.ResumeLayout(false); 187tableLayoutPanel1.PerformLayout();