ColS (High Level Step X Offset) changed from 48 to 42 - One character to the left

WidT (Caution and Note Width) changed from 390 to 454 - About 1 inch wider
ColRTable[1] (RNO Offset for 2 Columns) changed from 252 to 264.
WidSTableEdit[1] (High Level Step Width) changed from 210 to 221.
WidSTablePrint[1] (High Level Step Width) changed from 216 to 221.
This commit is contained in:
Rich 2014-02-04 14:01:40 +00:00
parent e44f552a8d
commit 4716e6788b
2 changed files with 12 additions and 2 deletions

View File

@ -26,7 +26,12 @@ namespace fmtxml
fmtdata.ROData.CapSPIfLastLower = "True"; fmtdata.ROData.CapSPIfLastLower = "True";
//fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2; //fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2;
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3; fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 390; // ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120"
fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42;
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454;
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138";
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120";
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120";
fmtdata.SectData.StepSectionData.AdjustRNOCautionNoteWidth = "True"; fmtdata.SectData.StepSectionData.AdjustRNOCautionNoteWidth = "True";
fmtdata.SectData.ReplaceWordsInROs = "False"; fmtdata.SectData.ReplaceWordsInROs = "False";

View File

@ -14,7 +14,12 @@ namespace fmtxml
fmtdata.ROData.CapSPIfLastLower = "True"; fmtdata.ROData.CapSPIfLastLower = "True";
//fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2; //fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2;
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3; fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 390; // ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120"
fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42;
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454;
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138";
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120";
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120";
fmtdata.SectData.StepSectionData.AdjustRNOCautionNoteWidth = "True"; fmtdata.SectData.StepSectionData.AdjustRNOCautionNoteWidth = "True";
fmtdata.SectData.ReplaceWordsInROs = "False"; fmtdata.SectData.ReplaceWordsInROs = "False";