Shearon Harris improvements

This commit is contained in:
Kathy Ruffing 2013-06-27 12:49:48 +00:00
parent 5bf264804c
commit 2f479aed30

View File

@ -1008,6 +1008,7 @@ namespace fmtxml
} }
private void AddSHEfmt(ref FormatData fmtdata) private void AddSHEfmt(ref FormatData fmtdata)
{ {
fmtdata.ProcData.CoverTitleLength = 42;
fmtdata.ProcData.CheckOffData.CheckOffList[0].NotOnEmpty = "True"; fmtdata.ProcData.CheckOffData.CheckOffList[0].NotOnEmpty = "True";
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,198,144"; fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,198,144";
fmtdata.SectData.StepSectionData.StpSectLayData.RNOWidthAlt = "0,186,0"; fmtdata.SectData.StepSectionData.StpSectLayData.RNOWidthAlt = "0,186,0";
@ -1124,12 +1125,12 @@ namespace fmtxml
pgstyles.PgStyles[3].Items[10].Col = 477; pgstyles.PgStyles[3].Items[10].Col = 477;
pgstyles.PgStyles[3].Items[11].Col = 477; pgstyles.PgStyles[3].Items[11].Col = 477;
pgstyles.PgStyles[3].Items[12].Col = 477; pgstyles.PgStyles[3].Items[12].Col = 477;
pgstyles.PgStyles[3].Items[23].Col = 296; pgstyles.PgStyles[3].Items[23].Col = 272;
pgstyles.PgStyles[3].Items[23].Style.CPI = "10"; pgstyles.PgStyles[3].Items[23].Style.CPI = "12";
pgstyles.PgStyles[3].Items[24].Row = 426; pgstyles.PgStyles[3].Items[24].Row = 426;
pgstyles.PgStyles[3].Items[24].Col = 270; pgstyles.PgStyles[3].Items[24].Col = 272;
pgstyles.PgStyles[3].Items[24].Justify = "PSCenter"; pgstyles.PgStyles[3].Items[24].Justify = "PSCenter, PSTop";
pgstyles.PgStyles[3].Items[24].Style.CPI = "10"; pgstyles.PgStyles[3].Items[24].Style.CPI = "12";
pgstyles.PgStyles[4].Items[5].Col = 414; pgstyles.PgStyles[4].Items[5].Col = 414;
} }
// NSP_ALL // NSP_ALL
@ -1802,6 +1803,11 @@ namespace fmtxml
private void AddSheDOC(ref DocStyles dcstyles) private void AddSheDOC(ref DocStyles dcstyles)
{ {
dcstyles.DcStyles[0].ContTopHLS = 0;
dcstyles.DcStyles[0].CTMargin = 24;
dcstyles.DcStyles[0].ContTop = "Step %d (Continued)";
dcstyles.DcStyles[0].UseCheckOffs = false;
dcstyles.DcStyles[1].UseCheckOffs = false;
// fonts (dstyle) in DocStyles that had a '0' in the 16bit format file (she.doc), should // fonts (dstyle) in DocStyles that had a '0' in the 16bit format file (she.doc), should
// inherit from the plant level in 32 bit rather than use Prestige Elite (0 -> Prestige Elite) // inherit from the plant level in 32 bit rather than use Prestige Elite (0 -> Prestige Elite)
dcstyles.DcStyles[1].dstyle = null; dcstyles.DcStyles[1].dstyle = null;
@ -1812,7 +1818,7 @@ namespace fmtxml
dcstyles.DcStyles[6].dstyle = null; dcstyles.DcStyles[6].dstyle = null;
dcstyles.DcStyles[7].dstyle = null; dcstyles.DcStyles[7].dstyle = null;
dcstyles.DcStyles[8].dstyle = null; dcstyles.DcStyles[8].dstyle = null;
dcstyles.DcStyles[1].PageLength = 576; dcstyles.DcStyles[1].PageLength = 592;
} }
public void AddREGSam1DOC(ref DocStyles dcstyles) public void AddREGSam1DOC(ref DocStyles dcstyles)