Added CautionNoteOrder format variable
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user