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:
@@ -76,14 +76,11 @@ namespace VEPROMS
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.ppBtnPDFLoc = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppBtnDeftDisAutoDuplx = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppBtnDefWatermark = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppCmbxWatermark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.ppLblWatermarkDefault = new System.Windows.Forms.Label();
|
||||
this.ppTxtBxPDFLoc = new System.Windows.Forms.TextBox();
|
||||
this.label18 = new System.Windows.Forms.Label();
|
||||
this.ppLblAutoDuplexDefault = new System.Windows.Forms.Label();
|
||||
this.ppChbxDisAutoDuplex = new System.Windows.Forms.CheckBox();
|
||||
this.label17 = new System.Windows.Forms.Label();
|
||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||
this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
@@ -806,19 +803,6 @@ namespace VEPROMS
|
||||
this.ppBtnPDFLoc.TabIndex = 31;
|
||||
this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
|
||||
//
|
||||
// ppBtnDeftDisAutoDuplx
|
||||
//
|
||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(434, 60);
|
||||
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20);
|
||||
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 = 35;
|
||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
|
||||
//
|
||||
// ppBtnDefWatermark
|
||||
//
|
||||
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
@@ -887,37 +871,6 @@ namespace VEPROMS
|
||||
this.label18.TabIndex = 54;
|
||||
this.label18.Text = "PDF Location";
|
||||
//
|
||||
// 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(286, 80);
|
||||
this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
|
||||
this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
|
||||
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 = 53;
|
||||
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.docVersionConfigBindingSource, "Print_DisableDuplex", true));
|
||||
this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(272, 60);
|
||||
this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
|
||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
|
||||
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 = 34;
|
||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||
//
|
||||
// label17
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
@@ -2419,10 +2372,7 @@ namespace VEPROMS
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnPDFLoc);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxAlwaysOvrWrtPDF);
|
||||
this.tcpOutputSettings.Controls.Add(this.label17);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||
this.tcpOutputSettings.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
@@ -2905,8 +2855,6 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.Label label17;
|
||||
private System.Windows.Forms.TextBox ppTxtBxPDFLoc;
|
||||
private System.Windows.Forms.Label label18;
|
||||
private System.Windows.Forms.Label ppLblAutoDuplexDefault;
|
||||
private System.Windows.Forms.CheckBox ppChbxDisAutoDuplex;
|
||||
private System.Windows.Forms.Label ppLblFormatDefault;
|
||||
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
||||
private System.Windows.Forms.Label ppLblWatermarkDefault;
|
||||
@@ -2928,7 +2876,6 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.Label ppLblDefSettingsInfo;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX ppCbShwDefSettings;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefWatermark;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDeftDisAutoDuplx;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnPDFLoc;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefaultChgBar;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt1;
|
||||
|
Reference in New Issue
Block a user