1 write to _overarchingTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
263
_overarchingTableLayoutPanel
= new TableLayoutPanel();
41 references to _overarchingTableLayoutPanel
System.Windows.Forms.Design (41)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (41)
242
[MemberNotNull(nameof(
_overarchingTableLayoutPanel
))]
280
_overarchingTableLayoutPanel
.SuspendLayout();
289
_overarchingTableLayoutPanel
.SetColumnSpan(_dataBoundColumnRadioButton, 3);
296
resources.ApplyResources(
_overarchingTableLayoutPanel
, "overarchingTableLayoutPanel");
297
_overarchingTableLayoutPanel
.AutoSizeMode = AutoSizeMode.GrowAndShrink;
298
_overarchingTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 14F));
299
_overarchingTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
300
_overarchingTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 250F));
301
_overarchingTableLayoutPanel
.Controls.Add(_checkBoxesTableLayoutPanel, 0, 10);
302
_overarchingTableLayoutPanel
.Controls.Add(_okCancelTableLayoutPanel, 2, 11);
303
_overarchingTableLayoutPanel
.Controls.Add(_dataBoundColumnRadioButton, 0, 0);
304
_overarchingTableLayoutPanel
.Controls.Add(_columnInDataSourceLabel, 1, 1);
305
_overarchingTableLayoutPanel
.Controls.Add(_dataColumns, 1, 2);
306
_overarchingTableLayoutPanel
.Controls.Add(_unboundColumnRadioButton, 0, 4);
307
_overarchingTableLayoutPanel
.Controls.Add(_nameLabel, 1, 5);
308
_overarchingTableLayoutPanel
.Controls.Add(_nameTextBox, 2, 5);
309
_overarchingTableLayoutPanel
.Controls.Add(_typeLabel, 1, 7);
310
_overarchingTableLayoutPanel
.Controls.Add(_columnTypesCombo, 2, 7);
311
_overarchingTableLayoutPanel
.Controls.Add(_headerTextLabel, 1, 9);
312
_overarchingTableLayoutPanel
.Controls.Add(_headerTextBox, 2, 9);
313
_overarchingTableLayoutPanel
.Margin = new Padding(12, 12, 12, 13);
314
_overarchingTableLayoutPanel
.Name = "overarchingTableLayoutPanel";
315
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
316
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 16F));
317
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 91F));
318
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 12F));
319
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
320
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle());
321
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 4F));
322
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle());
323
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 4F));
324
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle());
325
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 27F));
326
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle());
338
_overarchingTableLayoutPanel
.SetColumnSpan(_checkBoxesTableLayoutPanel, 3);
390
_overarchingTableLayoutPanel
.SetColumnSpan(_columnInDataSourceLabel, 2);
397
_overarchingTableLayoutPanel
.SetColumnSpan(_dataColumns, 2);
407
_overarchingTableLayoutPanel
.SetColumnSpan(_unboundColumnRadioButton, 3);
458
Controls.Add(
_overarchingTableLayoutPanel
);
471
_overarchingTableLayoutPanel
.ResumeLayout(false);
472
_overarchingTableLayoutPanel
.PerformLayout();