C2024-017 Removed old (not implemented) format variables and settings from the format files and removed incomplete references to them in the C# code. Also added descriptions of the used format variables in the C# code that hooks the XML format files to the PROMS C# logic.

This commit is contained in:
2024-07-26 14:54:11 -04:00
parent 112edd1c8a
commit 7f899175d1
308 changed files with 1758 additions and 2539 deletions

View File

@@ -74,9 +74,6 @@ namespace VEPROMS
this.label41 = new System.Windows.Forms.Label();
this.ppNumUpDwnAdjPrnStartPos = new System.Windows.Forms.NumericUpDown();
this.label42 = new System.Windows.Forms.Label();
this.ppBtnDeftDisAutoDuplx = new DevComponents.DotNetBar.ButtonX();
this.ppLblAutoDuplexDefault = new System.Windows.Forms.Label();
this.ppChbxDisAutoDuplex = new System.Windows.Forms.CheckBox();
this.ppBtnDefWatermark = new DevComponents.DotNetBar.ButtonX();
this.ppCmbxWatermark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.ppLblWatermarkDefault = new System.Windows.Forms.Label();
@@ -712,52 +709,6 @@ namespace VEPROMS
this.label42.TabIndex = 6;
this.label42.Text = "Adjust Starting Position on Page (dots)";
//
// ppBtnDeftDisAutoDuplx
//
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(592, 30);
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25);
this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
this.ppBtnDeftDisAutoDuplx.TabIndex = 63;
this.ppBtnDeftDisAutoDuplx.TabStop = false;
this.ppBtnDeftDisAutoDuplx.Text = "Default";
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
this.ppBtnDeftDisAutoDuplx.Visible = false;
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
//
// ppLblAutoDuplexDefault
//
this.ppLblAutoDuplexDefault.AutoSize = true;
this.ppLblAutoDuplexDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblAutoDuplexDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblAutoDuplexDefault.ForeColor = System.Drawing.Color.Gray;
this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(397, 54);
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(86, 17);
this.superTooltip1.SetSuperTooltip(this.ppLblAutoDuplexDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the Automatic Duplex default setting", "", "Pressing the Default Button (to the right)\r\nwill reset the Automatic Duplex setti" +
"ng back\r\nto this default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblAutoDuplexDefault.TabIndex = 62;
this.ppLblAutoDuplexDefault.Text = "(default ON)";
//
// ppChbxDisAutoDuplex
//
this.ppChbxDisAutoDuplex.AutoSize = true;
this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent;
this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.procedureConfigBindingSource, "Print_DisableDuplex", true));
this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(377, 30);
this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppChbxDisAutoDuplex.TabIndex = 61;
this.ppChbxDisAutoDuplex.TabStop = false;
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
//
// ppBtnDefWatermark
//
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
@@ -1709,10 +1660,7 @@ namespace VEPROMS
// tcpOutputSettings
//
this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj);
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
this.tcpOutputSettings.Controls.Add(this.label18);
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
@@ -2056,9 +2004,6 @@ namespace VEPROMS
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxWatermark;
private System.Windows.Forms.Label ppLblWatermarkDefault;
private System.Windows.Forms.Label label18;
private DevComponents.DotNetBar.ButtonX ppBtnDeftDisAutoDuplx;
private System.Windows.Forms.Label ppLblAutoDuplexDefault;
private System.Windows.Forms.CheckBox ppChbxDisAutoDuplex;
private System.Windows.Forms.NumericUpDown ppNumUpDwnOvrdPrnPenWidth;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.Label label40;