From 97808ce081cdda4b8d92052fd56a9a68d69b6d05 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 16 Oct 2018 16:05:19 +0000 Subject: [PATCH] C2018-033 added drop-down lists to choose a date/time format for a PDF prefix and suffix --- .../frmVersionsProperties.Designer.cs | 1034 ++++++++--------- .../frmVersionsProperties.cs | 59 +- .../frmVersionsProperties.resx | 30 +- 3 files changed, 584 insertions(+), 539 deletions(-) diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs index 68bf2750..564ebea4 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs @@ -76,14 +76,6 @@ namespace VEPROMS this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.ppBtnPDFLoc = new DevComponents.DotNetBar.ButtonX(); - this.ppNumUpDwnOvrdPrnPenWidth = new System.Windows.Forms.NumericUpDown(); - this.label19 = new System.Windows.Forms.Label(); - this.label20 = new System.Windows.Forms.Label(); - this.ppNumUpDwnOverdPrnPenBoldWidth = new System.Windows.Forms.NumericUpDown(); - this.ppNumUpDwnOvrdPrnPenULineWidth = new System.Windows.Forms.NumericUpDown(); - this.label21 = new System.Windows.Forms.Label(); - this.ppNumUpDwnAdjPrnStartPos = new System.Windows.Forms.NumericUpDown(); - this.label22 = new System.Windows.Forms.Label(); this.ppBtnDeftDisAutoDuplx = new DevComponents.DotNetBar.ButtonX(); this.ppBtnDefWatermark = new DevComponents.DotNetBar.ButtonX(); this.ppCmbxWatermark = new DevComponents.DotNetBar.Controls.ComboBoxEx(); @@ -105,6 +97,26 @@ namespace VEPROMS this.tcVersions = new DevComponents.DotNetBar.TabControl(); this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel(); this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components); + this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel(); + this.ppgpFileSuffix = new DevComponents.DotNetBar.Controls.GroupPanel(); + this.label20 = new System.Windows.Forms.Label(); + this.label30 = new System.Windows.Forms.Label(); + this.ppCmbxPDFdtSuffix = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.ppgpFilePrefix = new DevComponents.DotNetBar.Controls.GroupPanel(); + this.label19 = new System.Windows.Forms.Label(); + this.label29 = new System.Windows.Forms.Label(); + this.ppCmbxPDFdtPrefix = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.ppChbxAddBlankPgs = new System.Windows.Forms.CheckBox(); + this.ppChbxAlwaysViewPDF = new System.Windows.Forms.CheckBox(); + this.ppChbxAlwaysOvrWrtPDF = new System.Windows.Forms.CheckBox(); + this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components); + this.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel(); + this.tbRoDb = new System.Windows.Forms.TextBox(); + this.ppBtnRoDbBrowse = new System.Windows.Forms.Button(); + this.btnRoDbProperties = new DevComponents.DotNetBar.ButtonX(); + this.cmbRoDb = new System.Windows.Forms.ComboBox(); + this.ppGpbxUpROvals = new DevComponents.DotNetBar.Controls.GroupPanel(); + this.tiRefObjs = new DevComponents.DotNetBar.TabItem(this.components); this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel(); this.btnPhoneList = new DevComponents.DotNetBar.ButtonX(); this.ppLblUnitNum = new System.Windows.Forms.Label(); @@ -127,6 +139,12 @@ namespace VEPROMS this.lbEnhanced = new System.Windows.Forms.ListBox(); this.bsEnhanced = new System.Windows.Forms.BindingSource(this.components); this.tiEnhanced = new DevComponents.DotNetBar.TabItem(this.components); + this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel(); + this.ppGrdLibDocList = new DevComponents.DotNetBar.Controls.DataGridViewX(); + this.documentEntryCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.libTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.documentInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); + this.tiLibDocs = new DevComponents.DotNetBar.TabItem(this.components); this.tcpApplicability = new DevComponents.DotNetBar.TabControlPanel(); this.label28 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); @@ -157,27 +175,6 @@ namespace VEPROMS this.bsApples = new System.Windows.Forms.BindingSource(this.components); this.label5 = new System.Windows.Forms.Label(); this.tiApplicability = new DevComponents.DotNetBar.TabItem(this.components); - this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel(); - this.label30 = new System.Windows.Forms.Label(); - this.label29 = new System.Windows.Forms.Label(); - this.ppChbxAddBlankPgs = new System.Windows.Forms.CheckBox(); - this.ppChbxAlwaysViewPDF = new System.Windows.Forms.CheckBox(); - this.ppChbxAlwaysOvrWrtPDF = new System.Windows.Forms.CheckBox(); - this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel(); - this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components); - this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel(); - this.ppGrdLibDocList = new DevComponents.DotNetBar.Controls.DataGridViewX(); - this.documentEntryCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.libTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.documentInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); - this.tiLibDocs = new DevComponents.DotNetBar.TabItem(this.components); - this.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel(); - this.tbRoDb = new System.Windows.Forms.TextBox(); - this.ppBtnRoDbBrowse = new System.Windows.Forms.Button(); - this.btnRoDbProperties = new DevComponents.DotNetBar.ButtonX(); - this.cmbRoDb = new System.Windows.Forms.ComboBox(); - this.ppGpbxUpROvals = new DevComponents.DotNetBar.Controls.GroupPanel(); - this.tiRefObjs = new DevComponents.DotNetBar.TabItem(this.components); this.panVerBtns = new System.Windows.Forms.Panel(); this.btnEnhanced = new DevComponents.DotNetBar.ButtonX(); this.btnApplicability = new DevComponents.DotNetBar.ButtonX(); @@ -191,31 +188,28 @@ namespace VEPROMS this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOverdPrnPenBoldWidth)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenULineWidth)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnAdjPrnStartPos)).BeginInit(); this.ppGpbxUserSpecCB.SuspendLayout(); this.ppGpbxUserSpecTxt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit(); this.tcVersions.SuspendLayout(); this.tcpGeneral.SuspendLayout(); + this.tcpOutputSettings.SuspendLayout(); + this.ppgpFileSuffix.SuspendLayout(); + this.ppgpFilePrefix.SuspendLayout(); + this.tcpRefereceObjects.SuspendLayout(); + this.ppGpbxUpROvals.SuspendLayout(); this.tcpFormatSettings.SuspendLayout(); this.tabControlPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsMiniEnhanced)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsEnhanced)).BeginInit(); + this.tabControlPanel5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit(); this.tcpApplicability.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsApples)).BeginInit(); - this.tcpOutputSettings.SuspendLayout(); - this.ppGrpbxPrnAdj.SuspendLayout(); - this.tabControlPanel5.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit(); - this.tcpRefereceObjects.SuspendLayout(); - this.ppGpbxUpROvals.SuspendLayout(); this.panVerBtns.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit(); @@ -225,7 +219,7 @@ namespace VEPROMS // this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.ppBtnCancel.Location = new System.Drawing.Point(616, 345); + this.ppBtnCancel.Location = new System.Drawing.Point(627, 338); this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2); this.ppBtnCancel.Name = "ppBtnCancel"; this.ppBtnCancel.Size = new System.Drawing.Size(56, 21); @@ -237,7 +231,7 @@ namespace VEPROMS // ppBtnOK // this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.ppBtnOK.Location = new System.Drawing.Point(543, 345); + this.ppBtnOK.Location = new System.Drawing.Point(554, 338); this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2); this.ppBtnOK.Name = "ppBtnOK"; this.ppBtnOK.Size = new System.Drawing.Size(56, 21); @@ -778,92 +772,6 @@ namespace VEPROMS this.ppBtnPDFLoc.TabIndex = 31; this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click); // - // ppNumUpDwnOvrdPrnPenWidth - // - this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(178, 15); - this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2); - this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth"; - this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(38, 20); - this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Normal Pen Width", "", "This will allow you to override pen width used for normal text and line drawing.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); - this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1; - // - // label19 - // - this.label19.AutoSize = true; - this.label19.BackColor = System.Drawing.Color.Transparent; - this.label19.Location = new System.Drawing.Point(5, 16); - this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(165, 13); - this.label19.TabIndex = 0; - this.label19.Text = "Override Normal Pen Width (dots)"; - // - // label20 - // - this.label20.AutoSize = true; - this.label20.BackColor = System.Drawing.Color.Transparent; - this.label20.Location = new System.Drawing.Point(6, 47); - this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(153, 13); - this.label20.TabIndex = 2; - this.label20.Text = "Override Bold Pen Width (dots)"; - // - // ppNumUpDwnOverdPrnPenBoldWidth - // - this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(178, 46); - this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2); - this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth"; - this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(38, 20); - this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOverdPrnPenBoldWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Bold Pen Width", "", "This will allow you to override the width used for bold text.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); - this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3; - // - // ppNumUpDwnOvrdPrnPenULineWidth - // - this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(422, 15); - this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2); - this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth"; - this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(38, 20); - this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenULineWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Underline Thickness", "", "This will allow you to change the thickness of the uderline.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); - this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5; - // - // label21 - // - this.label21.AutoSize = true; - this.label21.BackColor = System.Drawing.Color.Transparent; - this.label21.Location = new System.Drawing.Point(238, 16); - this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(176, 13); - this.label21.TabIndex = 4; - this.label21.Text = "Override Underline Thickness (dots)"; - // - // ppNumUpDwnAdjPrnStartPos - // - this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(422, 46); - this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2); - this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] { - 500, - 0, - 0, - 0}); - this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos"; - this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(38, 20); - this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" + - " printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); - this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7; - // - // label22 - // - this.label22.AutoSize = true; - this.label22.BackColor = System.Drawing.Color.Transparent; - this.label22.Location = new System.Drawing.Point(228, 48); - this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(187, 13); - this.label22.TabIndex = 6; - this.label22.Text = "Adjust Starting Position on Page (dots)"; - // // ppBtnDeftDisAutoDuplx // this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; @@ -907,7 +815,7 @@ namespace VEPROMS this.ppCmbxWatermark.Size = new System.Drawing.Size(126, 26); this.ppCmbxWatermark.TabIndex = 32; this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ppCmbxWatermark.WatermarkText = "select watermark option"; + this.ppCmbxWatermark.WatermarkText = "select watermark"; this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged); // // ppLblWatermarkDefault @@ -999,7 +907,7 @@ namespace VEPROMS // // this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppCbShwDefSettings.Location = new System.Drawing.Point(17, 576); + this.ppCbShwDefSettings.Location = new System.Drawing.Point(17, 637); this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2); this.ppCbShwDefSettings.Name = "ppCbShwDefSettings"; this.ppCbShwDefSettings.Size = new System.Drawing.Size(154, 20); @@ -1111,7 +1019,7 @@ namespace VEPROMS // ppTxtBxPdfPre // this.ppTxtBxPdfPre.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFilePrefix", true)); - this.ppTxtBxPdfPre.Location = new System.Drawing.Point(90, 106); + this.ppTxtBxPdfPre.Location = new System.Drawing.Point(34, 9); this.ppTxtBxPdfPre.Name = "ppTxtBxPdfPre"; this.ppTxtBxPdfPre.Size = new System.Drawing.Size(100, 20); this.superTooltip1.SetSuperTooltip(this.ppTxtBxPdfPre, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Prefix", "", "The text entered here will be appended to the beginning of PDF file name when a p" + @@ -1121,7 +1029,7 @@ namespace VEPROMS // ppTxtBxPDFSuf // this.ppTxtBxPDFSuf.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFileSuffix", true)); - this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(302, 106); + this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(34, 7); this.ppTxtBxPDFSuf.Name = "ppTxtBxPDFSuf"; this.ppTxtBxPDFSuf.Size = new System.Drawing.Size(100, 20); this.superTooltip1.SetSuperTooltip(this.ppTxtBxPDFSuf, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Suffix", "", "The text entered here will be appended to the end of PDF file name when a procedu" + @@ -1144,7 +1052,7 @@ namespace VEPROMS this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ppLblDefSettingsInfo.AutoSize = true; this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(10, 557); + this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(10, 618); this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo"; this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13); @@ -1160,19 +1068,19 @@ namespace VEPROMS this.tcVersions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tcVersions.BackColor = System.Drawing.Color.Transparent; this.tcVersions.CanReorderTabs = true; - this.tcVersions.Controls.Add(this.tcpFormatSettings); this.tcVersions.Controls.Add(this.tcpGeneral); - this.tcVersions.Controls.Add(this.tabControlPanel1); - this.tcVersions.Controls.Add(this.tcpApplicability); this.tcVersions.Controls.Add(this.tcpOutputSettings); - this.tcVersions.Controls.Add(this.tabControlPanel5); this.tcVersions.Controls.Add(this.tcpRefereceObjects); - this.tcVersions.Location = new System.Drawing.Point(160, 2); + this.tcVersions.Controls.Add(this.tcpFormatSettings); + this.tcVersions.Controls.Add(this.tabControlPanel1); + this.tcVersions.Controls.Add(this.tabControlPanel5); + this.tcVersions.Controls.Add(this.tcpApplicability); + this.tcVersions.Location = new System.Drawing.Point(169, 2); this.tcVersions.Margin = new System.Windows.Forms.Padding(2); this.tcVersions.Name = "tcVersions"; this.tcVersions.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.tcVersions.SelectedTabIndex = 0; - this.tcVersions.Size = new System.Drawing.Size(514, 336); + this.tcVersions.Size = new System.Drawing.Size(514, 333); this.tcVersions.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock; this.tcVersions.TabIndex = 28; this.tcVersions.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; @@ -1207,7 +1115,7 @@ namespace VEPROMS this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2); this.tcpGeneral.Name = "tcpGeneral"; this.tcpGeneral.Padding = new System.Windows.Forms.Padding(2); - this.tcpGeneral.Size = new System.Drawing.Size(514, 314); + this.tcpGeneral.Size = new System.Drawing.Size(514, 311); this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; @@ -1224,6 +1132,361 @@ namespace VEPROMS this.tiGeneral.Name = "tiGeneral"; this.tiGeneral.Text = "General"; // + // tcpOutputSettings + // + this.tcpOutputSettings.Controls.Add(this.ppgpFileSuffix); + this.tcpOutputSettings.Controls.Add(this.ppgpFilePrefix); + this.tcpOutputSettings.Controls.Add(this.ppChbxAddBlankPgs); + this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc); + this.tcpOutputSettings.Controls.Add(this.label18); + this.tcpOutputSettings.Controls.Add(this.ppChbxAlwaysViewPDF); + 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; + this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22); + this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2); + this.tcpOutputSettings.Name = "tcpOutputSettings"; + this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(2); + this.tcpOutputSettings.Size = new System.Drawing.Size(514, 311); + this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); + this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); + this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + | DevComponents.DotNetBar.eBorderSide.Bottom))); + this.tcpOutputSettings.Style.GradientAngle = 90; + this.tcpOutputSettings.TabIndex = 3; + this.tcpOutputSettings.TabItem = this.tiOutputSettings; + this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter); + // + // ppgpFileSuffix + // + this.ppgpFileSuffix.BackColor = System.Drawing.Color.Transparent; + this.ppgpFileSuffix.CanvasColor = System.Drawing.SystemColors.Control; + this.ppgpFileSuffix.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; + this.ppgpFileSuffix.Controls.Add(this.label20); + this.ppgpFileSuffix.Controls.Add(this.ppTxtBxPDFSuf); + this.ppgpFileSuffix.Controls.Add(this.label30); + this.ppgpFileSuffix.Controls.Add(this.ppCmbxPDFdtSuffix); + this.ppgpFileSuffix.DisabledBackColor = System.Drawing.Color.Empty; + this.ppgpFileSuffix.Location = new System.Drawing.Point(283, 109); + this.ppgpFileSuffix.Name = "ppgpFileSuffix"; + this.ppgpFileSuffix.Size = new System.Drawing.Size(169, 103); + // + // + // + this.ppgpFileSuffix.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.ppgpFileSuffix.Style.BackColorGradientAngle = 90; + this.ppgpFileSuffix.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.ppgpFileSuffix.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFileSuffix.Style.BorderBottomWidth = 1; + this.ppgpFileSuffix.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.ppgpFileSuffix.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFileSuffix.Style.BorderLeftWidth = 1; + this.ppgpFileSuffix.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFileSuffix.Style.BorderRightWidth = 1; + this.ppgpFileSuffix.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFileSuffix.Style.BorderTopWidth = 1; + this.ppgpFileSuffix.Style.CornerDiameter = 4; + this.ppgpFileSuffix.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; + this.ppgpFileSuffix.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; + this.ppgpFileSuffix.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.ppgpFileSuffix.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; + // + // + // + this.ppgpFileSuffix.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.ppgpFileSuffix.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.ppgpFileSuffix.TabIndex = 72; + this.ppgpFileSuffix.Text = "PDF File Suffix"; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.BackColor = System.Drawing.Color.Transparent; + this.label20.Location = new System.Drawing.Point(0, 38); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(58, 13); + this.label20.TabIndex = 71; + this.label20.Text = "Date/Time"; + // + // label30 + // + this.label30.AutoSize = true; + this.label30.BackColor = System.Drawing.Color.Transparent; + this.label30.Location = new System.Drawing.Point(2, 9); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(28, 13); + this.label30.TabIndex = 67; + this.label30.Text = "Text"; + // + // ppCmbxPDFdtSuffix + // + this.ppCmbxPDFdtSuffix.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_PDFdtFileSuffix", true)); + this.ppCmbxPDFdtSuffix.DisplayMember = "Text"; + this.ppCmbxPDFdtSuffix.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.ppCmbxPDFdtSuffix.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.ppCmbxPDFdtSuffix.FormattingEnabled = true; + this.ppCmbxPDFdtSuffix.ItemHeight = 15; + this.ppCmbxPDFdtSuffix.Location = new System.Drawing.Point(13, 57); + this.ppCmbxPDFdtSuffix.Name = "ppCmbxPDFdtSuffix"; + this.ppCmbxPDFdtSuffix.Size = new System.Drawing.Size(147, 21); + this.ppCmbxPDFdtSuffix.TabIndex = 70; + this.ppCmbxPDFdtSuffix.WatermarkText = "use text instead"; + this.ppCmbxPDFdtSuffix.SelectedValueChanged += new System.EventHandler(this.ppCmbxPDFdtSuffix_SelectedValueChanged); + // + // ppgpFilePrefix + // + this.ppgpFilePrefix.BackColor = System.Drawing.Color.Transparent; + this.ppgpFilePrefix.CanvasColor = System.Drawing.SystemColors.Control; + this.ppgpFilePrefix.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; + this.ppgpFilePrefix.Controls.Add(this.label19); + this.ppgpFilePrefix.Controls.Add(this.label29); + this.ppgpFilePrefix.Controls.Add(this.ppTxtBxPdfPre); + this.ppgpFilePrefix.Controls.Add(this.ppCmbxPDFdtPrefix); + this.ppgpFilePrefix.DisabledBackColor = System.Drawing.Color.Empty; + this.ppgpFilePrefix.Location = new System.Drawing.Point(51, 108); + this.ppgpFilePrefix.Name = "ppgpFilePrefix"; + this.ppgpFilePrefix.Size = new System.Drawing.Size(169, 103); + // + // + // + this.ppgpFilePrefix.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.ppgpFilePrefix.Style.BackColorGradientAngle = 90; + this.ppgpFilePrefix.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.ppgpFilePrefix.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFilePrefix.Style.BorderBottomWidth = 1; + this.ppgpFilePrefix.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.ppgpFilePrefix.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFilePrefix.Style.BorderLeftWidth = 1; + this.ppgpFilePrefix.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFilePrefix.Style.BorderRightWidth = 1; + this.ppgpFilePrefix.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppgpFilePrefix.Style.BorderTopWidth = 1; + this.ppgpFilePrefix.Style.CornerDiameter = 4; + this.ppgpFilePrefix.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; + this.ppgpFilePrefix.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; + this.ppgpFilePrefix.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.ppgpFilePrefix.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; + // + // + // + this.ppgpFilePrefix.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.ppgpFilePrefix.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.ppgpFilePrefix.TabIndex = 71; + this.ppgpFilePrefix.Text = "PDF File Prefix"; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.BackColor = System.Drawing.Color.Transparent; + this.label19.Location = new System.Drawing.Point(1, 41); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(58, 13); + this.label19.TabIndex = 70; + this.label19.Text = "Date/Time"; + // + // label29 + // + this.label29.AutoSize = true; + this.label29.BackColor = System.Drawing.Color.Transparent; + this.label29.Location = new System.Drawing.Point(2, 12); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(28, 13); + this.label29.TabIndex = 67; + this.label29.Text = "Text"; + // + // ppCmbxPDFdtPrefix + // + this.ppCmbxPDFdtPrefix.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_PDFdtFilePrefix", true)); + this.ppCmbxPDFdtPrefix.DisplayMember = "Text"; + this.ppCmbxPDFdtPrefix.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.ppCmbxPDFdtPrefix.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.ppCmbxPDFdtPrefix.FormattingEnabled = true; + this.ppCmbxPDFdtPrefix.ItemHeight = 15; + this.ppCmbxPDFdtPrefix.Location = new System.Drawing.Point(11, 57); + this.ppCmbxPDFdtPrefix.Name = "ppCmbxPDFdtPrefix"; + this.ppCmbxPDFdtPrefix.Size = new System.Drawing.Size(147, 21); + this.ppCmbxPDFdtPrefix.TabIndex = 69; + this.ppCmbxPDFdtPrefix.WatermarkText = "use text instead"; + this.ppCmbxPDFdtPrefix.SelectedValueChanged += new System.EventHandler(this.ppCmbxPDFdtPrefix_SelectedValueChanged); + // + // ppChbxAddBlankPgs + // + this.ppChbxAddBlankPgs.AutoSize = true; + this.ppChbxAddBlankPgs.BackColor = System.Drawing.Color.Transparent; + this.ppChbxAddBlankPgs.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AddBlankPagesWhenUsingDuplexFoldouts", true)); + this.ppChbxAddBlankPgs.Location = new System.Drawing.Point(9, 284); + this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(2); + this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs"; + this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(249, 17); + this.ppChbxAddBlankPgs.TabIndex = 66; + this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts"; + this.ppChbxAddBlankPgs.UseVisualStyleBackColor = false; + // + // ppChbxAlwaysViewPDF + // + this.ppChbxAlwaysViewPDF.AutoSize = true; + this.ppChbxAlwaysViewPDF.BackColor = System.Drawing.Color.Transparent; + this.ppChbxAlwaysViewPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true)); + this.ppChbxAlwaysViewPDF.Location = new System.Drawing.Point(9, 263); + this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(2); + this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF"; + this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(175, 17); + this.ppChbxAlwaysViewPDF.TabIndex = 37; + this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation"; + this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false; + // + // ppChbxAlwaysOvrWrtPDF + // + this.ppChbxAlwaysOvrWrtPDF.AutoSize = true; + this.ppChbxAlwaysOvrWrtPDF.BackColor = System.Drawing.Color.Transparent; + this.ppChbxAlwaysOvrWrtPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true)); + this.ppChbxAlwaysOvrWrtPDF.Location = new System.Drawing.Point(9, 241); + this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(2); + this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF"; + this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(131, 17); + this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36; + this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF"; + this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false; + // + // tiOutputSettings + // + this.tiOutputSettings.AttachedControl = this.tcpOutputSettings; + this.tiOutputSettings.Name = "tiOutputSettings"; + this.tiOutputSettings.Text = "Output Settings"; + // + // tcpRefereceObjects + // + this.tcpRefereceObjects.Controls.Add(this.tbRoDb); + this.tcpRefereceObjects.Controls.Add(this.ppBtnRoDbBrowse); + this.tcpRefereceObjects.Controls.Add(this.btnRoDbProperties); + this.tcpRefereceObjects.Controls.Add(this.cmbRoDb); + this.tcpRefereceObjects.Controls.Add(this.ppGpbxUpROvals); + this.tcpRefereceObjects.Controls.Add(this.label6); + this.tcpRefereceObjects.DisabledBackColor = System.Drawing.Color.Empty; + this.tcpRefereceObjects.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcpRefereceObjects.Location = new System.Drawing.Point(0, 22); + this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(2); + this.tcpRefereceObjects.Name = "tcpRefereceObjects"; + this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(2); + this.tcpRefereceObjects.Size = new System.Drawing.Size(514, 311); + this.tcpRefereceObjects.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); + this.tcpRefereceObjects.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); + this.tcpRefereceObjects.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.tcpRefereceObjects.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tcpRefereceObjects.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + | DevComponents.DotNetBar.eBorderSide.Bottom))); + this.tcpRefereceObjects.Style.GradientAngle = 90; + this.tcpRefereceObjects.TabIndex = 2; + this.tcpRefereceObjects.TabItem = this.tiRefObjs; + this.tcpRefereceObjects.Enter += new System.EventHandler(this.tabpage_Enter); + // + // tbRoDb + // + this.tbRoDb.Enabled = false; + this.tbRoDb.Location = new System.Drawing.Point(80, 13); + this.tbRoDb.Margin = new System.Windows.Forms.Padding(2); + this.tbRoDb.Name = "tbRoDb"; + this.tbRoDb.Size = new System.Drawing.Size(318, 20); + this.tbRoDb.TabIndex = 20; + // + // ppBtnRoDbBrowse + // + this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(406, 34); + this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse"; + this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(51, 20); + this.ppBtnRoDbBrowse.TabIndex = 22; + this.ppBtnRoDbBrowse.Text = "Browse..."; + this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true; + this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click); + // + // btnRoDbProperties + // + this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnRoDbProperties.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.btnRoDbProperties.Image = ((System.Drawing.Image)(resources.GetObject("btnRoDbProperties.Image"))); + this.btnRoDbProperties.Location = new System.Drawing.Point(406, 10); + this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(2); + this.btnRoDbProperties.Name = "btnRoDbProperties"; + this.btnRoDbProperties.Size = new System.Drawing.Size(33, 23); + this.btnRoDbProperties.TabIndex = 21; + this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click); + // + // cmbRoDb + // + this.cmbRoDb.FormattingEnabled = true; + this.cmbRoDb.Location = new System.Drawing.Point(80, 13); + this.cmbRoDb.Margin = new System.Windows.Forms.Padding(2); + this.cmbRoDb.Name = "cmbRoDb"; + this.cmbRoDb.Size = new System.Drawing.Size(318, 21); + this.cmbRoDb.TabIndex = 47; + this.cmbRoDb.SelectedIndexChanged += new System.EventHandler(this.cmbRoDb_SelectedIndexChanged); + // + // ppGpbxUpROvals + // + this.ppGpbxUpROvals.BackColor = System.Drawing.Color.Transparent; + this.ppGpbxUpROvals.CanvasColor = System.Drawing.SystemColors.Control; + this.ppGpbxUpROvals.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; + this.ppGpbxUpROvals.Controls.Add(this.ppBtnResetRoVals); + this.ppGpbxUpROvals.Controls.Add(this.ppBtnUpRoVals); + this.ppGpbxUpROvals.DisabledBackColor = System.Drawing.Color.Empty; + this.ppGpbxUpROvals.Location = new System.Drawing.Point(34, 69); + this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(2); + this.ppGpbxUpROvals.Name = "ppGpbxUpROvals"; + this.ppGpbxUpROvals.Size = new System.Drawing.Size(112, 162); + // + // + // + this.ppGpbxUpROvals.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.ppGpbxUpROvals.Style.BackColorGradientAngle = 90; + this.ppGpbxUpROvals.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.ppGpbxUpROvals.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppGpbxUpROvals.Style.BorderBottomWidth = 1; + this.ppGpbxUpROvals.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.ppGpbxUpROvals.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppGpbxUpROvals.Style.BorderLeftWidth = 1; + this.ppGpbxUpROvals.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppGpbxUpROvals.Style.BorderRightWidth = 1; + this.ppGpbxUpROvals.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.ppGpbxUpROvals.Style.BorderTopWidth = 1; + this.ppGpbxUpROvals.Style.CornerDiameter = 4; + this.ppGpbxUpROvals.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; + this.ppGpbxUpROvals.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; + this.ppGpbxUpROvals.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.ppGpbxUpROvals.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; + // + // + // + this.ppGpbxUpROvals.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.ppGpbxUpROvals.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.ppGpbxUpROvals.TabIndex = 46; + this.ppGpbxUpROvals.Text = "RO Values"; + // + // tiRefObjs + // + this.tiRefObjs.AttachedControl = this.tcpRefereceObjects; + this.tiRefObjs.Name = "tiRefObjs"; + this.tiRefObjs.Text = "Referenced Objects"; + // // tcpFormatSettings // this.tcpFormatSettings.Controls.Add(this.btnPhoneList); @@ -1244,7 +1507,7 @@ namespace VEPROMS this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(2); this.tcpFormatSettings.Name = "tcpFormatSettings"; this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(2); - this.tcpFormatSettings.Size = new System.Drawing.Size(514, 314); + this.tcpFormatSettings.Size = new System.Drawing.Size(514, 311); this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; @@ -1308,7 +1571,7 @@ namespace VEPROMS this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2); this.tabControlPanel1.Name = "tabControlPanel1"; this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1); - this.tabControlPanel1.Size = new System.Drawing.Size(514, 314); + this.tabControlPanel1.Size = new System.Drawing.Size(514, 311); this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; @@ -1477,6 +1740,86 @@ namespace VEPROMS this.tiEnhanced.Name = "tiEnhanced"; this.tiEnhanced.Text = "Enhanced"; // + // tabControlPanel5 + // + this.tabControlPanel5.AutoScroll = true; + this.tabControlPanel5.Controls.Add(this.ppGrdLibDocList); + this.tabControlPanel5.DisabledBackColor = System.Drawing.Color.Empty; + this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControlPanel5.Location = new System.Drawing.Point(0, 22); + this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(2); + this.tabControlPanel5.Name = "tabControlPanel5"; + this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(2); + this.tabControlPanel5.Size = new System.Drawing.Size(514, 311); + this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); + this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); + this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + | DevComponents.DotNetBar.eBorderSide.Bottom))); + this.tabControlPanel5.Style.GradientAngle = 90; + this.tabControlPanel5.TabIndex = 5; + this.tabControlPanel5.TabItem = this.tiLibDocs; + this.tabControlPanel5.Enter += new System.EventHandler(this.tabpage_Enter); + // + // ppGrdLibDocList + // + this.ppGrdLibDocList.AllowUserToAddRows = false; + this.ppGrdLibDocList.AutoGenerateColumns = false; + this.ppGrdLibDocList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.ppGrdLibDocList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + this.documentEntryCountDataGridViewTextBoxColumn, + this.libTitleDataGridViewTextBoxColumn}); + this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2; + this.ppGrdLibDocList.Dock = System.Windows.Forms.DockStyle.Fill; + this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); + this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false; + this.ppGrdLibDocList.Location = new System.Drawing.Point(2, 2); + this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(2); + this.ppGrdLibDocList.Name = "ppGrdLibDocList"; + this.ppGrdLibDocList.RowHeadersVisible = false; + this.ppGrdLibDocList.RowTemplate.Height = 24; + this.ppGrdLibDocList.SelectAllSignVisible = false; + this.ppGrdLibDocList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; + this.ppGrdLibDocList.Size = new System.Drawing.Size(510, 307); + this.ppGrdLibDocList.TabIndex = 1; + // + // documentEntryCountDataGridViewTextBoxColumn + // + this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount"; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; + this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages"; + this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn"; + this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true; + this.documentEntryCountDataGridViewTextBoxColumn.Width = 95; + // + // libTitleDataGridViewTextBoxColumn + // + this.libTitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.libTitleDataGridViewTextBoxColumn.DataPropertyName = "LibTitle"; + this.libTitleDataGridViewTextBoxColumn.HeaderText = "Library Document Title"; + this.libTitleDataGridViewTextBoxColumn.Name = "libTitleDataGridViewTextBoxColumn"; + this.libTitleDataGridViewTextBoxColumn.ReadOnly = true; + // + // documentInfoListBindingSource + // + this.documentInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocumentInfo); + // + // tiLibDocs + // + this.tiLibDocs.AttachedControl = this.tabControlPanel5; + this.tiLibDocs.Name = "tiLibDocs"; + this.tiLibDocs.Text = "Library Docs"; + // // tcpApplicability // this.tcpApplicability.Controls.Add(this.label28); @@ -1506,7 +1849,7 @@ namespace VEPROMS this.tcpApplicability.Margin = new System.Windows.Forms.Padding(2); this.tcpApplicability.Name = "tcpApplicability"; this.tcpApplicability.Padding = new System.Windows.Forms.Padding(2); - this.tcpApplicability.Size = new System.Drawing.Size(514, 314); + this.tcpApplicability.Size = new System.Drawing.Size(514, 311); this.tcpApplicability.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tcpApplicability.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tcpApplicability.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; @@ -1729,7 +2072,7 @@ namespace VEPROMS this.panel1.Location = new System.Drawing.Point(2, 2); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(112, 310); + this.panel1.Size = new System.Drawing.Size(112, 307); this.panel1.TabIndex = 1; // // panel2 @@ -1737,7 +2080,7 @@ namespace VEPROMS this.panel2.Controls.Add(this.btnDelApple); this.panel2.Controls.Add(this.btnNewApple); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel2.Location = new System.Drawing.Point(0, 287); + this.panel2.Location = new System.Drawing.Point(0, 284); this.panel2.Margin = new System.Windows.Forms.Padding(2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(112, 23); @@ -1775,7 +2118,7 @@ namespace VEPROMS this.lbApplicabilities.Location = new System.Drawing.Point(0, 17); this.lbApplicabilities.Margin = new System.Windows.Forms.Padding(2); this.lbApplicabilities.Name = "lbApplicabilities"; - this.lbApplicabilities.Size = new System.Drawing.Size(112, 293); + this.lbApplicabilities.Size = new System.Drawing.Size(112, 290); this.lbApplicabilities.TabIndex = 0; this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged); // @@ -1801,356 +2144,6 @@ namespace VEPROMS this.tiApplicability.Name = "tiApplicability"; this.tiApplicability.Text = "Applicability"; // - // tcpOutputSettings - // - this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFSuf); - this.tcpOutputSettings.Controls.Add(this.ppTxtBxPdfPre); - this.tcpOutputSettings.Controls.Add(this.label30); - this.tcpOutputSettings.Controls.Add(this.label29); - this.tcpOutputSettings.Controls.Add(this.ppChbxAddBlankPgs); - this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc); - this.tcpOutputSettings.Controls.Add(this.label18); - this.tcpOutputSettings.Controls.Add(this.ppChbxAlwaysViewPDF); - this.tcpOutputSettings.Controls.Add(this.ppBtnPDFLoc); - this.tcpOutputSettings.Controls.Add(this.ppChbxAlwaysOvrWrtPDF); - this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj); - 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; - this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22); - this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2); - this.tcpOutputSettings.Name = "tcpOutputSettings"; - this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(2); - this.tcpOutputSettings.Size = new System.Drawing.Size(514, 314); - this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); - this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); - this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; - this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); - this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) - | DevComponents.DotNetBar.eBorderSide.Bottom))); - this.tcpOutputSettings.Style.GradientAngle = 90; - this.tcpOutputSettings.TabIndex = 3; - this.tcpOutputSettings.TabItem = this.tiOutputSettings; - this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter); - // - // label30 - // - this.label30.AutoSize = true; - this.label30.BackColor = System.Drawing.Color.Transparent; - this.label30.Location = new System.Drawing.Point(219, 108); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(76, 13); - this.label30.TabIndex = 67; - this.label30.Text = "PDF File Suffix"; - // - // label29 - // - this.label29.AutoSize = true; - this.label29.BackColor = System.Drawing.Color.Transparent; - this.label29.Location = new System.Drawing.Point(8, 108); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(76, 13); - this.label29.TabIndex = 67; - this.label29.Text = "PDF File Prefix"; - // - // ppChbxAddBlankPgs - // - this.ppChbxAddBlankPgs.AutoSize = true; - this.ppChbxAddBlankPgs.BackColor = System.Drawing.Color.Transparent; - this.ppChbxAddBlankPgs.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AddBlankPagesWhenUsingDuplexFoldouts", true)); - this.ppChbxAddBlankPgs.Location = new System.Drawing.Point(9, 284); - this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(2); - this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs"; - this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(249, 17); - this.ppChbxAddBlankPgs.TabIndex = 66; - this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts"; - this.ppChbxAddBlankPgs.UseVisualStyleBackColor = false; - // - // ppChbxAlwaysViewPDF - // - this.ppChbxAlwaysViewPDF.AutoSize = true; - this.ppChbxAlwaysViewPDF.BackColor = System.Drawing.Color.Transparent; - this.ppChbxAlwaysViewPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true)); - this.ppChbxAlwaysViewPDF.Location = new System.Drawing.Point(9, 263); - this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(2); - this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF"; - this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(175, 17); - this.ppChbxAlwaysViewPDF.TabIndex = 37; - this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation"; - this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false; - // - // ppChbxAlwaysOvrWrtPDF - // - this.ppChbxAlwaysOvrWrtPDF.AutoSize = true; - this.ppChbxAlwaysOvrWrtPDF.BackColor = System.Drawing.Color.Transparent; - this.ppChbxAlwaysOvrWrtPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true)); - this.ppChbxAlwaysOvrWrtPDF.Location = new System.Drawing.Point(9, 241); - this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(2); - this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF"; - this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(131, 17); - this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36; - this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF"; - this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false; - // - // ppGrpbxPrnAdj - // - this.ppGrpbxPrnAdj.BackColor = System.Drawing.Color.Transparent; - this.ppGrpbxPrnAdj.CanvasColor = System.Drawing.SystemColors.Control; - this.ppGrpbxPrnAdj.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; - this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenWidth); - this.ppGrpbxPrnAdj.Controls.Add(this.label19); - this.ppGrpbxPrnAdj.Controls.Add(this.label22); - this.ppGrpbxPrnAdj.Controls.Add(this.label20); - this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnAdjPrnStartPos); - this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth); - this.ppGrpbxPrnAdj.Controls.Add(this.label21); - this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth); - this.ppGrpbxPrnAdj.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(8, 141); - this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(2); - this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj"; - this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(466, 97); - // - // - // - this.ppGrpbxPrnAdj.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; - this.ppGrpbxPrnAdj.Style.BackColorGradientAngle = 90; - this.ppGrpbxPrnAdj.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; - this.ppGrpbxPrnAdj.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGrpbxPrnAdj.Style.BorderBottomWidth = 1; - this.ppGrpbxPrnAdj.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; - this.ppGrpbxPrnAdj.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGrpbxPrnAdj.Style.BorderLeftWidth = 1; - this.ppGrpbxPrnAdj.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGrpbxPrnAdj.Style.BorderRightWidth = 1; - this.ppGrpbxPrnAdj.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGrpbxPrnAdj.Style.BorderTopWidth = 1; - this.ppGrpbxPrnAdj.Style.CornerDiameter = 4; - this.ppGrpbxPrnAdj.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; - this.ppGrpbxPrnAdj.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; - this.ppGrpbxPrnAdj.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; - this.ppGrpbxPrnAdj.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; - // - // - // - this.ppGrpbxPrnAdj.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; - // - // - // - this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppGrpbxPrnAdj.TabIndex = 65; - this.ppGrpbxPrnAdj.Text = "Output Adjustments"; - this.ppGrpbxPrnAdj.Visible = false; - // - // tiOutputSettings - // - this.tiOutputSettings.AttachedControl = this.tcpOutputSettings; - this.tiOutputSettings.Name = "tiOutputSettings"; - this.tiOutputSettings.Text = "Output Settings"; - // - // tabControlPanel5 - // - this.tabControlPanel5.AutoScroll = true; - this.tabControlPanel5.Controls.Add(this.ppGrdLibDocList); - this.tabControlPanel5.DisabledBackColor = System.Drawing.Color.Empty; - this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlPanel5.Location = new System.Drawing.Point(0, 22); - this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(2); - this.tabControlPanel5.Name = "tabControlPanel5"; - this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(2); - this.tabControlPanel5.Size = new System.Drawing.Size(514, 314); - this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); - this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); - this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; - this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); - this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) - | DevComponents.DotNetBar.eBorderSide.Bottom))); - this.tabControlPanel5.Style.GradientAngle = 90; - this.tabControlPanel5.TabIndex = 5; - this.tabControlPanel5.TabItem = this.tiLibDocs; - this.tabControlPanel5.Enter += new System.EventHandler(this.tabpage_Enter); - // - // ppGrdLibDocList - // - this.ppGrdLibDocList.AllowUserToAddRows = false; - this.ppGrdLibDocList.AutoGenerateColumns = false; - this.ppGrdLibDocList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.ppGrdLibDocList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { - this.documentEntryCountDataGridViewTextBoxColumn, - this.libTitleDataGridViewTextBoxColumn}); - this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource; - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2; - this.ppGrdLibDocList.Dock = System.Windows.Forms.DockStyle.Fill; - this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); - this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false; - this.ppGrdLibDocList.Location = new System.Drawing.Point(2, 2); - this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(2); - this.ppGrdLibDocList.Name = "ppGrdLibDocList"; - this.ppGrdLibDocList.RowHeadersVisible = false; - this.ppGrdLibDocList.RowTemplate.Height = 24; - this.ppGrdLibDocList.SelectAllSignVisible = false; - this.ppGrdLibDocList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.ppGrdLibDocList.Size = new System.Drawing.Size(510, 310); - this.ppGrdLibDocList.TabIndex = 1; - // - // documentEntryCountDataGridViewTextBoxColumn - // - this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount"; - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; - this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages"; - this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn"; - this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true; - this.documentEntryCountDataGridViewTextBoxColumn.Width = 95; - // - // libTitleDataGridViewTextBoxColumn - // - this.libTitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.libTitleDataGridViewTextBoxColumn.DataPropertyName = "LibTitle"; - this.libTitleDataGridViewTextBoxColumn.HeaderText = "Library Document Title"; - this.libTitleDataGridViewTextBoxColumn.Name = "libTitleDataGridViewTextBoxColumn"; - this.libTitleDataGridViewTextBoxColumn.ReadOnly = true; - // - // documentInfoListBindingSource - // - this.documentInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocumentInfo); - // - // tiLibDocs - // - this.tiLibDocs.AttachedControl = this.tabControlPanel5; - this.tiLibDocs.Name = "tiLibDocs"; - this.tiLibDocs.Text = "Library Docs"; - // - // tcpRefereceObjects - // - this.tcpRefereceObjects.Controls.Add(this.tbRoDb); - this.tcpRefereceObjects.Controls.Add(this.ppBtnRoDbBrowse); - this.tcpRefereceObjects.Controls.Add(this.btnRoDbProperties); - this.tcpRefereceObjects.Controls.Add(this.cmbRoDb); - this.tcpRefereceObjects.Controls.Add(this.ppGpbxUpROvals); - this.tcpRefereceObjects.Controls.Add(this.label6); - this.tcpRefereceObjects.DisabledBackColor = System.Drawing.Color.Empty; - this.tcpRefereceObjects.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpRefereceObjects.Location = new System.Drawing.Point(0, 22); - this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(2); - this.tcpRefereceObjects.Name = "tcpRefereceObjects"; - this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(2); - this.tcpRefereceObjects.Size = new System.Drawing.Size(514, 314); - this.tcpRefereceObjects.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); - this.tcpRefereceObjects.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); - this.tcpRefereceObjects.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; - this.tcpRefereceObjects.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); - this.tcpRefereceObjects.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) - | DevComponents.DotNetBar.eBorderSide.Bottom))); - this.tcpRefereceObjects.Style.GradientAngle = 90; - this.tcpRefereceObjects.TabIndex = 2; - this.tcpRefereceObjects.TabItem = this.tiRefObjs; - this.tcpRefereceObjects.Enter += new System.EventHandler(this.tabpage_Enter); - // - // tbRoDb - // - this.tbRoDb.Enabled = false; - this.tbRoDb.Location = new System.Drawing.Point(80, 13); - this.tbRoDb.Margin = new System.Windows.Forms.Padding(2); - this.tbRoDb.Name = "tbRoDb"; - this.tbRoDb.Size = new System.Drawing.Size(318, 20); - this.tbRoDb.TabIndex = 20; - // - // ppBtnRoDbBrowse - // - this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(406, 34); - this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(2); - this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse"; - this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(51, 20); - this.ppBtnRoDbBrowse.TabIndex = 22; - this.ppBtnRoDbBrowse.Text = "Browse..."; - this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true; - this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click); - // - // btnRoDbProperties - // - this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnRoDbProperties.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnRoDbProperties.Image = ((System.Drawing.Image)(resources.GetObject("btnRoDbProperties.Image"))); - this.btnRoDbProperties.Location = new System.Drawing.Point(406, 10); - this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(2); - this.btnRoDbProperties.Name = "btnRoDbProperties"; - this.btnRoDbProperties.Size = new System.Drawing.Size(33, 23); - this.btnRoDbProperties.TabIndex = 21; - this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click); - // - // cmbRoDb - // - this.cmbRoDb.FormattingEnabled = true; - this.cmbRoDb.Location = new System.Drawing.Point(80, 13); - this.cmbRoDb.Margin = new System.Windows.Forms.Padding(2); - this.cmbRoDb.Name = "cmbRoDb"; - this.cmbRoDb.Size = new System.Drawing.Size(318, 21); - this.cmbRoDb.TabIndex = 47; - this.cmbRoDb.SelectedIndexChanged += new System.EventHandler(this.cmbRoDb_SelectedIndexChanged); - // - // ppGpbxUpROvals - // - this.ppGpbxUpROvals.BackColor = System.Drawing.Color.Transparent; - this.ppGpbxUpROvals.CanvasColor = System.Drawing.SystemColors.Control; - this.ppGpbxUpROvals.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; - this.ppGpbxUpROvals.Controls.Add(this.ppBtnResetRoVals); - this.ppGpbxUpROvals.Controls.Add(this.ppBtnUpRoVals); - this.ppGpbxUpROvals.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUpROvals.Location = new System.Drawing.Point(34, 69); - this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(2); - this.ppGpbxUpROvals.Name = "ppGpbxUpROvals"; - this.ppGpbxUpROvals.Size = new System.Drawing.Size(112, 162); - // - // - // - this.ppGpbxUpROvals.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; - this.ppGpbxUpROvals.Style.BackColorGradientAngle = 90; - this.ppGpbxUpROvals.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; - this.ppGpbxUpROvals.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGpbxUpROvals.Style.BorderBottomWidth = 1; - this.ppGpbxUpROvals.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; - this.ppGpbxUpROvals.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGpbxUpROvals.Style.BorderLeftWidth = 1; - this.ppGpbxUpROvals.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGpbxUpROvals.Style.BorderRightWidth = 1; - this.ppGpbxUpROvals.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; - this.ppGpbxUpROvals.Style.BorderTopWidth = 1; - this.ppGpbxUpROvals.Style.CornerDiameter = 4; - this.ppGpbxUpROvals.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; - this.ppGpbxUpROvals.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; - this.ppGpbxUpROvals.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; - this.ppGpbxUpROvals.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; - // - // - // - this.ppGpbxUpROvals.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; - // - // - // - this.ppGpbxUpROvals.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppGpbxUpROvals.TabIndex = 46; - this.ppGpbxUpROvals.Text = "RO Values"; - // - // tiRefObjs - // - this.tiRefObjs.AttachedControl = this.tcpRefereceObjects; - this.tiRefObjs.Name = "tiRefObjs"; - this.tiRefObjs.Text = "Referenced Objects"; - // // panVerBtns // this.panVerBtns.BackColor = System.Drawing.Color.Transparent; @@ -2269,7 +2262,7 @@ namespace VEPROMS this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.CancelButton = this.ppBtnCancel; this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ClientSize = new System.Drawing.Size(681, 373); + this.ClientSize = new System.Drawing.Size(690, 366); this.ControlBox = false; this.Controls.Add(this.panVerBtns); this.Controls.Add(this.tcVersions); @@ -2290,10 +2283,6 @@ namespace VEPROMS this.Shown += new System.EventHandler(this.frmVersionsProperties_Shown); ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOverdPrnPenBoldWidth)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenULineWidth)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnAdjPrnStartPos)).EndInit(); this.ppGpbxUserSpecCB.ResumeLayout(false); this.ppGpbxUserSpecCB.PerformLayout(); this.ppGpbxUserSpecTxt.ResumeLayout(false); @@ -2302,28 +2291,30 @@ namespace VEPROMS this.tcVersions.ResumeLayout(false); this.tcpGeneral.ResumeLayout(false); this.tcpGeneral.PerformLayout(); + this.tcpOutputSettings.ResumeLayout(false); + this.tcpOutputSettings.PerformLayout(); + this.ppgpFileSuffix.ResumeLayout(false); + this.ppgpFileSuffix.PerformLayout(); + this.ppgpFilePrefix.ResumeLayout(false); + this.ppgpFilePrefix.PerformLayout(); + this.tcpRefereceObjects.ResumeLayout(false); + this.tcpRefereceObjects.PerformLayout(); + this.ppGpbxUpROvals.ResumeLayout(false); this.tcpFormatSettings.ResumeLayout(false); this.tcpFormatSettings.PerformLayout(); this.tabControlPanel1.ResumeLayout(false); this.tabControlPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsMiniEnhanced)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsEnhanced)).EndInit(); + this.tabControlPanel5.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit(); this.tcpApplicability.ResumeLayout(false); this.tcpApplicability.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).EndInit(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bsApples)).EndInit(); - this.tcpOutputSettings.ResumeLayout(false); - this.tcpOutputSettings.PerformLayout(); - this.ppGrpbxPrnAdj.ResumeLayout(false); - this.ppGrpbxPrnAdj.PerformLayout(); - this.tabControlPanel5.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit(); - this.tcpRefereceObjects.ResumeLayout(false); - this.tcpRefereceObjects.PerformLayout(); - this.ppGpbxUpROvals.ResumeLayout(false); this.panVerBtns.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit(); @@ -2387,15 +2378,7 @@ 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 System.Windows.Forms.NumericUpDown ppNumUpDwnOvrdPrnPenWidth; - private System.Windows.Forms.Label label19; - private System.Windows.Forms.Label label20; - private System.Windows.Forms.NumericUpDown ppNumUpDwnOverdPrnPenBoldWidth; - private System.Windows.Forms.NumericUpDown ppNumUpDwnOvrdPrnPenULineWidth; - private System.Windows.Forms.Label label21; - private System.Windows.Forms.NumericUpDown ppNumUpDwnAdjPrnStartPos; - private System.Windows.Forms.Label label22; + private DevComponents.DotNetBar.ButtonX ppBtnDeftDisAutoDuplx; private DevComponents.DotNetBar.ButtonX ppBtnPDFLoc; private DevComponents.DotNetBar.ButtonX ppBtnDefaultChgBar; private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt1; @@ -2414,8 +2397,7 @@ namespace VEPROMS private DevComponents.DotNetBar.TabItem tiFmtSettings; private DevComponents.DotNetBar.TabControlPanel tcpOutputSettings; private DevComponents.DotNetBar.TabItem tiOutputSettings; - private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxUpROvals; - private DevComponents.DotNetBar.Controls.GroupPanel ppGrpbxPrnAdj; + private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxUpROvals; private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxUserSpecCB; private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxUserSpecTxt; private System.Windows.Forms.Panel panVerBtns; @@ -2494,5 +2476,11 @@ namespace VEPROMS private System.Windows.Forms.Label lblEnhDoc; private System.Windows.Forms.Button btnNewEnh; private System.Windows.Forms.Button btnUnlinkDocVersion; + private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxPDFdtSuffix; + private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxPDFdtPrefix; + private DevComponents.DotNetBar.Controls.GroupPanel ppgpFilePrefix; + private DevComponents.DotNetBar.Controls.GroupPanel ppgpFileSuffix; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.Label label19; } -} \ No newline at end of file +} diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs index c9300cdb..afbd4caa 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs @@ -38,6 +38,13 @@ namespace VEPROMS private string _DefaultChgBarUsrMsg1 = null; private string _DefaultChgBarUsrMsg2 = null; private bool _DefaultDisableDuplex = false; + private DisplaySearch _DisplaySearch1 = null; + + public DisplaySearch DisplaySearch1 + { + get { return _DisplaySearch1; } + set { _DisplaySearch1 = value; } + } private DisplaySearch _DisplaySearch1 = null; @@ -374,6 +381,16 @@ namespace VEPROMS ppCmbxWatermark.ValueMember = "EValue"; ppCmbxWatermark.SelectedIndex = -1; + ppCmbxPDFdtPrefix.DataSource = EnumDetail.Details(); // C2018-033 dropdown for PDF Prefix date/time format + ppCmbxPDFdtPrefix.DisplayMember = "Description"; + ppCmbxPDFdtPrefix.ValueMember = "EValue"; + ppCmbxPDFdtPrefix.SelectedIndex = -1; + + ppCmbxPDFdtSuffix.DataSource = EnumDetail.Details(); // C2018-033 dropdown for PDF Suffix date/time format + //ppCmbxPDFdtSuffix.DisplayMember = "Description"; + ppCmbxPDFdtSuffix.ValueMember = "EValue"; + ppCmbxPDFdtSuffix.SelectedIndex = -1; + //ppCmbxPagination.DataSource = EnumDetail.Details(); //ppCmbxPagination.DisplayMember = "Description"; //ppCmbxPagination.ValueMember = "EValue"; @@ -1554,6 +1571,46 @@ namespace VEPROMS ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1); ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible; } + + // C2018-033 save the Prefix date/time format selection to config + private void ppCmbxPDFdtPrefix_SelectedValueChanged(object sender, EventArgs e) + { + if (!_Initializing) + { + if (ppCmbxPDFdtPrefix.SelectedIndex > 0) + { + ppTxtBxPdfPre.Enabled = false; // cannot have both entered text and a date/time format + } + else + { + ppTxtBxPdfPre.Enabled = true; // not using the date/time format so allow for text entry + _Initializing = true; + ppCmbxPDFdtPrefix.SelectedIndex = -1; + _DocVersionConfig.Print_PDFdtFilePrefix = 0; // this will force a database update (write) + _Initializing = false; + } + } + } + + // C2018-033 save the Suffix date/time format selection to config + private void ppCmbxPDFdtSuffix_SelectedValueChanged(object sender, EventArgs e) + { + if (!_Initializing) + { + if (ppCmbxPDFdtSuffix.SelectedIndex > 0) + { + ppTxtBxPDFSuf.Enabled = false; // cannot have both entered text and a date/time format + } + else + { + ppTxtBxPDFSuf.Enabled = true; // not using the date/time format so allow for text entry + _Initializing = true; + ppCmbxPDFdtSuffix.SelectedIndex = -1; + _DocVersionConfig.Print_PDFdtFileSuffix = 0; // this will force a database update (write) + _Initializing = false; + } + } + } } [XmlRoot("Enhanced")] public class EnhancedMiniConfig @@ -1808,4 +1865,4 @@ namespace VEPROMS //} //#endregion } -} \ No newline at end of file +} diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.resx b/PROMS/VEPROMS User Interface/frmVersionsProperties.resx index 725ef1c9..46f218d6 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.resx +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.resx @@ -190,21 +190,6 @@ Check "Show Default Settings" to display the "default" duplexing setting (below 17, 113 - - 17, 65 - - - 817, 17 - - - 118, 17 - - - 17, 17 - - - 181, 113 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -221,6 +206,21 @@ Check "Show Default Settings" to display the "default" duplexing setting (below gg== + + 17, 65 + + + 817, 17 + + + 181, 113 + + + 118, 17 + + + 17, 17 + 238, 17