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