diff --git a/PROMS/fmtxml/PlantSpecific_Calvert.cs b/PROMS/fmtxml/PlantSpecific_Calvert.cs new file mode 100644 index 00000000..e9f87ddd --- /dev/null +++ b/PROMS/fmtxml/PlantSpecific_Calvert.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Xml; + +namespace fmtxml +{ + public partial class FmtFileToXml + { + private void AddBGEEOPfmt(ref FormatData fmtdata) + { + fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 30; + fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,192,126"; + } + } + public partial class FmtToXml + { + private void AddBGEEOPDOC(ref DocStyles dcstyles) + { + dcstyles.DcStyles[2].PageWidth = 552; + dcstyles.DcStyles[2].CenterLineX = 240; + dcstyles.DcStyles[2].CenterLineYTop = 647; + dcstyles.DcStyles[2].CenterLineYBottom = 24; + } + } +} diff --git a/PROMS/fmtxml/TranslateFMT.XSL b/PROMS/fmtxml/TranslateFMT.XSL index de1a2932..980e183e 100644 Binary files a/PROMS/fmtxml/TranslateFMT.XSL and b/PROMS/fmtxml/TranslateFMT.XSL differ