1 write to _tableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
184
_tableLayoutPanel
= new();
29 references to _tableLayoutPanel
System.Windows.Forms.Design (29)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (29)
197
_tableLayoutPanel
.SuspendLayout();
211
resources.ApplyResources(
_tableLayoutPanel
, "tableLayoutPanel");
212
_tableLayoutPanel
.ColumnStyles.Add(new(SizeType.Absolute, 274F));
213
_tableLayoutPanel
.ColumnStyles.Add(new());
214
_tableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 100F));
215
_tableLayoutPanel
.Controls.Add(_addTableLayoutPanel, 0, 1);
216
_tableLayoutPanel
.Controls.Add(_okCancelTableLayoutPanel, 0, 6);
217
_tableLayoutPanel
.Controls.Add(_lblItems, 0, 0);
218
_tableLayoutPanel
.Controls.Add(_selectedItemName, 2, 0);
219
_tableLayoutPanel
.Controls.Add(_selectedItemProps, 2, 1);
220
_tableLayoutPanel
.Controls.Add(_lblMembers, 0, 2);
221
_tableLayoutPanel
.Controls.Add(_listBoxItems, 0, 3);
222
_tableLayoutPanel
.Controls.Add(_btnMoveUp, 1, 3);
223
_tableLayoutPanel
.Controls.Add(_btnMoveDown, 1, 4);
224
_tableLayoutPanel
.Controls.Add(_btnRemove, 1, 5);
225
_tableLayoutPanel
.Name = "tableLayoutPanel";
226
_tableLayoutPanel
.RowStyles.Add(new());
227
_tableLayoutPanel
.RowStyles.Add(new());
228
_tableLayoutPanel
.RowStyles.Add(new());
229
_tableLayoutPanel
.RowStyles.Add(new());
230
_tableLayoutPanel
.RowStyles.Add(new());
231
_tableLayoutPanel
.RowStyles.Add(new(SizeType.Percent, 100F));
232
_tableLayoutPanel
.RowStyles.Add(new());
257
_tableLayoutPanel
.SetColumnSpan(_okCancelTableLayoutPanel, 3);
278
_tableLayoutPanel
.SetRowSpan(_selectedItemProps, 5);
289
_tableLayoutPanel
.SetRowSpan(_listBoxItems, 3);
308
Controls.Add(
_tableLayoutPanel
);
317
_tableLayoutPanel
.ResumeLayout(false);
318
_tableLayoutPanel
.PerformLayout();