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