1 write to okCancelTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
100
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
13 references to okCancelTableLayoutPanel
System.Windows.Forms (13)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (13)
101
this.
okCancelTableLayoutPanel
.SuspendLayout();
128
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
129
this.
okCancelTableLayoutPanel
.ColumnCount = 2;
130
this.
okCancelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
131
this.
okCancelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
132
this.
okCancelTableLayoutPanel
.Controls.Add(this.okButton, 0, 0);
133
this.
okCancelTableLayoutPanel
.Controls.Add(this.cancelButton, 1, 0);
134
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
135
this.
okCancelTableLayoutPanel
.RowCount = 1;
136
this.
okCancelTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
142
this.Controls.Add(this.
okCancelTableLayoutPanel
);
148
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
149
this.
okCancelTableLayoutPanel
.PerformLayout();