diff --git a/PROMS/fmtxml/FmtToXml.cs b/PROMS/fmtxml/FmtToXml.cs index e4ccc6e0..57cf41d7 100644 --- a/PROMS/fmtxml/FmtToXml.cs +++ b/PROMS/fmtxml/FmtToXml.cs @@ -78,6 +78,7 @@ public struct DocStyle public bool UndSpecialStepsFoldout; // Was format flag UndSpecialStepsFoldout - but put here on E2 only. public bool ExtraLineHeader; // added for Callaway foldout Notes (needed line bewteen 'NOTE' and text) public bool AlignHLSTabWithSect; // added for FNP (was in WST) + public bool ComponentList; // Added for FNP component lists public short ContTopHLS; // Flag for including High Level step // as part of top continue message. public float CTMargin; // Margin for top message @@ -85,7 +86,7 @@ public struct DocStyle public short CBLoc; // 0 - place continue string at end of text // 1 - between end of text & bottom of page // 2 - place at bottom of page - // + public bool CBNoOverrideSpace; // Added for farley pagination of bottomcontinue message public VE_Font ContStyle; // Style of continue messages public short EndFlag; // Does end statement exist for this type public VE_Font EndStyle; // Style of end message at end of page