C2018-014 rename Compare PDF checkbox to Overlay PDF, rename Meta File check box to Baseline Testing, added tool tips
C2018-015 add PROMS version number, SQL server name, database name, procedure folder tree info, procedure number and title to meta file. C2018-015 add debug pagination info to meta file
This commit is contained in:
@@ -110,6 +110,8 @@ namespace VEPROMS
|
||||
this.btnPdfLocation.Name = "btnPdfLocation";
|
||||
this.btnPdfLocation.Size = new System.Drawing.Size(20, 19);
|
||||
this.btnPdfLocation.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.superTooltip1.SetSuperTooltip(this.btnPdfLocation, new DevComponents.DotNetBar.SuperTooltipInfo("PDF Location Change Button", "", "This button will display a dialog allowing you to navigate to the location to pla" +
|
||||
"ce the PDF for this print session.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnPdfLocation.TabIndex = 100;
|
||||
this.btnPdfLocation.Click += new System.EventHandler(this.btnPdfLocation_Click);
|
||||
//
|
||||
@@ -122,10 +124,10 @@ 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(469, 126);
|
||||
this.gpnlDebug.Location = new System.Drawing.Point(440, 126);
|
||||
this.gpnlDebug.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.gpnlDebug.Name = "gpnlDebug";
|
||||
this.gpnlDebug.Size = new System.Drawing.Size(90, 97);
|
||||
this.gpnlDebug.Size = new System.Drawing.Size(119, 97);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -164,9 +166,11 @@ namespace VEPROMS
|
||||
this.cbxMetaFile.Location = new System.Drawing.Point(8, 51);
|
||||
this.cbxMetaFile.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxMetaFile.Name = "cbxMetaFile";
|
||||
this.cbxMetaFile.Size = new System.Drawing.Size(69, 17);
|
||||
this.cbxMetaFile.Size = new System.Drawing.Size(104, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxMetaFile, new DevComponents.DotNetBar.SuperTooltipInfo("Debug Baseline Testing", "", "Generates a DebugMeta text file in the PDF Location folder. It contains detailed" +
|
||||
" information of the text being printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxMetaFile.TabIndex = 1;
|
||||
this.cbxMetaFile.Text = "Meta File";
|
||||
this.cbxMetaFile.Text = "Baseline Testing";
|
||||
this.cbxMetaFile.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// cbxDebugText
|
||||
@@ -177,6 +181,8 @@ namespace VEPROMS
|
||||
this.cbxDebugText.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxDebugText.Name = "cbxDebugText";
|
||||
this.cbxDebugText.Size = new System.Drawing.Size(47, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxDebugText, new DevComponents.DotNetBar.SuperTooltipInfo("Debug Text", "", "Will generate DebugText text file in the PDF Location folder. It will contain ge" +
|
||||
"neral debug information generated while printing.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxDebugText.TabIndex = 1;
|
||||
this.cbxDebugText.Text = "Text";
|
||||
this.cbxDebugText.UseVisualStyleBackColor = false;
|
||||
@@ -189,6 +195,8 @@ namespace VEPROMS
|
||||
this.cbxDebugPagination.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxDebugPagination.Name = "cbxDebugPagination";
|
||||
this.cbxDebugPagination.Size = new System.Drawing.Size(76, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxDebugPagination, new DevComponents.DotNetBar.SuperTooltipInfo("Debug Pagination", "", "Generates a DebugPagination text file in the PDF Location folder. It contains de" +
|
||||
"tailed pagination information.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxDebugPagination.TabIndex = 0;
|
||||
this.cbxDebugPagination.Text = "Pagination";
|
||||
this.cbxDebugPagination.UseVisualStyleBackColor = false;
|
||||
@@ -270,6 +278,7 @@ namespace VEPROMS
|
||||
this.calDateSelector.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.calDateSelector.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.calDateSelector.Size = new System.Drawing.Size(170, 131);
|
||||
this.superTooltip1.SetSuperTooltip(this.calDateSelector, new DevComponents.DotNetBar.SuperTooltipInfo("Calandar", "", "Use the arrows to change the month and year.\r\n\r\nSelect the day.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(110, 100)));
|
||||
this.calDateSelector.TabIndex = 84;
|
||||
this.calDateSelector.Text = "monthCalendarAdv1";
|
||||
this.calDateSelector.Visible = false;
|
||||
@@ -283,7 +292,7 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
this.pbPDFsStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.pbPDFsStatus.Location = new System.Drawing.Point(8, 238);
|
||||
this.pbPDFsStatus.Location = new System.Drawing.Point(8, 241);
|
||||
this.pbPDFsStatus.Name = "pbPDFsStatus";
|
||||
this.pbPDFsStatus.Size = new System.Drawing.Size(575, 23);
|
||||
this.pbPDFsStatus.TabIndex = 87;
|
||||
@@ -301,6 +310,7 @@ namespace VEPROMS
|
||||
this.txbReviewDate.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.txbReviewDate.Name = "txbReviewDate";
|
||||
this.txbReviewDate.Size = new System.Drawing.Size(91, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.txbReviewDate, new DevComponents.DotNetBar.SuperTooltipInfo("Review Date", "", resources.GetString("txbReviewDate.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(203, 140)));
|
||||
this.txbReviewDate.TabIndex = 83;
|
||||
this.txbReviewDate.Enter += new System.EventHandler(this.txbReviewDate_Enter);
|
||||
this.txbReviewDate.Leave += new System.EventHandler(this.txbReviewDate_Leave);
|
||||
@@ -316,6 +326,7 @@ namespace VEPROMS
|
||||
this.txbRevDate.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.txbRevDate.Name = "txbRevDate";
|
||||
this.txbRevDate.Size = new System.Drawing.Size(91, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.txbRevDate, new DevComponents.DotNetBar.SuperTooltipInfo("Revision Date", "", resources.GetString("txbRevDate.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(203, 140)));
|
||||
this.txbRevDate.TabIndex = 82;
|
||||
this.txbRevDate.Enter += new System.EventHandler(this.txbRevDate_Enter);
|
||||
this.txbRevDate.Leave += new System.EventHandler(this.txbRevDate_Leave);
|
||||
@@ -333,6 +344,7 @@ namespace VEPROMS
|
||||
this.txbPDFLocation.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.txbPDFLocation.Name = "txbPDFLocation";
|
||||
this.txbPDFLocation.Size = new System.Drawing.Size(529, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.txbPDFLocation, new DevComponents.DotNetBar.SuperTooltipInfo("PDF Location", "", resources.GetString("txbPDFLocation.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(260, 180)));
|
||||
this.txbPDFLocation.TabIndex = 81;
|
||||
this.txbPDFLocation.WatermarkText = "PDF Location";
|
||||
this.txbPDFLocation.Leave += new System.EventHandler(this.txbPDFLocation_Leave);
|
||||
@@ -348,6 +360,7 @@ namespace VEPROMS
|
||||
this.cbxOpenAfterCreate2.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxOpenAfterCreate2.Name = "cbxOpenAfterCreate2";
|
||||
this.cbxOpenAfterCreate2.Size = new System.Drawing.Size(159, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxOpenAfterCreate2, new DevComponents.DotNetBar.SuperTooltipInfo("View PDF After Create", "", "PROMS will automatically open the created PDF in your PDF reader/viewer.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxOpenAfterCreate2.TabIndex = 80;
|
||||
this.cbxOpenAfterCreate2.Text = "View PDF After Create";
|
||||
this.cbxOpenAfterCreate2.UseVisualStyleBackColor = false;
|
||||
@@ -368,6 +381,8 @@ namespace VEPROMS
|
||||
this.cbxOverwritePDF2.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxOverwritePDF2.Name = "cbxOverwritePDF2";
|
||||
this.cbxOverwritePDF2.Size = new System.Drawing.Size(138, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxOverwritePDF2, new DevComponents.DotNetBar.SuperTooltipInfo("Overwrite PDF File", "", "PROMS will automatically replace an existing PDF file of the same name at this PD" +
|
||||
"F Location", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(160, 80)));
|
||||
this.cbxOverwritePDF2.TabIndex = 79;
|
||||
this.cbxOverwritePDF2.Text = "Overwrite PDF File";
|
||||
this.cbxOverwritePDF2.UseVisualStyleBackColor = false;
|
||||
@@ -383,6 +398,7 @@ namespace VEPROMS
|
||||
this.txbRevNum.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.txbRevNum.Name = "txbRevNum";
|
||||
this.txbRevNum.Size = new System.Drawing.Size(91, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.txbRevNum, new DevComponents.DotNetBar.SuperTooltipInfo("Revision Number", "", resources.GetString("txbRevNum.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(203, 130)));
|
||||
this.txbRevNum.TabIndex = 73;
|
||||
this.txbRevNum.Leave += new System.EventHandler(this.txbRevNum_Leave);
|
||||
//
|
||||
@@ -446,6 +462,8 @@ namespace VEPROMS
|
||||
this.txbPDFName.Location = new System.Drawing.Point(116, 61);
|
||||
this.txbPDFName.Name = "txbPDFName";
|
||||
this.txbPDFName.Size = new System.Drawing.Size(314, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.txbPDFName, new DevComponents.DotNetBar.SuperTooltipInfo("PDF Name", "", "By default, PROMS uses the procedure number to make up the PDF file name. The na" +
|
||||
"me can be changed, for this print session, prior to generating the PDF.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 105)));
|
||||
this.txbPDFName.TabIndex = 8;
|
||||
//
|
||||
// lblPDFFileName
|
||||
@@ -512,6 +530,8 @@ namespace VEPROMS
|
||||
this.cbxMultiunitPdfLocation.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxMultiunitPdfLocation.Name = "cbxMultiunitPdfLocation";
|
||||
this.cbxMultiunitPdfLocation.Size = new System.Drawing.Size(319, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxMultiunitPdfLocation, new DevComponents.DotNetBar.SuperTooltipInfo("Multi Unit PDF Location", "", "A sub folder will be created in the PDF Location based on the selection from this" +
|
||||
" drop down list.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxMultiunitPdfLocation.TabIndex = 107;
|
||||
this.cbxMultiunitPdfLocation.Visible = false;
|
||||
this.cbxMultiunitPdfLocation.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)));
|
||||
@@ -549,6 +569,7 @@ namespace VEPROMS
|
||||
this.lblWatermarkS.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lblWatermarkS.Name = "lblWatermarkS";
|
||||
this.lblWatermarkS.Size = new System.Drawing.Size(79, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.lblWatermarkS, new DevComponents.DotNetBar.SuperTooltipInfo("Watermark", "", "Prints the selected watermark on each page of the generated PDF.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(115, 79)));
|
||||
this.lblWatermarkS.TabIndex = 106;
|
||||
this.lblWatermarkS.Text = "Watermark";
|
||||
//
|
||||
@@ -564,6 +585,7 @@ namespace VEPROMS
|
||||
this.cbxWaterMark.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxWaterMark.Name = "cbxWaterMark";
|
||||
this.cbxWaterMark.Size = new System.Drawing.Size(157, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxWaterMark, new DevComponents.DotNetBar.SuperTooltipInfo("Watermark", "", "Select the watermark text that will be printed on each page of the PDF.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxWaterMark.TabIndex = 87;
|
||||
this.cbxWaterMark.Visible = false;
|
||||
this.cbxWaterMark.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)));
|
||||
@@ -580,6 +602,7 @@ namespace VEPROMS
|
||||
this.btnCreatePDF.Name = "btnCreatePDF";
|
||||
this.btnCreatePDF.Size = new System.Drawing.Size(133, 37);
|
||||
this.btnCreatePDF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.superTooltip1.SetSuperTooltip(this.btnCreatePDF, new DevComponents.DotNetBar.SuperTooltipInfo("Create PDF", "", "Generate a PDF of the selected procedure.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnCreatePDF.TabIndex = 1;
|
||||
this.btnCreatePDF.Text = "Create PDF";
|
||||
this.btnCreatePDF.Click += new System.EventHandler(this.btnCreatePDF_Click);
|
||||
@@ -597,6 +620,7 @@ namespace VEPROMS
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(122, 37);
|
||||
this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.superTooltip1.SetSuperTooltip(this.btnCancel, new DevComponents.DotNetBar.SuperTooltipInfo("Cancel", "", "Exit the Create PDF dialog without doing anything.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnCancel.TabIndex = 2;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
@@ -613,9 +637,10 @@ namespace VEPROMS
|
||||
this.cbxDebug.Location = new System.Drawing.Point(11, 299);
|
||||
this.cbxDebug.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxDebug.Name = "cbxDebug";
|
||||
this.cbxDebug.Size = new System.Drawing.Size(113, 20);
|
||||
this.cbxDebug.Size = new System.Drawing.Size(104, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxDebug, new DevComponents.DotNetBar.SuperTooltipInfo("Overlay PDF", "", resources.GetString("cbxDebug.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 130)));
|
||||
this.cbxDebug.TabIndex = 98;
|
||||
this.cbxDebug.Text = "Compare PDF";
|
||||
this.cbxDebug.Text = "Overlay PDF";
|
||||
this.cbxDebug.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// cbxOrPgBrk
|
||||
@@ -650,6 +675,7 @@ namespace VEPROMS
|
||||
this.cbxRemoveManualPageBreaks.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxRemoveManualPageBreaks.Name = "cbxRemoveManualPageBreaks";
|
||||
this.cbxRemoveManualPageBreaks.Size = new System.Drawing.Size(350, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxRemoveManualPageBreaks, new DevComponents.DotNetBar.SuperTooltipInfo("Remove Hard Returns and Manual Page Break", "", resources.GetString("cbxRemoveManualPageBreaks.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(280, 170)));
|
||||
this.cbxRemoveManualPageBreaks.TabIndex = 101;
|
||||
this.cbxRemoveManualPageBreaks.Text = "Remove Trailing Hard Returns && Manual Page Breaks";
|
||||
this.cbxRemoveManualPageBreaks.UseVisualStyleBackColor = false;
|
||||
@@ -682,6 +708,8 @@ namespace VEPROMS
|
||||
this.labelX5.Location = new System.Drawing.Point(92, 187);
|
||||
this.labelX5.Name = "labelX5";
|
||||
this.labelX5.Size = new System.Drawing.Size(152, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.labelX5, new DevComponents.DotNetBar.SuperTooltipInfo("Change Bars", "", "A change bar will be printed for each step editor text that has been modified sin" +
|
||||
"ce the last PROMS Approval.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 80)));
|
||||
this.labelX5.TabIndex = 110;
|
||||
this.labelX5.Text = "Change Bars";
|
||||
//
|
||||
@@ -775,6 +803,8 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.superTooltip1.SetSuperTooltip(this.ppGpbxUserSpecTxt, new DevComponents.DotNetBar.SuperTooltipInfo("Custom Change Bar Text", "", "Enter up to two lines of text (suggest no more than three characters per line). " +
|
||||
"This will be printed next to each change bar (step editor sections only)", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 104)));
|
||||
this.ppGpbxUserSpecTxt.TabIndex = 51;
|
||||
this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Text";
|
||||
//
|
||||
@@ -833,6 +863,8 @@ namespace VEPROMS
|
||||
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(185, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxChgBarTxtType, new DevComponents.DotNetBar.SuperTooltipInfo("Change Bar Text Type", "", "Select the type of information that is printed next to each change bar (step edit" +
|
||||
"or sections only).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.ppCmbxChgBarTxtType.TabIndex = 48;
|
||||
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";
|
||||
@@ -860,6 +892,8 @@ namespace VEPROMS
|
||||
this.cbxOvrrideDefChgBars.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxOvrrideDefChgBars.Name = "cbxOvrrideDefChgBars";
|
||||
this.cbxOvrrideDefChgBars.Size = new System.Drawing.Size(221, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxOvrrideDefChgBars, new DevComponents.DotNetBar.SuperTooltipInfo("Override Change Bar Text Type", "", "Override the information that is printed next to each change bar (step editor sec" +
|
||||
"tions only)", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxOvrrideDefChgBars.TabIndex = 79;
|
||||
this.cbxOvrrideDefChgBars.Text = "Overwrite Change Bar Text Type";
|
||||
this.cbxOvrrideDefChgBars.UseVisualStyleBackColor = false;
|
||||
@@ -876,6 +910,8 @@ namespace VEPROMS
|
||||
this.lblGeneratePlacekeeper.Location = new System.Drawing.Point(93, 155);
|
||||
this.lblGeneratePlacekeeper.Name = "lblGeneratePlacekeeper";
|
||||
this.lblGeneratePlacekeeper.Size = new System.Drawing.Size(152, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.lblGeneratePlacekeeper, new DevComponents.DotNetBar.SuperTooltipInfo("Generate PlaceKeeper", "", "PlaceKeeper information will be generated and displayed in Word. The contents of " +
|
||||
"which can be copied and pasted into a PROMS Word attachment.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 100)));
|
||||
this.lblGeneratePlacekeeper.TabIndex = 110;
|
||||
this.lblGeneratePlacekeeper.Text = "Generate Placekeeper";
|
||||
this.lblGeneratePlacekeeper.Visible = false;
|
||||
@@ -933,6 +969,7 @@ namespace VEPROMS
|
||||
this.labelX3.Location = new System.Drawing.Point(93, 126);
|
||||
this.labelX3.Name = "labelX3";
|
||||
this.labelX3.Size = new System.Drawing.Size(245, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.labelX3, new DevComponents.DotNetBar.SuperTooltipInfo("Show PROMS Version Number", "", "The PROMS Version number will print in the upper right corner of each page.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.labelX3.TabIndex = 110;
|
||||
this.labelX3.Text = "Show PROMS Version Number";
|
||||
//
|
||||
@@ -960,6 +997,9 @@ namespace VEPROMS
|
||||
this.labelX2.Location = new System.Drawing.Point(93, 68);
|
||||
this.labelX2.Name = "labelX2";
|
||||
this.labelX2.Size = new System.Drawing.Size(245, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.labelX2, new DevComponents.DotNetBar.SuperTooltipInfo("Add Blank Pages for Duplex Printing", "", "Blank pages will be inserted where needed (for the back side of a page) when gene" +
|
||||
"rating the PDF that prints information (Foldouts or Supplemental Info) on back p" +
|
||||
"ages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.labelX2.TabIndex = 110;
|
||||
this.labelX2.Text = "Add Blank Pages For Duplex Printing";
|
||||
//
|
||||
@@ -987,6 +1027,8 @@ namespace VEPROMS
|
||||
this.labelX1.Location = new System.Drawing.Point(93, 39);
|
||||
this.labelX1.Name = "labelX1";
|
||||
this.labelX1.Size = new System.Drawing.Size(112, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("PDF Links", "", "Will create live hyperlinks for transitions and Referenced Objects in the generat" +
|
||||
"ed PDF file. See chapter C.3 in the PROMS user manual for details.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 105)));
|
||||
this.labelX1.TabIndex = 108;
|
||||
this.labelX1.Text = "PDF Links";
|
||||
//
|
||||
|
Reference in New Issue
Block a user