Added separate bullet to Caution and Note step types to fix an underlined bullet issue
Added separate bullet to Caution and Note step types to fix an underlined bullet issue, adjusted the starting point of the center line on the first procedure step page, fixed the End string to handle longer procedure numbers Logic to support V.C. Summer End string Added logic to use the font assigned to the SeparateBullet format item
This commit is contained in:
@@ -17,8 +17,20 @@ namespace fmtxml
|
||||
fmtdata.BoxData[1].End = 457; // caution box
|
||||
// Caution
|
||||
fmtdata.StepData[6].MixCautionsAndNotes = "True";
|
||||
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 = "12";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.CPI = "12";
|
||||
// Note
|
||||
fmtdata.StepData[7].MixCautionsAndNotes = "True";
|
||||
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 = "12";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.CPI = "12";
|
||||
// Unnumber High level Step
|
||||
fmtdata.StepData[18].BoxIt = "False";
|
||||
fmtdata.StepData[18].StepEditData.TypeMenu.MenuItem = "Unnumbered Step";
|
||||
@@ -183,6 +195,22 @@ namespace fmtxml
|
||||
{
|
||||
Robinson_ArialFontInProcedures(ref fmtdata);
|
||||
fmtdata.Name = "Duke Energy - Robinson AOP Format";
|
||||
// Caution
|
||||
fmtdata.StepData[6].MixCautionsAndNotes = "True";
|
||||
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 = "12";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[6].TabData.Bullet.Font.CPI = "12";
|
||||
// Note
|
||||
fmtdata.StepData[7].MixCautionsAndNotes = "True";
|
||||
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 = "12";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.FontStyle = "none";
|
||||
fmtdata.StepData[7].TabData.Bullet.Font.CPI = "12";
|
||||
}
|
||||
private void AddCPBCK(ref FormatData fmtdata) // Robinson
|
||||
{
|
||||
|
Reference in New Issue
Block a user