1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
188
_okCancelTableLayoutPanel
= new();
13 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (13)
199
_okCancelTableLayoutPanel
.SuspendLayout();
216
_tableLayoutPanel.Controls.Add(
_okCancelTableLayoutPanel
, 0, 6);
256
resources.ApplyResources(
_okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
257
_tableLayoutPanel.SetColumnSpan(
_okCancelTableLayoutPanel
, 3);
258
_okCancelTableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 50F));
259
_okCancelTableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 50F));
260
_okCancelTableLayoutPanel
.Controls.Add(_btnOK, 0, 0);
261
_okCancelTableLayoutPanel
.Controls.Add(_btnCancel, 1, 0);
262
_okCancelTableLayoutPanel
.Margin = new(3, 6, 0, 0);
263
_okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
264
_okCancelTableLayoutPanel
.RowStyles.Add(new());
321
_okCancelTableLayoutPanel
.ResumeLayout(false);
322
_okCancelTableLayoutPanel
.PerformLayout();