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:
@@ -49,10 +49,8 @@ namespace VEPROMS
|
||||
this.imageCodecInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ppLblGrphFileExtDefault = new System.Windows.Forms.Label();
|
||||
this.lblGrphFileExt = new System.Windows.Forms.Label();
|
||||
this.ppBtnDeftDisAutoDuplx = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppBtnDefWatermark = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppCmbxWatermark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.ppLblAutoDuplexDefault = new System.Windows.Forms.Label();
|
||||
this.ppLblWatermarkDefault = new System.Windows.Forms.Label();
|
||||
this.ppNumUpDwnOvrdPrnPenWidth = new System.Windows.Forms.NumericUpDown();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
@@ -62,7 +60,6 @@ namespace VEPROMS
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.ppNumUpDwnAdjPrnStartPos = new System.Windows.Forms.NumericUpDown();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.ppChbxDisAutoDuplex = new System.Windows.Forms.CheckBox();
|
||||
this.label29 = new System.Windows.Forms.Label();
|
||||
this.ppChkbxStMsgActive = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.ppRTxtStMsg = new System.Windows.Forms.RichTextBox();
|
||||
@@ -434,20 +431,6 @@ namespace VEPROMS
|
||||
this.lblGrphFileExt.TabIndex = 19;
|
||||
this.lblGrphFileExt.Text = "Graphic File Extension";
|
||||
//
|
||||
// ppBtnDeftDisAutoDuplx
|
||||
//
|
||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(595, 22);
|
||||
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 = 33;
|
||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||
this.ppBtnDeftDisAutoDuplx.Visible = false;
|
||||
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
|
||||
//
|
||||
// ppBtnDefWatermark
|
||||
//
|
||||
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
@@ -480,20 +463,6 @@ namespace VEPROMS
|
||||
this.ppCmbxWatermark.WatermarkText = "select watermark option";
|
||||
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
||||
//
|
||||
// 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(400, 46);
|
||||
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.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.ppLblAutoDuplexDefault.TabIndex = 51;
|
||||
this.ppLblAutoDuplexDefault.Text = "(default ON)";
|
||||
//
|
||||
// ppLblWatermarkDefault
|
||||
//
|
||||
this.ppLblWatermarkDefault.AutoSize = true;
|
||||
@@ -594,22 +563,6 @@ namespace VEPROMS
|
||||
this.label12.TabIndex = 6;
|
||||
this.label12.Text = "Adjust Starting Position on Page (dots)";
|
||||
//
|
||||
// ppChbxDisAutoDuplex
|
||||
//
|
||||
this.ppChbxDisAutoDuplex.AutoSize = true;
|
||||
this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.folderConfigBindingSource, "Print_DisableDuplex", true));
|
||||
this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(380, 22);
|
||||
this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
|
||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(199, 20);
|
||||
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.System, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppChbxDisAutoDuplex.TabIndex = 32;
|
||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||
//
|
||||
// label29
|
||||
//
|
||||
this.label29.AutoSize = true;
|
||||
@@ -2277,10 +2230,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpOutputSettings.Controls.Add(this.groupPanel2);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tcpOutputSettings.Controls.Add(this.label29);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||
@@ -2597,7 +2547,6 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.Label label27;
|
||||
private System.Windows.Forms.Label label30;
|
||||
private System.Windows.Forms.Label label31;
|
||||
private System.Windows.Forms.CheckBox ppChbxDisAutoDuplex;
|
||||
private System.Windows.Forms.Label label29;
|
||||
private System.Windows.Forms.BindingSource folderConfigBindingSource;
|
||||
private System.Windows.Forms.Label lblGrphFileExt;
|
||||
@@ -2610,7 +2559,6 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.Label ppLblChgBarUserMsgTwoDefault;
|
||||
private System.Windows.Forms.Label ppLblChgBarUserMsgOneDefault;
|
||||
private System.Windows.Forms.Label ppLblWatermarkDefault;
|
||||
private System.Windows.Forms.Label ppLblAutoDuplexDefault;
|
||||
private System.Windows.Forms.Label ppLblStpEditorColsDefault;
|
||||
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxFormat;
|
||||
@@ -2630,7 +2578,6 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt2;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX ppCbShwDefSettings;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefEdCols;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDeftDisAutoDuplx;
|
||||
private System.Windows.Forms.FolderBrowserDialog dlgROFolder;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnChgTextColors;
|
||||
private DevComponents.DotNetBar.ColorPickerDropDown ppColorPickerViewModebckgnd;
|
||||
|
Reference in New Issue
Block a user