This commit is contained in:
parent
01e6948f1e
commit
17712e3fa4
@ -86,7 +86,7 @@ namespace PrintMSWord
|
|||||||
changeBarData.ChangeBarMessage == "DateAndChgID" ? PrintChangeBarText.DateChgID :
|
changeBarData.ChangeBarMessage == "DateAndChgID" ? PrintChangeBarText.DateChgID :
|
||||||
changeBarData.ChangeBarMessage == "None" ? PrintChangeBarText.None :
|
changeBarData.ChangeBarMessage == "None" ? PrintChangeBarText.None :
|
||||||
changeBarData.ChangeBarMessage == "RevNum" ? PrintChangeBarText.RevNum : PrintChangeBarText.UserDef;
|
changeBarData.ChangeBarMessage == "RevNum" ? PrintChangeBarText.RevNum : PrintChangeBarText.UserDef;
|
||||||
PromsPrinter pp = new PromsPrinter(myProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, VlnSettings.OldPDFFolder, openPdf, true, cbd,
|
PromsPrinter pp = new PromsPrinter(myProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, @"C:\TEMP\32Bit\Compare", openPdf, true, cbd,
|
||||||
myProcedure.DisplayNumber.Replace('/','_').Replace('\\','_'));
|
myProcedure.DisplayNumber.Replace('/','_').Replace('\\','_'));
|
||||||
pp.StatusChanged += new PromsPrinterStatusEvent(pp_StatusChanged);
|
pp.StatusChanged += new PromsPrinterStatusEvent(pp_StatusChanged);
|
||||||
_ElapsedTime = new Dictionary<PromsPrinterStatusType, TimeSpan>();
|
_ElapsedTime = new Dictionary<PromsPrinterStatusType, TimeSpan>();
|
||||||
|
@ -75,16 +75,6 @@ namespace Volian.Base.Library
|
|||||||
return _TemporaryFolder;
|
return _TemporaryFolder;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// used for Debug mode (at least for now)
|
|
||||||
// this is where the PDF 16-bit VE-PROMS output is placed and merged (via layers) into the PROMS 2010 PDF Output
|
|
||||||
private static string _OldPDFFolder = @"C:\Temp\16bit";
|
|
||||||
|
|
||||||
public static string OldPDFFolder
|
|
||||||
{
|
|
||||||
get { return VlnSettings._OldPDFFolder; }
|
|
||||||
set { VlnSettings._OldPDFFolder = value; }
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string _UserID=Environment.UserName.ToUpper();
|
private static string _UserID=Environment.UserName.ToUpper();
|
||||||
public static string UserID
|
public static string UserID
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user