diff --git a/PROMS/VEPROMS User Interface/DlgPrintProcedure.Designer.cs b/PROMS/VEPROMS User Interface/DlgPrintProcedure.Designer.cs index 31cb9204..3cf2d05b 100644 --- a/PROMS/VEPROMS User Interface/DlgPrintProcedure.Designer.cs +++ b/PROMS/VEPROMS User Interface/DlgPrintProcedure.Designer.cs @@ -42,7 +42,6 @@ namespace VEPROMS this.txbRevDate = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txbPDFLocation = new DevComponents.DotNetBar.Controls.TextBoxX(); this.cbxOpenAfterCreate2 = new System.Windows.Forms.CheckBox(); - this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components); this.cbxOverwritePDF2 = new System.Windows.Forms.CheckBox(); this.txbRevNum = new DevComponents.DotNetBar.Controls.TextBoxX(); this.lblReviewDate = new DevComponents.DotNetBar.LabelX(); @@ -96,14 +95,16 @@ namespace VEPROMS this.tbBlankPage = new DevComponents.DotNetBar.Controls.TextBoxX(); this.lblBlPg = new DevComponents.DotNetBar.LabelX(); this.swtbtnPDFdtPrefixSuffix = new DevComponents.DotNetBar.Controls.SwitchButton(); + this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components); + this.btnMergePDFs = new DevComponents.DotNetBar.ButtonX(); this.gpnlDebug.SuspendLayout(); this.grpDateSelector.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit(); this.ppGpbxUserSpecTxt.SuspendLayout(); this.ppGpbxUserSpecCB.SuspendLayout(); this.panelEx2.SuspendLayout(); this.expPrnSetting.SuspendLayout(); this.ppGpDuplex.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit(); this.SuspendLayout(); // // btnPdfLocation @@ -131,7 +132,7 @@ namespace VEPROMS this.gpnlDebug.Controls.Add(this.cbxDebugText); this.gpnlDebug.Controls.Add(this.cbxDebugPagination); this.gpnlDebug.DisabledBackColor = System.Drawing.Color.Empty; - this.gpnlDebug.Location = new System.Drawing.Point(587, 155); + this.gpnlDebug.Location = new System.Drawing.Point(586, 184); this.gpnlDebug.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gpnlDebug.Name = "gpnlDebug"; this.gpnlDebug.Size = new System.Drawing.Size(159, 119); @@ -364,7 +365,7 @@ namespace VEPROMS this.cbxOpenAfterCreate2.BackColor = System.Drawing.Color.Transparent; this.cbxOpenAfterCreate2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true)); this.cbxOpenAfterCreate2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cbxOpenAfterCreate2.Location = new System.Drawing.Point(596, 113); + this.cbxOpenAfterCreate2.Location = new System.Drawing.Point(596, 111); this.cbxOpenAfterCreate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxOpenAfterCreate2.Name = "cbxOpenAfterCreate2"; this.cbxOpenAfterCreate2.Size = new System.Drawing.Size(202, 24); @@ -373,10 +374,6 @@ namespace VEPROMS this.cbxOpenAfterCreate2.Text = "View PDF After Create"; this.cbxOpenAfterCreate2.UseVisualStyleBackColor = false; // - // docVersionConfigBindingSource - // - this.docVersionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocVersionConfig); - // // cbxOverwritePDF2 // this.cbxOverwritePDF2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); @@ -1120,6 +1117,7 @@ namespace VEPROMS // this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.panelEx2.Controls.Add(this.btnMergePDFs); this.panelEx2.Controls.Add(this.gpnlDebug); this.panelEx2.Controls.Add(this.cbxMultiunitPdfLocation); this.panelEx2.Controls.Add(this.pbPDFsStatus); @@ -1296,6 +1294,26 @@ namespace VEPROMS this.swtbtnPDFdtPrefixSuffix.TabIndex = 111; this.swtbtnPDFdtPrefixSuffix.ValueChanged += new System.EventHandler(this.swtbtnPDFdtPrefixSuffix_ValueChanged); // + // docVersionConfigBindingSource + // + this.docVersionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocVersionConfig); + // + // btnMergePDFs + // + this.btnMergePDFs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnMergePDFs.BackColor = System.Drawing.SystemColors.Control; + this.btnMergePDFs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.btnMergePDFs.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btnMergePDFs.Location = new System.Drawing.Point(216, 505); + this.btnMergePDFs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnMergePDFs.Name = "btnMergePDFs"; + this.btnMergePDFs.Size = new System.Drawing.Size(177, 46); + this.btnMergePDFs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.superTooltip1.SetSuperTooltip(this.btnMergePDFs, new DevComponents.DotNetBar.SuperTooltipInfo("Create PDF", "", "Generate a PDF of the selected procedure.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); + this.btnMergePDFs.TabIndex = 110; + this.btnMergePDFs.Text = "Merge PDFs"; + this.btnMergePDFs.Click += new System.EventHandler(this.btnMergePDFs_Click); + // // DlgPrintProcedure // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); @@ -1319,7 +1337,6 @@ namespace VEPROMS this.gpnlDebug.PerformLayout(); this.grpDateSelector.ResumeLayout(false); this.grpDateSelector.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit(); this.ppGpbxUserSpecTxt.ResumeLayout(false); this.ppGpbxUserSpecTxt.PerformLayout(); this.ppGpbxUserSpecCB.ResumeLayout(false); @@ -1328,6 +1345,7 @@ namespace VEPROMS this.panelEx2.PerformLayout(); this.expPrnSetting.ResumeLayout(false); this.ppGpDuplex.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit(); this.ResumeLayout(false); } @@ -1400,5 +1418,6 @@ namespace VEPROMS private DevComponents.DotNetBar.Controls.TextBoxX tbBlankPage; private DevComponents.DotNetBar.LabelX lblBlPg; private DevComponents.DotNetBar.Controls.GroupPanel ppGpDuplex; + private DevComponents.DotNetBar.ButtonX btnMergePDFs; } } diff --git a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs index 0c5b6d4e..c16776e0 100644 --- a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs +++ b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs @@ -10,6 +10,7 @@ using VEPROMS.CSLA.Library; using Volian.Print.Library; //using Volian.Controls.Library; using Volian.Base.Library; +using JR.Utils.GUI.Forms; namespace VEPROMS { @@ -216,6 +217,7 @@ namespace VEPROMS cbxGenerateConActSum.Checked = false; swtbtnGeneratePlacekeeper.Visible = lblGeneratePlacekeeper.Visible = oneProcedure && ((MyProcedure.ActiveFormat.PlantFormat.FormatData.PurchaseOptions & E_PurchaseOptions.AutoPlacekeeper) == E_PurchaseOptions.AutoPlacekeeper); + btnMergePDFs.Visible = !oneProcedure; } private string _UnitNumber; public string UnitNumber @@ -598,6 +600,8 @@ namespace VEPROMS } } private string _MultiunitPdfLocation = string.Empty; + private MergedPdf _MergedPfd = null; + private string _MergedPdfPath = null; private void CreatePDFs() { if (VlnSettings.GetCommandFlag("PROFILE")) ProfileTimer.TurnOnTracking("Profile.txt"); @@ -635,6 +639,7 @@ namespace VEPROMS this.Text = string.Format("Processing {0}", _DocVersionInfo.MyFolder.Name); foreach (ProcedureInfo myProc in _DocVersionInfo.Procedures) { + string locpdfname = null; // get pdf file name for later merge code MyProcedure = myProc; if (myProc.Sections != null) { @@ -646,21 +651,24 @@ namespace VEPROMS pbPDFsStatus.TextVisible = true; pbPDFsStatus.Text = string.Format("Creating PDF for {0} ({1} of {2})", myProc.DisplayNumber, ++i, n); pbPDFsStatus.Value = i; - // this.Text = string.Format("Create PDF for {0} ({1} of {2})", myProc.DisplayNumber, ++i, n); + // this.Text = string.Format("Create PDF for {0} ({1} of {2})", myProc.DisplayNumber, ++i, n); MyProcedure = ProcedureInfo.GetItemAndChildrenByUnit(MyProcedure.ItemID, 0, MyProcedure.MyDocVersion.DocVersionConfig.SelectedSlave); // C2018-015 add the procedure tree path and the procedure number and title to the meta file if (BaselineMetaFile.IsOpen && i == 1) BaselineMetaFile.WriteLine("!! {0}", MyProcedure.SearchDVPath.Replace("\a", " | ")); if (BaselineMetaFile.IsOpen) BaselineMetaFile.WriteLine("!! {0} | {1}", MyProcedure.DisplayNumber, MyProcedure.DisplayText); string myPDFPath = GetMultiunitPDFPath(); + _MergedPdfPath = myPDFPath; // If Slave, need its subdirectory/unit path for merging // RHM 20120925 Overlay the bottom of the dialog so that cancel button is covered. - frmPDFStatusForm frmStatus = new frmPDFStatusForm(MyProcedure, RevNumAndDate, pw.ToString(), cbxDebug.Checked, cbxOrPgBrk.Checked, + frmPDFStatusForm frmStatus = new frmPDFStatusForm(MyProcedure, RevNumAndDate, pw.ToString(), cbxDebug.Checked, cbxOrPgBrk.Checked, cbxOpenAfterCreate2.Checked, cbxOverwritePDF2.Checked, myPDFPath, cbd, txbPDFName.Text, new Point(Left, Bottom - 50), swtbtnBlankPgsForDuplex.Value, _AllProcedures || Automatic, Prefix, SaveLinks, RemoveTrailingHardReturnsAndManualPageBreaks, swtbtnPROMSVersion.Value, true, tbBlankPage.Text);//C2018-009 print PROMS version frmStatus.CloseWhenDone = true; Application.DoEvents(); frmStatus.CancelStop = true; frmStatus.ShowDialog(); + locpdfname = frmStatus.PdfFile; if (frmStatus.CancelPrinting) break; + AddToMergeList(myProc, locpdfname); } // This is a master/slave for printing of all slaves (SelectedSave == 0) else if (SelectedSlave == 0) @@ -686,7 +694,9 @@ namespace VEPROMS Application.DoEvents(); frmStatus.CancelStop = true; frmStatus.ShowDialog(); + locpdfname = frmStatus.PdfFile; if (frmStatus.CancelPrinting) break; + AddToMergeList(myProc, locpdfname); } } // Not master/slave @@ -715,7 +725,9 @@ namespace VEPROMS Application.DoEvents(); frmStatus.CancelStop = true; frmStatus.ShowDialog(); + locpdfname = frmStatus.PdfFile; if (frmStatus.CancelPrinting) break; + AddToMergeList(myProc, locpdfname); } } } @@ -731,6 +743,20 @@ namespace VEPROMS } } + private void AddToMergeList(ProcedureInfo myProc, string locpdfname) + { + // if doing a merge and this procedure should be included, add it to _MergedPdf: + if (_MergedPfd != null && !(myProc.MyConfig as ProcedureConfig).Print_NotInMergeAll) + { + // pdf name from printing has the path, remove it. + string pdfname = locpdfname.Substring(locpdfname.LastIndexOf(@"\") + 1); + MergedPdfProc mpp = new MergedPdfProc(myProc.DisplayText, pdfname); + if (_MergedPfd.MergedPdfs == null) _MergedPfd.MergedPdfs = new List(); + mpp.PageCount = PromsPrinter.ProcPageCount; + _MergedPfd.MergedPdfs.Add(mpp); + } + } + private string GetMultiunitPDFPath() { string newPDFPath = string.Empty; @@ -880,6 +906,11 @@ namespace VEPROMS return cbd; } private void btnCreatePDF_Click(object sender, EventArgs e) + { + DoCreatePDF(); + } + + private void DoCreatePDF() { Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; if (_AllProcedures) @@ -891,23 +922,26 @@ namespace VEPROMS CreatePDFs(); PromsPrinter.ReportTransPageNumProblems(); this.Cursor = Cursors.Default; - if (VlnSettings.DebugMode) + if (_MergedPfd == null) { - MessageBox.Show(string.Format("{0} Minutes to Print All Procedures" - , TimeSpan.FromTicks(DateTime.Now.Ticks - dtStart.Ticks).TotalMinutes), - "Printing Duration", MessageBoxButtons.OK, MessageBoxIcon.Information); + if (VlnSettings.DebugMode) + { + MessageBox.Show(string.Format("{0} Minutes to Print All Procedures" + , TimeSpan.FromTicks(DateTime.Now.Ticks - dtStart.Ticks).TotalMinutes), + "Printing Duration", MessageBoxButtons.OK, MessageBoxIcon.Information); + } + else // Production or Demo mode + { + MessageBox.Show("Completed Successfully", "Print All Procedures", MessageBoxButtons.OK, MessageBoxIcon.Information); + } + this.Close(); } - else // Production or Demo mode - { - MessageBox.Show("Completed Successfully", "Print All Procedures", MessageBoxButtons.OK, MessageBoxIcon.Information); - } - this.Close(); } else { // B2016-249 Output Procedure to folder associated with Parent Child // B2017-009 If the selected item is null don't add a folder - if(cbxMultiunitPdfLocation.SelectedItem != null) + if (cbxMultiunitPdfLocation.SelectedItem != null) _MultiunitPdfLocation = cbxMultiunitPdfLocation.SelectedItem.ToString(); this.Cursor = Cursors.WaitCursor; CreatePDF(); @@ -1084,6 +1118,36 @@ namespace VEPROMS tbBlankPage.Enabled = swtbtnBlankPgsForDuplex.Value; } + // Merge the pdfs into one pdf file (C2019-012) + private void btnMergePDFs_Click(object sender, EventArgs e) + { + DateTime dtStart = DateTime.Now; + _MergedPfd = new MergedPdf(PDFPath, _DocVersionInfo); + DoCreatePDF(); // create indivitual pdfs + if (_MergedPdfPath != null && _MergedPdfPath != PDFPath) PDFPath = _MergedPfd.Folder = _MergedPdfPath; + if (!_MergedPfd.DoTheMerge()) return; // merge them together. + // if the property to show the file after printing is set (on the version dialog), display it. Otherwise do a dialog to let user know it's done + if (_DocVersionConfig.Print_MergedPdfsViewAfter) + { + if (_MergedPfd.MergedPdfs != null && _MergedPfd.MergedPdfs.Count > 0) + { + System.Diagnostics.Process sdp = System.Diagnostics.Process.Start(_MergedPfd.MergedFileName); + sdp.WaitForInputIdle(); + } + } + else if (VlnSettings.DebugMode) + { + FlexibleMessageBox.Show(string.Format("{0} Minutes to Print and Merge Procedures" + , TimeSpan.FromTicks(DateTime.Now.Ticks - dtStart.Ticks).TotalMinutes), + "Printing Duration", MessageBoxButtons.OK, MessageBoxIcon.Information); + } + else // Production or Demo mode + { + FlexibleMessageBox.Show("Completed Successfully", "Print All and Merge Procedures", MessageBoxButtons.OK, MessageBoxIcon.Information); + } + this.Close(); + } + //private void cbxDebug_CheckedChanged(object sender, EventArgs e) //{ // cbxCmpPRMSpfd.Visible = cbxDebug.Checked; diff --git a/PROMS/VEPROMS User Interface/frmPDFStatusForm.cs b/PROMS/VEPROMS User Interface/frmPDFStatusForm.cs index 40628636..75ad44bd 100644 --- a/PROMS/VEPROMS User Interface/frmPDFStatusForm.cs +++ b/PROMS/VEPROMS User Interface/frmPDFStatusForm.cs @@ -89,7 +89,7 @@ namespace VEPROMS InitializeComponent(); // if the version number of PROMS is 1.0, then we are running a Demo version. // When running a Demo version, force a "Sample" watermark when printing. - MyPromsPrinter = new PromsPrinter(myItem, rev, (VlnSettings.ReleaseMode.Equals("DEMO")) ? "Sample" : watermark, debugOutput, origPgBrk, pdfPath + @"\\Compare", false, overWrite, cbd, pdfFile, insertBlankPages, allOrAuto,Prefix,saveLinks,removeTrailingHardReturnsAndManualPageBreaks, blankPageText); + MyPromsPrinter = new PromsPrinter(myItem, rev, (VlnSettings.ReleaseMode.Equals("DEMO")) ? "Sample" : watermark, debugOutput, origPgBrk, pdfPath + @"\\Compare", false, overWrite, cbd, pdfFile, insertBlankPages, allOrAuto,Prefix,saveLinks,removeTrailingHardReturnsAndManualPageBreaks, blankPageText, DidAll); MyPromsPrinter.PromsVersion = (showPROMSVer) ? AboutVEPROMS.PROMSVersion : ""; //C2018-009 print PROMS version PDFPath = pdfPath; this.Text = "Creating PDF of " + myItem.DisplayNumber; @@ -139,7 +139,11 @@ namespace VEPROMS } private string _PdfFile; - + public string PdfFile + { + get { return _PdfFile; } + set { _PdfFile = value; } + } private bool _MakePlaceKeeper = false; public bool MakePlaceKeeper @@ -193,7 +197,7 @@ namespace VEPROMS PartInfo.RestoreCacheList(cachePartInfo); } } - while (_PdfFile == null && MessageBox.Show("Try Again?", "PDF Creation Failed", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes); + while (!MyPromsPrinter.MergeNotIncluded && _PdfFile == null && MessageBox.Show("Try Again?", "PDF Creation Failed", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes); if (_PdfFile == null) { this.Close(); diff --git a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs index 62e7c973..2a826d34 100644 --- a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs @@ -141,13 +141,8 @@ namespace VEPROMS this.btnFmtStngs = new DevComponents.DotNetBar.ButtonX(); this.btnGeneral = new DevComponents.DotNetBar.ButtonX(); this.tcProcProp = new DevComponents.DotNetBar.TabControl(); - this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel(); - this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX(); - this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx(); - this.label43 = new System.Windows.Forms.Label(); - this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label(); - this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components); this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel(); + this.cbNotIncludeInMerged = new System.Windows.Forms.CheckBox(); this.cbEnhanced = new System.Windows.Forms.CheckBox(); this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components); this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components); @@ -155,6 +150,12 @@ namespace VEPROMS this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel(); this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel(); this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components); + this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel(); + this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX(); + this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.label43 = new System.Windows.Forms.Label(); + this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label(); + this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel(); this.tiViewStngs = new DevComponents.DotNetBar.TabItem(this.components); ((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).BeginInit(); @@ -172,10 +173,10 @@ namespace VEPROMS this.panProcBtns.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).BeginInit(); this.tcProcProp.SuspendLayout(); - this.tcpFormatSettings.SuspendLayout(); this.tcpGeneral.SuspendLayout(); this.tcpOutputSettings.SuspendLayout(); this.ppGrpbxPrnAdj.SuspendLayout(); + this.tcpFormatSettings.SuspendLayout(); this.tabControlPanel4.SuspendLayout(); this.SuspendLayout(); // @@ -183,10 +184,10 @@ 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(578, 313); - this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnCancel.Location = new System.Drawing.Point(771, 385); + this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnCancel.Name = "ppBtnCancel"; - this.ppBtnCancel.Size = new System.Drawing.Size(56, 21); + this.ppBtnCancel.Size = new System.Drawing.Size(75, 26); this.ppBtnCancel.TabIndex = 97; this.ppBtnCancel.Text = "Cancel"; this.ppBtnCancel.UseVisualStyleBackColor = true; @@ -195,10 +196,10 @@ 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(505, 313); - this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnOK.Location = new System.Drawing.Point(673, 385); + this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnOK.Name = "ppBtnOK"; - this.ppBtnOK.Size = new System.Drawing.Size(56, 21); + this.ppBtnOK.Size = new System.Drawing.Size(75, 26); this.ppBtnOK.TabIndex = 96; this.ppBtnOK.Text = "OK"; this.ppBtnOK.UseVisualStyleBackColor = true; @@ -208,10 +209,10 @@ namespace VEPROMS // this.ppDtTmLastApprv.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt"; this.ppDtTmLastApprv.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.ppDtTmLastApprv.Location = new System.Drawing.Point(344, 115); - this.ppDtTmLastApprv.Margin = new System.Windows.Forms.Padding(2); + this.ppDtTmLastApprv.Location = new System.Drawing.Point(459, 142); + this.ppDtTmLastApprv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppDtTmLastApprv.Name = "ppDtTmLastApprv"; - this.ppDtTmLastApprv.Size = new System.Drawing.Size(130, 20); + this.ppDtTmLastApprv.Size = new System.Drawing.Size(172, 22); this.ppDtTmLastApprv.TabIndex = 56; this.ppDtTmLastApprv.TabStop = false; this.ppDtTmLastApprv.Visible = false; @@ -220,10 +221,10 @@ namespace VEPROMS // this.ppDtTmLastMod.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt"; this.ppDtTmLastMod.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.ppDtTmLastMod.Location = new System.Drawing.Point(99, 115); - this.ppDtTmLastMod.Margin = new System.Windows.Forms.Padding(2); + this.ppDtTmLastMod.Location = new System.Drawing.Point(132, 142); + this.ppDtTmLastMod.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppDtTmLastMod.Name = "ppDtTmLastMod"; - this.ppDtTmLastMod.Size = new System.Drawing.Size(130, 20); + this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22); this.ppDtTmLastMod.TabIndex = 55; this.ppDtTmLastMod.TabStop = false; this.ppDtTmLastMod.Visible = false; @@ -234,10 +235,10 @@ namespace VEPROMS // // ppTxtBxUserID // - this.ppTxtBxUserID.Location = new System.Drawing.Point(99, 146); - this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2); + this.ppTxtBxUserID.Location = new System.Drawing.Point(132, 180); + this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppTxtBxUserID.Name = "ppTxtBxUserID"; - this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20); + this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22); this.ppTxtBxUserID.TabIndex = 12; this.ppTxtBxUserID.TabStop = false; this.ppTxtBxUserID.Visible = false; @@ -246,10 +247,9 @@ namespace VEPROMS // this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; - this.label21.Location = new System.Drawing.Point(53, 149); - this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label21.Location = new System.Drawing.Point(71, 183); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(43, 13); + this.label21.Size = new System.Drawing.Size(55, 17); this.label21.TabIndex = 11; this.label21.Text = "User ID"; this.label21.Visible = false; @@ -258,10 +258,9 @@ namespace VEPROMS // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; - this.label4.Location = new System.Drawing.Point(264, 117); - this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label4.Location = new System.Drawing.Point(352, 144); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(76, 13); + this.label4.Size = new System.Drawing.Size(100, 17); this.label4.TabIndex = 6; this.label4.Text = "Last Approved"; this.label4.Visible = false; @@ -270,10 +269,9 @@ namespace VEPROMS // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; - this.label3.Location = new System.Drawing.Point(26, 117); - this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label3.Location = new System.Drawing.Point(35, 144); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(70, 13); + this.label3.Size = new System.Drawing.Size(92, 17); this.label3.TabIndex = 4; this.label3.Text = "Last Modified"; this.label3.Visible = false; @@ -282,10 +280,9 @@ namespace VEPROMS // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; - this.label2.Location = new System.Drawing.Point(36, 53); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(48, 65); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(27, 13); + this.label2.Size = new System.Drawing.Size(35, 17); this.label2.TabIndex = 1; this.label2.Text = "Title"; // @@ -293,20 +290,19 @@ namespace VEPROMS // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; - this.label1.Location = new System.Drawing.Point(19, 22); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(25, 27); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(44, 13); + this.label1.Size = new System.Drawing.Size(58, 17); this.label1.TabIndex = 0; this.label1.Text = "Number"; // // ppBtnDefaultChgBar // this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(460, 98); - this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(613, 121); + this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar"; - this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" + "tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" + "ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145))); @@ -324,10 +320,10 @@ namespace VEPROMS this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChangeBarType.FormattingEnabled = true; this.ppCmbxChangeBarType.ItemHeight = 16; - this.ppCmbxChangeBarType.Location = new System.Drawing.Point(325, 98); - this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxChangeBarType.Location = new System.Drawing.Point(433, 121); + this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType"; - this.ppCmbxChangeBarType.Size = new System.Drawing.Size(132, 22); + this.ppCmbxChangeBarType.Size = new System.Drawing.Size(175, 22); this.ppCmbxChangeBarType.TabIndex = 50; this.ppCmbxChangeBarType.Visible = false; this.ppCmbxChangeBarType.WatermarkText = "select change bar setting"; @@ -336,10 +332,10 @@ namespace VEPROMS // ppBtnDefaultFmt // this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultFmt.Location = new System.Drawing.Point(460, 28); - this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefaultFmt.Location = new System.Drawing.Point(613, 34); + this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt"; - this.ppBtnDefaultFmt.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefaultFmt.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" + " \"Show Default Settings\" to display the \"default\" format name (below the format " + "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System)); @@ -355,10 +351,10 @@ namespace VEPROMS this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxFormat.FormattingEnabled = true; this.ppCmbxFormat.ItemHeight = 16; - this.ppCmbxFormat.Location = new System.Drawing.Point(9, 28); - this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxFormat.Location = new System.Drawing.Point(12, 34); + this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxFormat.Name = "ppCmbxFormat"; - this.ppCmbxFormat.Size = new System.Drawing.Size(448, 22); + this.ppCmbxFormat.Size = new System.Drawing.Size(596, 22); this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxFormat.TabIndex = 20; this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -377,10 +373,9 @@ namespace VEPROMS this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(322, 119); - this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(429, 146); this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault"; - this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " + "to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70))); this.ppLblChangeBarTypeDefault.TabIndex = 38; @@ -393,10 +388,9 @@ namespace VEPROMS this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblFormatDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblFormatDefault.Location = new System.Drawing.Point(7, 55); - this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblFormatDefault.Location = new System.Drawing.Point(9, 68); this.ppLblFormatDefault.Name = "ppLblFormatDefault"; - this.ppLblFormatDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" + "his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 70))); this.ppLblFormatDefault.TabIndex = 35; @@ -405,10 +399,10 @@ namespace VEPROMS // ppBtnDefCbTxtTyp // this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(204, 69); - this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(272, 85); + this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp"; - this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(230, 150))); this.ppBtnDefCbTxtTyp.TabIndex = 55; this.ppBtnDefCbTxtTyp.TabStop = false; @@ -420,10 +414,10 @@ namespace VEPROMS // ppBtnDefaultCbPos // this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(204, 26); - this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(272, 32); + this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos"; - this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145))); this.ppBtnDefaultCbPos.TabIndex = 54; this.ppBtnDefaultCbPos.TabStop = false; @@ -440,10 +434,10 @@ namespace VEPROMS this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarTxtType.FormattingEnabled = true; this.ppCmbxChgBarTxtType.ItemHeight = 16; - this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(62, 69); - this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(83, 85); + this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType"; - this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(139, 22); + this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(184, 22); this.ppCmbxChgBarTxtType.TabIndex = 51; this.ppCmbxChgBarTxtType.TabStop = false; this.ppCmbxChgBarTxtType.Visible = false; @@ -458,10 +452,10 @@ namespace VEPROMS this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarPos.FormattingEnabled = true; this.ppCmbxChgBarPos.ItemHeight = 16; - this.ppCmbxChgBarPos.Location = new System.Drawing.Point(62, 24); - this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxChgBarPos.Location = new System.Drawing.Point(83, 30); + this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos"; - this.ppCmbxChgBarPos.Size = new System.Drawing.Size(139, 22); + this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 22); this.ppCmbxChgBarPos.TabIndex = 51; this.ppCmbxChgBarPos.TabStop = false; this.ppCmbxChgBarPos.Visible = false; @@ -474,10 +468,9 @@ namespace VEPROMS this.ppLblChgBarTxtTypeDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(59, 90); - this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(79, 111); this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault"; - this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" + "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblChgBarTxtTypeDefault.TabIndex = 40; @@ -489,10 +482,9 @@ namespace VEPROMS this.ppLblChgBarPosDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(59, 46); - this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(79, 57); this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault"; - this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" + "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80))); this.ppLblChgBarPosDefault.TabIndex = 39; @@ -501,10 +493,10 @@ namespace VEPROMS // ppBtnDefCbTxt2 // this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(110, 46); - this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(147, 57); + this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2"; - this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150))); this.ppBtnDefCbTxt2.TabIndex = 54; this.ppBtnDefCbTxt2.TabStop = false; @@ -516,10 +508,10 @@ namespace VEPROMS // ppBtnDefCbTxt1 // this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(110, 4); - this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(147, 5); + this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1"; - this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150))); this.ppBtnDefCbTxt1.TabIndex = 56; this.ppBtnDefCbTxt1.TabStop = false; @@ -533,10 +525,9 @@ namespace VEPROMS this.ppLblChgBarUserMsgOneDefault.AutoSize = true; this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(62, 26); - this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(83, 32); this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault"; - this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" + "e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblChgBarUserMsgOneDefault.TabIndex = 6; @@ -545,10 +536,9 @@ namespace VEPROMS // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(10, 6); - this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label6.Location = new System.Drawing.Point(13, 7); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(48, 13); + this.label6.Size = new System.Drawing.Size(63, 17); this.label6.TabIndex = 4; this.label6.Text = "Line one"; // @@ -557,10 +547,9 @@ namespace VEPROMS this.ppLblChgBarUserMsgTwoDefault.AutoSize = true; this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(62, 67); - this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(83, 82); this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault"; - this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" + "e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7; @@ -570,11 +559,11 @@ namespace VEPROMS // this.ppTxbxChangeBarUserMsgOne.AcceptsTab = true; this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.procedureConfigBindingSource, "Print_UserCBMess1", true)); - this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(62, 4); - this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2); + this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(83, 5); + this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppTxbxChangeBarUserMsgOne.Multiline = false; this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne"; - this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20); + this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24); this.ppTxbxChangeBarUserMsgOne.TabIndex = 1; this.ppTxbxChangeBarUserMsgOne.TabStop = false; this.ppTxbxChangeBarUserMsgOne.Text = ""; @@ -584,10 +573,9 @@ namespace VEPROMS // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(12, 46); - this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label5.Location = new System.Drawing.Point(16, 57); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(47, 13); + this.label5.Size = new System.Drawing.Size(60, 17); this.label5.TabIndex = 5; this.label5.Text = "Line two"; // @@ -595,11 +583,11 @@ namespace VEPROMS // this.ppTxbxChgBarUserMsgTwo.AcceptsTab = true; this.ppTxbxChgBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.procedureConfigBindingSource, "Print_UserCBMess2", true)); - this.ppTxbxChgBarUserMsgTwo.Location = new System.Drawing.Point(62, 46); - this.ppTxbxChgBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2); + this.ppTxbxChgBarUserMsgTwo.Location = new System.Drawing.Point(83, 57); + this.ppTxbxChgBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppTxbxChgBarUserMsgTwo.Multiline = false; this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo"; - this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(44, 20); + this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24); this.ppTxbxChgBarUserMsgTwo.TabIndex = 2; this.ppTxbxChgBarUserMsgTwo.TabStop = false; this.ppTxbxChgBarUserMsgTwo.Text = ""; @@ -610,10 +598,9 @@ namespace VEPROMS // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; - this.label7.Location = new System.Drawing.Point(4, 71); - this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label7.Location = new System.Drawing.Point(5, 87); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(55, 13); + this.label7.Size = new System.Drawing.Size(71, 17); this.label7.TabIndex = 8; this.label7.Text = "Text Type"; // @@ -621,10 +608,9 @@ namespace VEPROMS // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; - this.label8.Location = new System.Drawing.Point(14, 26); - this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label8.Location = new System.Drawing.Point(19, 32); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(44, 13); + this.label8.Size = new System.Drawing.Size(58, 17); this.label8.TabIndex = 9; this.label8.Text = "Position"; // @@ -632,10 +618,9 @@ namespace VEPROMS // this.label19.AutoSize = true; this.label19.BackColor = System.Drawing.Color.Transparent; - this.label19.Location = new System.Drawing.Point(7, 8); - this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label19.Location = new System.Drawing.Point(9, 10); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(39, 13); + this.label19.Size = new System.Drawing.Size(52, 17); this.label19.TabIndex = 28; this.label19.Text = "Format"; // @@ -643,102 +628,97 @@ namespace VEPROMS // this.label20.AutoSize = true; this.label20.BackColor = System.Drawing.Color.Transparent; - this.label20.Location = new System.Drawing.Point(258, 99); - this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label20.Location = new System.Drawing.Point(344, 122); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(63, 13); + this.label20.Size = new System.Drawing.Size(83, 17); this.label20.TabIndex = 26; this.label20.Text = "Change Bar"; this.label20.Visible = false; // // ppNumUpDwnOvrdPrnPenWidth // - this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(182, 11); - this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2); + this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(243, 14); + this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth"; - this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(35, 20); + this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22); this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1; this.ppNumUpDwnOvrdPrnPenWidth.TabStop = false; // // label39 // this.label39.AutoSize = true; - this.label39.Location = new System.Drawing.Point(10, 13); - this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label39.Location = new System.Drawing.Point(13, 16); this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(165, 13); + this.label39.Size = new System.Drawing.Size(222, 17); this.label39.TabIndex = 0; this.label39.Text = "Override Normal Pen Width (dots)"; // // label40 // this.label40.AutoSize = true; - this.label40.Location = new System.Drawing.Point(10, 48); - this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label40.Location = new System.Drawing.Point(13, 59); this.label40.Name = "label40"; - this.label40.Size = new System.Drawing.Size(153, 13); + this.label40.Size = new System.Drawing.Size(205, 17); this.label40.TabIndex = 2; this.label40.Text = "Override Bold Pen Width (dots)"; // // ppNumUpDwnOverdPrnPenBoldWidth // - this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(182, 46); - this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2); + this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(243, 57); + this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth"; - this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(35, 20); + this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22); this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3; this.ppNumUpDwnOverdPrnPenBoldWidth.TabStop = false; // // ppNumUpDwnOvrdPrnPenULineWidth // - this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(426, 11); - this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2); + this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(568, 14); + this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth"; - this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(35, 20); + this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22); this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5; this.ppNumUpDwnOvrdPrnPenULineWidth.TabStop = false; // // label41 // this.label41.AutoSize = true; - this.label41.Location = new System.Drawing.Point(244, 13); - this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label41.Location = new System.Drawing.Point(325, 16); this.label41.Name = "label41"; - this.label41.Size = new System.Drawing.Size(176, 13); + this.label41.Size = new System.Drawing.Size(237, 17); this.label41.TabIndex = 4; this.label41.Text = "Override Underline Thickness (dots)"; // // ppNumUpDwnAdjPrnStartPos // - this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(426, 46); - this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2); + this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(568, 57); + this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] { 500, 0, 0, 0}); this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos"; - this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(35, 20); + this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22); this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7; this.ppNumUpDwnAdjPrnStartPos.TabStop = false; // // label42 // this.label42.AutoSize = true; - this.label42.Location = new System.Drawing.Point(232, 48); - this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label42.Location = new System.Drawing.Point(309, 59); this.label42.Name = "label42"; - this.label42.Size = new System.Drawing.Size(187, 13); + this.label42.Size = new System.Drawing.Size(252, 17); this.label42.TabIndex = 6; this.label42.Text = "Adjust Starting Position on Page (dots)"; // // ppBtnDeftDisAutoDuplx // this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(444, 24); - this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(592, 30); + this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx"; - this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20); + this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25); this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150))); this.ppBtnDeftDisAutoDuplx.TabIndex = 63; this.ppBtnDeftDisAutoDuplx.TabStop = false; @@ -753,10 +733,9 @@ namespace VEPROMS 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(298, 44); - this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(397, 54); this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault"; - this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13); + this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(86, 17); this.superTooltip1.SetSuperTooltip(this.ppLblAutoDuplexDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the Automatic Duplex default setting", "", "Pressing the Default Button (to the right)\r\nwill reset the Automatic Duplex setti" + "ng back\r\nto this default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblAutoDuplexDefault.TabIndex = 62; @@ -767,10 +746,10 @@ namespace VEPROMS this.ppChbxDisAutoDuplex.AutoSize = true; this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent; this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.procedureConfigBindingSource, "Print_DisableDuplex", true)); - this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(283, 24); - this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2); + this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(377, 30); + this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex"; - this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17); + this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21); this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " + "Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppChbxDisAutoDuplex.TabIndex = 61; @@ -782,10 +761,10 @@ namespace VEPROMS // ppBtnDefWatermark // this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefWatermark.Location = new System.Drawing.Point(202, 24); - this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2); + this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 30); + this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnDefWatermark.Name = "ppBtnDefWatermark"; - this.ppBtnDefWatermark.Size = new System.Drawing.Size(38, 19); + this.ppBtnDefWatermark.Size = new System.Drawing.Size(51, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" + "ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" + " the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145))); @@ -803,10 +782,10 @@ namespace VEPROMS this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxWatermark.FormattingEnabled = true; this.ppCmbxWatermark.ItemHeight = 16; - this.ppCmbxWatermark.Location = new System.Drawing.Point(74, 24); - this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxWatermark.Location = new System.Drawing.Point(99, 30); + this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxWatermark.Name = "ppCmbxWatermark"; - this.ppCmbxWatermark.Size = new System.Drawing.Size(123, 22); + this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 22); this.ppCmbxWatermark.TabIndex = 58; this.ppCmbxWatermark.TabStop = false; this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -819,10 +798,9 @@ namespace VEPROMS this.ppLblWatermarkDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblWatermarkDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblWatermarkDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblWatermarkDefault.Location = new System.Drawing.Point(71, 46); - this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblWatermarkDefault.Location = new System.Drawing.Point(95, 57); this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault"; - this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13); + this.ppLblWatermarkDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark setting", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" + " to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblWatermarkDefault.TabIndex = 56; @@ -832,10 +810,9 @@ namespace VEPROMS // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; - this.label18.Location = new System.Drawing.Point(11, 27); - this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label18.Location = new System.Drawing.Point(15, 33); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(59, 13); + this.label18.Size = new System.Drawing.Size(77, 17); this.label18.TabIndex = 53; this.label18.Text = "Watermark"; // @@ -847,20 +824,20 @@ namespace VEPROMS "Unit Two", "Unit Three", "Unit Four"}); - this.ppCkLstApplicabilityDesinations.Location = new System.Drawing.Point(20, 38); - this.ppCkLstApplicabilityDesinations.Margin = new System.Windows.Forms.Padding(2); + this.ppCkLstApplicabilityDesinations.Location = new System.Drawing.Point(27, 47); + this.ppCkLstApplicabilityDesinations.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCkLstApplicabilityDesinations.Name = "ppCkLstApplicabilityDesinations"; - this.ppCkLstApplicabilityDesinations.Size = new System.Drawing.Size(200, 64); + this.ppCkLstApplicabilityDesinations.Size = new System.Drawing.Size(265, 72); this.ppCkLstApplicabilityDesinations.TabIndex = 27; // // ppCbProcView // this.ppCbProcView.AutoSize = true; this.ppCbProcView.BackColor = System.Drawing.Color.Transparent; - this.ppCbProcView.Location = new System.Drawing.Point(20, 179); - this.ppCbProcView.Margin = new System.Windows.Forms.Padding(2); + this.ppCbProcView.Location = new System.Drawing.Point(27, 220); + this.ppCbProcView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCbProcView.Name = "ppCbProcView"; - this.ppCbProcView.Size = new System.Drawing.Size(150, 17); + this.ppCbProcView.Size = new System.Drawing.Size(193, 21); this.ppCbProcView.TabIndex = 37; this.ppCbProcView.Text = "Include in Procedure View"; this.ppCbProcView.UseVisualStyleBackColor = false; @@ -869,10 +846,9 @@ namespace VEPROMS // this.label22.AutoSize = true; this.label22.BackColor = System.Drawing.Color.Transparent; - this.label22.Location = new System.Drawing.Point(17, 22); - this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label22.Location = new System.Drawing.Point(23, 27); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(123, 13); + this.label22.Size = new System.Drawing.Size(164, 17); this.label22.TabIndex = 26; this.label22.Text = "Applicability Destinations"; // @@ -880,10 +856,10 @@ namespace VEPROMS // this.ppCbBackView.AutoSize = true; this.ppCbBackView.BackColor = System.Drawing.Color.Transparent; - this.ppCbBackView.Location = new System.Drawing.Point(20, 201); - this.ppCbBackView.Margin = new System.Windows.Forms.Padding(2); + this.ppCbBackView.Location = new System.Drawing.Point(27, 247); + this.ppCbBackView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCbBackView.Name = "ppCbBackView"; - this.ppCbBackView.Size = new System.Drawing.Size(159, 17); + this.ppCbBackView.Size = new System.Drawing.Size(203, 21); this.ppCbBackView.TabIndex = 21; this.ppCbBackView.Text = "Include in Background View"; this.ppCbBackView.UseVisualStyleBackColor = false; @@ -892,10 +868,10 @@ namespace VEPROMS // this.ppCbDeviationView.AutoSize = true; this.ppCbDeviationView.BackColor = System.Drawing.Color.Transparent; - this.ppCbDeviationView.Location = new System.Drawing.Point(20, 223); - this.ppCbDeviationView.Margin = new System.Windows.Forms.Padding(2); + this.ppCbDeviationView.Location = new System.Drawing.Point(27, 274); + this.ppCbDeviationView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCbDeviationView.Name = "ppCbDeviationView"; - this.ppCbDeviationView.Size = new System.Drawing.Size(146, 17); + this.ppCbDeviationView.Size = new System.Drawing.Size(186, 21); this.ppCbDeviationView.TabIndex = 22; this.ppCbDeviationView.Text = "Include in Deviation View"; this.ppCbDeviationView.UseVisualStyleBackColor = false; @@ -932,7 +908,7 @@ namespace VEPROMS this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(134, 29); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(47, 13); + this.label15.Size = new System.Drawing.Size(60, 17); this.label15.TabIndex = 5; this.label15.Text = "Line two"; // @@ -941,7 +917,7 @@ namespace VEPROMS this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(17, 29); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(48, 13); + this.label14.Size = new System.Drawing.Size(63, 17); this.label14.TabIndex = 4; this.label14.Text = "Line one"; // @@ -968,7 +944,7 @@ namespace VEPROMS this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(9, 85); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(55, 13); + this.label13.Size = new System.Drawing.Size(71, 17); this.label13.TabIndex = 8; this.label13.Text = "Text Type"; // @@ -977,7 +953,7 @@ namespace VEPROMS this.versionsPropChangeBarPositionCombo.FormattingEnabled = true; this.versionsPropChangeBarPositionCombo.Location = new System.Drawing.Point(86, 39); this.versionsPropChangeBarPositionCombo.Name = "versionsPropChangeBarPositionCombo"; - this.versionsPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 21); + this.versionsPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 25); this.versionsPropChangeBarPositionCombo.TabIndex = 10; // // label12 @@ -985,7 +961,7 @@ namespace VEPROMS this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(22, 42); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(44, 13); + this.label12.Size = new System.Drawing.Size(58, 17); this.label12.TabIndex = 9; this.label12.Text = "Position"; // @@ -994,7 +970,7 @@ namespace VEPROMS this.versionsPropChangeBarTextTypeCombo.FormattingEnabled = true; this.versionsPropChangeBarTextTypeCombo.Location = new System.Drawing.Point(86, 82); this.versionsPropChangeBarTextTypeCombo.Name = "versionsPropChangeBarTextTypeCombo"; - this.versionsPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 21); + this.versionsPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 25); this.versionsPropChangeBarTextTypeCombo.TabIndex = 7; // // versionsPropPaginationCombo @@ -1002,7 +978,7 @@ namespace VEPROMS this.versionsPropPaginationCombo.FormattingEnabled = true; this.versionsPropPaginationCombo.Location = new System.Drawing.Point(120, 81); this.versionsPropPaginationCombo.Name = "versionsPropPaginationCombo"; - this.versionsPropPaginationCombo.Size = new System.Drawing.Size(165, 21); + this.versionsPropPaginationCombo.Size = new System.Drawing.Size(165, 25); this.versionsPropPaginationCombo.TabIndex = 24; // // label16 @@ -1019,7 +995,7 @@ namespace VEPROMS this.versionsPropWatermarkCombo.FormattingEnabled = true; this.versionsPropWatermarkCombo.Location = new System.Drawing.Point(427, 81); this.versionsPropWatermarkCombo.Name = "versionsPropWatermarkCombo"; - this.versionsPropWatermarkCombo.Size = new System.Drawing.Size(178, 21); + this.versionsPropWatermarkCombo.Size = new System.Drawing.Size(178, 25); this.versionsPropWatermarkCombo.TabIndex = 22; // // label17 @@ -1036,7 +1012,7 @@ namespace VEPROMS this.versionsPropDefaultFormatCombo.FormattingEnabled = true; this.versionsPropDefaultFormatCombo.Location = new System.Drawing.Point(26, 34); this.versionsPropDefaultFormatCombo.Name = "versionsPropDefaultFormatCombo"; - this.versionsPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 21); + this.versionsPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 25); this.versionsPropDefaultFormatCombo.TabIndex = 20; // // label10 @@ -1058,7 +1034,7 @@ namespace VEPROMS "Override Format Defined Change Bars"}); this.versionsPropChangeBarTypeCombo.Location = new System.Drawing.Point(119, 126); this.versionsPropChangeBarTypeCombo.Name = "versionsPropChangeBarTypeCombo"; - this.versionsPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 21); + this.versionsPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 25); this.versionsPropChangeBarTypeCombo.TabIndex = 4; // // label11 @@ -1075,10 +1051,9 @@ 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(2, 306); - this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(3, 377); this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo"; - this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13); + this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17); this.ppLblDefSettingsInfo.TabIndex = 25; this.ppLblDefSettingsInfo.Text = "* Default values shown in italics"; this.ppLblDefSettingsInfo.Visible = false; @@ -1091,10 +1066,10 @@ namespace VEPROMS // // this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppCbShwDefSettings.Location = new System.Drawing.Point(4, 321); - this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2); + this.ppCbShwDefSettings.Location = new System.Drawing.Point(5, 395); + this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCbShwDefSettings.Name = "ppCbShwDefSettings"; - this.ppCbShwDefSettings.Size = new System.Drawing.Size(131, 15); + this.ppCbShwDefSettings.Size = new System.Drawing.Size(150, 17); this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" + "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCbShwDefSettings.TabIndex = 5; @@ -1110,7 +1085,7 @@ namespace VEPROMS this.comboBoxEx1.FormattingEnabled = true; this.comboBoxEx1.Location = new System.Drawing.Point(104, 135); this.comboBoxEx1.Name = "comboBoxEx1"; - this.comboBoxEx1.Size = new System.Drawing.Size(293, 21); + this.comboBoxEx1.Size = new System.Drawing.Size(293, 23); this.comboBoxEx1.TabIndex = 50; this.comboBoxEx1.WatermarkText = "using default"; // @@ -1123,7 +1098,7 @@ namespace VEPROMS this.comboBoxEx2.FormattingEnabled = true; this.comboBoxEx2.Location = new System.Drawing.Point(411, 80); this.comboBoxEx2.Name = "comboBoxEx2"; - this.comboBoxEx2.Size = new System.Drawing.Size(178, 21); + this.comboBoxEx2.Size = new System.Drawing.Size(178, 23); this.comboBoxEx2.TabIndex = 49; this.comboBoxEx2.WatermarkText = "using default"; // @@ -1136,7 +1111,7 @@ namespace VEPROMS this.comboBoxEx3.FormattingEnabled = true; this.comboBoxEx3.Location = new System.Drawing.Point(104, 80); this.comboBoxEx3.Name = "comboBoxEx3"; - this.comboBoxEx3.Size = new System.Drawing.Size(165, 21); + this.comboBoxEx3.Size = new System.Drawing.Size(165, 23); this.comboBoxEx3.TabIndex = 48; this.comboBoxEx3.WatermarkText = "using default"; // @@ -1160,7 +1135,7 @@ namespace VEPROMS this.comboBoxEx4.FormattingEnabled = true; this.comboBoxEx4.Location = new System.Drawing.Point(69, 20); this.comboBoxEx4.Name = "comboBoxEx4"; - this.comboBoxEx4.Size = new System.Drawing.Size(514, 21); + this.comboBoxEx4.Size = new System.Drawing.Size(514, 23); this.comboBoxEx4.TabIndex = 39; this.comboBoxEx4.ValueMember = "Description"; this.comboBoxEx4.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -1261,7 +1236,7 @@ namespace VEPROMS this.label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label27.Location = new System.Drawing.Point(83, 109); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(45, 13); + this.label27.Size = new System.Drawing.Size(61, 17); this.label27.TabIndex = 40; this.label27.Text = "(default)"; // @@ -1272,7 +1247,7 @@ namespace VEPROMS this.label28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label28.Location = new System.Drawing.Point(83, 53); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(45, 13); + this.label28.Size = new System.Drawing.Size(61, 17); this.label28.TabIndex = 39; this.label28.Text = "(default)"; // @@ -1298,7 +1273,7 @@ namespace VEPROMS this.label29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label29.Location = new System.Drawing.Point(141, 74); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(45, 13); + this.label29.Size = new System.Drawing.Size(61, 17); this.label29.TabIndex = 7; this.label29.Text = "(default)"; // @@ -1309,7 +1284,7 @@ namespace VEPROMS this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label30.Location = new System.Drawing.Point(16, 74); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(45, 13); + this.label30.Size = new System.Drawing.Size(61, 17); this.label30.TabIndex = 6; this.label30.Text = "(default)"; // @@ -1318,7 +1293,7 @@ namespace VEPROMS this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(135, 27); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(47, 13); + this.label31.Size = new System.Drawing.Size(60, 17); this.label31.TabIndex = 5; this.label31.Text = "Line two"; // @@ -1327,7 +1302,7 @@ namespace VEPROMS this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(14, 27); this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(48, 13); + this.label32.Size = new System.Drawing.Size(63, 17); this.label32.TabIndex = 4; this.label32.Text = "Line one"; // @@ -1358,7 +1333,7 @@ namespace VEPROMS this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(9, 85); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(55, 13); + this.label33.Size = new System.Drawing.Size(71, 17); this.label33.TabIndex = 8; this.label33.Text = "Text Type"; // @@ -1367,7 +1342,7 @@ namespace VEPROMS this.label34.AutoSize = true; this.label34.Location = new System.Drawing.Point(22, 29); this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(44, 13); + this.label34.Size = new System.Drawing.Size(58, 17); this.label34.TabIndex = 9; this.label34.Text = "Position"; // @@ -1427,10 +1402,10 @@ namespace VEPROMS this.ppGpbxUserSpecCB.Controls.Add(this.ppCmbxChgBarPos); this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault); this.ppGpbxUserSpecCB.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(9, 123); - this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2); + this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(12, 151); + this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB"; - this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(466, 136); + this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(621, 167); // // // @@ -1478,10 +1453,10 @@ namespace VEPROMS this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne); this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgTwoDefault); this.ppGpbxUserSpecTxt.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(260, 7); - this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2); + this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(347, 9); + this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt"; - this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(195, 106); + this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(260, 130); // // // @@ -1520,10 +1495,10 @@ namespace VEPROMS this.panProcBtns.Controls.Add(this.btnOutputStngs); this.panProcBtns.Controls.Add(this.btnFmtStngs); this.panProcBtns.Controls.Add(this.btnGeneral); - this.panProcBtns.Location = new System.Drawing.Point(9, 6); - this.panProcBtns.Margin = new System.Windows.Forms.Padding(2); + this.panProcBtns.Location = new System.Drawing.Point(12, 7); + this.panProcBtns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panProcBtns.Name = "panProcBtns"; - this.panProcBtns.Size = new System.Drawing.Size(124, 289); + this.panProcBtns.Size = new System.Drawing.Size(165, 356); this.panProcBtns.TabIndex = 27; // // btnOutputStngs @@ -1531,10 +1506,10 @@ namespace VEPROMS this.btnOutputStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOutputStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOutputStngs.Dock = System.Windows.Forms.DockStyle.Top; - this.btnOutputStngs.Location = new System.Drawing.Point(0, 38); - this.btnOutputStngs.Margin = new System.Windows.Forms.Padding(2); + this.btnOutputStngs.Location = new System.Drawing.Point(0, 46); + this.btnOutputStngs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnOutputStngs.Name = "btnOutputStngs"; - this.btnOutputStngs.Size = new System.Drawing.Size(124, 19); + this.btnOutputStngs.Size = new System.Drawing.Size(165, 23); this.btnOutputStngs.TabIndex = 4; this.btnOutputStngs.TabStop = false; this.btnOutputStngs.Text = "Output Settings"; @@ -1546,10 +1521,10 @@ namespace VEPROMS this.btnFmtStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnFmtStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnFmtStngs.Dock = System.Windows.Forms.DockStyle.Top; - this.btnFmtStngs.Location = new System.Drawing.Point(0, 19); - this.btnFmtStngs.Margin = new System.Windows.Forms.Padding(2); + this.btnFmtStngs.Location = new System.Drawing.Point(0, 23); + this.btnFmtStngs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnFmtStngs.Name = "btnFmtStngs"; - this.btnFmtStngs.Size = new System.Drawing.Size(124, 19); + this.btnFmtStngs.Size = new System.Drawing.Size(165, 23); this.btnFmtStngs.TabIndex = 3; this.btnFmtStngs.Text = "Format Settings"; this.btnFmtStngs.Click += new System.EventHandler(this.btnFmtStngs_Click); @@ -1560,9 +1535,9 @@ namespace VEPROMS this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top; this.btnGeneral.Location = new System.Drawing.Point(0, 0); - this.btnGeneral.Margin = new System.Windows.Forms.Padding(2); + this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnGeneral.Name = "btnGeneral"; - this.btnGeneral.Size = new System.Drawing.Size(124, 19); + this.btnGeneral.Size = new System.Drawing.Size(165, 23); this.btnGeneral.TabIndex = 2; this.btnGeneral.Text = "General"; this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click); @@ -1573,16 +1548,16 @@ namespace VEPROMS | System.Windows.Forms.AnchorStyles.Right))); this.tcProcProp.BackColor = System.Drawing.Color.Transparent; this.tcProcProp.CanReorderTabs = true; - this.tcProcProp.Controls.Add(this.tcpFormatSettings); this.tcProcProp.Controls.Add(this.tcpGeneral); + this.tcProcProp.Controls.Add(this.tcpFormatSettings); this.tcProcProp.Controls.Add(this.tcpOutputSettings); this.tcProcProp.Controls.Add(this.tabControlPanel4); - this.tcProcProp.Location = new System.Drawing.Point(135, 6); - this.tcProcProp.Margin = new System.Windows.Forms.Padding(2); + this.tcProcProp.Location = new System.Drawing.Point(180, 7); + this.tcProcProp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tcProcProp.Name = "tcProcProp"; this.tcProcProp.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.tcProcProp.SelectedTabIndex = 0; - this.tcProcProp.Size = new System.Drawing.Size(504, 289); + this.tcProcProp.Size = new System.Drawing.Size(672, 356); this.tcProcProp.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock; this.tcProcProp.TabIndex = 28; this.tcProcProp.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; @@ -1592,101 +1567,9 @@ namespace VEPROMS this.tcProcProp.TabsVisible = false; this.tcProcProp.Text = "tabControl2"; // - // tcpFormatSettings - // - this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar); - this.tcpFormatSettings.Controls.Add(this.label19); - this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType); - this.tcpFormatSettings.Controls.Add(this.label20); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefEdCols); - this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat); - this.tcpFormatSettings.Controls.Add(this.ppCmbxStpEditorCols); - this.tcpFormatSettings.Controls.Add(this.label43); - this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault); - this.tcpFormatSettings.Controls.Add(this.ppLblStpEditorColsDefault); - this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault); - this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty; - this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpFormatSettings.Location = new System.Drawing.Point(0, 22); - this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(2); - this.tcpFormatSettings.Name = "tcpFormatSettings"; - this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1); - this.tcpFormatSettings.Size = new System.Drawing.Size(504, 267); - 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; - this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); - this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) - | DevComponents.DotNetBar.eBorderSide.Bottom))); - this.tcpFormatSettings.Style.GradientAngle = 90; - this.tcpFormatSettings.TabIndex = 2; - this.tcpFormatSettings.TabItem = this.tiFmtStngs; - this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter); - // - // ppBtnDefEdCols - // - this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefEdCols.Location = new System.Drawing.Point(238, 78); - this.ppBtnDefEdCols.Margin = new System.Windows.Forms.Padding(2); - this.ppBtnDefEdCols.Name = "ppBtnDefEdCols"; - this.ppBtnDefEdCols.Size = new System.Drawing.Size(38, 19); - this.ppBtnDefEdCols.TabIndex = 23; - this.ppBtnDefEdCols.Text = "Default"; - this.ppBtnDefEdCols.ThemeAware = true; - this.ppBtnDefEdCols.Visible = false; - this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click); - // - // ppCmbxStpEditorCols - // - this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true)); - this.ppCmbxStpEditorCols.DisplayMember = "Text"; - this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; - this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.ppCmbxStpEditorCols.FormattingEnabled = true; - this.ppCmbxStpEditorCols.ItemHeight = 16; - this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(123, 78); - this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(2); - this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols"; - this.ppCmbxStpEditorCols.PreventEnterBeep = true; - this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(108, 22); - this.ppCmbxStpEditorCols.TabIndex = 22; - this.ppCmbxStpEditorCols.WatermarkText = "select column mode"; - this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged); - // - // label43 - // - this.label43.AutoSize = true; - this.label43.BackColor = System.Drawing.Color.Transparent; - this.label43.Location = new System.Drawing.Point(10, 80); - this.label43.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label43.Name = "label43"; - this.label43.Size = new System.Drawing.Size(112, 13); - this.label43.TabIndex = 28; - this.label43.Text = "Default Column Mode:"; - // - // ppLblStpEditorColsDefault - // - this.ppLblStpEditorColsDefault.AutoSize = true; - this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent; - this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(121, 99); - this.ppLblStpEditorColsDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault"; - this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(45, 13); - this.ppLblStpEditorColsDefault.TabIndex = 40; - this.ppLblStpEditorColsDefault.Text = "(default)"; - // - // tiFmtStngs - // - this.tiFmtStngs.AttachedControl = this.tcpFormatSettings; - this.tiFmtStngs.Name = "tiFmtStngs"; - this.tiFmtStngs.Text = "Format Settings"; - // // tcpGeneral // + this.tcpGeneral.Controls.Add(this.cbNotIncludeInMerged); this.tcpGeneral.Controls.Add(this.cbEnhanced); this.tcpGeneral.Controls.Add(this.ppProcNumStpRTB); this.tcpGeneral.Controls.Add(this.ppProcTitleStpRTB); @@ -1700,11 +1583,11 @@ namespace VEPROMS this.tcpGeneral.Controls.Add(this.label21); this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty; this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpGeneral.Location = new System.Drawing.Point(0, 22); - this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2); + this.tcpGeneral.Location = new System.Drawing.Point(0, 24); + this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tcpGeneral.Name = "tcpGeneral"; this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1); - this.tcpGeneral.Size = new System.Drawing.Size(504, 267); + this.tcpGeneral.Size = new System.Drawing.Size(672, 332); 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; @@ -1716,14 +1599,26 @@ namespace VEPROMS this.tcpGeneral.TabItem = this.tiGeneral; this.tcpGeneral.Enter += new System.EventHandler(this.tabpage_Enter); // + // cbIncludeInMerged + // + this.cbNotIncludeInMerged.AutoSize = true; + this.cbNotIncludeInMerged.BackColor = System.Drawing.Color.Transparent; + this.cbNotIncludeInMerged.Location = new System.Drawing.Point(38, 249); + this.cbNotIncludeInMerged.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.cbNotIncludeInMerged.Name = "cbIncludeInMerged"; + this.cbNotIncludeInMerged.Size = new System.Drawing.Size(215, 21); + this.cbNotIncludeInMerged.TabIndex = 58; + this.cbNotIncludeInMerged.Text = "Do Not Include In Merged Pdf"; + this.cbNotIncludeInMerged.UseVisualStyleBackColor = false; + // // cbEnhanced // this.cbEnhanced.AutoSize = true; this.cbEnhanced.BackColor = System.Drawing.Color.Transparent; - this.cbEnhanced.Location = new System.Drawing.Point(28, 179); - this.cbEnhanced.Margin = new System.Windows.Forms.Padding(2); + this.cbEnhanced.Location = new System.Drawing.Point(37, 220); + this.cbEnhanced.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbEnhanced.Name = "cbEnhanced"; - this.cbEnhanced.Size = new System.Drawing.Size(109, 17); + this.cbEnhanced.Size = new System.Drawing.Size(140, 21); this.cbEnhanced.TabIndex = 57; this.cbEnhanced.Text = "Create Enhanced"; this.cbEnhanced.UseVisualStyleBackColor = false; @@ -1746,8 +1641,8 @@ namespace VEPROMS this.ppProcNumStpRTB.ImageWidth = 0; this.ppProcNumStpRTB.IsExperimenting = false; this.ppProcNumStpRTB.LastRtf = ""; - this.ppProcNumStpRTB.Location = new System.Drawing.Point(67, 24); - this.ppProcNumStpRTB.Margin = new System.Windows.Forms.Padding(2); + this.ppProcNumStpRTB.Location = new System.Drawing.Point(89, 30); + this.ppProcNumStpRTB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppProcNumStpRTB.MyClassName = "RichEdit20W"; this.ppProcNumStpRTB.MyItemInfo = null; this.ppProcNumStpRTB.MyLinkText = null; @@ -1758,7 +1653,8 @@ namespace VEPROMS this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks; this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.ppProcNumStpRTB.ShowDebug = false; - this.ppProcNumStpRTB.Size = new System.Drawing.Size(405, 17); + this.ppProcNumStpRTB.Size = new System.Drawing.Size(539, 20); + this.ppProcNumStpRTB.SpellCheckStatus = false; this.ppProcNumStpRTB.TabIndex = 0; this.ppProcNumStpRTB.Text = ""; this.ppProcNumStpRTB.ThisContextMenuStrip = null; @@ -1783,9 +1679,9 @@ namespace VEPROMS this.ppProcTitleStpRTB.ImageWidth = 0; this.ppProcTitleStpRTB.IsExperimenting = false; this.ppProcTitleStpRTB.LastRtf = ""; - this.ppProcTitleStpRTB.Location = new System.Drawing.Point(67, 53); - this.ppProcTitleStpRTB.Margin = new System.Windows.Forms.Padding(2); - this.ppProcTitleStpRTB.MinimumSize = new System.Drawing.Size(405, 49); + this.ppProcTitleStpRTB.Location = new System.Drawing.Point(89, 65); + this.ppProcTitleStpRTB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppProcTitleStpRTB.MinimumSize = new System.Drawing.Size(539, 59); this.ppProcTitleStpRTB.MyClassName = "RichEdit20W"; this.ppProcTitleStpRTB.MyItemInfo = null; this.ppProcTitleStpRTB.MyLinkText = null; @@ -1796,7 +1692,8 @@ namespace VEPROMS this.ppProcTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks; this.ppProcTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.ppProcTitleStpRTB.ShowDebug = false; - this.ppProcTitleStpRTB.Size = new System.Drawing.Size(405, 49); + this.ppProcTitleStpRTB.Size = new System.Drawing.Size(539, 59); + this.ppProcTitleStpRTB.SpellCheckStatus = false; this.ppProcTitleStpRTB.TabIndex = 1; this.ppProcTitleStpRTB.Text = ""; this.ppProcTitleStpRTB.ThisContextMenuStrip = null; @@ -1821,11 +1718,11 @@ namespace VEPROMS this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark); 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.Location = new System.Drawing.Point(0, 24); + this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tcpOutputSettings.Name = "tcpOutputSettings"; this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1); - this.tcpOutputSettings.Size = new System.Drawing.Size(504, 267); + this.tcpOutputSettings.Size = new System.Drawing.Size(672, 332); 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; @@ -1851,10 +1748,10 @@ namespace VEPROMS this.ppGrpbxPrnAdj.Controls.Add(this.label41); this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth); this.ppGrpbxPrnAdj.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(11, 98); - this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(2); + this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(15, 121); + this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj"; - this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(482, 93); + this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(643, 114); // // // @@ -1894,6 +1791,97 @@ namespace VEPROMS this.tiOutputStngs.Text = "Output Settings"; this.tiOutputStngs.Visible = false; // + // tcpFormatSettings + // + this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar); + this.tcpFormatSettings.Controls.Add(this.label19); + this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType); + this.tcpFormatSettings.Controls.Add(this.label20); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefEdCols); + this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat); + this.tcpFormatSettings.Controls.Add(this.ppCmbxStpEditorCols); + this.tcpFormatSettings.Controls.Add(this.label43); + this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault); + this.tcpFormatSettings.Controls.Add(this.ppLblStpEditorColsDefault); + this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault); + this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty; + this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24); + this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpFormatSettings.Name = "tcpFormatSettings"; + this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1); + this.tcpFormatSettings.Size = new System.Drawing.Size(672, 332); + 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; + this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + | DevComponents.DotNetBar.eBorderSide.Bottom))); + this.tcpFormatSettings.Style.GradientAngle = 90; + this.tcpFormatSettings.TabIndex = 2; + this.tcpFormatSettings.TabItem = this.tiFmtStngs; + this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter); + // + // ppBtnDefEdCols + // + this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.ppBtnDefEdCols.Location = new System.Drawing.Point(317, 96); + this.ppBtnDefEdCols.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefEdCols.Name = "ppBtnDefEdCols"; + this.ppBtnDefEdCols.Size = new System.Drawing.Size(51, 23); + this.ppBtnDefEdCols.TabIndex = 23; + this.ppBtnDefEdCols.Text = "Default"; + this.ppBtnDefEdCols.ThemeAware = true; + this.ppBtnDefEdCols.Visible = false; + this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click); + // + // ppCmbxStpEditorCols + // + this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true)); + this.ppCmbxStpEditorCols.DisplayMember = "Text"; + this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.ppCmbxStpEditorCols.FormattingEnabled = true; + this.ppCmbxStpEditorCols.ItemHeight = 16; + this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(164, 96); + this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols"; + this.ppCmbxStpEditorCols.PreventEnterBeep = true; + this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(143, 22); + this.ppCmbxStpEditorCols.TabIndex = 22; + this.ppCmbxStpEditorCols.WatermarkText = "select column mode"; + this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged); + // + // label43 + // + this.label43.AutoSize = true; + this.label43.BackColor = System.Drawing.Color.Transparent; + this.label43.Location = new System.Drawing.Point(13, 98); + this.label43.Name = "label43"; + this.label43.Size = new System.Drawing.Size(147, 17); + this.label43.TabIndex = 28; + this.label43.Text = "Default Column Mode:"; + // + // ppLblStpEditorColsDefault + // + this.ppLblStpEditorColsDefault.AutoSize = true; + this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent; + this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(161, 122); + this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault"; + this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17); + this.ppLblStpEditorColsDefault.TabIndex = 40; + this.ppLblStpEditorColsDefault.Text = "(default)"; + // + // tiFmtStngs + // + this.tiFmtStngs.AttachedControl = this.tcpFormatSettings; + this.tiFmtStngs.Name = "tiFmtStngs"; + this.tiFmtStngs.Text = "Format Settings"; + // // tabControlPanel4 // this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations); @@ -1903,11 +1891,11 @@ namespace VEPROMS this.tabControlPanel4.Controls.Add(this.ppCbBackView); this.tabControlPanel4.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlPanel4.Location = new System.Drawing.Point(0, 22); - this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(2); + this.tabControlPanel4.Location = new System.Drawing.Point(0, 24); + this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlPanel4.Name = "tabControlPanel4"; this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1); - this.tabControlPanel4.Size = new System.Drawing.Size(504, 267); + this.tabControlPanel4.Size = new System.Drawing.Size(672, 332); this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; @@ -1927,13 +1915,13 @@ namespace VEPROMS // frmProcedureProperties // this.AcceptButton = this.ppBtnOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; 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(648, 340); + this.ClientSize = new System.Drawing.Size(864, 418); this.Controls.Add(this.tcProcProp); this.Controls.Add(this.panProcBtns); this.Controls.Add(this.ppCbShwDefSettings); @@ -1942,7 +1930,7 @@ namespace VEPROMS this.Controls.Add(this.ppBtnOK); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Margin = new System.Windows.Forms.Padding(2); + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "frmProcedureProperties"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; @@ -1970,14 +1958,14 @@ namespace VEPROMS this.panProcBtns.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).EndInit(); this.tcProcProp.ResumeLayout(false); - this.tcpFormatSettings.ResumeLayout(false); - this.tcpFormatSettings.PerformLayout(); this.tcpGeneral.ResumeLayout(false); this.tcpGeneral.PerformLayout(); this.tcpOutputSettings.ResumeLayout(false); this.tcpOutputSettings.PerformLayout(); this.ppGrpbxPrnAdj.ResumeLayout(false); this.ppGrpbxPrnAdj.PerformLayout(); + this.tcpFormatSettings.ResumeLayout(false); + this.tcpFormatSettings.PerformLayout(); this.tabControlPanel4.ResumeLayout(false); this.tabControlPanel4.PerformLayout(); this.ResumeLayout(false); @@ -2114,5 +2102,6 @@ namespace VEPROMS private System.Windows.Forms.Label label43; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxStpEditorCols; private System.Windows.Forms.CheckBox cbEnhanced; + private System.Windows.Forms.CheckBox cbNotIncludeInMerged; } } \ No newline at end of file diff --git a/PROMS/VEPROMS User Interface/frmProcedureProperties.cs b/PROMS/VEPROMS User Interface/frmProcedureProperties.cs index 01530d6f..e547945f 100644 --- a/PROMS/VEPROMS User Interface/frmProcedureProperties.cs +++ b/PROMS/VEPROMS User Interface/frmProcedureProperties.cs @@ -68,6 +68,7 @@ namespace VEPROMS // Save whether we should display the default values on this property page Settings.Default.ShowDefaultProcedureProp = ppCbShwDefSettings.Checked; Settings.Default.Save(); + _ProcedureConfig.Print_NotInMergeAll = cbNotIncludeInMerged.Checked; _ProcedureConfig.MyProcedure.Save().Dispose(); SaveText(ppProcTitleStpRTB); SaveText(ppProcNumStpRTB); @@ -248,6 +249,7 @@ namespace VEPROMS DocVersionConfig dvc = _ProcedureConfig.MyProcedure.MyProcedureInfo.MyDocVersion.MyConfig as DocVersionConfig; if (_ProcedureConfig.CreatingNew && dvc != null && dvc.MyEnhancedDocuments != null && dvc.MyEnhancedDocuments.Count > 0 && dvc.MyEnhancedDocuments[0].Type != 0) cbEnhanced.Visible = true; + cbNotIncludeInMerged.Checked = _ProcedureConfig.Print_NotInMergeAll; _Initializing = false; } diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs index 91e030f7..cc1c6e9e 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs @@ -97,21 +97,6 @@ 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.tbOutBlankMessage = new System.Windows.Forms.TextBox(); - this.lblOutBlnkMsg = new System.Windows.Forms.Label(); - 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(); @@ -119,10 +104,25 @@ namespace VEPROMS 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(); - this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components); + this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel(); + this.ppChbxMOSview = new DevComponents.DotNetBar.Controls.CheckBoxX(); + this.gpxMOSLocation = new DevComponents.DotNetBar.Controls.GroupPanel(); + this.ppCmbxMOScornerLoc = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.tbxMOSyloc = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.tbxMOSxloc = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.lblMOScorner = new System.Windows.Forms.Label(); + this.lblMOSyloc = new System.Windows.Forms.Label(); + this.lblMOSxloc = new System.Windows.Forms.Label(); + this.gpxMOSfont = new DevComponents.DotNetBar.Controls.GroupPanel(); + this.ppCmbxMOSfontName = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.tbxMOSfontSz = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.lblMOSfontSz = new System.Windows.Forms.Label(); + this.lblMOSfontName = new System.Windows.Forms.Label(); + this.tbxMOSother = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.lblMOSother = new System.Windows.Forms.Label(); + this.ppCmbxMOSformat = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.lblMOSformat = new System.Windows.Forms.Label(); + this.tiMergedOutputSettings = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel(); this.btnUnlinkDocVersion = new System.Windows.Forms.Button(); this.btnNewEnh = new System.Windows.Forms.Button(); @@ -141,12 +141,6 @@ 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(); @@ -177,7 +171,33 @@ 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.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.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel(); + this.btnPhoneList = new DevComponents.DotNetBar.ButtonX(); + this.ppLblUnitNum = new System.Windows.Forms.Label(); + this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components); + this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel(); + this.tbOutBlankMessage = new System.Windows.Forms.TextBox(); + this.lblOutBlnkMsg = new System.Windows.Forms.Label(); + 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.panVerBtns = new System.Windows.Forms.Panel(); + this.btnMergedOutputSettngs = new DevComponents.DotNetBar.ButtonX(); this.btnEnhanced = new DevComponents.DotNetBar.ButtonX(); this.btnApplicability = new DevComponents.DotNetBar.ButtonX(); this.btnLibDocs = new DevComponents.DotNetBar.ButtonX(); @@ -188,6 +208,8 @@ namespace VEPROMS this.ROPrefixBindingSource = new System.Windows.Forms.BindingSource(this.components); this.PDFLocationBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit(); this.ppGpbxUserSpecCB.SuspendLayout(); @@ -195,23 +217,26 @@ namespace VEPROMS ((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.tabControlPanel2.SuspendLayout(); + this.gpxMOSLocation.SuspendLayout(); + this.gpxMOSfont.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.tabControlPanel5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit(); + this.tcpFormatSettings.SuspendLayout(); + this.tcpOutputSettings.SuspendLayout(); + this.ppgpFileSuffix.SuspendLayout(); + this.ppgpFilePrefix.SuspendLayout(); this.panVerBtns.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit(); @@ -221,10 +246,10 @@ 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(823, 419); - this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnCancel.Location = new System.Drawing.Point(742, 342); + this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2); this.ppBtnCancel.Name = "ppBtnCancel"; - this.ppBtnCancel.Size = new System.Drawing.Size(75, 26); + this.ppBtnCancel.Size = new System.Drawing.Size(56, 21); this.ppBtnCancel.TabIndex = 91; this.ppBtnCancel.Text = "Cancel"; this.ppBtnCancel.UseVisualStyleBackColor = true; @@ -233,10 +258,10 @@ 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(726, 419); - this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnOK.Location = new System.Drawing.Point(669, 342); + this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2); this.ppBtnOK.Name = "ppBtnOK"; - this.ppBtnOK.Size = new System.Drawing.Size(75, 26); + this.ppBtnOK.Size = new System.Drawing.Size(56, 21); this.ppBtnOK.TabIndex = 90; this.ppBtnOK.Text = "OK"; this.ppBtnOK.UseVisualStyleBackColor = true; @@ -245,10 +270,10 @@ namespace VEPROMS // ppBtnDefaultChgBar // this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(403, 101); - this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(302, 82); + this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar"; - this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" + "tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" + "ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145))); @@ -266,10 +291,10 @@ namespace VEPROMS this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChangeBarType.FormattingEnabled = true; this.ppCmbxChangeBarType.ItemHeight = 14; - this.ppCmbxChangeBarType.Location = new System.Drawing.Point(119, 101); - this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxChangeBarType.Location = new System.Drawing.Point(89, 82); + this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType"; - this.ppCmbxChangeBarType.Size = new System.Drawing.Size(279, 20); + this.ppCmbxChangeBarType.Size = new System.Drawing.Size(210, 20); this.ppCmbxChangeBarType.TabIndex = 42; this.ppCmbxChangeBarType.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.ppCmbxChangeBarType.WatermarkText = "select change bar setting"; @@ -282,10 +307,10 @@ namespace VEPROMS // ppBtnDefaultFmt // this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultFmt.Location = new System.Drawing.Point(600, 34); - this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultFmt.Location = new System.Drawing.Point(450, 28); + this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt"; - this.ppBtnDefaultFmt.Size = new System.Drawing.Size(67, 28); + this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" + " \"Show Default Settings\" to display the \"default\" format name (below the format " + "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System)); @@ -302,10 +327,10 @@ namespace VEPROMS this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxFormat.FormattingEnabled = true; this.ppCmbxFormat.ItemHeight = 14; - this.ppCmbxFormat.Location = new System.Drawing.Point(19, 34); - this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxFormat.Location = new System.Drawing.Point(14, 28); + this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxFormat.Name = "ppCmbxFormat"; - this.ppCmbxFormat.Size = new System.Drawing.Size(575, 20); + this.ppCmbxFormat.Size = new System.Drawing.Size(432, 20); this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxFormat.TabIndex = 40; this.ppCmbxFormat.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))); @@ -320,9 +345,10 @@ namespace VEPROMS this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(117, 126); + this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(88, 102); + this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault"; - this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(107, 17); + this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(79, 13); this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " + "to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(270, 70))); this.ppLblChangeBarTypeDefault.TabIndex = 27; @@ -334,9 +360,10 @@ namespace VEPROMS this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblFormatDefault.ForeColor = System.Drawing.Color.Gray; - this.ppLblFormatDefault.Location = new System.Drawing.Point(13, 62); + this.ppLblFormatDefault.Location = new System.Drawing.Point(10, 50); + this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblFormatDefault.Name = "ppLblFormatDefault"; - this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17); + this.ppLblFormatDefault.Size = new System.Drawing.Size(45, 13); this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("The is the default Format setting", "", "Pressing the Reset Button (to the right)\r\nwill set the format setting back to thi" + "s.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70))); this.ppLblFormatDefault.TabIndex = 26; @@ -345,10 +372,10 @@ namespace VEPROMS // ppBtnDefCbTxtTyp // this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(291, 22); - this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(218, 18); + this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp"; - this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(235, 150))); this.ppBtnDefCbTxtTyp.TabIndex = 45; this.ppBtnDefCbTxtTyp.Text = "Default"; @@ -359,10 +386,10 @@ namespace VEPROMS // ppBtnDefaultCbPos // this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(280, 82); - this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(210, 67); + this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos"; - this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145))); this.ppBtnDefaultCbPos.TabIndex = 51; this.ppBtnDefaultCbPos.Text = "Default"; @@ -378,10 +405,10 @@ namespace VEPROMS this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarTxtType.FormattingEnabled = true; this.ppCmbxChgBarTxtType.ItemHeight = 20; - this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(83, 20); - this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(62, 16); + this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType"; - this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(203, 26); + this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(153, 26); this.ppCmbxChgBarTxtType.TabIndex = 44; this.ppCmbxChgBarTxtType.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.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type"; @@ -395,10 +422,10 @@ namespace VEPROMS this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarPos.FormattingEnabled = true; this.ppCmbxChgBarPos.ItemHeight = 20; - this.ppCmbxChgBarPos.Location = new System.Drawing.Point(96, 82); - this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxChgBarPos.Location = new System.Drawing.Point(72, 67); + this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos"; - this.ppCmbxChgBarPos.Size = new System.Drawing.Size(177, 26); + this.ppCmbxChgBarPos.Size = new System.Drawing.Size(134, 26); this.ppCmbxChgBarPos.TabIndex = 50; this.ppCmbxChgBarPos.Visible = false; this.ppCmbxChgBarPos.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))); @@ -410,9 +437,10 @@ namespace VEPROMS this.ppLblChgBarTxtTypeDefault.AutoSize = true; this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(93, 46); + this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(70, 37); + this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault"; - this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(107, 17); + this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(79, 13); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" + "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblChgBarTxtTypeDefault.TabIndex = 13; @@ -423,9 +451,10 @@ namespace VEPROMS this.ppLblChgBarPosDefault.AutoSize = true; this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(99, 106); + this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(74, 86); + this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault"; - this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(107, 17); + this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(79, 13); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" + "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80))); this.ppLblChgBarPosDefault.TabIndex = 12; @@ -435,10 +464,10 @@ namespace VEPROMS // ppBtnDefCbTxt2 // this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(157, 58); - this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(118, 47); + this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2"; - this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150))); this.ppBtnDefCbTxt2.TabIndex = 49; this.ppBtnDefCbTxt2.Text = "Default"; @@ -449,10 +478,10 @@ namespace VEPROMS // ppBtnDefCbTxt1 // this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(157, 7); - this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(118, 6); + this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1"; - this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150))); this.ppBtnDefCbTxt1.TabIndex = 47; this.ppBtnDefCbTxt1.Text = "Default"; @@ -465,9 +494,10 @@ namespace VEPROMS this.ppLblChgBarUserMsgTwoDefault.AutoSize = true; this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(88, 82); + this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(66, 67); + this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault"; - this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(61, 17); + this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(45, 13); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" + "e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7; @@ -478,9 +508,10 @@ namespace VEPROMS this.ppLblChgBarUserMsgOneDefault.AutoSize = true; this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(88, 34); + this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(66, 28); + this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault"; - this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(61, 17); + this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(45, 13); this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" + "e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.ppLblChgBarUserMsgOneDefault.TabIndex = 6; @@ -489,20 +520,21 @@ namespace VEPROMS // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(21, 11); + this.label14.Location = new System.Drawing.Point(16, 9); + this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(63, 17); + this.label14.Size = new System.Drawing.Size(48, 13); this.label14.TabIndex = 4; this.label14.Text = "Line one"; // // ppTxbxChangeBarUserMsgOne // this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess1", true)); - this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(91, 7); - this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(68, 6); + this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2); this.ppTxbxChangeBarUserMsgOne.Multiline = false; this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne"; - this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24); + this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppTxbxChangeBarUserMsgOne.TabIndex = 46; this.ppTxbxChangeBarUserMsgOne.Text = ""; @@ -510,20 +542,21 @@ namespace VEPROMS // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(21, 62); + this.label15.Location = new System.Drawing.Point(16, 50); + this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(60, 17); + this.label15.Size = new System.Drawing.Size(47, 13); this.label15.TabIndex = 5; this.label15.Text = "Line two"; // // ppTxbxChangeBarUserMsgTwo // this.ppTxbxChangeBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess2", true)); - this.ppTxbxChangeBarUserMsgTwo.Location = new System.Drawing.Point(91, 58); - this.ppTxbxChangeBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxbxChangeBarUserMsgTwo.Location = new System.Drawing.Point(68, 47); + this.ppTxbxChangeBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2); this.ppTxbxChangeBarUserMsgTwo.Multiline = false; this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo"; - this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(57, 24); + this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppTxbxChangeBarUserMsgTwo.TabIndex = 48; this.ppTxbxChangeBarUserMsgTwo.Text = ""; @@ -532,18 +565,20 @@ namespace VEPROMS // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(5, 22); + this.label13.Location = new System.Drawing.Point(4, 18); + this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(71, 17); + this.label13.Size = new System.Drawing.Size(55, 13); this.label13.TabIndex = 8; this.label13.Text = "Text Type"; // // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(35, 82); + this.label12.Location = new System.Drawing.Point(26, 67); + this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(58, 17); + this.label12.Size = new System.Drawing.Size(44, 13); this.label12.TabIndex = 9; this.label12.Text = "Position"; this.label12.Visible = false; @@ -552,9 +587,10 @@ namespace VEPROMS // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; - this.label10.Location = new System.Drawing.Point(13, 14); + this.label10.Location = new System.Drawing.Point(10, 11); + this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(52, 17); + this.label10.Size = new System.Drawing.Size(39, 13); this.label10.TabIndex = 19; this.label10.Text = "Format"; // @@ -562,9 +598,10 @@ namespace VEPROMS // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; - this.label11.Location = new System.Drawing.Point(23, 103); + this.label11.Location = new System.Drawing.Point(17, 84); + this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(90, 17); + this.label11.Size = new System.Drawing.Size(68, 13); this.label11.TabIndex = 3; this.label11.Text = "Change Bars"; // @@ -574,10 +611,10 @@ namespace VEPROMS // // ppBtnResetRoVals // - this.ppBtnResetRoVals.Location = new System.Drawing.Point(32, 90); - this.ppBtnResetRoVals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnResetRoVals.Location = new System.Drawing.Point(24, 73); + this.ppBtnResetRoVals.Margin = new System.Windows.Forms.Padding(2); this.ppBtnResetRoVals.Name = "ppBtnResetRoVals"; - this.ppBtnResetRoVals.Size = new System.Drawing.Size(76, 78); + this.ppBtnResetRoVals.Size = new System.Drawing.Size(57, 63); this.ppBtnResetRoVals.TabIndex = 20; this.ppBtnResetRoVals.Text = "Reset to Previous Values"; this.ppBtnResetRoVals.UseVisualStyleBackColor = true; @@ -586,10 +623,10 @@ namespace VEPROMS // // ppBtnUpRoVals // - this.ppBtnUpRoVals.Location = new System.Drawing.Point(35, 14); - this.ppBtnUpRoVals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnUpRoVals.Location = new System.Drawing.Point(26, 11); + this.ppBtnUpRoVals.Margin = new System.Windows.Forms.Padding(2); this.ppBtnUpRoVals.Name = "ppBtnUpRoVals"; - this.ppBtnUpRoVals.Size = new System.Drawing.Size(76, 73); + this.ppBtnUpRoVals.Size = new System.Drawing.Size(57, 59); this.superTooltip1.SetSuperTooltip(this.ppBtnUpRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Objects Values", "", "This button will update all of the Referenced Objects Values in all of the proced" + "ures in this procedure set.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.ppBtnUpRoVals.TabIndex = 23; @@ -601,9 +638,10 @@ namespace VEPROMS // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; - this.label6.Location = new System.Drawing.Point(12, 21); + this.label6.Location = new System.Drawing.Point(9, 17); + this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(94, 17); + this.label6.Size = new System.Drawing.Size(72, 13); this.label6.TabIndex = 12; this.label6.Text = "RO Database"; // @@ -614,10 +652,10 @@ namespace VEPROMS this.ppCmbxProcSetType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxProcSetType.FormattingEnabled = true; this.ppCmbxProcSetType.ItemHeight = 20; - this.ppCmbxProcSetType.Location = new System.Drawing.Point(232, 303); - this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxProcSetType.Location = new System.Drawing.Point(174, 246); + this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxProcSetType.Name = "ppCmbxProcSetType"; - this.ppCmbxProcSetType.Size = new System.Drawing.Size(176, 26); + this.ppCmbxProcSetType.Size = new System.Drawing.Size(133, 26); this.ppCmbxProcSetType.TabIndex = 2; this.ppCmbxProcSetType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxProcSetType.WatermarkText = "select procedure set type"; @@ -626,20 +664,21 @@ namespace VEPROMS // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; - this.label9.Location = new System.Drawing.Point(31, 306); + this.label9.Location = new System.Drawing.Point(23, 249); + this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(195, 17); + this.label9.Size = new System.Drawing.Size(145, 13); this.label9.TabIndex = 16; this.label9.Text = "Procedure Set Type (version)"; // // ppRTxtName // this.ppRTxtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Name", true)); - this.ppRTxtName.Location = new System.Drawing.Point(75, 18); - this.ppRTxtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppRTxtName.Location = new System.Drawing.Point(56, 15); + this.ppRTxtName.Margin = new System.Windows.Forms.Padding(2); this.ppRTxtName.Multiline = false; this.ppRTxtName.Name = "ppRTxtName"; - this.ppRTxtName.Size = new System.Drawing.Size(279, 22); + this.ppRTxtName.Size = new System.Drawing.Size(210, 19); this.ppRTxtName.TabIndex = 0; this.ppRTxtName.Text = ""; this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave); @@ -648,30 +687,31 @@ namespace VEPROMS // this.lblProcSetRev.AutoSize = true; this.lblProcSetRev.BackColor = System.Drawing.Color.Transparent; - this.lblProcSetRev.Location = new System.Drawing.Point(27, 245); + this.lblProcSetRev.Location = new System.Drawing.Point(20, 199); + this.lblProcSetRev.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblProcSetRev.Name = "lblProcSetRev"; - this.lblProcSetRev.Size = new System.Drawing.Size(157, 17); + this.lblProcSetRev.Size = new System.Drawing.Size(119, 13); this.lblProcSetRev.TabIndex = 66; this.lblProcSetRev.Text = "Procedure Set Revision"; // // ppRTxtProcSetRev // this.ppRTxtProcSetRev.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "ProcedureSetRev", true)); - this.ppRTxtProcSetRev.Location = new System.Drawing.Point(228, 241); - this.ppRTxtProcSetRev.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppRTxtProcSetRev.Location = new System.Drawing.Point(171, 196); + this.ppRTxtProcSetRev.Margin = new System.Windows.Forms.Padding(2); this.ppRTxtProcSetRev.Multiline = false; this.ppRTxtProcSetRev.Name = "ppRTxtProcSetRev"; - this.ppRTxtProcSetRev.Size = new System.Drawing.Size(279, 22); + this.ppRTxtProcSetRev.Size = new System.Drawing.Size(210, 19); this.ppRTxtProcSetRev.TabIndex = 0; this.ppRTxtProcSetRev.Text = ""; // // ppRTxtTitle // this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Title", true)); - this.ppRTxtTitle.Location = new System.Drawing.Point(75, 70); - this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppRTxtTitle.Location = new System.Drawing.Point(56, 57); + this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(2); this.ppRTxtTitle.Name = "ppRTxtTitle"; - this.ppRTxtTitle.Size = new System.Drawing.Size(541, 61); + this.ppRTxtTitle.Size = new System.Drawing.Size(407, 50); this.ppRTxtTitle.TabIndex = 1; this.ppRTxtTitle.Text = ""; this.ppRTxtTitle.Visible = false; @@ -681,10 +721,10 @@ namespace VEPROMS this.ppDTPicker.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt"; this.ppDTPicker.Enabled = false; this.ppDTPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.ppDTPicker.Location = new System.Drawing.Point(107, 151); - this.ppDTPicker.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppDTPicker.Location = new System.Drawing.Point(80, 123); + this.ppDTPicker.Margin = new System.Windows.Forms.Padding(2); this.ppDTPicker.Name = "ppDTPicker"; - this.ppDTPicker.Size = new System.Drawing.Size(172, 22); + this.ppDTPicker.Size = new System.Drawing.Size(130, 20); this.ppDTPicker.TabIndex = 12; this.ppDTPicker.TabStop = false; this.ppDTPicker.Visible = false; @@ -693,9 +733,10 @@ namespace VEPROMS // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; - this.label1.Location = new System.Drawing.Point(35, 73); + this.label1.Location = new System.Drawing.Point(26, 59); + this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(35, 17); + this.label1.Size = new System.Drawing.Size(27, 13); this.label1.TabIndex = 3; this.label1.Text = "Title"; this.label1.Visible = false; @@ -704,19 +745,20 @@ namespace VEPROMS // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; - this.label2.Location = new System.Drawing.Point(23, 22); + this.label2.Location = new System.Drawing.Point(17, 18); + this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(45, 17); + this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 4; this.label2.Text = "Name"; // // ppTxtBxUserID // this.ppTxtBxUserID.Enabled = false; - this.ppTxtBxUserID.Location = new System.Drawing.Point(93, 208); - this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxtBxUserID.Location = new System.Drawing.Point(70, 169); + this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2); this.ppTxtBxUserID.Name = "ppTxtBxUserID"; - this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22); + this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20); this.ppTxtBxUserID.TabIndex = 10; this.ppTxtBxUserID.TabStop = false; this.ppTxtBxUserID.Visible = false; @@ -725,9 +767,10 @@ namespace VEPROMS // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; - this.label3.Location = new System.Drawing.Point(35, 210); + this.label3.Location = new System.Drawing.Point(26, 171); + this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(55, 17); + this.label3.Size = new System.Drawing.Size(43, 13); this.label3.TabIndex = 5; this.label3.Text = "User ID"; this.label3.Visible = false; @@ -736,9 +779,10 @@ namespace VEPROMS // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; - this.label4.Location = new System.Drawing.Point(27, 154); + this.label4.Location = new System.Drawing.Point(20, 125); + this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(73, 17); + this.label4.Size = new System.Drawing.Size(58, 13); this.label4.TabIndex = 6; this.label4.Text = "Date/Time"; this.label4.Visible = false; @@ -747,20 +791,20 @@ namespace VEPROMS // this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image"))); - this.ppBtnPDFLoc.Location = new System.Drawing.Point(612, 21); - this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnPDFLoc.Location = new System.Drawing.Point(459, 17); + this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(2); this.ppBtnPDFLoc.Name = "ppBtnPDFLoc"; - this.ppBtnPDFLoc.Size = new System.Drawing.Size(21, 23); + this.ppBtnPDFLoc.Size = new System.Drawing.Size(16, 19); 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(579, 74); - this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(59, 25); + 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"; @@ -770,10 +814,10 @@ namespace VEPROMS // ppBtnDefWatermark // this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 71); - this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefWatermark.Location = new System.Drawing.Point(202, 58); + this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefWatermark.Name = "ppBtnDefWatermark"; - this.ppBtnDefWatermark.Size = new System.Drawing.Size(53, 25); + this.ppBtnDefWatermark.Size = new System.Drawing.Size(40, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" + "ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" + " the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 145))); @@ -791,10 +835,10 @@ namespace VEPROMS this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxWatermark.FormattingEnabled = true; this.ppCmbxWatermark.ItemHeight = 20; - this.ppCmbxWatermark.Location = new System.Drawing.Point(99, 71); - this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxWatermark.Location = new System.Drawing.Point(74, 58); + this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxWatermark.Name = "ppCmbxWatermark"; - this.ppCmbxWatermark.Size = new System.Drawing.Size(167, 26); + 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"; @@ -806,9 +850,10 @@ namespace VEPROMS this.ppLblWatermarkDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblWatermarkDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblWatermarkDefault.ForeColor = System.Drawing.Color.Gray; - this.ppLblWatermarkDefault.Location = new System.Drawing.Point(92, 98); + this.ppLblWatermarkDefault.Location = new System.Drawing.Point(69, 80); + this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault"; - this.ppLblWatermarkDefault.Size = new System.Drawing.Size(61, 17); + this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13); this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark settings", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" + " to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0))); this.ppLblWatermarkDefault.TabIndex = 57; @@ -817,19 +862,20 @@ namespace VEPROMS // ppTxtBxPDFLoc // this.ppTxtBxPDFLoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFLocation", true)); - this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(109, 23); - this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(82, 19); + this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(2); this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc"; - this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(496, 22); + this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(373, 20); this.ppTxtBxPDFLoc.TabIndex = 30; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; - this.label18.Location = new System.Drawing.Point(5, 27); + this.label18.Location = new System.Drawing.Point(4, 22); + this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(93, 17); + this.label18.Size = new System.Drawing.Size(72, 13); this.label18.TabIndex = 54; this.label18.Text = "PDF Location"; // @@ -839,9 +885,10 @@ namespace VEPROMS 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(381, 98); + 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(86, 17); + 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; @@ -852,10 +899,10 @@ namespace VEPROMS 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(363, 74); - this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(209, 21); + 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; @@ -867,9 +914,10 @@ namespace VEPROMS // this.label17.AutoSize = true; this.label17.BackColor = System.Drawing.Color.Transparent; - this.label17.Location = new System.Drawing.Point(12, 76); + this.label17.Location = new System.Drawing.Point(9, 62); + this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(77, 17); + this.label17.Size = new System.Drawing.Size(59, 13); this.label17.TabIndex = 27; this.label17.Text = "Watermark"; // @@ -885,10 +933,10 @@ namespace VEPROMS // // this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppCbShwDefSettings.Location = new System.Drawing.Point(23, 796); - this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCbShwDefSettings.Location = new System.Drawing.Point(17, 703); + this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2); this.ppCbShwDefSettings.Name = "ppCbShwDefSettings"; - this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 25); + this.ppCbShwDefSettings.Size = new System.Drawing.Size(154, 20); this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" + "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCbShwDefSettings.TabIndex = 92; @@ -910,10 +958,10 @@ namespace VEPROMS this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarPosDefault); this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault); this.ppGpbxUserSpecCB.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(19, 167); - this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(14, 136); + this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2); this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB"; - this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(621, 160); + this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(466, 130); // // // @@ -959,10 +1007,10 @@ namespace VEPROMS this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault); this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne); this.ppGpbxUserSpecTxt.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(356, 7); - this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(267, 6); + this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2); this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt"; - this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(245, 126); + this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(184, 102); // // // @@ -997,10 +1045,9 @@ 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(45, 11); - this.ppTxtBxPdfPre.Margin = new System.Windows.Forms.Padding(4); + this.ppTxtBxPdfPre.Location = new System.Drawing.Point(34, 9); this.ppTxtBxPdfPre.Name = "ppTxtBxPdfPre"; - this.ppTxtBxPdfPre.Size = new System.Drawing.Size(132, 22); + 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" + "rocedure is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.ppTxtBxPdfPre.TabIndex = 68; @@ -1008,21 +1055,20 @@ 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(45, 9); - this.ppTxtBxPDFSuf.Margin = new System.Windows.Forms.Padding(4); + this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(34, 7); this.ppTxtBxPDFSuf.Name = "ppTxtBxPDFSuf"; - this.ppTxtBxPDFSuf.Size = new System.Drawing.Size(132, 22); + 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" + "re is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.ppTxtBxPDFSuf.TabIndex = 68; // // ppTxbxUnitNum // - this.ppTxbxUnitNum.Location = new System.Drawing.Point(341, 338); - this.ppTxbxUnitNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxbxUnitNum.Location = new System.Drawing.Point(256, 275); + this.ppTxbxUnitNum.Margin = new System.Windows.Forms.Padding(2); this.ppTxbxUnitNum.Multiline = false; this.ppTxbxUnitNum.Name = "ppTxbxUnitNum"; - this.ppTxbxUnitNum.Size = new System.Drawing.Size(57, 24); + this.ppTxbxUnitNum.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppTxbxUnitNum, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppTxbxUnitNum.TabIndex = 51; this.ppTxbxUnitNum.Text = ""; @@ -1032,9 +1078,10 @@ 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(13, 773); + this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(10, 685); + this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo"; - this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17); + this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13); this.ppLblDefSettingsInfo.TabIndex = 25; this.ppLblDefSettingsInfo.Text = "* Default values shown in italics"; // @@ -1048,18 +1095,19 @@ namespace VEPROMS this.tcVersions.BackColor = System.Drawing.Color.Transparent; this.tcVersions.CanReorderTabs = true; this.tcVersions.Controls.Add(this.tcpGeneral); - this.tcVersions.Controls.Add(this.tcpOutputSettings); this.tcVersions.Controls.Add(this.tcpRefereceObjects); - this.tcVersions.Controls.Add(this.tcpFormatSettings); + this.tcVersions.Controls.Add(this.tabControlPanel2); 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(225, 2); - this.tcVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcVersions.Controls.Add(this.tabControlPanel5); + this.tcVersions.Controls.Add(this.tcpFormatSettings); + this.tcVersions.Controls.Add(this.tcpOutputSettings); + this.tcVersions.Location = new System.Drawing.Point(173, 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(685, 410); + this.tcVersions.Size = new System.Drawing.Size(625, 333); this.tcVersions.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock; this.tcVersions.TabIndex = 28; this.tcVersions.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; @@ -1070,6 +1118,7 @@ namespace VEPROMS this.tcVersions.Tabs.Add(this.tiLibDocs); this.tcVersions.Tabs.Add(this.tiApplicability); this.tcVersions.Tabs.Add(this.tiEnhanced); + this.tcVersions.Tabs.Add(this.tiMergedOutputSettings); this.tcVersions.TabsVisible = false; this.tcVersions.Text = "tabControl1"; // @@ -1090,11 +1139,11 @@ namespace VEPROMS this.tcpGeneral.Controls.Add(this.label1); this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty; this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpGeneral.Location = new System.Drawing.Point(0, 24); - this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpGeneral.Location = new System.Drawing.Point(0, 22); + this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2); this.tcpGeneral.Name = "tcpGeneral"; - this.tcpGeneral.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpGeneral.Size = new System.Drawing.Size(685, 386); + this.tcpGeneral.Padding = new System.Windows.Forms.Padding(2); + this.tcpGeneral.Size = new System.Drawing.Size(625, 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; @@ -1111,272 +1160,6 @@ namespace VEPROMS this.tiGeneral.Name = "tiGeneral"; this.tiGeneral.Text = "General"; // - // tcpOutputSettings - // - this.tcpOutputSettings.Controls.Add(this.tbOutBlankMessage); - this.tcpOutputSettings.Controls.Add(this.lblOutBlnkMsg); - 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, 24); - this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpOutputSettings.Name = "tcpOutputSettings"; - this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpOutputSettings.Size = new System.Drawing.Size(685, 386); - 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); - // - // tbOutBlankMessage - // - this.tbOutBlankMessage.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_DuplexBlankPageText", true)); - this.tbOutBlankMessage.Location = new System.Drawing.Point(175, 350); - this.tbOutBlankMessage.Name = "tbOutBlankMessage"; - this.tbOutBlankMessage.Size = new System.Drawing.Size(492, 22); - this.tbOutBlankMessage.TabIndex = 74; - // - // lblOutBlnkMsg - // - this.lblOutBlnkMsg.AutoSize = true; - this.lblOutBlnkMsg.BackColor = System.Drawing.Color.Transparent; - this.lblOutBlnkMsg.Location = new System.Drawing.Point(34, 353); - this.lblOutBlnkMsg.Name = "lblOutBlnkMsg"; - this.lblOutBlnkMsg.Size = new System.Drawing.Size(145, 17); - this.lblOutBlnkMsg.TabIndex = 73; - this.lblOutBlnkMsg.Text = "Blank Page Message:"; - // - // 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(377, 134); - this.ppgpFileSuffix.Margin = new System.Windows.Forms.Padding(4); - this.ppgpFileSuffix.Name = "ppgpFileSuffix"; - this.ppgpFileSuffix.Size = new System.Drawing.Size(225, 127); - // - // - // - 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, 47); - this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(73, 17); - 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(3, 11); - this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(35, 17); - 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(17, 70); - this.ppCmbxPDFdtSuffix.Margin = new System.Windows.Forms.Padding(4); - this.ppCmbxPDFdtSuffix.Name = "ppCmbxPDFdtSuffix"; - this.ppCmbxPDFdtSuffix.Size = new System.Drawing.Size(195, 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(68, 133); - this.ppgpFilePrefix.Margin = new System.Windows.Forms.Padding(4); - this.ppgpFilePrefix.Name = "ppgpFilePrefix"; - this.ppgpFilePrefix.Size = new System.Drawing.Size(225, 127); - // - // - // - 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, 50); - this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(73, 17); - 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(3, 15); - this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(35, 17); - 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(15, 70); - this.ppCmbxPDFdtPrefix.Margin = new System.Windows.Forms.Padding(4); - this.ppCmbxPDFdtPrefix.Name = "ppCmbxPDFdtPrefix"; - this.ppCmbxPDFdtPrefix.Size = new System.Drawing.Size(195, 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(10, 327); - this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs"; - this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(505, 21); - this.ppChbxAddBlankPgs.TabIndex = 66; - this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts or Supplemental Information"; - 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(10, 301); - this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF"; - this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(227, 21); - 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(10, 274); - this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF"; - this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(168, 21); - 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); @@ -1387,11 +1170,11 @@ namespace VEPROMS 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, 24); - this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(3, 2, 3, 2); - this.tcpRefereceObjects.Size = new System.Drawing.Size(685, 386); + this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(2); + this.tcpRefereceObjects.Size = new System.Drawing.Size(625, 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; @@ -1406,18 +1189,18 @@ namespace VEPROMS // tbRoDb // this.tbRoDb.Enabled = false; - this.tbRoDb.Location = new System.Drawing.Point(107, 16); - this.tbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(423, 22); + this.tbRoDb.Size = new System.Drawing.Size(318, 20); this.tbRoDb.TabIndex = 20; // // ppBtnRoDbBrowse // - this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(541, 42); - this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(68, 25); + this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(51, 20); this.ppBtnRoDbBrowse.TabIndex = 22; this.ppBtnRoDbBrowse.Text = "Browse..."; this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true; @@ -1428,20 +1211,20 @@ namespace VEPROMS 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(541, 12); - this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(44, 28); + 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(107, 16); - this.cmbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(423, 24); + this.cmbRoDb.Size = new System.Drawing.Size(318, 21); this.cmbRoDb.TabIndex = 47; this.cmbRoDb.SelectedIndexChanged += new System.EventHandler(this.cmbRoDb_SelectedIndexChanged); // @@ -1453,10 +1236,10 @@ namespace VEPROMS 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(45, 85); - this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(149, 199); + this.ppGpbxUpROvals.Size = new System.Drawing.Size(112, 162); // // // @@ -1494,66 +1277,320 @@ namespace VEPROMS this.tiRefObjs.Name = "tiRefObjs"; this.tiRefObjs.Text = "Referenced Objects"; // - // tcpFormatSettings + // tabControlPanel2 // - this.tcpFormatSettings.Controls.Add(this.btnPhoneList); - this.tcpFormatSettings.Controls.Add(this.ppTxbxUnitNum); - this.tcpFormatSettings.Controls.Add(this.ppLblUnitNum); - this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar); - this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat); - this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType); - this.tcpFormatSettings.Controls.Add(this.label11); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt); - this.tcpFormatSettings.Controls.Add(this.label10); - this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault); - this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault); - this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty; - this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24); - this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpFormatSettings.Name = "tcpFormatSettings"; - this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpFormatSettings.Size = new System.Drawing.Size(685, 386); - 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; - this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); - this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + this.tabControlPanel2.Controls.Add(this.ppChbxMOSview); + this.tabControlPanel2.Controls.Add(this.gpxMOSLocation); + this.tabControlPanel2.Controls.Add(this.gpxMOSfont); + this.tabControlPanel2.Controls.Add(this.tbxMOSother); + this.tabControlPanel2.Controls.Add(this.lblMOSother); + this.tabControlPanel2.Controls.Add(this.ppCmbxMOSformat); + this.tabControlPanel2.Controls.Add(this.lblMOSformat); + this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty; + this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControlPanel2.Location = new System.Drawing.Point(0, 22); + this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2); + this.tabControlPanel2.Name = "tabControlPanel2"; + this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); + this.tabControlPanel2.Size = new System.Drawing.Size(625, 311); + this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); + this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); + this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); - this.tcpFormatSettings.Style.GradientAngle = 90; - this.tcpFormatSettings.TabIndex = 4; - this.tcpFormatSettings.TabItem = this.tiFmtSettings; - this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter); + this.tabControlPanel2.Style.GradientAngle = 90; + this.tabControlPanel2.TabIndex = 30; + this.tabControlPanel2.TabItem = this.tiMergedOutputSettings; // - // btnPhoneList + // ppChbxMOSview // - this.btnPhoneList.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnPhoneList.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnPhoneList.Location = new System.Drawing.Point(432, 338); - this.btnPhoneList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnPhoneList.Name = "btnPhoneList"; - this.btnPhoneList.Size = new System.Drawing.Size(99, 25); - this.btnPhoneList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; - this.btnPhoneList.TabIndex = 52; - this.btnPhoneList.Text = "Phone List"; - this.btnPhoneList.Click += new System.EventHandler(this.btnPhoneList_Click); + this.ppChbxMOSview.BackColor = System.Drawing.Color.Transparent; // - // ppLblUnitNum // - this.ppLblUnitNum.AutoSize = true; - this.ppLblUnitNum.BackColor = System.Drawing.Color.Transparent; - this.ppLblUnitNum.Location = new System.Drawing.Point(16, 346); - this.ppLblUnitNum.Name = "ppLblUnitNum"; - this.ppLblUnitNum.Size = new System.Drawing.Size(315, 17); - this.ppLblUnitNum.TabIndex = 50; - this.ppLblUnitNum.Text = "Unit Number for Cover and Header page printing"; // - // tiFmtSettings + this.ppChbxMOSview.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.ppChbxMOSview.Location = new System.Drawing.Point(28, 238); + this.ppChbxMOSview.Margin = new System.Windows.Forms.Padding(2); + this.ppChbxMOSview.Name = "ppChbxMOSview"; + this.ppChbxMOSview.Size = new System.Drawing.Size(75, 19); + this.ppChbxMOSview.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.ppChbxMOSview.TabIndex = 6; + this.ppChbxMOSview.Text = "View Pdf After Merge"; // - this.tiFmtSettings.AttachedControl = this.tcpFormatSettings; - this.tiFmtSettings.Name = "tiFmtSettings"; - this.tiFmtSettings.Text = "Format Settings"; + // gpxMOSLocation + // + this.gpxMOSLocation.BackColor = System.Drawing.Color.Transparent; + this.gpxMOSLocation.CanvasColor = System.Drawing.SystemColors.Control; + this.gpxMOSLocation.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; + this.gpxMOSLocation.Controls.Add(this.ppCmbxMOScornerLoc); + this.gpxMOSLocation.Controls.Add(this.tbxMOSyloc); + this.gpxMOSLocation.Controls.Add(this.tbxMOSxloc); + this.gpxMOSLocation.Controls.Add(this.lblMOScorner); + this.gpxMOSLocation.Controls.Add(this.lblMOSyloc); + this.gpxMOSLocation.Controls.Add(this.lblMOSxloc); + this.gpxMOSLocation.DisabledBackColor = System.Drawing.Color.Empty; + this.gpxMOSLocation.Location = new System.Drawing.Point(280, 100); + this.gpxMOSLocation.Margin = new System.Windows.Forms.Padding(2); + this.gpxMOSLocation.Name = "gpxMOSLocation"; + this.gpxMOSLocation.Size = new System.Drawing.Size(209, 98); + // + // + // + this.gpxMOSLocation.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.gpxMOSLocation.Style.BackColorGradientAngle = 90; + this.gpxMOSLocation.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.gpxMOSLocation.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSLocation.Style.BorderBottomWidth = 1; + this.gpxMOSLocation.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.gpxMOSLocation.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSLocation.Style.BorderLeftWidth = 1; + this.gpxMOSLocation.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSLocation.Style.BorderRightWidth = 1; + this.gpxMOSLocation.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSLocation.Style.BorderTopWidth = 1; + this.gpxMOSLocation.Style.CornerDiameter = 4; + this.gpxMOSLocation.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; + this.gpxMOSLocation.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; + this.gpxMOSLocation.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.gpxMOSLocation.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; + // + // + // + this.gpxMOSLocation.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.gpxMOSLocation.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.gpxMOSLocation.TabIndex = 5; + this.gpxMOSLocation.Text = "Location"; + // + // ppCmbxMOScornerLoc + // + this.ppCmbxMOScornerLoc.DisplayMember = "Text"; + this.ppCmbxMOScornerLoc.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.ppCmbxMOScornerLoc.FormattingEnabled = true; + this.ppCmbxMOScornerLoc.ItemHeight = 16; + this.ppCmbxMOScornerLoc.Location = new System.Drawing.Point(59, 53); + this.ppCmbxMOScornerLoc.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxMOScornerLoc.Name = "ppCmbxMOScornerLoc"; + this.ppCmbxMOScornerLoc.Size = new System.Drawing.Size(144, 22); + this.ppCmbxMOScornerLoc.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.ppCmbxMOScornerLoc.TabIndex = 9; + this.ppCmbxMOScornerLoc.WatermarkText = "corner location"; + // + // tbxMOSyloc + // + // + // + // + this.tbxMOSyloc.Border.Class = "TextBoxBorder"; + this.tbxMOSyloc.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.tbxMOSyloc.Location = new System.Drawing.Point(62, 30); + this.tbxMOSyloc.Margin = new System.Windows.Forms.Padding(2); + this.tbxMOSyloc.Name = "tbxMOSyloc"; + this.tbxMOSyloc.PreventEnterBeep = true; + this.tbxMOSyloc.Size = new System.Drawing.Size(75, 20); + this.tbxMOSyloc.TabIndex = 8; + // + // tbxMOSxloc + // + // + // + // + this.tbxMOSxloc.Border.Class = "TextBoxBorder"; + this.tbxMOSxloc.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.tbxMOSxloc.Location = new System.Drawing.Point(62, 10); + this.tbxMOSxloc.Margin = new System.Windows.Forms.Padding(2); + this.tbxMOSxloc.Name = "tbxMOSxloc"; + this.tbxMOSxloc.PreventEnterBeep = true; + this.tbxMOSxloc.Size = new System.Drawing.Size(75, 20); + this.tbxMOSxloc.TabIndex = 7; + // + // lblMOScorner + // + this.lblMOScorner.AutoSize = true; + this.lblMOScorner.BackColor = System.Drawing.Color.Transparent; + this.lblMOScorner.Location = new System.Drawing.Point(14, 54); + this.lblMOScorner.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOScorner.Name = "lblMOScorner"; + this.lblMOScorner.Size = new System.Drawing.Size(41, 13); + this.lblMOScorner.TabIndex = 6; + this.lblMOScorner.Text = "Corner:"; + // + // lblMOSyloc + // + this.lblMOSyloc.AutoSize = true; + this.lblMOSyloc.BackColor = System.Drawing.Color.Transparent; + this.lblMOSyloc.Location = new System.Drawing.Point(14, 32); + this.lblMOSyloc.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOSyloc.Name = "lblMOSyloc"; + this.lblMOSyloc.Size = new System.Drawing.Size(34, 13); + this.lblMOSyloc.TabIndex = 5; + this.lblMOSyloc.Text = "Y (in):"; + // + // lblMOSxloc + // + this.lblMOSxloc.AutoSize = true; + this.lblMOSxloc.BackColor = System.Drawing.Color.Transparent; + this.lblMOSxloc.Location = new System.Drawing.Point(14, 10); + this.lblMOSxloc.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOSxloc.Name = "lblMOSxloc"; + this.lblMOSxloc.Size = new System.Drawing.Size(34, 13); + this.lblMOSxloc.TabIndex = 4; + this.lblMOSxloc.Text = "X (in):"; + // + // gpxMOSfont + // + this.gpxMOSfont.BackColor = System.Drawing.Color.Transparent; + this.gpxMOSfont.CanvasColor = System.Drawing.SystemColors.Control; + this.gpxMOSfont.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; + this.gpxMOSfont.Controls.Add(this.ppCmbxMOSfontName); + this.gpxMOSfont.Controls.Add(this.tbxMOSfontSz); + this.gpxMOSfont.Controls.Add(this.lblMOSfontSz); + this.gpxMOSfont.Controls.Add(this.lblMOSfontName); + this.gpxMOSfont.DisabledBackColor = System.Drawing.Color.Empty; + this.gpxMOSfont.Location = new System.Drawing.Point(28, 100); + this.gpxMOSfont.Margin = new System.Windows.Forms.Padding(2); + this.gpxMOSfont.Name = "gpxMOSfont"; + this.gpxMOSfont.Size = new System.Drawing.Size(222, 98); + // + // + // + this.gpxMOSfont.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.gpxMOSfont.Style.BackColorGradientAngle = 90; + this.gpxMOSfont.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.gpxMOSfont.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSfont.Style.BorderBottomWidth = 1; + this.gpxMOSfont.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.gpxMOSfont.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSfont.Style.BorderLeftWidth = 1; + this.gpxMOSfont.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSfont.Style.BorderRightWidth = 1; + this.gpxMOSfont.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.gpxMOSfont.Style.BorderTopWidth = 1; + this.gpxMOSfont.Style.CornerDiameter = 4; + this.gpxMOSfont.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; + this.gpxMOSfont.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; + this.gpxMOSfont.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.gpxMOSfont.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; + // + // + // + this.gpxMOSfont.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.gpxMOSfont.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.gpxMOSfont.TabIndex = 4; + this.gpxMOSfont.Text = "Font"; + // + // ppCmbxMOSfontName + // + this.ppCmbxMOSfontName.DisplayMember = "Text"; + this.ppCmbxMOSfontName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.ppCmbxMOSfontName.FormattingEnabled = true; + this.ppCmbxMOSfontName.ItemHeight = 16; + this.ppCmbxMOSfontName.Location = new System.Drawing.Point(50, 14); + this.ppCmbxMOSfontName.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxMOSfontName.Name = "ppCmbxMOSfontName"; + this.ppCmbxMOSfontName.Size = new System.Drawing.Size(162, 22); + this.ppCmbxMOSfontName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.ppCmbxMOSfontName.TabIndex = 6; + this.ppCmbxMOSfontName.WatermarkText = "font name"; + // + // tbxMOSfontSz + // + // + // + // + this.tbxMOSfontSz.Border.Class = "TextBoxBorder"; + this.tbxMOSfontSz.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.tbxMOSfontSz.Location = new System.Drawing.Point(50, 40); + this.tbxMOSfontSz.Margin = new System.Windows.Forms.Padding(2); + this.tbxMOSfontSz.Name = "tbxMOSfontSz"; + this.tbxMOSfontSz.PreventEnterBeep = true; + this.tbxMOSfontSz.Size = new System.Drawing.Size(75, 20); + this.tbxMOSfontSz.TabIndex = 5; + // + // lblMOSfontSz + // + this.lblMOSfontSz.AutoSize = true; + this.lblMOSfontSz.BackColor = System.Drawing.Color.Transparent; + this.lblMOSfontSz.Location = new System.Drawing.Point(10, 41); + this.lblMOSfontSz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOSfontSz.Name = "lblMOSfontSz"; + this.lblMOSfontSz.Size = new System.Drawing.Size(27, 13); + this.lblMOSfontSz.TabIndex = 4; + this.lblMOSfontSz.Text = "Size"; + // + // lblMOSfontName + // + this.lblMOSfontName.AutoSize = true; + this.lblMOSfontName.BackColor = System.Drawing.Color.Transparent; + this.lblMOSfontName.Location = new System.Drawing.Point(10, 18); + this.lblMOSfontName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOSfontName.Name = "lblMOSfontName"; + this.lblMOSfontName.Size = new System.Drawing.Size(38, 13); + this.lblMOSfontName.TabIndex = 3; + this.lblMOSfontName.Text = "Name:"; + // + // tbxMOSother + // + // + // + // + this.tbxMOSother.Border.Class = "TextBoxBorder"; + this.tbxMOSother.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.tbxMOSother.Location = new System.Drawing.Point(92, 43); + this.tbxMOSother.Margin = new System.Windows.Forms.Padding(2); + this.tbxMOSother.Name = "tbxMOSother"; + this.tbxMOSother.PreventEnterBeep = true; + this.tbxMOSother.Size = new System.Drawing.Size(75, 20); + this.tbxMOSother.TabIndex = 3; + // + // lblMOSother + // + this.lblMOSother.AutoSize = true; + this.lblMOSother.BackColor = System.Drawing.Color.Transparent; + this.lblMOSother.Location = new System.Drawing.Point(38, 43); + this.lblMOSother.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOSother.Name = "lblMOSother"; + this.lblMOSother.Size = new System.Drawing.Size(36, 13); + this.lblMOSother.TabIndex = 2; + this.lblMOSother.Text = "Other:"; + // + // ppCmbxMOSformat + // + this.ppCmbxMOSformat.DisplayMember = "Text"; + this.ppCmbxMOSformat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.ppCmbxMOSformat.FormattingEnabled = true; + this.ppCmbxMOSformat.ItemHeight = 16; + this.ppCmbxMOSformat.Location = new System.Drawing.Point(140, 17); + this.ppCmbxMOSformat.Margin = new System.Windows.Forms.Padding(2); + this.ppCmbxMOSformat.Name = "ppCmbxMOSformat"; + this.ppCmbxMOSformat.Size = new System.Drawing.Size(160, 22); + this.ppCmbxMOSformat.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.ppCmbxMOSformat.TabIndex = 1; + this.ppCmbxMOSformat.WatermarkText = "page number format"; + this.ppCmbxMOSformat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxMOSformat_SelectedIndexChanged); + // + // lblMOSformat + // + this.lblMOSformat.AutoSize = true; + this.lblMOSformat.BackColor = System.Drawing.Color.Transparent; + this.lblMOSformat.Location = new System.Drawing.Point(26, 20); + this.lblMOSformat.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMOSformat.Name = "lblMOSformat"; + this.lblMOSformat.Size = new System.Drawing.Size(110, 13); + this.lblMOSformat.TabIndex = 0; + this.lblMOSformat.Text = "Page Number Format:"; + // + // tiMergedOutputSettings + // + this.tiMergedOutputSettings.AttachedControl = this.tabControlPanel2; + this.tiMergedOutputSettings.Name = "tiMergedOutputSettings"; + this.tiMergedOutputSettings.Text = "Merged Output Settings"; // // tabControlPanel1 // @@ -1573,11 +1610,11 @@ namespace VEPROMS this.tabControlPanel1.Controls.Add(this.lbEnhanced); this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlPanel1.Location = new System.Drawing.Point(0, 24); - this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabControlPanel1.Location = new System.Drawing.Point(0, 22); + 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(685, 386); + this.tabControlPanel1.Size = new System.Drawing.Size(625, 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; @@ -1590,10 +1627,10 @@ namespace VEPROMS // // btnUnlinkDocVersion // - this.btnUnlinkDocVersion.Location = new System.Drawing.Point(183, 185); - this.btnUnlinkDocVersion.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnUnlinkDocVersion.Location = new System.Drawing.Point(137, 150); + this.btnUnlinkDocVersion.Margin = new System.Windows.Forms.Padding(2); this.btnUnlinkDocVersion.Name = "btnUnlinkDocVersion"; - this.btnUnlinkDocVersion.Size = new System.Drawing.Size(357, 28); + this.btnUnlinkDocVersion.Size = new System.Drawing.Size(268, 23); this.btnUnlinkDocVersion.TabIndex = 13; this.btnUnlinkDocVersion.Text = "Remove Links"; this.btnUnlinkDocVersion.UseVisualStyleBackColor = true; @@ -1601,10 +1638,10 @@ namespace VEPROMS // // btnNewEnh // - this.btnNewEnh.Location = new System.Drawing.Point(-1, 169); - this.btnNewEnh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnNewEnh.Location = new System.Drawing.Point(-1, 137); + this.btnNewEnh.Margin = new System.Windows.Forms.Padding(2); this.btnNewEnh.Name = "btnNewEnh"; - this.btnNewEnh.Size = new System.Drawing.Size(75, 23); + this.btnNewEnh.Size = new System.Drawing.Size(56, 19); this.btnNewEnh.TabIndex = 12; this.btnNewEnh.Text = "New"; this.btnNewEnh.UseVisualStyleBackColor = true; @@ -1613,29 +1650,30 @@ namespace VEPROMS // cbxEnhVersions // this.cbxEnhVersions.FormattingEnabled = true; - this.cbxEnhVersions.Location = new System.Drawing.Point(180, 46); - this.cbxEnhVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.cbxEnhVersions.Location = new System.Drawing.Point(135, 37); + this.cbxEnhVersions.Margin = new System.Windows.Forms.Padding(2); this.cbxEnhVersions.Name = "cbxEnhVersions"; - this.cbxEnhVersions.Size = new System.Drawing.Size(431, 24); + this.cbxEnhVersions.Size = new System.Drawing.Size(324, 21); this.cbxEnhVersions.TabIndex = 11; // // lblEnhDoc // this.lblEnhDoc.AutoSize = true; this.lblEnhDoc.BackColor = System.Drawing.Color.Transparent; - this.lblEnhDoc.Location = new System.Drawing.Point(181, 22); + this.lblEnhDoc.Location = new System.Drawing.Point(136, 18); + this.lblEnhDoc.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblEnhDoc.Name = "lblEnhDoc"; - this.lblEnhDoc.Size = new System.Drawing.Size(56, 17); + this.lblEnhDoc.Size = new System.Drawing.Size(42, 13); this.lblEnhDoc.TabIndex = 10; this.lblEnhDoc.Text = "Version"; // // tbEnhPdfXOff // this.tbEnhPdfXOff.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "PdfXOffset", true)); - this.tbEnhPdfXOff.Location = new System.Drawing.Point(436, 105); - this.tbEnhPdfXOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tbEnhPdfXOff.Location = new System.Drawing.Point(327, 85); + this.tbEnhPdfXOff.Margin = new System.Windows.Forms.Padding(2); this.tbEnhPdfXOff.Name = "tbEnhPdfXOff"; - this.tbEnhPdfXOff.Size = new System.Drawing.Size(64, 22); + this.tbEnhPdfXOff.Size = new System.Drawing.Size(49, 20); this.tbEnhPdfXOff.TabIndex = 9; // // bsMiniEnhanced @@ -1645,37 +1683,38 @@ namespace VEPROMS // tbEnhPdfToken // this.tbEnhPdfToken.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "PdfToken", true)); - this.tbEnhPdfToken.Location = new System.Drawing.Point(364, 103); - this.tbEnhPdfToken.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tbEnhPdfToken.Location = new System.Drawing.Point(273, 84); + this.tbEnhPdfToken.Margin = new System.Windows.Forms.Padding(2); this.tbEnhPdfToken.Name = "tbEnhPdfToken"; - this.tbEnhPdfToken.Size = new System.Drawing.Size(68, 22); + this.tbEnhPdfToken.Size = new System.Drawing.Size(52, 20); this.tbEnhPdfToken.TabIndex = 8; // // tbEnhType // this.tbEnhType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "Type", true)); - this.tbEnhType.Location = new System.Drawing.Point(313, 103); - this.tbEnhType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tbEnhType.Location = new System.Drawing.Point(235, 84); + this.tbEnhType.Margin = new System.Windows.Forms.Padding(2); this.tbEnhType.Name = "tbEnhType"; - this.tbEnhType.Size = new System.Drawing.Size(47, 22); + this.tbEnhType.Size = new System.Drawing.Size(36, 20); this.tbEnhType.TabIndex = 7; // // tbEnhName // this.tbEnhName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "Name", true)); - this.tbEnhName.Location = new System.Drawing.Point(180, 103); - this.tbEnhName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tbEnhName.Location = new System.Drawing.Point(135, 84); + this.tbEnhName.Margin = new System.Windows.Forms.Padding(2); this.tbEnhName.Name = "tbEnhName"; - this.tbEnhName.Size = new System.Drawing.Size(128, 22); + this.tbEnhName.Size = new System.Drawing.Size(97, 20); this.tbEnhName.TabIndex = 6; // // lblEnhPdfXOff // this.lblEnhPdfXOff.AutoSize = true; this.lblEnhPdfXOff.BackColor = System.Drawing.Color.Transparent; - this.lblEnhPdfXOff.Location = new System.Drawing.Point(436, 85); + this.lblEnhPdfXOff.Location = new System.Drawing.Point(327, 69); + this.lblEnhPdfXOff.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblEnhPdfXOff.Name = "lblEnhPdfXOff"; - this.lblEnhPdfXOff.Size = new System.Drawing.Size(84, 17); + this.lblEnhPdfXOff.Size = new System.Drawing.Size(64, 13); this.lblEnhPdfXOff.TabIndex = 5; this.lblEnhPdfXOff.Text = "Pdf X Offset"; // @@ -1683,9 +1722,10 @@ namespace VEPROMS // this.lblEnhPdfToken.AutoSize = true; this.lblEnhPdfToken.BackColor = System.Drawing.Color.Transparent; - this.lblEnhPdfToken.Location = new System.Drawing.Point(363, 84); + this.lblEnhPdfToken.Location = new System.Drawing.Point(272, 68); + this.lblEnhPdfToken.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblEnhPdfToken.Name = "lblEnhPdfToken"; - this.lblEnhPdfToken.Size = new System.Drawing.Size(73, 17); + this.lblEnhPdfToken.Size = new System.Drawing.Size(57, 13); this.lblEnhPdfToken.TabIndex = 4; this.lblEnhPdfToken.Text = "Pdf Token"; // @@ -1693,9 +1733,10 @@ namespace VEPROMS // this.lblEnhType.AutoSize = true; this.lblEnhType.BackColor = System.Drawing.Color.Transparent; - this.lblEnhType.Location = new System.Drawing.Point(313, 84); + this.lblEnhType.Location = new System.Drawing.Point(235, 68); + this.lblEnhType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblEnhType.Name = "lblEnhType"; - this.lblEnhType.Size = new System.Drawing.Size(40, 17); + this.lblEnhType.Size = new System.Drawing.Size(31, 13); this.lblEnhType.TabIndex = 3; this.lblEnhType.Text = "Type"; // @@ -1703,9 +1744,10 @@ namespace VEPROMS // this.lblEnhName.AutoSize = true; this.lblEnhName.BackColor = System.Drawing.Color.Transparent; - this.lblEnhName.Location = new System.Drawing.Point(180, 87); + this.lblEnhName.Location = new System.Drawing.Point(135, 71); + this.lblEnhName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblEnhName.Name = "lblEnhName"; - this.lblEnhName.Size = new System.Drawing.Size(45, 17); + this.lblEnhName.Size = new System.Drawing.Size(35, 13); this.lblEnhName.TabIndex = 2; this.lblEnhName.Text = "Name"; // @@ -1713,9 +1755,10 @@ namespace VEPROMS // this.lblEnhSet.AutoSize = true; this.lblEnhSet.BackColor = System.Drawing.Color.Transparent; - this.lblEnhSet.Location = new System.Drawing.Point(5, 2); + this.lblEnhSet.Location = new System.Drawing.Point(4, 2); + this.lblEnhSet.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblEnhSet.Name = "lblEnhSet"; - this.lblEnhSet.Size = new System.Drawing.Size(147, 17); + this.lblEnhSet.Size = new System.Drawing.Size(113, 13); this.lblEnhSet.TabIndex = 1; this.lblEnhSet.Text = "Enhanced Documents"; // @@ -1723,11 +1766,10 @@ namespace VEPROMS // this.lbEnhanced.DataSource = this.bsEnhanced; this.lbEnhanced.FormattingEnabled = true; - this.lbEnhanced.ItemHeight = 16; - this.lbEnhanced.Location = new System.Drawing.Point(0, 21); - this.lbEnhanced.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.lbEnhanced.Location = new System.Drawing.Point(0, 17); + this.lbEnhanced.Margin = new System.Windows.Forms.Padding(2); this.lbEnhanced.Name = "lbEnhanced"; - this.lbEnhanced.Size = new System.Drawing.Size(152, 148); + this.lbEnhanced.Size = new System.Drawing.Size(115, 121); this.lbEnhanced.TabIndex = 0; this.lbEnhanced.SelectedIndexChanged += new System.EventHandler(this.lbEnhanced_SelectedIndexChanged); // @@ -1741,17 +1783,341 @@ namespace VEPROMS this.tiEnhanced.Name = "tiEnhanced"; this.tiEnhanced.Text = "Enhanced"; // + // tcpApplicability + // + this.tcpApplicability.Controls.Add(this.label28); + this.tcpApplicability.Controls.Add(this.label27); + this.tcpApplicability.Controls.Add(this.label26); + this.tcpApplicability.Controls.Add(this.label25); + this.tcpApplicability.Controls.Add(this.label24); + this.tcpApplicability.Controls.Add(this.label23); + this.tcpApplicability.Controls.Add(this.label16); + this.tcpApplicability.Controls.Add(this.label8); + this.tcpApplicability.Controls.Add(this.label7); + this.tcpApplicability.Controls.Add(this.textBox11); + this.tcpApplicability.Controls.Add(this.textBox10); + this.tcpApplicability.Controls.Add(this.textBox9); + this.tcpApplicability.Controls.Add(this.textBox8); + this.tcpApplicability.Controls.Add(this.textBox7); + this.tcpApplicability.Controls.Add(this.textBox6); + this.tcpApplicability.Controls.Add(this.textBox5); + this.tcpApplicability.Controls.Add(this.textBox4); + this.tcpApplicability.Controls.Add(this.textBox3); + this.tcpApplicability.Controls.Add(this.textBox2); + this.tcpApplicability.Controls.Add(this.textBox1); + this.tcpApplicability.Controls.Add(this.panel1); + this.tcpApplicability.DisabledBackColor = System.Drawing.Color.Empty; + this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcpApplicability.Location = new System.Drawing.Point(0, 22); + 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(625, 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; + this.tcpApplicability.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tcpApplicability.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + | DevComponents.DotNetBar.eBorderSide.Bottom))); + this.tcpApplicability.Style.GradientAngle = 90; + this.tcpApplicability.TabIndex = 6; + this.tcpApplicability.TabItem = this.tiApplicability; + // + // label28 + // + this.label28.AutoSize = true; + this.label28.BackColor = System.Drawing.Color.Transparent; + this.label28.Location = new System.Drawing.Point(160, 161); + this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(54, 13); + this.label28.TabIndex = 21; + this.label28.Text = "Set Name"; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.BackColor = System.Drawing.Color.Transparent; + this.label27.Location = new System.Drawing.Point(177, 140); + this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(37, 13); + this.label27.TabIndex = 20; + this.label27.Text = "Set ID"; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.BackColor = System.Drawing.Color.Transparent; + this.label26.Location = new System.Drawing.Point(118, 119); + this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(96, 13); + this.label26.TabIndex = 19; + this.label26.Text = "Procedure Number"; + // + // label25 + // + this.label25.AutoSize = true; + this.label25.BackColor = System.Drawing.Color.Transparent; + this.label25.Location = new System.Drawing.Point(129, 85); + this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(28, 13); + this.label25.TabIndex = 18; + this.label25.Text = "Text"; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.BackColor = System.Drawing.Color.Transparent; + this.label24.Location = new System.Drawing.Point(118, 63); + this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(44, 13); + this.label24.TabIndex = 17; + this.label24.Text = "Number"; + // + // label23 + // + this.label23.AutoSize = true; + this.label23.BackColor = System.Drawing.Color.Transparent; + this.label23.Location = new System.Drawing.Point(124, 44); + this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label23.Name = "label23"; + this.label23.Size = new System.Drawing.Size(35, 13); + this.label23.TabIndex = 16; + this.label23.Text = "Name"; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.BackColor = System.Drawing.Color.Transparent; + this.label16.Location = new System.Drawing.Point(136, 23); + this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(18, 13); + this.label16.TabIndex = 15; + this.label16.Text = "ID"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.BackColor = System.Drawing.Color.Transparent; + this.label8.Location = new System.Drawing.Point(330, 6); + this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(128, 13); + this.label8.TabIndex = 14; + this.label8.Text = "Other Unit/Train/Channel"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.BackColor = System.Drawing.Color.Transparent; + this.label7.Location = new System.Drawing.Point(165, 6); + this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(99, 13); + this.label7.TabIndex = 13; + this.label7.Text = "Unit/Train/Channel"; + // + // textBox11 + // + this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherText", true)); + this.textBox11.Location = new System.Drawing.Point(330, 83); + this.textBox11.Margin = new System.Windows.Forms.Padding(2); + this.textBox11.Name = "textBox11"; + this.textBox11.Size = new System.Drawing.Size(151, 20); + this.textBox11.TabIndex = 12; + // + // bsMiniApple + // + this.bsMiniApple.DataSource = typeof(VEPROMS.MiniConfig); + // + // textBox10 + // + this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherNumber", true)); + this.textBox10.Location = new System.Drawing.Point(330, 62); + this.textBox10.Margin = new System.Windows.Forms.Padding(2); + this.textBox10.Name = "textBox10"; + this.textBox10.Size = new System.Drawing.Size(151, 20); + this.textBox10.TabIndex = 11; + // + // textBox9 + // + this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherName", true)); + this.textBox9.Location = new System.Drawing.Point(330, 41); + this.textBox9.Margin = new System.Windows.Forms.Padding(2); + this.textBox9.Name = "textBox9"; + this.textBox9.Size = new System.Drawing.Size(151, 20); + this.textBox9.TabIndex = 10; + // + // textBox8 + // + this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherID", true)); + this.textBox8.Location = new System.Drawing.Point(330, 20); + this.textBox8.Margin = new System.Windows.Forms.Padding(2); + this.textBox8.Name = "textBox8"; + this.textBox8.Size = new System.Drawing.Size(151, 20); + this.textBox8.TabIndex = 9; + // + // textBox7 + // + this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetName", true)); + this.textBox7.Location = new System.Drawing.Point(225, 158); + this.textBox7.Margin = new System.Windows.Forms.Padding(2); + this.textBox7.Name = "textBox7"; + this.textBox7.Size = new System.Drawing.Size(151, 20); + this.textBox7.TabIndex = 8; + // + // textBox6 + // + this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetID", true)); + this.textBox6.Location = new System.Drawing.Point(225, 137); + this.textBox6.Margin = new System.Windows.Forms.Padding(2); + this.textBox6.Name = "textBox6"; + this.textBox6.Size = new System.Drawing.Size(151, 20); + this.textBox6.TabIndex = 7; + // + // textBox5 + // + this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ProcedureNumber", true)); + this.textBox5.Location = new System.Drawing.Point(225, 115); + this.textBox5.Margin = new System.Windows.Forms.Padding(2); + this.textBox5.Name = "textBox5"; + this.textBox5.Size = new System.Drawing.Size(151, 20); + this.textBox5.TabIndex = 6; + // + // textBox4 + // + this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Text", true)); + this.textBox4.Location = new System.Drawing.Point(165, 83); + this.textBox4.Margin = new System.Windows.Forms.Padding(2); + this.textBox4.Name = "textBox4"; + this.textBox4.Size = new System.Drawing.Size(151, 20); + this.textBox4.TabIndex = 5; + // + // textBox3 + // + this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Number", true)); + this.textBox3.Location = new System.Drawing.Point(165, 62); + this.textBox3.Margin = new System.Windows.Forms.Padding(2); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size(151, 20); + this.textBox3.TabIndex = 4; + // + // textBox2 + // + this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Name", true)); + this.textBox2.Location = new System.Drawing.Point(165, 41); + this.textBox2.Margin = new System.Windows.Forms.Padding(2); + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(151, 20); + this.textBox2.TabIndex = 3; + // + // textBox1 + // + this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ID", true)); + this.textBox1.Location = new System.Drawing.Point(165, 20); + this.textBox1.Margin = new System.Windows.Forms.Padding(2); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(151, 20); + this.textBox1.TabIndex = 2; + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.Transparent; + this.panel1.Controls.Add(this.panel2); + this.panel1.Controls.Add(this.lbApplicabilities); + this.panel1.Controls.Add(this.label5); + this.panel1.Dock = System.Windows.Forms.DockStyle.Left; + 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, 307); + this.panel1.TabIndex = 1; + // + // panel2 + // + 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, 284); + this.panel2.Margin = new System.Windows.Forms.Padding(2); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(112, 23); + this.panel2.TabIndex = 1; + // + // btnDelApple + // + this.btnDelApple.Dock = System.Windows.Forms.DockStyle.Fill; + this.btnDelApple.Location = new System.Drawing.Point(56, 0); + this.btnDelApple.Margin = new System.Windows.Forms.Padding(2); + this.btnDelApple.Name = "btnDelApple"; + this.btnDelApple.Size = new System.Drawing.Size(56, 23); + this.btnDelApple.TabIndex = 1; + this.btnDelApple.Text = "Remove"; + this.btnDelApple.UseVisualStyleBackColor = true; + this.btnDelApple.Click += new System.EventHandler(this.btnDelApple_Click); + // + // btnNewApple + // + this.btnNewApple.Dock = System.Windows.Forms.DockStyle.Left; + this.btnNewApple.Location = new System.Drawing.Point(0, 0); + this.btnNewApple.Margin = new System.Windows.Forms.Padding(2); + this.btnNewApple.Name = "btnNewApple"; + this.btnNewApple.Size = new System.Drawing.Size(56, 23); + this.btnNewApple.TabIndex = 0; + this.btnNewApple.Text = "New"; + this.btnNewApple.UseVisualStyleBackColor = true; + this.btnNewApple.Click += new System.EventHandler(this.btnNewApple_Click); + // + // lbApplicabilities + // + this.lbApplicabilities.DataSource = this.bsApples; + this.lbApplicabilities.Dock = System.Windows.Forms.DockStyle.Fill; + this.lbApplicabilities.FormattingEnabled = true; + 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, 290); + this.lbApplicabilities.TabIndex = 0; + this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged); + // + // bsApples + // + this.bsApples.DataSource = typeof(VEPROMS.MiniConfig); + // + // label5 + // + this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label5.Dock = System.Windows.Forms.DockStyle.Top; + this.label5.Location = new System.Drawing.Point(0, 0); + this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(112, 17); + this.label5.TabIndex = 0; + this.label5.Text = "Applicabilities"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tiApplicability + // + this.tiApplicability.AttachedControl = this.tcpApplicability; + this.tiApplicability.Name = "tiApplicability"; + this.tiApplicability.Text = "Applicability"; + // // 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, 24); - this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(3, 2, 3, 2); - this.tabControlPanel5.Size = new System.Drawing.Size(685, 386); + this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(2); + this.tabControlPanel5.Size = new System.Drawing.Size(625, 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; @@ -1783,14 +2149,14 @@ namespace VEPROMS 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(3, 2); - this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + 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(679, 382); + this.ppGrdLibDocList.Size = new System.Drawing.Size(621, 307); this.ppGrdLibDocList.TabIndex = 1; // // documentEntryCountDataGridViewTextBoxColumn @@ -1821,324 +2187,332 @@ namespace VEPROMS this.tiLibDocs.Name = "tiLibDocs"; this.tiLibDocs.Text = "Library Docs"; // - // tcpApplicability + // tcpFormatSettings // - this.tcpApplicability.Controls.Add(this.label28); - this.tcpApplicability.Controls.Add(this.label27); - this.tcpApplicability.Controls.Add(this.label26); - this.tcpApplicability.Controls.Add(this.label25); - this.tcpApplicability.Controls.Add(this.label24); - this.tcpApplicability.Controls.Add(this.label23); - this.tcpApplicability.Controls.Add(this.label16); - this.tcpApplicability.Controls.Add(this.label8); - this.tcpApplicability.Controls.Add(this.label7); - this.tcpApplicability.Controls.Add(this.textBox11); - this.tcpApplicability.Controls.Add(this.textBox10); - this.tcpApplicability.Controls.Add(this.textBox9); - this.tcpApplicability.Controls.Add(this.textBox8); - this.tcpApplicability.Controls.Add(this.textBox7); - this.tcpApplicability.Controls.Add(this.textBox6); - this.tcpApplicability.Controls.Add(this.textBox5); - this.tcpApplicability.Controls.Add(this.textBox4); - this.tcpApplicability.Controls.Add(this.textBox3); - this.tcpApplicability.Controls.Add(this.textBox2); - this.tcpApplicability.Controls.Add(this.textBox1); - this.tcpApplicability.Controls.Add(this.panel1); - this.tcpApplicability.DisabledBackColor = System.Drawing.Color.Empty; - this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpApplicability.Location = new System.Drawing.Point(0, 24); - this.tcpApplicability.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpApplicability.Name = "tcpApplicability"; - this.tcpApplicability.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tcpApplicability.Size = new System.Drawing.Size(685, 386); - 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; - this.tcpApplicability.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); - this.tcpApplicability.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) + this.tcpFormatSettings.Controls.Add(this.btnPhoneList); + this.tcpFormatSettings.Controls.Add(this.ppTxbxUnitNum); + this.tcpFormatSettings.Controls.Add(this.ppLblUnitNum); + this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar); + this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat); + this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType); + this.tcpFormatSettings.Controls.Add(this.label11); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt); + this.tcpFormatSettings.Controls.Add(this.label10); + this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault); + this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault); + this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty; + this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcpFormatSettings.Location = new System.Drawing.Point(0, 22); + 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(625, 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; + this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); + this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); - this.tcpApplicability.Style.GradientAngle = 90; - this.tcpApplicability.TabIndex = 6; - this.tcpApplicability.TabItem = this.tiApplicability; + this.tcpFormatSettings.Style.GradientAngle = 90; + this.tcpFormatSettings.TabIndex = 4; + this.tcpFormatSettings.TabItem = this.tiFmtSettings; + this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter); // - // label28 + // btnPhoneList // - this.label28.AutoSize = true; - this.label28.BackColor = System.Drawing.Color.Transparent; - this.label28.Location = new System.Drawing.Point(213, 198); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(70, 17); - this.label28.TabIndex = 21; - this.label28.Text = "Set Name"; + this.btnPhoneList.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnPhoneList.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.btnPhoneList.Location = new System.Drawing.Point(324, 275); + this.btnPhoneList.Margin = new System.Windows.Forms.Padding(2); + this.btnPhoneList.Name = "btnPhoneList"; + this.btnPhoneList.Size = new System.Drawing.Size(74, 20); + this.btnPhoneList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.btnPhoneList.TabIndex = 52; + this.btnPhoneList.Text = "Phone List"; + this.btnPhoneList.Click += new System.EventHandler(this.btnPhoneList_Click); // - // label27 + // ppLblUnitNum // - this.label27.AutoSize = true; - this.label27.BackColor = System.Drawing.Color.Transparent; - this.label27.Location = new System.Drawing.Point(236, 172); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(46, 17); - this.label27.TabIndex = 20; - this.label27.Text = "Set ID"; + this.ppLblUnitNum.AutoSize = true; + this.ppLblUnitNum.BackColor = System.Drawing.Color.Transparent; + this.ppLblUnitNum.Location = new System.Drawing.Point(12, 281); + this.ppLblUnitNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ppLblUnitNum.Name = "ppLblUnitNum"; + this.ppLblUnitNum.Size = new System.Drawing.Size(235, 13); + this.ppLblUnitNum.TabIndex = 50; + this.ppLblUnitNum.Text = "Unit Number for Cover and Header page printing"; // - // label26 + // tiFmtSettings // - this.label26.AutoSize = true; - this.label26.BackColor = System.Drawing.Color.Transparent; - this.label26.Location = new System.Drawing.Point(157, 146); - this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(128, 17); - this.label26.TabIndex = 19; - this.label26.Text = "Procedure Number"; + this.tiFmtSettings.AttachedControl = this.tcpFormatSettings; + this.tiFmtSettings.Name = "tiFmtSettings"; + this.tiFmtSettings.Text = "Format Settings"; // - // label25 + // tcpOutputSettings // - this.label25.AutoSize = true; - this.label25.BackColor = System.Drawing.Color.Transparent; - this.label25.Location = new System.Drawing.Point(172, 105); - this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(35, 17); - this.label25.TabIndex = 18; - this.label25.Text = "Text"; + this.tcpOutputSettings.Controls.Add(this.tbOutBlankMessage); + this.tcpOutputSettings.Controls.Add(this.lblOutBlnkMsg); + 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(625, 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); // - // label24 + // tbOutBlankMessage // - this.label24.AutoSize = true; - this.label24.BackColor = System.Drawing.Color.Transparent; - this.label24.Location = new System.Drawing.Point(157, 78); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(58, 17); - this.label24.TabIndex = 17; - this.label24.Text = "Number"; + this.tbOutBlankMessage.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_DuplexBlankPageText", true)); + this.tbOutBlankMessage.Location = new System.Drawing.Point(131, 284); + this.tbOutBlankMessage.Margin = new System.Windows.Forms.Padding(2); + this.tbOutBlankMessage.Name = "tbOutBlankMessage"; + this.tbOutBlankMessage.Size = new System.Drawing.Size(370, 20); + this.tbOutBlankMessage.TabIndex = 74; // - // label23 + // lblOutBlnkMsg // - this.label23.AutoSize = true; - this.label23.BackColor = System.Drawing.Color.Transparent; - this.label23.Location = new System.Drawing.Point(165, 54); - this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(45, 17); - this.label23.TabIndex = 16; - this.label23.Text = "Name"; + this.lblOutBlnkMsg.AutoSize = true; + this.lblOutBlnkMsg.BackColor = System.Drawing.Color.Transparent; + this.lblOutBlnkMsg.Location = new System.Drawing.Point(26, 287); + this.lblOutBlnkMsg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblOutBlnkMsg.Name = "lblOutBlnkMsg"; + this.lblOutBlnkMsg.Size = new System.Drawing.Size(111, 13); + this.lblOutBlnkMsg.TabIndex = 73; + this.lblOutBlnkMsg.Text = "Blank Page Message:"; // - // label16 + // ppgpFileSuffix // - this.label16.AutoSize = true; - this.label16.BackColor = System.Drawing.Color.Transparent; - this.label16.Location = new System.Drawing.Point(181, 28); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(21, 17); - this.label16.TabIndex = 15; - this.label16.Text = "ID"; + 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); // - // label8 // - this.label8.AutoSize = true; - this.label8.BackColor = System.Drawing.Color.Transparent; - this.label8.Location = new System.Drawing.Point(440, 7); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(166, 17); - this.label8.TabIndex = 14; - this.label8.Text = "Other Unit/Train/Channel"; // - // label7 + 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.label7.AutoSize = true; - this.label7.BackColor = System.Drawing.Color.Transparent; - this.label7.Location = new System.Drawing.Point(220, 7); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(126, 17); - this.label7.TabIndex = 13; - this.label7.Text = "Unit/Train/Channel"; // - // textBox11 // - this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherText", true)); - this.textBox11.Location = new System.Drawing.Point(440, 102); - this.textBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox11.Name = "textBox11"; - this.textBox11.Size = new System.Drawing.Size(200, 22); - this.textBox11.TabIndex = 12; + this.ppgpFileSuffix.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // - // bsMiniApple // - this.bsMiniApple.DataSource = typeof(VEPROMS.MiniConfig); // - // textBox10 + this.ppgpFileSuffix.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.ppgpFileSuffix.TabIndex = 72; + this.ppgpFileSuffix.Text = "PDF File Suffix"; // - this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherNumber", true)); - this.textBox10.Location = new System.Drawing.Point(440, 76); - this.textBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox10.Name = "textBox10"; - this.textBox10.Size = new System.Drawing.Size(200, 22); - this.textBox10.TabIndex = 11; + // label20 // - // textBox9 + 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"; // - this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherName", true)); - this.textBox9.Location = new System.Drawing.Point(440, 50); - this.textBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox9.Name = "textBox9"; - this.textBox9.Size = new System.Drawing.Size(200, 22); - this.textBox9.TabIndex = 10; + // label30 // - // textBox8 + 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"; // - this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherID", true)); - this.textBox8.Location = new System.Drawing.Point(440, 25); - this.textBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox8.Name = "textBox8"; - this.textBox8.Size = new System.Drawing.Size(200, 22); - this.textBox8.TabIndex = 9; + // ppCmbxPDFdtSuffix // - // textBox7 + 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); // - this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetName", true)); - this.textBox7.Location = new System.Drawing.Point(300, 194); - this.textBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox7.Name = "textBox7"; - this.textBox7.Size = new System.Drawing.Size(200, 22); - this.textBox7.TabIndex = 8; + // ppgpFilePrefix // - // textBox6 + 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.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetID", true)); - this.textBox6.Location = new System.Drawing.Point(300, 169); - this.textBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox6.Name = "textBox6"; - this.textBox6.Size = new System.Drawing.Size(200, 22); - this.textBox6.TabIndex = 7; // - // textBox5 // - this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ProcedureNumber", true)); - this.textBox5.Location = new System.Drawing.Point(300, 142); - this.textBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox5.Name = "textBox5"; - this.textBox5.Size = new System.Drawing.Size(200, 22); - this.textBox5.TabIndex = 6; + 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; // - // textBox4 // - this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Text", true)); - this.textBox4.Location = new System.Drawing.Point(220, 102); - this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox4.Name = "textBox4"; - this.textBox4.Size = new System.Drawing.Size(200, 22); - this.textBox4.TabIndex = 5; // - // textBox3 + this.ppgpFilePrefix.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // - this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Number", true)); - this.textBox3.Location = new System.Drawing.Point(220, 76); - this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox3.Name = "textBox3"; - this.textBox3.Size = new System.Drawing.Size(200, 22); - this.textBox3.TabIndex = 4; // - // textBox2 // - this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Name", true)); - this.textBox2.Location = new System.Drawing.Point(220, 50); - this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(200, 22); - this.textBox2.TabIndex = 3; + this.ppgpFilePrefix.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.ppgpFilePrefix.TabIndex = 71; + this.ppgpFilePrefix.Text = "PDF File Prefix"; // - // textBox1 + // label19 // - this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ID", true)); - this.textBox1.Location = new System.Drawing.Point(220, 25); - this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(200, 22); - this.textBox1.TabIndex = 2; + 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"; // - // panel1 + // label29 // - this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.panel2); - this.panel1.Controls.Add(this.lbApplicabilities); - this.panel1.Controls.Add(this.label5); - this.panel1.Dock = System.Windows.Forms.DockStyle.Left; - this.panel1.Location = new System.Drawing.Point(3, 2); - this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(149, 382); - this.panel1.TabIndex = 1; + 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"; // - // panel2 + // ppCmbxPDFdtPrefix // - 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, 354); - this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(149, 28); - this.panel2.TabIndex = 1; + 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); // - // btnDelApple + // ppChbxAddBlankPgs // - this.btnDelApple.Dock = System.Windows.Forms.DockStyle.Fill; - this.btnDelApple.Location = new System.Drawing.Point(75, 0); - this.btnDelApple.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnDelApple.Name = "btnDelApple"; - this.btnDelApple.Size = new System.Drawing.Size(74, 28); - this.btnDelApple.TabIndex = 1; - this.btnDelApple.Text = "Remove"; - this.btnDelApple.UseVisualStyleBackColor = true; - this.btnDelApple.Click += new System.EventHandler(this.btnDelApple_Click); + 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(8, 266); + this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(2); + this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs"; + this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(383, 17); + this.ppChbxAddBlankPgs.TabIndex = 66; + this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts or Supplemental Information"; + this.ppChbxAddBlankPgs.UseVisualStyleBackColor = false; // - // btnNewApple + // ppChbxAlwaysViewPDF // - this.btnNewApple.Dock = System.Windows.Forms.DockStyle.Left; - this.btnNewApple.Location = new System.Drawing.Point(0, 0); - this.btnNewApple.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnNewApple.Name = "btnNewApple"; - this.btnNewApple.Size = new System.Drawing.Size(75, 28); - this.btnNewApple.TabIndex = 0; - this.btnNewApple.Text = "New"; - this.btnNewApple.UseVisualStyleBackColor = true; - this.btnNewApple.Click += new System.EventHandler(this.btnNewApple_Click); + 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(8, 245); + 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; // - // lbApplicabilities + // ppChbxAlwaysOvrWrtPDF // - this.lbApplicabilities.DataSource = this.bsApples; - this.lbApplicabilities.Dock = System.Windows.Forms.DockStyle.Fill; - this.lbApplicabilities.FormattingEnabled = true; - this.lbApplicabilities.ItemHeight = 16; - this.lbApplicabilities.Location = new System.Drawing.Point(0, 20); - this.lbApplicabilities.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.lbApplicabilities.Name = "lbApplicabilities"; - this.lbApplicabilities.Size = new System.Drawing.Size(149, 362); - this.lbApplicabilities.TabIndex = 0; - this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged); + 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(8, 223); + 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; // - // bsApples + // tiOutputSettings // - this.bsApples.DataSource = typeof(VEPROMS.MiniConfig); - // - // label5 - // - this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.label5.Dock = System.Windows.Forms.DockStyle.Top; - this.label5.Location = new System.Drawing.Point(0, 0); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(149, 20); - this.label5.TabIndex = 0; - this.label5.Text = "Applicabilities"; - this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // tiApplicability - // - this.tiApplicability.AttachedControl = this.tcpApplicability; - this.tiApplicability.Name = "tiApplicability"; - this.tiApplicability.Text = "Applicability"; + this.tiOutputSettings.AttachedControl = this.tcpOutputSettings; + this.tiOutputSettings.Name = "tiOutputSettings"; + this.tiOutputSettings.Text = "Output Settings"; // // panVerBtns // this.panVerBtns.BackColor = System.Drawing.Color.Transparent; + this.panVerBtns.Controls.Add(this.btnMergedOutputSettngs); this.panVerBtns.Controls.Add(this.btnEnhanced); this.panVerBtns.Controls.Add(this.btnApplicability); this.panVerBtns.Controls.Add(this.btnLibDocs); @@ -2146,21 +2520,34 @@ namespace VEPROMS this.panVerBtns.Controls.Add(this.btnOutputSettings); this.panVerBtns.Controls.Add(this.btnRefObjs); this.panVerBtns.Controls.Add(this.btnGeneral); - this.panVerBtns.Location = new System.Drawing.Point(7, 2); - this.panVerBtns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.panVerBtns.Location = new System.Drawing.Point(5, 2); + this.panVerBtns.Margin = new System.Windows.Forms.Padding(2); this.panVerBtns.Name = "panVerBtns"; - this.panVerBtns.Size = new System.Drawing.Size(201, 345); + this.panVerBtns.Size = new System.Drawing.Size(151, 280); this.panVerBtns.TabIndex = 27; // + // btnMergedOutputSettngs + // + this.btnMergedOutputSettngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnMergedOutputSettngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.btnMergedOutputSettngs.Dock = System.Windows.Forms.DockStyle.Top; + this.btnMergedOutputSettngs.Location = new System.Drawing.Point(0, 122); + this.btnMergedOutputSettngs.Margin = new System.Windows.Forms.Padding(2); + this.btnMergedOutputSettngs.Name = "btnMergedOutputSettngs"; + this.btnMergedOutputSettngs.Size = new System.Drawing.Size(151, 15); + this.btnMergedOutputSettngs.TabIndex = 100; + this.btnMergedOutputSettngs.Text = "Marged Output Settings"; + this.btnMergedOutputSettngs.Click += new System.EventHandler(this.btnMergedOutputSettngs_Click); + // // btnEnhanced // this.btnEnhanced.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnEnhanced.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnEnhanced.Dock = System.Windows.Forms.DockStyle.Top; - this.btnEnhanced.Location = new System.Drawing.Point(0, 130); - this.btnEnhanced.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnEnhanced.Location = new System.Drawing.Point(0, 107); + this.btnEnhanced.Margin = new System.Windows.Forms.Padding(2); this.btnEnhanced.Name = "btnEnhanced"; - this.btnEnhanced.Size = new System.Drawing.Size(201, 18); + this.btnEnhanced.Size = new System.Drawing.Size(151, 15); this.btnEnhanced.TabIndex = 99; this.btnEnhanced.Text = "Enhanced"; this.btnEnhanced.Click += new System.EventHandler(this.btnEnhanced_Click); @@ -2170,10 +2557,10 @@ namespace VEPROMS this.btnApplicability.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnApplicability.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnApplicability.Dock = System.Windows.Forms.DockStyle.Top; - this.btnApplicability.Location = new System.Drawing.Point(0, 112); - this.btnApplicability.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnApplicability.Location = new System.Drawing.Point(0, 92); + this.btnApplicability.Margin = new System.Windows.Forms.Padding(2); this.btnApplicability.Name = "btnApplicability"; - this.btnApplicability.Size = new System.Drawing.Size(201, 18); + this.btnApplicability.Size = new System.Drawing.Size(151, 15); this.btnApplicability.TabIndex = 98; this.btnApplicability.Text = "Applicability"; this.btnApplicability.Click += new System.EventHandler(this.btnApplicability_Click); @@ -2183,10 +2570,10 @@ namespace VEPROMS this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top; - this.btnLibDocs.Location = new System.Drawing.Point(0, 89); - this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnLibDocs.Location = new System.Drawing.Point(0, 73); + this.btnLibDocs.Margin = new System.Windows.Forms.Padding(2); this.btnLibDocs.Name = "btnLibDocs"; - this.btnLibDocs.Size = new System.Drawing.Size(201, 23); + this.btnLibDocs.Size = new System.Drawing.Size(151, 19); this.btnLibDocs.TabIndex = 97; this.btnLibDocs.Text = "Library Documents"; this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click); @@ -2196,10 +2583,10 @@ namespace VEPROMS this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnFmtSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnFmtSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.btnFmtSettings.Location = new System.Drawing.Point(0, 66); - this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnFmtSettings.Location = new System.Drawing.Point(0, 54); + this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(2); this.btnFmtSettings.Name = "btnFmtSettings"; - this.btnFmtSettings.Size = new System.Drawing.Size(201, 23); + this.btnFmtSettings.Size = new System.Drawing.Size(151, 19); this.btnFmtSettings.TabIndex = 96; this.btnFmtSettings.Text = "Format Settings"; this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click); @@ -2209,10 +2596,10 @@ namespace VEPROMS this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.btnOutputSettings.Location = new System.Drawing.Point(0, 43); - this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnOutputSettings.Location = new System.Drawing.Point(0, 35); + this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(2); this.btnOutputSettings.Name = "btnOutputSettings"; - this.btnOutputSettings.Size = new System.Drawing.Size(201, 23); + this.btnOutputSettings.Size = new System.Drawing.Size(151, 19); this.btnOutputSettings.TabIndex = 95; this.btnOutputSettings.Text = "Output Settings"; this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click); @@ -2222,10 +2609,10 @@ namespace VEPROMS this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top; - this.btnRefObjs.Location = new System.Drawing.Point(0, 23); - this.btnRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRefObjs.Location = new System.Drawing.Point(0, 19); + this.btnRefObjs.Margin = new System.Windows.Forms.Padding(2); this.btnRefObjs.Name = "btnRefObjs"; - this.btnRefObjs.Size = new System.Drawing.Size(201, 20); + this.btnRefObjs.Size = new System.Drawing.Size(151, 16); this.btnRefObjs.TabIndex = 94; this.btnRefObjs.Text = "Referenced Objects"; this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click); @@ -2236,9 +2623,9 @@ namespace VEPROMS this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top; this.btnGeneral.Location = new System.Drawing.Point(0, 0); - this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnGeneral.Margin = new System.Windows.Forms.Padding(2); this.btnGeneral.Name = "btnGeneral"; - this.btnGeneral.Size = new System.Drawing.Size(201, 23); + this.btnGeneral.Size = new System.Drawing.Size(151, 19); this.btnGeneral.TabIndex = 93; this.btnGeneral.Text = "General"; this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click); @@ -2247,24 +2634,51 @@ namespace VEPROMS // this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfo); // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button1.Location = new System.Drawing.Point(669, 342); + this.button1.Margin = new System.Windows.Forms.Padding(2); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(56, 21); + this.button1.TabIndex = 90; + this.button1.Text = "OK"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.btnVersionsPropOK_Click); + // + // button2 + // + this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.button2.Location = new System.Drawing.Point(742, 342); + this.button2.Margin = new System.Windows.Forms.Padding(2); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(56, 21); + this.button2.TabIndex = 91; + this.button2.Text = "Cancel"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.btnFldrPropCancel_Click); + // // frmVersionsProperties // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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(903, 446); + this.ClientSize = new System.Drawing.Size(810, 369); this.ControlBox = false; this.Controls.Add(this.panVerBtns); this.Controls.Add(this.tcVersions); this.Controls.Add(this.ppCbShwDefSettings); this.Controls.Add(this.ppLblDefSettingsInfo); + this.Controls.Add(this.button2); this.Controls.Add(this.ppBtnCancel); + this.Controls.Add(this.button1); this.Controls.Add(this.ppBtnOK); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmVersionsProperties"; @@ -2283,30 +2697,36 @@ 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.tabControlPanel2.ResumeLayout(false); + this.tabControlPanel2.PerformLayout(); + this.gpxMOSLocation.ResumeLayout(false); + this.gpxMOSLocation.PerformLayout(); + this.gpxMOSfont.ResumeLayout(false); + this.gpxMOSfont.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.tabControlPanel5.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit(); + this.tcpFormatSettings.ResumeLayout(false); + this.tcpFormatSettings.PerformLayout(); + this.tcpOutputSettings.ResumeLayout(false); + this.tcpOutputSettings.PerformLayout(); + this.ppgpFileSuffix.ResumeLayout(false); + this.ppgpFileSuffix.PerformLayout(); + this.ppgpFilePrefix.ResumeLayout(false); + this.ppgpFilePrefix.PerformLayout(); this.panVerBtns.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit(); @@ -2478,5 +2898,27 @@ namespace VEPROMS private System.Windows.Forms.Label label19; private System.Windows.Forms.TextBox tbOutBlankMessage; private System.Windows.Forms.Label lblOutBlnkMsg; + private DevComponents.DotNetBar.TabControlPanel tabControlPanel2; + private DevComponents.DotNetBar.TabItem tiMergedOutputSettings; + private System.Windows.Forms.Label lblMOSformat; + private DevComponents.DotNetBar.Controls.GroupPanel gpxMOSLocation; + private DevComponents.DotNetBar.Controls.GroupPanel gpxMOSfont; + private DevComponents.DotNetBar.Controls.TextBoxX tbxMOSfontSz; + private System.Windows.Forms.Label lblMOSfontSz; + private System.Windows.Forms.Label lblMOSfontName; + private DevComponents.DotNetBar.Controls.TextBoxX tbxMOSother; + private System.Windows.Forms.Label lblMOSother; + private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxMOSformat; + private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxMOScornerLoc; + private DevComponents.DotNetBar.Controls.TextBoxX tbxMOSyloc; + private DevComponents.DotNetBar.Controls.TextBoxX tbxMOSxloc; + private System.Windows.Forms.Label lblMOScorner; + private System.Windows.Forms.Label lblMOSyloc; + private System.Windows.Forms.Label lblMOSxloc; + private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxMOSfontName; + private DevComponents.DotNetBar.ButtonX btnMergedOutputSettngs; + private DevComponents.DotNetBar.Controls.CheckBoxX ppChbxMOSview; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button button2; } } diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs index b0a7c7d0..9014e85c 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs @@ -234,6 +234,16 @@ namespace VEPROMS _DocVersionConfig.Print_UnitNumberForPageList = ppTxbxUnitNum.Text; + // save the merge pdf settings: + _DocVersionConfig.Print_MergedPdfsPageOf = (MergedPdfsPageOf)ppCmbxMOSformat.SelectedIndex; + _DocVersionConfig.Print_MergedPdfsPageNumFormatOther = tbxMOSother.Text; + _DocVersionConfig.Print_MergedPdfsPageNumFont = (string)ppCmbxMOSfontName.SelectedValue; + _DocVersionConfig.Print_MergedPdfsPageNumFontSize = tbxMOSfontSz.Text; + _DocVersionConfig.Print_MergedPdfsPageNumLocX = float.Parse(tbxMOSxloc.Text); + _DocVersionConfig.Print_MergedPdfsPageNumLocY = float.Parse(tbxMOSyloc.Text); + _DocVersionConfig.Print_MergedPdfsPageNumCorner = (MergedPdfsPageNumCorner)ppCmbxMOScornerLoc.SelectedIndex; + _DocVersionConfig.Print_MergedPdfsViewAfter = ppChbxMOSview.Checked; + //docVersionConfigBindingSource.EndEdit(); // Save Default settings for User // @@ -415,6 +425,20 @@ namespace VEPROMS ppCmbxProcSetType.ValueMember = "EValue"; ppCmbxProcSetType.Enabled = false; // maybe enable this if used for version creation + ppCmbxMOSformat.DataSource = EnumDetail.Details(); + ppCmbxMOSformat.DisplayMember = "Description"; + ppCmbxMOSformat.ValueMember = "EValue"; + ppCmbxMOSformat.SelectedIndex = -1; + + ppCmbxMOSfontName.DataSource = FontFamily.Families;// need font list + ppCmbxMOSfontName.ValueMember = "Name"; + ppCmbxMOSfontName.SelectedIndex = -1; + + ppCmbxMOScornerLoc.DataSource = EnumDetail.Details(); + ppCmbxMOScornerLoc.DisplayMember = "Description"; + ppCmbxMOScornerLoc.ValueMember = "EValue"; + ppCmbxMOScornerLoc.SelectedIndex = -1; + // check active format to see if the unit number text box on the format tab is visible. if (_DocVersionConfig.MyDocVersion.MyDocVersionInfo.ActiveFormat.PlantFormat.FormatData.PrintData.UnitNumber) { @@ -491,6 +515,29 @@ namespace VEPROMS btnPhoneList.Visible = _DocVersionConfig.MyDocVersion.MyDocVersionInfo.ActiveFormat.PlantFormat.FormatData.SectData.PrintPhoneList; btnUnlinkDocVersion.Visible = false; InitEnhanced(); + + // set the merge pdf settings: + ppCmbxMOSformat.SelectedIndex = (int)_DocVersionConfig.Print_MergedPdfsPageOf; + if (_DocVersionConfig.Print_MergedPdfsPageOf == MergedPdfsPageOf.Other) + { + tbxMOSother.Text = _DocVersionConfig.Print_MergedPdfsPageNumFormatOther; + tbxMOSother.Enabled = true; + } + else + tbxMOSother.Enabled = false; + tbxMOSother.Text = _DocVersionConfig.Print_MergedPdfsPageNumFormatOther; + tbxMOSfontSz.Text = _DocVersionConfig.Print_MergedPdfsPageNumFontSize; + tbxMOSxloc.Text = _DocVersionConfig.Print_MergedPdfsPageNumLocX.ToString(); + tbxMOSyloc.Text = _DocVersionConfig.Print_MergedPdfsPageNumLocY.ToString(); + ppCmbxMOScornerLoc.SelectedIndex = (int)_DocVersionConfig.Print_MergedPdfsPageNumCorner; + ppCmbxMOSfontName.DataSource = FontFamily.Families; + ppCmbxMOSfontName.DisplayMember = "Name"; + if (_DocVersionConfig.Print_MergedPdfsPageNumFont == null || _DocVersionConfig.Print_MergedPdfsPageNumFont == "") + ppCmbxMOSfontName.SelectedIndex = -1; + else + ppCmbxMOSfontName.SelectedValue = _DocVersionConfig.Print_MergedPdfsPageNumFont; + ppChbxMOSview.Checked = _DocVersionConfig.Print_MergedPdfsViewAfter; + _Initializing = false; } private void InitEnhanced() @@ -984,7 +1031,12 @@ namespace VEPROMS } #endregion - + #region MergedOutputSettings + private void btnMergedOutputSettngs_Click(object sender, EventArgs e) + { + ProcessButtonClick(tiMergedOutputSettings, btnMergedOutputSettngs); + } + #endregion #region Generic functions used on this property page /// @@ -1625,6 +1677,24 @@ namespace VEPROMS } } } + + private void ppCmbxMOSformat_SelectedIndexChanged(object sender, EventArgs e) + { + if (!_Initializing) + { + // The Other textbox for defining the merged pdf file page of format is only enabled if the user + // has selected 'Other' as the format type. + if ((MergedPdfsPageOf)ppCmbxMOSformat.SelectedValue == MergedPdfsPageOf.Other) + { + tbxMOSother.Text = _DocVersionConfig.Print_MergedPdfsPageNumFormatOther; + tbxMOSother.Enabled = true; + } + else + tbxMOSother.Enabled = false; + } + } + + } [XmlRoot("Enhanced")] public class EnhancedMiniConfig diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.resx b/PROMS/VEPROMS User Interface/frmVersionsProperties.resx index b66bfa7e..c319fae5 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.resx +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.resx @@ -210,15 +210,15 @@ Check "Show Default Settings" to display the "default" duplexing setting (below 817, 17 - - 181, 113 - 118, 17 17, 17 + + 181, 113 + 238, 17 diff --git a/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs b/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs index 2f61c42e..dd6bcb3e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs @@ -157,6 +157,43 @@ namespace VEPROMS.CSLA.Library [Description("HrMn Yr-Mt-Dy")] HHmm__yyyy_MM_dd } - // - //} + // Merged Pdfs enums + // Page Numbers + /// + /// The description is used in the drop down list + /// The enum is the format used for page/of for merged pdfs. + /// + [TypeConverter(typeof(EnumDescConverter))] + public enum MergedPdfsPageOf : int + { + [Description("Page of ")] + PageOf = 0, + [Description("Merged Page of ")] + MergedPageOf, + [Description("/")] + SlashOnly, + [Description(" Page of ")] + SetPageOf, + [Description("None")] + None, + [Description("Other")] + Other + } + // Page Number Location + /// + /// The description is used in the drop down list + /// The enum defines which corner the page number will be printed. + /// + [TypeConverter(typeof(EnumDescConverter))] + public enum MergedPdfsPageNumCorner : int + { + [Description("Top/Left")] + TopLeft = 0, + [Description("Top/Right")] + TopRight, + [Description("Bottom/Left")] + BottomLeft, + [Description("Bottom/Right")] + BottomRight + } } diff --git a/PROMS/VEPROMS.CSLA.Library/Config/DocVersionConfig.cs b/PROMS/VEPROMS.CSLA.Library/Config/DocVersionConfig.cs index 1214b621..0e1e75e4 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/DocVersionConfig.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/DocVersionConfig.cs @@ -1180,6 +1180,201 @@ namespace VEPROMS.CSLA.Library } } } + #region MergedPdfs + [Category("Print Settings")] + [DisplayName("MergedPdfPageOf")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdf Page Number Format")] + public MergedPdfsPageOf Print_MergedPdfsPageOf + { + get + { + string s = _Xp["PrintSettings", "MergedPdfPageOf"]; + if (s == string.Empty) + return MergedPdfsPageOf.PageOf; + return (MergedPdfsPageOf)int.Parse(s); + } + set + { + if (_SaveChangesToDocVersionConfig) + { + string s = _Xp["PrintSettings", "MergedPdfPageOf"]; // get the original value to see if a change + MergedPdfsPageOf originalpo = (s==string.Empty)?MergedPdfsPageOf.PageOf:(MergedPdfsPageOf)int.Parse(s); + if (originalpo == value) return; // no change. + _Xp["PrintSettings", "MergedPdfPageOf"] = ((int)value).ToString(); // save selected value + OnPropertyChanged("Print_MergedPdfPageOf"); + } + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsPageNumFormatOther")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdfs Page Num Format Other")] + public string Print_MergedPdfsPageNumFormatOther + { + get + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumFormatOther"]; + return s; + } + set + { + _Xp["PrintSettings", "MergedPdfsPageNumFormatOther"] = value.ToString(); + OnPropertyChanged("Print_MergedPdfsPageNumFormatOther"); + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsPageNumFont")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdfs Page Num Format Font")] + public string Print_MergedPdfsPageNumFont + { + get + { + // if this isn't set, then it will be empty. Empty will flag for code that prints page number to use working draft's format's font + string s = _Xp["PrintSettings", "MergedPdfsPageNumFont"]; + return s; + } + set + { + if (value == null) return; + string origstr = _Xp["PrintSettings", "MergedPdfsPageNumFont"]; // get the original value to see if a change + if (origstr == value) return; + _Xp["PrintSettings", "MergedPdfsPageNumFont"] = value.ToString(); + OnPropertyChanged("MergedPdfsPageNumFont"); + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsPageNumFontSize")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdfs Page Num Format Font Size")] + public string Print_MergedPdfsPageNumFontSize + { + get + { + // if this isn't set, then it will be empty. Empty will flag for code that prints page number to use working draft's format's font + string s = _Xp["PrintSettings", "MergedPdfsPageNumFontSize"]; + return s; + } + set + { + string origstr = _Xp["PrintSettings", "MergedPdfsPageNumFontSize"]; // get the original value to see if a change + if (origstr == value) return; + _Xp["PrintSettings", "MergedPdfsPageNumFontSize"] = value.ToString(); + OnPropertyChanged("MergedPdfsPageNumFontSize"); + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsPageNumLocX")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdfs Page Num Loc X")] + public float? Print_MergedPdfsPageNumLocX + { + get + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumLocX"]; + if (s == string.Empty) return 0.5f; + float test = 0; + try + { + test = float.Parse(s); + } + catch (Exception ex) + { + return 0.5f; + } + return float.Parse(s); + } + set + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumLocX"]; + float orig = (s == string.Empty) ? 0.5f : float.Parse(s); + if (orig == value) return; + _Xp["PrintSettings", "MergedPdfsPageNumLocX"] = value.ToString(); + OnPropertyChanged("MergedPdfsPageNumLocX"); + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsPageNumLocY")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdfs Page Num Loc Y")] + public float? Print_MergedPdfsPageNumLocY + { + get + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumLocY"]; + if (s == string.Empty) return 0.5f; + float test = 0; + try + { + test = float.Parse(s); + } + catch (Exception ex) + { + return 0.5f; + } + return float.Parse(s); + } + set + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumLocY"]; + float orig = (s == string.Empty) ? 0.5f : float.Parse(s); + if (orig == value) return; + _Xp["PrintSettings", "MergedPdfsPageNumLocY"] = value.ToString(); + OnPropertyChanged("MergedPdfsPageNumLocY"); + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsPageNumCorner")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdf Page Number Corner")] + public MergedPdfsPageNumCorner Print_MergedPdfsPageNumCorner + { + get + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumCorner"]; + if (s == string.Empty) + return MergedPdfsPageNumCorner.TopRight; + return (MergedPdfsPageNumCorner)int.Parse(s); + } + set + { + if (_SaveChangesToDocVersionConfig) + { + string s = _Xp["PrintSettings", "MergedPdfsPageNumCorner"]; // get the original value to see if a change + MergedPdfsPageNumCorner original = (s == string.Empty) ? MergedPdfsPageNumCorner.TopRight : (MergedPdfsPageNumCorner)int.Parse(s); + if (original == value) return; // no change. + _Xp["PrintSettings", "MergedPdfsPageNumCorner"] = ((int)value).ToString(); // save selected value + OnPropertyChanged("Print_MergedPdfsPageNumCorner"); + } + } + } + [Category("Print Settings")] + [DisplayName("MergedPdfsViewAfter")] + [RefreshProperties(RefreshProperties.All)] + [Description("Merged Pdf View After Print")] + public bool Print_MergedPdfsViewAfter + { + get + { + string s = _Xp["PrintSettings", "MergedPdfsViewAfter"]; + if (s == string.Empty) + return false; + return bool.Parse(s); + } + set + { + if (_SaveChangesToDocVersionConfig) + { + string s = _Xp["PrintSettings", "MergedPdfsViewAfter"]; // get the original value to see if a change + bool original = (s == string.Empty) ? false : bool.Parse(s); + if (original == value) return; // no change. + _Xp["PrintSettings", "MergedPdfsViewAfter"] = ((bool)value).ToString(); // save selected value + OnPropertyChanged("Print_MergedPdfsViewAfter"); + } + } + } + #endregion #endregion #region Unit // From PROC.INI //MultiUnitCount diff --git a/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs b/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs index 8634ba89..bc9b2fbb 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs @@ -600,6 +600,29 @@ namespace VEPROMS.CSLA.Library OnPropertyChanged("Print_DisableDuplex"); } } + [Category("Print Settings")] + [DisplayName("Print All Not In Merge Pdfs")] + [RefreshProperties(RefreshProperties.All)] + [Description("Print All Do Not Include In Merge Pdfs")] + public bool Print_NotInMergeAll + { + get + { + string s = _Xp["PrintSettings", "NotInMergeAll"]; + // If there is no parent value, then use the volian default, false. Note that there is no + // parent value for this, it is only defined on the procedure. + if (s == string.Empty) s = "false"; + return bool.Parse(s); + } + set + { + string s = _Xp["PrintSettings", "NotInMergeAll"]; // get the original value to see if a change + bool original = (s==string.Empty) ? false : bool.Parse(s); + if (original == value) return; + _Xp["PrintSettings", "NotInMergeAll"] = ((bool)value).ToString(); // save selected value + OnPropertyChanged("Print_NotInMergeAll"); + } + } // Change Bar Use from 16-bit code: // No Default // Without Change Bars diff --git a/PROMS/Volian.Print.Library/MergedPdf.cs b/PROMS/Volian.Print.Library/MergedPdf.cs new file mode 100644 index 00000000..91c33361 --- /dev/null +++ b/PROMS/Volian.Print.Library/MergedPdf.cs @@ -0,0 +1,220 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.IO; +using System.Windows.Forms; +using VEPROMS.CSLA.Library; +using iTextSharp.text; +using iTextSharp.text.pdf; +using DescriptiveEnum; +using JR.Utils.GUI.Forms; + +namespace Volian.Print.Library +{ + public class MergedPdfProc + { + private string _Title; + public string Title + { + get { return _Title; } // used for pdf outline + set { _Title = value; } + } + private int _PageCount; // number of pages in the particular pdf, to aid in determining total page count for merged pdf + public int PageCount + { + get { return _PageCount; } + set { _PageCount = value; } + } + private string _PdfFileName; // used for finding the procedure's pdf file to merge + public string PdfFileName + { + get { return _PdfFileName; } + set { _PdfFileName = value; } + } + public MergedPdfProc(string title, string pfname) + { + _Title = title; + _PdfFileName = pfname; + } + } + // this class will manage the data & do subsequent merging of pdf files. It is used if the user + // selects the 'Merge' button off of the print dialog when doing a Print All. (C2019-012) + public class MergedPdf + { + private List _mergedPdfs = null; // This list has all procedure pdfs that will be included in the merged file. + public List MergedPdfs + { + get { return _mergedPdfs; } + set { _mergedPdfs = value; } + } + string _mergedFileName = null; // this is the name to be given the merged file + public string MergedFileName + { + get { return _mergedFileName; } + set { _mergedFileName = value; } + } + private string _folder; // this is folder to create the merged file in + public string Folder + { + get { return _folder; } + set { _folder = value; } + } + private DocVersionInfo _docVersionInfo; + private string _pageof = null; + private iTextSharp.text.Font _itextFont = null; + private MergedPdfsPageNumCorner _corner; + private float _xloc = 0; + private float _yloc = 0; + // the following constructs the class that contains data for merging a group of pdfs. + public MergedPdf(string folder, DocVersionInfo dvi) + { + _folder = folder; + _docVersionInfo = dvi; + } + // the following merges the procedure pdfs into a single pdf + public bool DoTheMerge() + { + if (MergedPdfs == null) + { + FlexibleMessageBox.Show("There are no PDFs to merge.", "Merging Pdfs Error", MessageBoxButtons.OK); + return false; + } + iTextSharp.text.Document doc = new iTextSharp.text.Document(); + string slashReplace = _docVersionInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SlashReplace ?? "_"; + MergedFileName = _folder + @"\" + _docVersionInfo.MyFolder.Name.Replace("/", slashReplace).Replace("\\", slashReplace) + ".pdf"; + MergedFileName = ItemInfo.StripRtfFormatting(MergedFileName); + PdfWriter writer = null; + // see if it can be created and if not, see if it is open and tell user: + try + { + writer = PdfWriter.GetInstance(doc, new FileStream(MergedFileName, FileMode.Create)); + } + catch (Exception ex) + { + StringBuilder sb = new StringBuilder(); + sb.AppendLine("Could not create"); + sb.AppendLine(); + sb.AppendLine(MergedFileName + "."); + sb.AppendLine(); + sb.AppendLine("If it is open, close and retry."); + FlexibleMessageBox.Show(sb.ToString(), "Error on CreatePdf", MessageBoxButtons.OK, MessageBoxIcon.Warning); + } + if (writer == null) return false; + doc.Open(); + PdfContentByte canvas = writer.DirectContent; + int mergedPageNumber = 0; // this is the number that will be used for the token (for of ) + int totalPages = 0; // this is the number that will be used for the token (for of ) + foreach (MergedPdfProc mpp in MergedPdfs) totalPages += mpp.PageCount; + bool doPageNum = GetPageOfInfo(); // get the format and location of page number - this can be reused for each procedure + // the MergedPdfs contains a list of all of the procedures' pdfs that will be merged into the final pdf + foreach (MergedPdfProc mpp in MergedPdfs) + { + string pdffilename = _folder + @"\" + mpp.PdfFileName; + if (!File.Exists(pdffilename)) + { + FlexibleMessageBox.Show("Error in finding pdf files to merge. Cannot print with date/time as part of pdf name. Or check that individual pdfs were generated.", "Error on CreatePdf", MessageBoxButtons.OK, MessageBoxIcon.Warning); + return false; + } + PdfReader reader = new PdfReader(_folder + @"\" + mpp.PdfFileName); + int numPages = reader.NumberOfPages; + int currentPageNumber = 0; + PdfOutline outline = null; + do // merging pages into complete... + { + currentPageNumber += 1; + mergedPageNumber += 1; + doc.SetPageSize(PageSize.LETTER); + doc.NewPage(); + PdfImportedPage page = writer.GetImportedPage(reader, currentPageNumber); // gets a page that is 'ready' to be written to combined pdf + if (doPageNum) // get the string & fill in with and numbers + { + string outputpageof = _pageof.Replace("", mergedPageNumber.ToString()).Replace("", totalPages.ToString()); + AddPageNumberToPage(page, canvas, outputpageof); + } + PdfDestination dest = new PdfDestination(PdfDestination.FIT); + // if on the first page, add the pdfname & title as part of outline. If on remaining pages, just put out page number. + // Later this may need expanded to put sections/steps/etc. + if (currentPageNumber == 1) + outline = new PdfOutline(canvas.RootOutline, dest, mpp.PdfFileName.Replace(".pdf", "")+" - "+mpp.Title, false); + else + new PdfOutline(outline, dest, "Page " + currentPageNumber.ToString(), false); + canvas.AddTemplate(page, 0, 0); // adds the page to the combined pdf + } while (currentPageNumber < numPages); + } + doc.Close(); + return true; + } + // this method adds the page number to the page before it is merged in. It determines the position from the properties + // that were set on the doc version properties dialog (these values were set as local class variables from GetPageOfInfo) + private void AddPageNumberToPage(PdfImportedPage page, PdfContentByte cb, string outputpage) + { + float pgright = page.BoundingBox.Right; + float pgleft = page.BoundingBox.Left; + float pgtop = page.BoundingBox.Top; + float pgbot = page.BoundingBox.Bottom; + Phrase ph = new Phrase(); + Chunk chk = new Chunk(outputpage, _itextFont); + ph.Add(chk); + Paragraph pg = new Paragraph(ph); + ColumnText columnText = new ColumnText(cb); + switch (_corner) + { + case MergedPdfsPageNumCorner.TopRight: + columnText.Alignment = Element.ALIGN_RIGHT; + columnText.SetSimpleColumn(0, pgtop - _yloc, pgright - _xloc, 0); + break; + case MergedPdfsPageNumCorner.BottomRight: + columnText.Alignment = Element.ALIGN_RIGHT; + columnText.SetSimpleColumn(0, _yloc, pgright - _xloc, 0); + break; + case MergedPdfsPageNumCorner.TopLeft: + columnText.SetSimpleColumn(_xloc, pgtop - _yloc, pgright, 0); // page alignment defaults to ALIGN_LEFT + break; + case MergedPdfsPageNumCorner.BottomLeft: + columnText.SetSimpleColumn(_xloc, _yloc, pgright, 0); // page alignment defaults to ALIGN_LEFT + break; + } + columnText.AddText(pg); + columnText.Go(); + } + // this method gets the format, font & location data from the doc version properties that are stored on the doc version's + // config field. It saves them as local class variables to be used in other places in this class. + private bool GetPageOfInfo() + { + DocVersionConfig dvc = (DocVersionConfig) _docVersionInfo.MyConfig; + MergedPdfsPageOf po = dvc.Print_MergedPdfsPageOf; + string tmp = EnumDescConverter.GetEnumDescription((Enum)dvc.Print_MergedPdfsPageOf); + if (tmp == "None") return false; // no page number, return false so no page number is put out. + + // If 'Other' for the format, use text in textbox to format the of string, note that and are + // resolved when adding pages to the merge document. The only other 'token' that is supported is '' + if (tmp == "Other") tmp = dvc.Print_MergedPdfsPageNumFormatOther; + _pageof = tmp.Replace("", _docVersionInfo.MyFolder.Name); + + // If font data is not supplied, use the default from the format for this working draft + string famtmp = dvc.Print_MergedPdfsPageNumFont; + if (famtmp == null || famtmp == "") + { + famtmp = _docVersionInfo.ActiveFormat.PlantFormat.FormatData.Font.Family; + } + tmp = dvc.Print_MergedPdfsPageNumFontSize; + float? tmpi=0; + if (tmp == null || tmp == "") + { + // use the default from the format from this working draft + tmpi = _docVersionInfo.ActiveFormat.PlantFormat.FormatData.Font.Size; + } + else + tmpi = int.Parse(tmp); + + // set local values of variables to be used in various other methods in this class. + _itextFont = Volian.Svg.Library.Svg.GetFont(famtmp, (float)tmpi, 0, System.Drawing.Color.Black); + _xloc = (float)dvc.Print_MergedPdfsPageNumLocX * 72; + _yloc = (float)dvc.Print_MergedPdfsPageNumLocY * 72; + _corner = dvc.Print_MergedPdfsPageNumCorner; + + return true; + } + } +} diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index c2ccfadb..11db1f6e 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -259,9 +259,22 @@ namespace Volian.Print.Library get { return _BlankPageText; } set { _BlankPageText = value; } } - + // use DidAll & MergeNotIncuded to know that printing all (not single) was done. Used w/ merge code to know when to return, i.e. not include in merged pdf + private bool _DidAll; + public bool DidAll // value passed in from frmPdfStatusForm + { + get { return _DidAll; } + set { _DidAll = value; } + } + private bool _MergeNotIncluded; + public bool MergeNotIncluded + { + get { return _MergeNotIncluded; } + set { _MergeNotIncluded = value; } + } + public PromsPrinter(ItemInfo myItem, string rev, string watermark, bool debugOutput, bool origPgBrk, string backgroundFolder, bool openPDF, bool overWrite, - ChangeBarDefinition cbd, String pdfFile, bool insertBlankPages, bool batchPrint, string prefix, bool saveLinks, bool removeTrailngHardReturnsAndManualPageBreaks, string blankPageText) + ChangeBarDefinition cbd, String pdfFile, bool insertBlankPages, bool batchPrint, string prefix, bool saveLinks, bool removeTrailngHardReturnsAndManualPageBreaks, string blankPageText, bool didAll) { Prefix = prefix; // RHM20150506 Multiline ItemID TextBox _MyItem = myItem; @@ -280,6 +293,8 @@ namespace Volian.Print.Library _SaveLinks = saveLinks; _RemoveTrailingHardReturnsAndManualPageBreaks = removeTrailngHardReturnsAndManualPageBreaks; _BlankPageText = blankPageText; + _DidAll = didAll; + _MergeNotIncluded = false; //_MyReaderHelper.LoadTree(myItem); } // Pass 1 PDF Name @@ -299,7 +314,14 @@ namespace Volian.Print.Library public string Print(string pdfFolder, bool makePlacekeeper, bool makeContinuousActionSummary) { if (_MyItem is ProcedureInfo) - { // B2017-186 First do Procedures that don't have page number transitions + { + ProcedureConfig pcfg = (ProcedureConfig)(_MyItem as ProcedureInfo).MyConfig; + if (DidAll && pcfg.Print_NotInMergeAll) // will be merging a pdf, so don't print this procedure if user set that on procedure propertures + { + _MergeNotIncluded = true; + return null; + } + // B2017-186 First do Procedures that don't have page number transitions if (!(_MyItem.ActiveFormat.PlantFormat.FormatData.TransData.UseTransitionModifier || _MyItem.ActiveFormat.PlantFormat.FormatData.TransData.UseSpecificTransitionModifier)) { @@ -446,11 +468,13 @@ namespace Volian.Print.Library _PROMSVersionLayer.SetPrint("PROMS Version", true); } } + public static int ProcPageCount = -1; // Used to count page numbers in each pdf. This will be used if/when pdfs are merged together. private void CloseDocument(string fileName) { int profileDepth = ProfileTimer.Push(">>>> CloseDocument"); try { + ProcPageCount = MyContentByte.PdfWriter.CurrentPageNumber - 1; MyContentByte.PdfDocument.Close(); MyContentByte = null; }