Increased the AER and RNO column widths by one character. Set the location of the bottom step continued message to always be at the bottom of the page.
This commit is contained in:
parent
9b67771f55
commit
68a354acd0
@ -25,8 +25,8 @@ namespace fmtxml
|
||||
fmtdata.SectData.SectionHeader.Font.FontStyle = "Underline";
|
||||
fmtdata.SectData.SectionHeader.Font.CPI = "12";
|
||||
// StepSectionData
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "426,192,120";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "426,192,120";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "426,198,120"; //"426,192,120";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "426,198,120"; //"426,192,120";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ShowSectionTitles = "True";
|
||||
// High Level Step
|
||||
fmtdata.StepData[2].TabData.Ident = " {numeric} ";
|
||||
@ -41,8 +41,8 @@ namespace fmtxml
|
||||
// LossOfAC - still working on this
|
||||
fmtdata.StepData[18].ColOverride = "38";
|
||||
fmtdata.StepData[18].ColOverrideEdit = "38";
|
||||
fmtdata.StepData[18].WidthOverride = "438,192,120";
|
||||
fmtdata.StepData[18].WidthOverrideEdit = "438,192,120";
|
||||
fmtdata.StepData[18].WidthOverride = "438,198,120"; //"438,192,120";
|
||||
fmtdata.StepData[18].WidthOverrideEdit = "438,198,120"; //"438,192,120";
|
||||
fmtdata.StepData[18].StepEditData.TypeMenu.MenuItem = "Symptoms and Entry Step";
|
||||
fmtdata.StepData[18].TabData.IdentEdit = "{numeric}) ";
|
||||
fmtdata.StepData[18].TabData.Ident = "{numeric}) ";
|
||||
@ -59,8 +59,8 @@ namespace fmtxml
|
||||
// High5
|
||||
fmtdata.StepData[41].ColOverride = "20";
|
||||
fmtdata.StepData[41].ColOverrideEdit = "20";
|
||||
fmtdata.StepData[41].WidthOverride = "456,192,120";
|
||||
fmtdata.StepData[41].WidthOverrideEdit = "456,192,120";
|
||||
fmtdata.StepData[41].WidthOverride = "456,198,120"; //"456,192,120";
|
||||
fmtdata.StepData[41].WidthOverrideEdit = "456,198,120"; //"456,192,120";
|
||||
fmtdata.StepData[41].StepEditData.TypeMenu.MenuItem = "Unnumbered High Level Step";
|
||||
}
|
||||
private void AddTuecfmtOVR(ref FormatData fmtdata) // Comanche Peak - override after inheritance
|
||||
@ -282,6 +282,7 @@ namespace fmtxml
|
||||
//"Procedure Steps"
|
||||
dcstyles.DcStyles[0].oldtonew = 1;
|
||||
dcstyles.DcStyles[0].CancelSectTitle = true;
|
||||
dcstyles.DcStyles[0].CBLoc = 2;
|
||||
// Cover Page
|
||||
dcstyles.DcStyles[1].PageLength = 620;
|
||||
// Cover Page with ECC Stamp
|
||||
@ -302,6 +303,7 @@ namespace fmtxml
|
||||
dcstyles.DcStyles[5].LeftMargin = 78;
|
||||
dcstyles.DcStyles[5].EndFlag = 0;
|
||||
dcstyles.DcStyles[5].EndString = null;
|
||||
dcstyles.DcStyles[5].CBLoc = 2;
|
||||
// Attachment (Step Editor)
|
||||
dcstyles.DcStyles[6].Name = "Attachment (Step Editor)";
|
||||
dcstyles.DcStyles[6].Index = 6;
|
||||
@ -313,6 +315,7 @@ namespace fmtxml
|
||||
dcstyles.DcStyles[6].LeftMargin = 60;
|
||||
dcstyles.DcStyles[6].EndFlag = 0;
|
||||
dcstyles.DcStyles[6].EndString = null;
|
||||
dcstyles.DcStyles[6].CBLoc = 2;
|
||||
}
|
||||
}
|
||||
public partial class RtfToSvg
|
||||
|
Loading…
x
Reference in New Issue
Block a user