1 write to scalingTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
275
this.
scalingTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
14 references to scalingTableLayoutPanel
System.Workflow.ComponentModel (14)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (14)
334
this.
scalingTableLayoutPanel
.SuspendLayout();
507
this.scalingGroup.Controls.Add(this.
scalingTableLayoutPanel
);
513
resources.ApplyResources(this.
scalingTableLayoutPanel
, "scalingTableLayoutPanel");
514
this.
scalingTableLayoutPanel
.Controls.Add(this.fitToTallLabel, 2, 2);
515
this.
scalingTableLayoutPanel
.Controls.Add(this.scalingOfSizeLabel, 2, 0);
516
this.
scalingTableLayoutPanel
.Controls.Add(this.fitToWideLabel, 2, 1);
517
this.
scalingTableLayoutPanel
.Controls.Add(this.adjustToRadioButton, 0, 0);
518
this.
scalingTableLayoutPanel
.Controls.Add(this.fitToPagesTallInput, 1, 2);
519
this.
scalingTableLayoutPanel
.Controls.Add(this.fitToPagesWideInput, 1, 1);
520
this.
scalingTableLayoutPanel
.Controls.Add(this.adjustToScaleInput, 1, 0);
521
this.
scalingTableLayoutPanel
.Controls.Add(this.fitToRadioButton, 0, 1);
522
this.
scalingTableLayoutPanel
.Name = "scalingTableLayoutPanel";
925
this.
scalingTableLayoutPanel
.ResumeLayout(false);
926
this.
scalingTableLayoutPanel
.PerformLayout();