1 write to footerGroup
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
297
this.
footerGroup
= new System.Windows.Forms.GroupBox();
10 references to footerGroup
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (10)
345
this.
footerGroup
.SuspendLayout();
695
this.headerFooterTab.Controls.Add(this.
footerGroup
);
702
resources.ApplyResources(this.
footerGroup
, "footerGroup");
703
this.
footerGroup
.Controls.Add(this.footerTableLayoutPanel);
704
this.
footerGroup
.Controls.Add(this.customFooterText);
705
this.
footerGroup
.Controls.Add(this.customFooterLabel);
706
this.
footerGroup
.Name = "footerGroup";
707
this.
footerGroup
.TabStop = false;
939
this.
footerGroup
.ResumeLayout(false);
940
this.
footerGroup
.PerformLayout();