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