diff --git a/PROMS/fmtxml/PlantSpecific_Catawba.cs b/PROMS/fmtxml/PlantSpecific_Catawba.cs index ad9704c3..eb8bf74f 100644 --- a/PROMS/fmtxml/PlantSpecific_Catawba.cs +++ b/PROMS/fmtxml/PlantSpecific_Catawba.cs @@ -26,7 +26,12 @@ namespace fmtxml fmtdata.ROData.CapSPIfLastLower = "True"; //fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2; fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3; - fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 390; + // ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120" + fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42; + fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454; + fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138"; + fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120"; + fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120"; fmtdata.SectData.StepSectionData.AdjustRNOCautionNoteWidth = "True"; fmtdata.SectData.ReplaceWordsInROs = "False"; diff --git a/PROMS/fmtxml/PlantSpecific_McGuire.cs b/PROMS/fmtxml/PlantSpecific_McGuire.cs index 29647617..8714b916 100644 --- a/PROMS/fmtxml/PlantSpecific_McGuire.cs +++ b/PROMS/fmtxml/PlantSpecific_McGuire.cs @@ -14,7 +14,12 @@ namespace fmtxml fmtdata.ROData.CapSPIfLastLower = "True"; //fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2; fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3; - fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 390; + // ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120" + fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42; + fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454; + fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138"; + fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120"; + fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120"; fmtdata.SectData.StepSectionData.AdjustRNOCautionNoteWidth = "True"; fmtdata.SectData.ReplaceWordsInROs = "False";