From fb4fbeefc441adc65f56fa70b1dd7e7dba4d5768 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 23 Apr 2013 15:40:18 +0000 Subject: [PATCH] EOP Number position adjustment for Ginna --- PROMS/fmtxml/AppendPlantSpecific.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PROMS/fmtxml/AppendPlantSpecific.cs b/PROMS/fmtxml/AppendPlantSpecific.cs index b06bda6a..a2987d70 100644 --- a/PROMS/fmtxml/AppendPlantSpecific.cs +++ b/PROMS/fmtxml/AppendPlantSpecific.cs @@ -900,6 +900,9 @@ namespace fmtxml case "RGESAM1.PAG": AddRGESam1Page(ref pgstyles); break; + case "RGE.PAG": + AddRGEPage(ref pgstyles); + break; /* Under Development case "TP.PAG": AddTPPage(ref pgstyles); @@ -1191,6 +1194,12 @@ namespace fmtxml //{PS-CONFSTATE} pgstyles.PgStyles[1].Items[10].Col = 287; // 294; } + private void AddRGEPage(ref PageStyles pgstyles) + { + // Procedure Steps + pgstyles.PgStyles[0].Items[4].Col = 30; // EOPNUM + } + private void AddRGESam1Page(ref PageStyles pgstyles) { // CoverPage - add the Revision to the pagelist