1 write to okCancelTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
147
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
13 references to okCancelTableLayoutPanel
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (13)
151
this.
okCancelTableLayoutPanel
.SuspendLayout();
271
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
272
this.
okCancelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
273
this.
okCancelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
274
this.
okCancelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
275
this.
okCancelTableLayoutPanel
.Controls.Add(this.okButton, 0, 0);
276
this.
okCancelTableLayoutPanel
.Controls.Add(this.cancelButton, 1, 0);
277
this.
okCancelTableLayoutPanel
.Controls.Add(this.previewButton, 2, 0);
278
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
279
this.
okCancelTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
287
this.Controls.Add(this.
okCancelTableLayoutPanel
);
301
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
302
this.
okCancelTableLayoutPanel
.PerformLayout();