Re-assigned the LossOfAc step type to a Non-Numbered High Level Step type, Changed the font of the section title to Letter Gothic Tall

This commit is contained in:
John Jenko 2014-07-30 15:22:44 +00:00
parent def68c1ac8
commit 9ee6501b72

View File

@ -16,6 +16,16 @@ namespace fmtxml
fmtdata.ProcData.ChangeBarData.FixedChangeColumn = 91;
fmtdata.ProcData.TitleLength = 53;
fmtdata.ProcData.CheckOffData.RelXLocation = 5;
fmtdata.SectData.SectionNumber.Pos = 0;
fmtdata.SectData.SectionNumber.Just = "PSCenter";
fmtdata.SectData.SectionNumber.Font.FontFamily = "Letter Gothic Tall";
fmtdata.SectData.SectionNumber.Font.FontStyle = "None";
fmtdata.SectData.SectionNumber.Font.CPI = "12.5";
fmtdata.SectData.SectionHeader.Pos = 0;
fmtdata.SectData.SectionHeader.Just = "PSCenter";
fmtdata.SectData.SectionHeader.Font.FontFamily = "Letter Gothic Tall";
fmtdata.SectData.SectionHeader.Font.FontStyle = "Underline";
fmtdata.SectData.SectionHeader.Font.CPI = "12.5";
fmtdata.SectData.StepSectionData.StpSectLayData.SingleColumnRNOIndent = 30;
fmtdata.SectData.StepSectionData.StpSectLayData.DoSTExtraAtTop = "False";
fmtdata.SectData.StepSectionData.StpSectLayData.RNOWidthSameAsHighParent = true;
@ -39,8 +49,15 @@ namespace fmtxml
fmtdata.StepData[7].TabData.Bullet.Font.FontSize = "10";
fmtdata.StepData[7].TabData.Bullet.Font.FontStyle = "none";
fmtdata.StepData[7].TabData.Bullet.Font.CPI = "12.5";
// Table
fmtdata.StepData[8].StepLayoutData.STBoxindex = null;
// LossOfAC
fmtdata.StepData[18].StepEditData.TypeMenu.MenuItem = "Un-Numbered High Level Step";
fmtdata.StepData[18].TabData.IdentEdit = "";
fmtdata.StepData[18].TabData.Ident = "";
fmtdata.StepData[18].TabData.RNOIdentEdit = "";
fmtdata.StepData[18].TabData.RNOIdent = "";
fmtdata.StepData[18].TabData.Justify = "None";
// Caution 1
fmtdata.StepData[20].TabData.Bullet.Separate = "True";
fmtdata.StepData[20].TabData.Bullet.Font = new VE_Font();