1 write to _tableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
188
_tableLayoutPanel
= new();
29 references to _tableLayoutPanel
System.Windows.Forms.Design (29)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (29)
201
_tableLayoutPanel
.SuspendLayout();
215
resources.ApplyResources(
_tableLayoutPanel
, "tableLayoutPanel");
216
_tableLayoutPanel
.ColumnStyles.Add(new(SizeType.Absolute, 274F));
217
_tableLayoutPanel
.ColumnStyles.Add(new());
218
_tableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 100F));
219
_tableLayoutPanel
.Controls.Add(_addTableLayoutPanel, 0, 1);
220
_tableLayoutPanel
.Controls.Add(_okCancelTableLayoutPanel, 0, 6);
221
_tableLayoutPanel
.Controls.Add(_lblItems, 0, 0);
222
_tableLayoutPanel
.Controls.Add(_selectedItemName, 2, 0);
223
_tableLayoutPanel
.Controls.Add(_selectedItemProps, 2, 1);
224
_tableLayoutPanel
.Controls.Add(_lblMembers, 0, 2);
225
_tableLayoutPanel
.Controls.Add(_listBoxItems, 0, 3);
226
_tableLayoutPanel
.Controls.Add(_btnMoveUp, 1, 3);
227
_tableLayoutPanel
.Controls.Add(_btnMoveDown, 1, 4);
228
_tableLayoutPanel
.Controls.Add(_btnRemove, 1, 5);
229
_tableLayoutPanel
.Name = "tableLayoutPanel";
230
_tableLayoutPanel
.RowStyles.Add(new());
231
_tableLayoutPanel
.RowStyles.Add(new());
232
_tableLayoutPanel
.RowStyles.Add(new());
233
_tableLayoutPanel
.RowStyles.Add(new());
234
_tableLayoutPanel
.RowStyles.Add(new());
235
_tableLayoutPanel
.RowStyles.Add(new(SizeType.Percent, 100F));
236
_tableLayoutPanel
.RowStyles.Add(new());
261
_tableLayoutPanel
.SetColumnSpan(_okCancelTableLayoutPanel, 3);
282
_tableLayoutPanel
.SetRowSpan(_selectedItemProps, 5);
293
_tableLayoutPanel
.SetRowSpan(_listBoxItems, 3);
312
Controls.Add(
_tableLayoutPanel
);
321
_tableLayoutPanel
.ResumeLayout(false);
322
_tableLayoutPanel
.PerformLayout();