Blank lines around Multiple Cautions/Notes
Getting Template Item/compare text AND type (in code that only BGE Alarms uses) Blank lines around Multiple Cautions/Notes; Don’t do alarm box if box ended on previous page (only occurred when break was on substep of non-boxed step).
This commit is contained in:
@@ -23,15 +23,17 @@ namespace fmtxml
|
||||
fmtdata.StepData[2].TabData.IdentEdit = "WINDOW ";
|
||||
fmtdata.StepData[2].TabData.Ident = "WINDOW ";
|
||||
fmtdata.StepData[2].UseOldTemplate = "True";
|
||||
fmtdata.StepData[6].StepLayoutData.EveryNLines = "-99";
|
||||
fmtdata.StepData[7].StepLayoutData.EveryNLines = "-99";
|
||||
//fmtdata.StepData[6].StepLayoutData.EveryNLines = "-99";
|
||||
//fmtdata.StepData[7].StepLayoutData.EveryNLines = "-99";
|
||||
fmtdata.StepData[20].StepLayoutData.EveryNLines = "1";
|
||||
fmtdata.StepData[22].StepLayoutData.EveryNLines = "-99";
|
||||
//fmtdata.StepData[22].StepLayoutData.EveryNLines = "-99";
|
||||
fmtdata.StepData[43].UseOldTemplate = "True";
|
||||
fmtdata.StepData[14].StepLayoutData.EveryNLines = "-99";
|
||||
fmtdata.StepData[31].StepLayoutData.EveryNLines = "-99"; // not sure if I need this - inheritance
|
||||
fmtdata.StepData[20].StepPrintData.Justify = "Center";
|
||||
fmtdata.StepData[20].OneLineBeforeTab = "True";
|
||||
fmtdata.StepData[20].SpaceIn = "True";
|
||||
fmtdata.StepData[20].StepLayoutData.EveryNLines = "1";
|
||||
fmtdata.BoxData[1].TxtStart = 356;
|
||||
fmtdata.BoxData[1].TxtWidth = 130;
|
||||
fmtdata.BoxData[1].BXMLS = null;
|
||||
|
Reference in New Issue
Block a user