Beginning of McGuire (pagelist items only)

This commit is contained in:
Kathy Ruffing 2013-11-14 14:16:41 +00:00
parent fde6d2f4c2
commit f92a076e16

View File

@ -185,16 +185,15 @@ namespace fmtxml
}
private void AddFNPfmt(ref FormatData fmtdata)
{
fmtdata.ComponentTableFormat = "True";
//fmtdata.TPL = "0,8,0,6,0,0,title
1,8,2,6,0,8192,
2,41,12,24,0,0,Component Number:
2,41,40,42,0,0,Name:
";
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.ColRTable = "0,198,138";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].TabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].PrintTabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].TabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].PrintTabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].TabFormat = "#1#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].PrintTabFormat = "#1#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].TabFormat = "#1#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].PrintTabFormat = "#1#{seq} ";
fmtdata.StepData[6].OneLineBeforeTab = "True";
fmtdata.StepData[7].OneLineBeforeTab = "True";
fmtdata.StepData[41].TabData.Ident = "{ROMAN}. ";
@ -210,12 +209,11 @@ namespace fmtxml
}
private void AddFNP_X0x(ref FormatData fmtdata)
{
fmtdata.ComponentTableFormat = "True";
//fmtdata.TPL = "0,8,0,6,0,0,title
1,8,2,6,0,8192,
2,41,12,24,0,0,Component Number:
2,41,40,42,0,0,Name:
";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].TabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[2].PrintTabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].TabFormat = "#2#{seq} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].PrintTabFormat = "#2#{seq} ";
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} ";
fmtdata.SectData.StepSectionData.SequentialTabFormat[3].PrintTabFormat = "#1#{seq} ";
}
private void AddCAL2fmt(ref FormatData fmtdata)
{
@ -1639,6 +1637,9 @@ namespace fmtxml
case "FNP.Z01":
AddFNP_01Page(ref pgstyles);
break;
case "MCG.PAG":
AddMCGPage(ref pgstyles);
break;
}
}
private void AddFNP_00Page(ref PageStyles pgstyles)
@ -3143,10 +3144,12 @@ namespace fmtxml
}
private void AddFNPDOC(ref DocStyles dcstyles)
{
// KBR commented out for MCG update: dcstyles.DcStyles[5].ComponentList = true;
dcstyles.DcStyles[5].TopMargin = 144;
}
private void AddFNP_Y0x(ref DocStyles dcstyles)
{
// KBR commented out for MCG update: dcstyles.DcStyles[1].ComponentList = true;
dcstyles.DcStyles[1].TopMargin = 144;
}
private void AddCALBCKDOC(ref DocStyles dcstyles)