Turned on needed format flag so template logic will be used
This commit is contained in:
parent
c13e732ffb
commit
739f6894ea
@ -188,6 +188,24 @@ namespace fmtxml
|
||||
{
|
||||
//Robinson_ArialFontInProcedures(ref fmtdata);
|
||||
fmtdata.Name = "Duke Energy - Robinson Enhanced Background Format";
|
||||
// high
|
||||
fmtdata.StepData[2].UseOldTemplate = "True";
|
||||
// Continuous
|
||||
fmtdata.StepData[9].UseOldTemplate = "True";
|
||||
// Immediate
|
||||
fmtdata.StepData[3].UseOldTemplate = "True";
|
||||
// LossOfAC
|
||||
fmtdata.StepData[18].UseOldTemplate = "True";
|
||||
// High5
|
||||
fmtdata.StepData[41].UseOldTemplate = "True";
|
||||
// Caution
|
||||
fmtdata.StepData[6].UseOldTemplate = "True";
|
||||
// Note
|
||||
fmtdata.StepData[7].UseOldTemplate = "True";
|
||||
// TitleWithTextRight
|
||||
fmtdata.StepData[42].ReadOnly = "True";
|
||||
// TitleWithTextBelow
|
||||
fmtdata.StepData[43].ReadOnly = "True";
|
||||
}
|
||||
private void AddCPBCK_X00(ref FormatData fmtdata) // Robinson
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user