EOP Number position adjustment for Ginna
This commit is contained in:
parent
bfeb5eeb15
commit
fb4fbeefc4
@ -900,6 +900,9 @@ namespace fmtxml
|
|||||||
case "RGESAM1.PAG":
|
case "RGESAM1.PAG":
|
||||||
AddRGESam1Page(ref pgstyles);
|
AddRGESam1Page(ref pgstyles);
|
||||||
break;
|
break;
|
||||||
|
case "RGE.PAG":
|
||||||
|
AddRGEPage(ref pgstyles);
|
||||||
|
break;
|
||||||
/* Under Development
|
/* Under Development
|
||||||
case "TP.PAG":
|
case "TP.PAG":
|
||||||
AddTPPage(ref pgstyles);
|
AddTPPage(ref pgstyles);
|
||||||
@ -1191,6 +1194,12 @@ namespace fmtxml
|
|||||||
//{PS-CONFSTATE}
|
//{PS-CONFSTATE}
|
||||||
pgstyles.PgStyles[1].Items[10].Col = 287; // 294;
|
pgstyles.PgStyles[1].Items[10].Col = 287; // 294;
|
||||||
}
|
}
|
||||||
|
private void AddRGEPage(ref PageStyles pgstyles)
|
||||||
|
{
|
||||||
|
// Procedure Steps
|
||||||
|
pgstyles.PgStyles[0].Items[4].Col = 30; // EOPNUM
|
||||||
|
}
|
||||||
|
|
||||||
private void AddRGESam1Page(ref PageStyles pgstyles)
|
private void AddRGESam1Page(ref PageStyles pgstyles)
|
||||||
{
|
{
|
||||||
// CoverPage - add the Revision to the pagelist
|
// CoverPage - add the Revision to the pagelist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user