1 write to _addRemoveInsertTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
154
_addRemoveInsertTableLayoutPanel
= new TableLayoutPanel();
14 references to _addRemoveInsertTableLayoutPanel
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\StyleEditorForm.cs (14)
183
_addRemoveInsertTableLayoutPanel
.SuspendLayout();
197
resources.ApplyResources(
_addRemoveInsertTableLayoutPanel
, "addRemoveInsertTableLayoutPanel");
198
_addRemoveInsertTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F));
199
_addRemoveInsertTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F));
200
_addRemoveInsertTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F));
201
_addRemoveInsertTableLayoutPanel
.Controls.Add(_addButton, 0, 0);
202
_addRemoveInsertTableLayoutPanel
.Controls.Add(_removeButton, 1, 0);
203
_addRemoveInsertTableLayoutPanel
.Controls.Add(_insertButton, 2, 0);
204
_addRemoveInsertTableLayoutPanel
.Margin = new Padding(0, 3, 3, 3);
205
_addRemoveInsertTableLayoutPanel
.Name = "addRemoveInsertTableLayoutPanel";
206
_addRemoveInsertTableLayoutPanel
.RowStyles.Add(new RowStyle());
267
_overarchingTableLayoutPanel.Controls.Add(
_addRemoveInsertTableLayoutPanel
, 0, 3);
449
_addRemoveInsertTableLayoutPanel
.ResumeLayout(false);
450
_addRemoveInsertTableLayoutPanel
.PerformLayout();