format changes for NSP EOP and AOP formats, Update format Names for Ginna to say “CEG” instead of “RGE”
This commit is contained in:
parent
2bbcc27a75
commit
f2b59812a0
@ -17,10 +17,18 @@ namespace fmtxml
|
||||
AddTPFmt(ref fmtdata);
|
||||
break;
|
||||
case "RGE.FMT":
|
||||
AddRGEFmt(ref fmtdata);
|
||||
break;
|
||||
case "RGESAM1.FMT":
|
||||
case "RGESAM2.FMT":
|
||||
case "RGESMPE.FMT":
|
||||
AddRGEFmt(ref fmtdata);
|
||||
AddRGESAMGFmt(ref fmtdata);
|
||||
break;
|
||||
case "RGEBCK.FMT":
|
||||
AddRGEBCKFmt(ref fmtdata);
|
||||
break;
|
||||
case "RGEBCK.X00":
|
||||
AddRGEBCKX00(ref fmtdata);
|
||||
break;
|
||||
case "WCN2.FMT":
|
||||
AddWCN2Fmt(ref fmtdata);
|
||||
@ -31,6 +39,12 @@ namespace fmtxml
|
||||
case "NSP.FMT":
|
||||
AddNSPFMT(ref fmtdata);
|
||||
break;
|
||||
case "NSPAB.FMT":
|
||||
case "NSPAB.X00":
|
||||
case "NSPAB.X01":
|
||||
case "NSPAB.X02":
|
||||
AddNSPABFMT(ref fmtdata);
|
||||
break;
|
||||
case "NSP.X00":
|
||||
AddNSP00FMT(ref fmtdata);
|
||||
break;
|
||||
@ -70,6 +84,16 @@ namespace fmtxml
|
||||
fmtdata.StepData[1].CautionOrNoteSubstepIndent = "2";
|
||||
}
|
||||
private void AddRGEFmt(ref FormatData fmtdata)
|
||||
{
|
||||
// RGE is now call GEG
|
||||
fmtdata.Name = "CEG Ginna EOP/AOP Format";
|
||||
RGEcommonAdjustments(ref fmtdata);
|
||||
}
|
||||
private void AddRGESAMGFmt(ref FormatData fmtdata)
|
||||
{
|
||||
RGEcommonAdjustments(ref fmtdata);
|
||||
}
|
||||
private void RGEcommonAdjustments(ref FormatData fmtdata)
|
||||
{
|
||||
// The RGE formats had a PrintPosAdjust in 16 bit on the High, Immediate, LossocAC & continuous step
|
||||
// types with a value of -1 (move back one character). However, on the printed output, it printed
|
||||
@ -94,6 +118,16 @@ namespace fmtxml
|
||||
fmtdata.StepData[9].TabData.RNOIdentEdit="* ";
|
||||
fmtdata.StepData[9].TabData.RNOIdent = "* ";
|
||||
}
|
||||
private void AddRGEBCKFmt(ref FormatData fmtdata)
|
||||
{
|
||||
// RGE is now call GEG
|
||||
fmtdata.Name = "CGE Ginna Background Format";
|
||||
}
|
||||
private void AddRGEBCKX00(ref FormatData fmtdata)
|
||||
{
|
||||
// RGE is now call GEG
|
||||
fmtdata.Name = "CGE Ginna Background Subformat";
|
||||
}
|
||||
private void AddWCN2Fmt(ref FormatData fmtdata)
|
||||
{
|
||||
// the WCN2 tab for continuous HLS type had only 1 space after the period ('.'). The other
|
||||
@ -141,6 +175,7 @@ namespace fmtxml
|
||||
// Set the overall font to Arial 11 pt
|
||||
fmtdata.FontData.FontFamily = "Arial";
|
||||
fmtdata.FontData.FontSize = "11";
|
||||
fmtdata.FontData.CPI = "10";
|
||||
|
||||
fmtdata.SectData.SectionNumber.Font.FontFamily = "Arial";
|
||||
fmtdata.SectData.SectionNumber.Font.FontSize = "11";
|
||||
@ -191,10 +226,11 @@ namespace fmtxml
|
||||
fmtdata.StepData[6].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[6].TabData.Font.FontSize = "18";
|
||||
fmtdata.StepData[6].TabData.Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[6].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[6].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontSize = "10";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[6].WidthOverride = "421";
|
||||
fmtdata.StepData[6].ColOverride = "194";
|
||||
@ -203,60 +239,64 @@ namespace fmtxml
|
||||
////fmtdata.StepData[20].Type = "Caution1";
|
||||
////fmtdata.StepData[20].ParentType = "Caution";
|
||||
fmtdata.StepData[20].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[20].Font.FontSize = "10";
|
||||
fmtdata.StepData[20].Font.FontSize = "11";
|
||||
fmtdata.StepData[20].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[20].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[20].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[20].TabData.Font.FontSize = "18";
|
||||
fmtdata.StepData[20].TabData.Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[20].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[20].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[20].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[20].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[20].TabData.Bullet.Font.FontSize = "10";
|
||||
fmtdata.StepData[20].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[20].TabData.Bullet.Font.FontStyle = "Bold";
|
||||
|
||||
////fmtdata.StepData[21] = fmtdata.StepData[6];
|
||||
////fmtdata.StepData[21].Type = "Caution2";
|
||||
////fmtdata.StepData[21].ParentType = "Caution";
|
||||
fmtdata.StepData[21].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[21].Font.FontSize = "10";
|
||||
fmtdata.StepData[21].Font.FontSize = "11";
|
||||
fmtdata.StepData[21].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[21].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[21].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[21].TabData.Font.FontSize = "18";
|
||||
fmtdata.StepData[21].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[21].TabData.Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[21].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[21].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[21].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[21].TabData.Bullet.Font.FontSize = "10";
|
||||
fmtdata.StepData[21].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[21].TabData.Bullet.Font.FontStyle = "Bold";
|
||||
|
||||
////fmtdata.StepData[27] = fmtdata.StepData[6];
|
||||
////fmtdata.StepData[27].Type = "Caution3";
|
||||
////fmtdata.StepData[27].ParentType = "Caution";
|
||||
fmtdata.StepData[27].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[27].Font.FontSize = "10";
|
||||
fmtdata.StepData[27].Font.FontSize = "11";
|
||||
fmtdata.StepData[27].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[27].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[27].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[27].TabData.Font.FontSize = "18";
|
||||
fmtdata.StepData[27].TabData.Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[27].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[27].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[27].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[27].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[27].TabData.Bullet.Font.FontSize = "10";
|
||||
fmtdata.StepData[27].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[27].TabData.Bullet.Font.FontStyle = "Bold";
|
||||
|
||||
////fmtdata.StepData[29] = fmtdata.StepData[6];
|
||||
////fmtdata.StepData[29].Type = "Caution4";
|
||||
////fmtdata.StepData[29].ParentType = "Caution";
|
||||
fmtdata.StepData[29].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[29].Font.FontSize = "10";
|
||||
fmtdata.StepData[29].Font.FontSize = "11";
|
||||
fmtdata.StepData[29].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[29].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[29].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[29].TabData.Font.FontSize = "18";
|
||||
fmtdata.StepData[29].TabData.Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[29].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[29].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[29].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[29].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[29].TabData.Bullet.Font.FontSize = "10";
|
||||
fmtdata.StepData[29].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[29].TabData.Bullet.Font.FontStyle = "Bold";
|
||||
|
||||
// Notes used Arial font and any bullets following the tab are at
|
||||
@ -266,11 +306,12 @@ namespace fmtxml
|
||||
fmtdata.StepData[7].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[7].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[7].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[7].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[7].TabData.Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[7].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontSize = "12";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontStyle = "Bold";
|
||||
fmtdata.StepData[7].TabData.Ident = "Note ";
|
||||
fmtdata.StepData[7].TabData.RNOIdent = "Note ";
|
||||
@ -281,10 +322,11 @@ namespace fmtxml
|
||||
////fmtdata.StepData[22].Type = "Note1";
|
||||
////fmtdata.StepData[22].ParentType = "Note";
|
||||
fmtdata.StepData[22].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[22].Font.FontSize = "10";
|
||||
fmtdata.StepData[22].Font.FontSize = "11";
|
||||
fmtdata.StepData[22].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[22].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[22].TabData.Font.FontSize = "10";
|
||||
fmtdata.StepData[22].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[22].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[22].TabData.Font.FontStyle = "Italics, Bold";
|
||||
//fmtdata.StepData[22].TabData.Bullet.Separate = "True";
|
||||
//fmtdata.StepData[22].TabData.Bullet.Font = new VE_Font();
|
||||
@ -299,10 +341,11 @@ namespace fmtxml
|
||||
////fmtdata.StepData[23].Type = "Note2";
|
||||
////fmtdata.StepData[23].ParentType = "Note";
|
||||
fmtdata.StepData[23].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[23].Font.FontSize = "10";
|
||||
fmtdata.StepData[23].Font.FontSize = "11";
|
||||
fmtdata.StepData[23].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[23].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[23].TabData.Font.FontSize = "10";
|
||||
fmtdata.StepData[23].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[23].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[23].TabData.Font.FontStyle = "Italics, Bold";
|
||||
//fmtdata.StepData[23].TabData.Bullet.Separate = "True";
|
||||
//fmtdata.StepData[23].TabData.Bullet.Font = new VE_Font();
|
||||
@ -317,10 +360,11 @@ namespace fmtxml
|
||||
////fmtdata.StepData[26].Type = "Note3";
|
||||
////fmtdata.StepData[26].ParentType = "Note";
|
||||
fmtdata.StepData[26].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[26].Font.FontSize = "10";
|
||||
fmtdata.StepData[26].Font.FontSize = "11";
|
||||
fmtdata.StepData[26].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[26].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[26].TabData.Font.FontSize = "10";
|
||||
fmtdata.StepData[26].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[26].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[26].TabData.Font.FontStyle = "Italics, Bold";
|
||||
//fmtdata.StepData[26].TabData.Bullet.Separate = "True";
|
||||
//fmtdata.StepData[26].TabData.Bullet.Font = new VE_Font();
|
||||
@ -335,10 +379,11 @@ namespace fmtxml
|
||||
////fmtdata.StepData[28].Type = "Note4";
|
||||
////fmtdata.StepData[28].ParentType = "Note";
|
||||
fmtdata.StepData[28].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[28].Font.FontSize = "10";
|
||||
fmtdata.StepData[28].Font.FontSize = "11";
|
||||
fmtdata.StepData[28].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[28].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[28].TabData.Font.FontSize = "10";
|
||||
fmtdata.StepData[28].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[28].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[28].TabData.Font.FontStyle = "Italics, Bold";
|
||||
//fmtdata.StepData[28].TabData.Bullet.Separate = "True";
|
||||
//fmtdata.StepData[28].TabData.Bullet.Font = new VE_Font();
|
||||
@ -353,10 +398,11 @@ namespace fmtxml
|
||||
////fmtdata.StepData[32].Type = "Note5";
|
||||
////fmtdata.StepData[32].ParentType = "Note";
|
||||
fmtdata.StepData[32].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[32].Font.FontSize = "10";
|
||||
fmtdata.StepData[32].Font.FontSize = "11";
|
||||
fmtdata.StepData[32].Font.FontStyle = "Italics, Bold";
|
||||
fmtdata.StepData[32].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[32].TabData.Font.FontSize = "10";
|
||||
fmtdata.StepData[32].TabData.Font.FontSize = "14";
|
||||
fmtdata.StepData[32].TabData.Font.CPI = "8";
|
||||
fmtdata.StepData[32].TabData.Font.FontStyle = "Italics, Bold";
|
||||
//fmtdata.StepData[32].TabData.Bullet.Separate = "True";
|
||||
//fmtdata.StepData[32].TabData.Bullet.Font = new VE_Font();
|
||||
@ -846,6 +892,10 @@ namespace fmtxml
|
||||
fmtdata.StepData[47].TabData.Font.FontSize = "11";
|
||||
fmtdata.StepData[47].TabData.Font.FontStyle = "None";
|
||||
}
|
||||
private void AddNSPABFMT(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.ProcData.CoverTitleLength = 46;
|
||||
}
|
||||
private void AddNSPARPfmt(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.StepData[1].TabData.RNOIdentEdit = "";
|
||||
@ -896,6 +946,9 @@ namespace fmtxml
|
||||
case "NSPAB.PAG":
|
||||
AddNSPABPage(ref pgstyles);
|
||||
break;
|
||||
case "NSPAB.Z00":
|
||||
AddNSPABPage_Z00(ref pgstyles);
|
||||
break;
|
||||
case "NSPAB.Z01":
|
||||
AddNSPABPage_Z01(ref pgstyles);
|
||||
break;
|
||||
@ -956,77 +1009,99 @@ namespace fmtxml
|
||||
// Procedure Steps
|
||||
pgstyles.PgStyles[0].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[0].Items[1].Col = -18; // {HEADER1}
|
||||
pgstyles.PgStyles[0].Items[2].Col = 271; // {PROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[2].Col = 269; // {PROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[0].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[0].Items[3].Col = 515; // REV. {REV}
|
||||
pgstyles.PgStyles[0].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[0].Items[4].Col = 25; // {EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[0].Items[4].Col = 28; // {EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[4].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[0].Items[4].Style.CPI = "10";
|
||||
pgstyles.PgStyles[0].Items[5].Col = -18; // {BOX2}
|
||||
pgstyles.PgStyles[0].Items[6].Col = 246; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[0].Items[6].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[6].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[0].Items[6].Style.CPI = "10";
|
||||
// Figure Included in Page Count
|
||||
pgstyles.PgStyles[1].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[1].Items[1].Col = -18; // {HEADER1}
|
||||
pgstyles.PgStyles[1].Items[2].Col = 243; // {PROCTITLE}
|
||||
pgstyles.PgStyles[1].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[1].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[1].Items[3].Col = 461; // {REV}
|
||||
pgstyles.PgStyles[1].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[1].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[1].Items[4].Col = 25; // {EOPNUM}
|
||||
pgstyles.PgStyles[1].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[4].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[1].Items[4].Style.CPI = "10";
|
||||
pgstyles.PgStyles[1].Items[5].Col = -18; // {BOX1}
|
||||
pgstyles.PgStyles[1].Items[6].Col = 221; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[1].Items[6].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[6].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[1].Items[6].Style.CPI = "10";
|
||||
// Cover sheet with Retention 5 years
|
||||
pgstyles.PgStyles[2].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[2].Items[1].Col = 320; // {EOPNUM}
|
||||
pgstyles.PgStyles[2].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[1].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[2].Items[1].Style.CPI = "10";
|
||||
pgstyles.PgStyles[2].Items[2].Col = 320; // REV. {REV}
|
||||
pgstyles.PgStyles[2].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[2].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[2].Items[3].Col = 320; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[2].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[2].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[2].Items[4].Col = 320; // Retention: 5 Yrs.
|
||||
pgstyles.PgStyles[2].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[4].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[2].Items[4].Style.CPI = "10";
|
||||
|
||||
// Cover Sheet 2004 With no Retention
|
||||
pgstyles.PgStyles[3].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[3].Items[1].Col = -18; // {HEADER1}
|
||||
pgstyles.PgStyles[3].Items[2].Col = 243; // {PROCTITLE}
|
||||
pgstyles.PgStyles[3].Items[2].Col = 240; // {PROCTITLE}
|
||||
pgstyles.PgStyles[3].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[3].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[3].Items[3].Col = 461; // {REV}
|
||||
pgstyles.PgStyles[3].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[3].Items[3].Col = 460; // {REV}
|
||||
pgstyles.PgStyles[3].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[3].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[3].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[3].Items[4].Col = 25; // {EOPNUM}
|
||||
pgstyles.PgStyles[3].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[3].Items[4].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[3].Items[4].Style.CPI = "10";
|
||||
pgstyles.PgStyles[3].Items[5].Col = 220; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[3].Items[5].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[3].Items[5].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[3].Items[5].Style.CPI = "10";
|
||||
|
||||
// Cover Sheet
|
||||
pgstyles.PgStyles[4].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[4].Items[1].Col = 320; // {EOPNUM}
|
||||
pgstyles.PgStyles[4].Items[1].Col = 513; // {EOPNUM}
|
||||
pgstyles.PgStyles[4].Items[1].Justify = "PSRight";
|
||||
pgstyles.PgStyles[4].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[4].Items[1].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[4].Items[2].Col = 320; // REV. {REV}
|
||||
pgstyles.PgStyles[4].Items[1].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[4].Items[1].Style.CPI = "10";
|
||||
pgstyles.PgStyles[4].Items[2].Col = 513; // REV. {REV}
|
||||
pgstyles.PgStyles[4].Items[2].Justify = "PSRight";
|
||||
pgstyles.PgStyles[4].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[4].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[4].Items[3].Col = 320; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[4].Items[2].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[4].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[4].Items[3].Col = 513; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[4].Items[3].Justify = "PSRight";
|
||||
pgstyles.PgStyles[4].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[4].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[4].Items[3].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[4].Items[3].Style.CPI = "10";
|
||||
|
||||
// Ter Editor Foldout pages
|
||||
pgstyles.PgStyles[5].Name = "MS Word Editor Foldout pages";
|
||||
@ -1035,34 +1110,42 @@ namespace fmtxml
|
||||
// Purpose And Entry Conditions with Header Box
|
||||
pgstyles.PgStyles[6].Items[0].Col = 1; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[6].Items[1].Col = 0; // {HEADER1}
|
||||
pgstyles.PgStyles[6].Items[2].Col = 257; // {PROCTITLE}
|
||||
pgstyles.PgStyles[6].Items[2].Col = 258; // {PROCTITLE}
|
||||
pgstyles.PgStyles[6].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[6].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[6].Items[3].Col = 481; // {REV}
|
||||
pgstyles.PgStyles[6].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[6].Items[3].Col = 478; // {REV}
|
||||
pgstyles.PgStyles[6].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[6].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[6].Items[4].Col = 39; // {EOPNUM}
|
||||
pgstyles.PgStyles[6].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[6].Items[4].Col = 43; // {EOPNUM}
|
||||
pgstyles.PgStyles[6].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[6].Items[4].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[6].Items[4].Style.CPI = "10";
|
||||
pgstyles.PgStyles[6].Items[5].Col = 239; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[6].Items[5].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[6].Items[5].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[6].Items[5].Style.CPI = "10";
|
||||
|
||||
// Two Column Auto Action Pages
|
||||
pgstyles.PgStyles[7].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[7].Items[1].Col = 503; // {REV}
|
||||
pgstyles.PgStyles[7].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[7].Items[1].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[7].Items[1].Style.CPI = "10";
|
||||
pgstyles.PgStyles[7].Items[2].Col = 503; // {EOPNUM}
|
||||
pgstyles.PgStyles[7].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[7].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[7].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[7].Items[3].Col = 248; // {SECTIONLEVELTITLE}
|
||||
pgstyles.PgStyles[7].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[7].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[7].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[7].Items[4].Col = -18; // {BOX2}
|
||||
pgstyles.PgStyles[7].Items[5].Col = 503; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[7].Items[5].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[7].Items[5].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[7].Items[5].Style.CPI = "10";
|
||||
pgstyles.PgStyles[7].Items[5].Justify = "PSRight, PSTrue"; // Page {PAGE} of {OF}
|
||||
|
||||
// Auto Continuous Action Summary
|
||||
@ -1071,25 +1154,32 @@ namespace fmtxml
|
||||
pgstyles.PgStyles[8].Items[2].Col = 29; // {EOPNUM}
|
||||
pgstyles.PgStyles[8].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[2].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[2].Style.CPI = "10";
|
||||
pgstyles.PgStyles[8].Items[3].Col = 251; // {PROCTITLE}
|
||||
pgstyles.PgStyles[8].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[3].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[3].Style.CPI = "10";
|
||||
pgstyles.PgStyles[8].Items[4].Col = 503; // {REV}
|
||||
pgstyles.PgStyles[8].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[4].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[4].Style.CPI = "10";
|
||||
pgstyles.PgStyles[8].Items[5].Col = -18; // {BOX4}
|
||||
pgstyles.PgStyles[8].Items[6].Col = 263; // {SECTIONLEVELNUMBER}
|
||||
pgstyles.PgStyles[8].Items[6].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[6].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[6].Style.CPI = "10";
|
||||
pgstyles.PgStyles[8].Items[7].Col = 263; // {SECTIONLEVELTITLE}
|
||||
pgstyles.PgStyles[8].Items[7].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[7].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[7].Style.CPI = "10";
|
||||
pgstyles.PgStyles[8].Items[8].Col = 263; // Page {DOCCURPAGE} of {DOCTOTPAGE}
|
||||
pgstyles.PgStyles[8].Items[8].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[8].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[8].Style.CPI = "10";
|
||||
pgstyles.PgStyles[8].Items[9].Col = 251; // Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[8].Items[9].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[8].Items[9].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[8].Items[9].Style.CPI = "10";
|
||||
}
|
||||
// NSP foldouts
|
||||
private void AddNSP00Page(ref PageStyles pgstyles)
|
||||
@ -1100,55 +1190,98 @@ namespace fmtxml
|
||||
pgstyles.PgStyles[0].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[0].Items[0].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[0].Style.FontSize = "12";
|
||||
pgstyles.PgStyles[0].Items[0].Style.CPI = "10";
|
||||
pgstyles.PgStyles[0].Items[1].Col = 258; // {SECTIONLEVELTITLE}
|
||||
pgstyles.PgStyles[0].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[1].Style.FontSize = "10";
|
||||
pgstyles.PgStyles[0].Items[1].Style.CPI = "10";
|
||||
PSItem[] Fpsitms = null;
|
||||
Fpsitms = new PSItem[4];
|
||||
pgstyles.PgStyles[0].Items.CopyTo(Fpsitms, 0);
|
||||
|
||||
PSItem pi = new PSItem();
|
||||
pi.Token = "{EOPNUM}"; //{EOPNUM}
|
||||
pi.Col = 530;
|
||||
pi.Row = 12;
|
||||
pi.Justify = "PSRight";
|
||||
pi.Style = new VE_Font();
|
||||
pi.Style.FontFamily = "Arial";
|
||||
pi.Style.FontSize = "11";
|
||||
pi.Style.CPI = "12";
|
||||
pi.Style.FontStyle = "None";
|
||||
Fpsitms[2] = pi;
|
||||
|
||||
pi = new PSItem();
|
||||
pi.Token = "REV. {REV}"; //{REV}
|
||||
pi.Col = 530;
|
||||
pi.Row = 24;
|
||||
pi.Justify = "PSRight";
|
||||
pi.Style = new VE_Font();
|
||||
pi.Style.FontFamily = "Arial";
|
||||
pi.Style.FontSize = "11";
|
||||
pi.Style.CPI = "12";
|
||||
pi.Style.FontStyle = "None";
|
||||
Fpsitms[3] = pi;
|
||||
|
||||
pgstyles.PgStyles[0].Items = Fpsitms;
|
||||
}
|
||||
// NSPBCK_ALL
|
||||
private void AddNSPBckPage(ref PageStyles pgstyles)
|
||||
{
|
||||
// Background Text - first page
|
||||
pgstyles.PgStyles[0].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[0].Items[1].Style.FontFamily = "Arial"; //{EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[1].Col = 477; //{EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[1].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[0].Items[2].Style.FontFamily = "Arial"; //{REV}
|
||||
pgstyles.PgStyles[0].Items[2].Col = 477; //{REV}
|
||||
pgstyles.PgStyles[0].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[2].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[0].Items[3].Style.FontFamily = "Arial"; //{Page} of {OF}
|
||||
pgstyles.PgStyles[0].Items[3].Col = 477; //{Page} of {OF}
|
||||
pgstyles.PgStyles[0].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[3].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[0].Items[4].Col = 240; // BACKGROUND INFORMATION FOR
|
||||
pgstyles.PgStyles[0].Items[4].Col = 285; // BACKGROUND INFORMATION FOR
|
||||
pgstyles.PgStyles[0].Items[4].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[4].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[0].Items[5].Col = 240; // {EOPNUM}, {PROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[5].Col = 285; // {EOPNUM}, {PROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[5].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[0].Items[5].Style.FontSize = "11";
|
||||
// Background Text - rest of pages
|
||||
pgstyles.PgStyles[1].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[1].Items[1].Style.FontFamily = "Arial"; //{EOPNUM}
|
||||
pgstyles.PgStyles[1].Items[1].Col = 477; //{EOPNUM}
|
||||
pgstyles.PgStyles[1].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[1].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[1].Items[2].Style.FontFamily = "Arial"; //{REV}
|
||||
pgstyles.PgStyles[1].Items[2].Col = 477; //{REV}
|
||||
pgstyles.PgStyles[1].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[2].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[1].Items[3].Style.FontFamily = "Arial"; //{Page} of {OF}
|
||||
pgstyles.PgStyles[1].Items[3].Col = 477; //{Page} of {OF}
|
||||
pgstyles.PgStyles[1].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[1].Items[3].Style.FontSize = "11";
|
||||
// attachments
|
||||
pgstyles.PgStyles[2].Items[0].Col = -5; // {DRAFTPAGE}{REFERENCEPAGE}{MASTERPAGE}{SAMPLEPAGE}
|
||||
pgstyles.PgStyles[2].Items[1].Style.FontFamily = "Arial"; //{EOPNUM}
|
||||
pgstyles.PgStyles[2].Items[1].Col = 477; //{EOPNUM}
|
||||
pgstyles.PgStyles[2].Items[1].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[1].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[2].Items[2].Style.FontFamily = "Arial"; //{REV}
|
||||
pgstyles.PgStyles[2].Items[2].Col = 477;//{REV}
|
||||
pgstyles.PgStyles[2].Items[2].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[2].Style.FontSize = "11";
|
||||
pgstyles.PgStyles[2].Items[3].Style.FontFamily = "Arial"; //{Page} of {OF}
|
||||
pgstyles.PgStyles[2].Items[3].Col = 477; //{Page} of {OF}
|
||||
pgstyles.PgStyles[2].Items[3].Style.FontFamily = "Arial";
|
||||
pgstyles.PgStyles[2].Items[3].Style.FontSize = "11";
|
||||
}
|
||||
private void AddNSPABPage(ref PageStyles pgstyles)
|
||||
{
|
||||
//Procedure Steps
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[0].Items[1].Col = 294;
|
||||
pgstyles.PgStyles[0].Items[1].Col = 287;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[6].Col = 293;
|
||||
pgstyles.PgStyles[0].Items[6].Col = 336;
|
||||
pgstyles.PgStyles[0].Items[6].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[7].Col = 505;
|
||||
pgstyles.PgStyles[0].Items[7].Col = 511;
|
||||
pgstyles.PgStyles[0].Items[7].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[0].Items[8].Col = 513;
|
||||
pgstyles.PgStyles[0].Items[8].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[0].Items[9].Col = 513;
|
||||
//{PS-CONFSTATE}
|
||||
@ -1158,11 +1291,14 @@ namespace fmtxml
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[1].Items[1].Col = 287;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[1].Items[5].Col = 293;
|
||||
pgstyles.PgStyles[1].Items[5].Col = 336;
|
||||
pgstyles.PgStyles[1].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[1].Items[6].Col = 505;
|
||||
pgstyles.PgStyles[1].Items[6].Col = 511;
|
||||
pgstyles.PgStyles[1].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[1].Items[7].Col = 513;
|
||||
pgstyles.PgStyles[1].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[1].Items[8].Col = 513;
|
||||
//{PS-CONFSTATE}
|
||||
@ -1170,47 +1306,130 @@ namespace fmtxml
|
||||
|
||||
//Cover Page
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[2].Items[1].Col = 250;
|
||||
pgstyles.PgStyles[2].Items[1].Col = 256;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[2].Items[6].Col = 249;
|
||||
pgstyles.PgStyles[2].Items[6].Col = 300;
|
||||
pgstyles.PgStyles[2].Items[6].Row = 84;
|
||||
pgstyles.PgStyles[2].Items[6].Style.CPI = "8";
|
||||
pgstyles.PgStyles[2].Items[6].Justify = "PSCenter";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[2].Items[7].Col = 511;
|
||||
pgstyles.PgStyles[2].Items[7].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[2].Items[8].Col = 513;
|
||||
pgstyles.PgStyles[2].Items[8].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[2].Items[9].Col = 507;
|
||||
pgstyles.PgStyles[2].Items[9].Col = 513;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[2].Items[13].Col = 250;
|
||||
pgstyles.PgStyles[2].Items[13].Col = 256;
|
||||
|
||||
//Accessory page
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[3].Items[1].Col = 256;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[3].Items[5].Col = 300;
|
||||
pgstyles.PgStyles[3].Items[5].Row = 84;
|
||||
pgstyles.PgStyles[3].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[3].Items[6].Col = 511;
|
||||
pgstyles.PgStyles[3].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[3].Items[7].Col = 513;
|
||||
pgstyles.PgStyles[3].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[3].Items[8].Col = 513;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[3].Items[11].Col = 256;
|
||||
|
||||
//Attachment with Checkoffs (Step Editor)
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[4].Items[1].Col = 287;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[4].Items[5].Col = 336;
|
||||
pgstyles.PgStyles[4].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[4].Items[6].Col = 511;
|
||||
pgstyles.PgStyles[4].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[4].Items[7].Col = 513;
|
||||
pgstyles.PgStyles[4].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[4].Items[8].Col = 513;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[4].Items[11].Col = 287;
|
||||
|
||||
}
|
||||
private void AddNSPABPage_Z00(ref PageStyles pgstyles)
|
||||
{
|
||||
//"Attachment with Checkoff
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[0].Items[1].Col = 287;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[5].Col = 336;
|
||||
pgstyles.PgStyles[0].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[6].Col = 511;
|
||||
pgstyles.PgStyles[0].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[0].Items[7].Col = 513;
|
||||
pgstyles.PgStyles[0].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[0].Items[8].Col = 513;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[0].Items[11].Col = 287;
|
||||
|
||||
//Attachments
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[1].Items[1].Col = 267;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[1].Items[5].Col = 279;
|
||||
pgstyles.PgStyles[1].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[1].Items[6].Col = 510;
|
||||
pgstyles.PgStyles[1].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[1].Items[7].Col = 510;
|
||||
pgstyles.PgStyles[1].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[1].Items[8].Col = 504;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[1].Items[11].Col = 267;
|
||||
}
|
||||
private void AddNSPABPage_Z01(ref PageStyles pgstyles)
|
||||
{
|
||||
//Background Text - First Page
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[0].Items[1].Col = 294;
|
||||
pgstyles.PgStyles[0].Items[1].Col = 287;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[0].Items[5].Col = 292;
|
||||
pgstyles.PgStyles[0].Items[5].Col = 336;
|
||||
pgstyles.PgStyles[0].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[0].Items[6].Col = 505;
|
||||
pgstyles.PgStyles[0].Items[6].Col = 511;
|
||||
pgstyles.PgStyles[0].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[0].Items[7].Col = 513;
|
||||
pgstyles.PgStyles[0].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[0].Items[8].Col = 512;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[0].Items[12].Col = 287; // 294;
|
||||
pgstyles.PgStyles[0].Items[12].Col = 287;
|
||||
|
||||
//Background Text - Blank Page
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[1].Items[1].Col = 294;
|
||||
pgstyles.PgStyles[1].Items[1].Col = 287;
|
||||
//{COVERPROCTITLE}
|
||||
pgstyles.PgStyles[1].Items[5].Col = 292;
|
||||
pgstyles.PgStyles[1].Items[5].Col = 336;
|
||||
pgstyles.PgStyles[1].Items[5].Style.CPI = "8";
|
||||
//{EOPNUM}
|
||||
pgstyles.PgStyles[1].Items[6].Col = 505;
|
||||
pgstyles.PgStyles[1].Items[6].Col = 511;
|
||||
pgstyles.PgStyles[1].Items[6].Style.CPI = "8";
|
||||
//{REV}
|
||||
pgstyles.PgStyles[1].Items[7].Col = 513;
|
||||
pgstyles.PgStyles[1].Items[7].Style.CPI = "8";
|
||||
//Page {PAGE} of {OF}
|
||||
pgstyles.PgStyles[1].Items[8].Col = 512;
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[1].Items[10].Col = 287; // 294;
|
||||
pgstyles.PgStyles[1].Items[10].Col = 287;
|
||||
}
|
||||
private void AddRGEPage(ref PageStyles pgstyles)
|
||||
{
|
||||
@ -1571,6 +1790,17 @@ namespace fmtxml
|
||||
private void AddNSP(XmlDocument myDoc)
|
||||
{
|
||||
XmlDocument xdNew = new XmlDocument();
|
||||
xdNew.LoadXml("<svg xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"H1\">" +
|
||||
"<rect x=\"0\" y=\"0\" width=\"527.2\" height=\"60.9\" fill=\"none\" stroke=\"black\" stroke-width=\"1.7\" />" +
|
||||
"<rect x=\"2.8\" y=\"2.8\" width=\"521.55\" height=\"55.25\" fill=\"none\" stroke=\"black\" stroke-width=\"1.1\" />" +
|
||||
"<line x1=\"85\" y1=\"2.8\" x2=\"85\" y2=\"58.05\" stroke=\"black\" stroke-width=\"1.1\" />" +
|
||||
"<line x1=\"430.8\" y1=\"2.8\" x2=\"430.8\" y2=\"58.05\" stroke=\"black\" stroke-width=\"1.1\" />" +
|
||||
"<text x=\"5.65\" y=\"10.45\" font-family=\"Arial\" font-size=\"6.5\">Number:</text>" +
|
||||
"<text x=\"87.85\" y=\"10.45\" font-family=\"Arial\" font-size=\"6.5\">Title:</text>" +
|
||||
"<text x=\"433.7\" y=\"10.45\" font-family=\"Arial\" font-size=\"6.5\">Revision{sp}Number:</text>" +
|
||||
"</g></svg>");
|
||||
|
||||
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[1]);
|
||||
|
||||
xdNew.LoadXml("<svg xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"B2\">" +
|
||||
"<line x1=\"0\" y1=\"14.15\" x2=\"0\" y2=\"613.65\" stroke=\"black\" stroke-width=\"1.7\" />" +
|
||||
@ -1584,8 +1814,8 @@ namespace fmtxml
|
||||
"<rect x=\"13.55\" y=\"4.95\" width=\"36.85\" height=\"21.25\" fill=\"none\" stroke=\"black\" stroke-width=\"1.7\" />" +
|
||||
"<line x1=\"0.1\" y1=\"14.15\" x2=\"13.55\" y2=\"14.15\" stroke=\"black\" stroke-width=\"1.7\" />" +
|
||||
"<text x=\"19.9\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">STEP</text>" +
|
||||
"<text x=\"75.75\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">ACTION/EXPECTED{sp}RESPONSE</text>" +
|
||||
"<text x=\"289.8\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">RESPONSE{sp}NOT{sp}OBTAINED</text>" +
|
||||
"<text x=\"70\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">ACTION/EXPECTED{sp}RESPONSE</text>" +
|
||||
"<text x=\"285.2\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">RESPONSE{sp}NOT{sp}OBTAINED</text>" +
|
||||
"</g></svg>");
|
||||
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[3]);
|
||||
|
||||
@ -1601,8 +1831,8 @@ namespace fmtxml
|
||||
"<rect x=\"13.55\" y=\"4.95\" width=\"36.85\" height=\"21.25\" fill=\"none\" stroke=\"black\" stroke-width=\"1.7\" />" +
|
||||
"<line x1=\"0.1\" y1=\"14.15\" x2=\"13.55\" y2=\"14.15\" stroke=\"black\" stroke-width=\"1.7\" />" +
|
||||
"<text x=\"19.9\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">STEP</text>" +
|
||||
"<text x=\"75.75\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">ACTION/EXPECTED{sp}RESPONSE</text>" +
|
||||
"<text x=\"289.8\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">RESPONSE{sp}NOT{sp}OBTAINED</text>" +
|
||||
"<text x=\"70\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">ACTION/EXPECTED{sp}RESPONSE</text>" +
|
||||
"<text x=\"285.2\" y=\"17.65\" font-family=\"Arial\" font-size=\"10\" font-weight=\"bold\">RESPONSE{sp}NOT{sp}OBTAINED</text>" +
|
||||
"</g></svg>");
|
||||
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[4]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user