This commit is contained in:
Kathy Ruffing 2013-06-19 16:11:28 +00:00
parent 047047222b
commit cce7f6cd8f

View File

@ -1106,6 +1106,7 @@ namespace fmtxml
{
// Procedure Steps
pgstyles.PgStyles[0].Items[1].Col = 78; // Column for BOX5 needed adjusted to match 16bit
pgstyles.PgStyles[1].Items[9].Col = 396;
pgstyles.PgStyles[2].Items[2].Col = 315; // Adjust columns on PSI items for cover page.
pgstyles.PgStyles[2].Items[3].Col = 315;
pgstyles.PgStyles[2].Items[4].Col = 315;
@ -1129,7 +1130,7 @@ namespace fmtxml
pgstyles.PgStyles[3].Items[24].Col = 270;
pgstyles.PgStyles[3].Items[24].Justify = "PSCenter";
pgstyles.PgStyles[3].Items[24].Style.CPI = "10";
pgstyles.PgStyles[4].Items[5].Col = 414;
}
// NSP_ALL
private void AddNSPPage(ref PageStyles pgstyles)
@ -1811,7 +1812,7 @@ namespace fmtxml
dcstyles.DcStyles[6].dstyle = null;
dcstyles.DcStyles[7].dstyle = null;
dcstyles.DcStyles[8].dstyle = null;
dcstyles.DcStyles[1].PageLength = 564;
dcstyles.DcStyles[1].PageLength = 576;
}
public void AddREGSam1DOC(ref DocStyles dcstyles)