use NumberWithLevel format flag
This commit is contained in:
parent
c30e434d15
commit
13ab958e82
26
PROMS/fmtxml/PlantSpecific_Calvert.cs
Normal file
26
PROMS/fmtxml/PlantSpecific_Calvert.cs
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using System.Xml;
|
||||||
|
|
||||||
|
namespace fmtxml
|
||||||
|
{
|
||||||
|
public partial class FmtFileToXml
|
||||||
|
{
|
||||||
|
private void AddBGEEOPfmt(ref FormatData fmtdata)
|
||||||
|
{
|
||||||
|
fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 30;
|
||||||
|
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,192,126";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public partial class FmtToXml
|
||||||
|
{
|
||||||
|
private void AddBGEEOPDOC(ref DocStyles dcstyles)
|
||||||
|
{
|
||||||
|
dcstyles.DcStyles[2].PageWidth = 552;
|
||||||
|
dcstyles.DcStyles[2].CenterLineX = 240;
|
||||||
|
dcstyles.DcStyles[2].CenterLineYTop = 647;
|
||||||
|
dcstyles.DcStyles[2].CenterLineYBottom = 24;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user