1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
192
_okCancelTableLayoutPanel
= new();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (13)
203
_okCancelTableLayoutPanel
.SuspendLayout();
220
_tableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 6);
260
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
261
_tableLayoutPanel.SetColumnSpan(
_okCancelTableLayoutPanel
, 3);
262
_okCancelTableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 50F));
263
_okCancelTableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 50F));
264
_okCancelTableLayoutPanel
.Controls.Add(_btnOK, 0, 0);
265
_okCancelTableLayoutPanel
.Controls.Add(_btnCancel, 1, 0);
266
_okCancelTableLayoutPanel
.Margin = new(3, 6, 0, 0);
267
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
268
_okCancelTableLayoutPanel
.RowStyles.Add(new());
325
_okCancelTableLayoutPanel
.ResumeLayout(false);
326
_okCancelTableLayoutPanel
.PerformLayout();