From 2c58f0a46373599e89b1d8e58889c771b1939b54 Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 20 Nov 2013 13:11:27 +0000 Subject: [PATCH] FNP: Component List on document style & Bottom continue message location fix --- PROMS/fmtxml/FmtToXml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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