1 write to okCancelTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
322this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
9 references to okCancelTableLayoutPanel
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (9)
351this.okCancelTableLayoutPanel.SuspendLayout(); 892resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 893this.okCancelTableLayoutPanel.Controls.Add(this.OKButton, 0, 0); 894this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 895this.okCancelTableLayoutPanel.Controls.Add(this.printerButton, 2, 0); 896this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 903this.Controls.Add(this.okCancelTableLayoutPanel); 949this.okCancelTableLayoutPanel.ResumeLayout(false); 950this.okCancelTableLayoutPanel.PerformLayout();