FNP: Component List on document style & Bottom continue message location fix

This commit is contained in:
Kathy Ruffing 2013-11-20 13:10:16 +00:00
parent daef4a2a8e
commit 3966a17083

View File

@ -196,10 +196,9 @@ namespace fmtxml
}
private void AddFNPfmt(ref FormatData fmtdata)
{
fmtdata.ComponentTableFormat = "True"; // KBR: remove for next FNP update
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "445,186,120";
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "420,186,120";
fmtdata.SectData.StepSectionData.StpSectLayData.RNOWidthAlt = "0,134";
fmtdata.SectData.StepSectionData.StpSectLayData.RNOWidthAlt = "0,186";
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,198,138";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].TabFormat = "#1#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].PrintTabFormat = "#1#{seq} ";
@ -220,7 +219,6 @@ namespace fmtxml
}
private void AddFNP_X0x(ref FormatData fmtdata)
{
fmtdata.ComponentTableFormat = "True"; // KBR - remove for next FNP update
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].TabFormat = "#1#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].PrintTabFormat = "#1#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].TabFormat = "#1#{seq} ";
@ -3160,12 +3158,18 @@ namespace fmtxml
}
private void AddFNPDOC(ref DocStyles dcstyles)
{
// KBR commented out for MCG update: dcstyles.DcStyles[5].ComponentList = true;
dcstyles.DcStyles[5].ComponentList = true;
dcstyles.DcStyles[5].TopMargin = 144;
dcstyles.DcStyles[0].CBNoOverrideSpace = true;
dcstyles.DcStyles[1].CBNoOverrideSpace = true;
dcstyles.DcStyles[3].CBNoOverrideSpace = true;
dcstyles.DcStyles[4].CBNoOverrideSpace = true;
dcstyles.DcStyles[7].CBNoOverrideSpace = true;
}
private void AddFNP_Y0x(ref DocStyles dcstyles)
{
// KBR commented out for MCG update: dcstyles.DcStyles[1].ComponentList = true;
dcstyles.DcStyles[0].CBNoOverrideSpace = true;
dcstyles.DcStyles[1].ComponentList = true;
dcstyles.DcStyles[1].TopMargin = 144;
}
private void AddCALBCKDOC(ref DocStyles dcstyles)