Added CautionNoteOrder format variable
This commit is contained in:
@@ -9,6 +9,7 @@ namespace fmtxml
|
||||
{
|
||||
private void AddBGEALNfmt(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.CautionNoteOrder = "7,6,22"; // Note,Caution,Warning
|
||||
fmtdata.SectData.StepSectionData.CompressHPSub = "False";
|
||||
fmtdata.SectData.StepSectionData.CompressPropSubSup = "True";
|
||||
fmtdata.PrintData.SpecialCaseCalvert = "True";
|
||||
@@ -29,6 +30,7 @@ namespace fmtxml
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -16;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 442;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.TabPtsPerChar = 6.2f;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.CautionNoteOrder = "29,7,6,22"; // Message,Note,Caution,Warning
|
||||
fmtdata.SectData.StepSectionData.SequentialTabFormat[4].TabFormat = "{seq})";
|
||||
fmtdata.SectData.StepSectionData.SequentialTabFormat[4].PrintTabFormat = "{seq})";
|
||||
fmtdata.TransData.UseSpecificTransitionModifier = "True";
|
||||
|
Reference in New Issue
Block a user