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