Added CautionNoteOrder format variable

This commit is contained in:
2014-07-02 14:17:25 +00:00
parent f9bfbea84a
commit fb1ffa30c3
3 changed files with 5 additions and 0 deletions

View File

@@ -771,6 +771,8 @@ public struct StepSectionLayout
public string UseRNOParentIdent;
public string DevNoteOrCautionTabOffset;
//end for Braidwood by jcb
//for Calvert Cliffs (bge) to force the order of Warnings, Cautions, Notes, and Messages
public string CautionNoteOrder;
/* Format flags moved to here.... */
public string Dev_Format;
@@ -4988,6 +4990,7 @@ namespace fmtxml
if (msctlay.WidSTablePrint == ssctlay.WidSTablePrint) subFmt.SectData.StepSectionData.StpSectLayData.WidSTablePrint = null;
if (mscted.ColRScreen == sscted.ColRScreen) subFmt.SectData.StepSectionData.StpSectEditData.ColRScreen = null;
if (msctlay.AdjRNOCol == ssctlay.AdjRNOCol) subFmt.SectData.StepSectionData.StpSectLayData.AdjRNOCol = NullInt;
if (msctlay.CautionNoteOrder == ssctlay.CautionNoteOrder) subFmt.SectData.StepSectionData.StpSectLayData.CautionNoteOrder = null;
// change bar
ChangeBar mcb = mainFmt.ProcData.ChangeBarData;