catawba & mcguire prelim
prelim release
This commit is contained in:
@@ -9,6 +9,38 @@ namespace fmtxml
|
||||
{
|
||||
private void AddMCGfmt(ref FormatData fmtdata) // McGuire
|
||||
{
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2;
|
||||
|
||||
// caution separator
|
||||
fmtdata.StepData[6].StepLayoutData.STBoxindex = "1";
|
||||
fmtdata.StepData[6].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.CPI = "12";
|
||||
|
||||
// note location/tab
|
||||
fmtdata.StepData[7].StepLayoutData.STBoxindex = "1";
|
||||
fmtdata.StepData[7].TabData.Ident = "NOTE: ";
|
||||
fmtdata.StepData[7].TabData.Bullet.Separate = "True";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font = new VE_Font();
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontSize = "11";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.CPI = "12";
|
||||
|
||||
// RNOType
|
||||
fmtdata.StepData[40].Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[40].Font.FontSize = "11";
|
||||
|
||||
// note location (create a box to locate it)
|
||||
fmtdata.BoxData[1].Index = 1;
|
||||
fmtdata.BoxData[1].Start = 6;
|
||||
fmtdata.BoxData[1].End = 240;
|
||||
fmtdata.BoxData[1].TxtStart = 12;
|
||||
fmtdata.BoxData[1].TxtWidth = 450;
|
||||
fmtdata.BoxData[1].BXULC = " ";
|
||||
}
|
||||
}
|
||||
public partial class FmtToXml
|
||||
@@ -46,7 +78,6 @@ namespace fmtxml
|
||||
pgstyles.PgStyles[6].Items[6].Token = "{ROMANPAGE}";
|
||||
pgstyles.PgStyles[6].Items[8].Token = "Rev. {REV}";
|
||||
}
|
||||
|
||||
private void AddMCGDOC(ref DocStyles dcstyles)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user