Fixed the positioning of a Note that is off of a Purpose step
This commit is contained in:
parent
b205e6bb4d
commit
8c9b73902c
@ -4465,6 +4465,9 @@ namespace fmtxml
|
|||||||
case "WEP2.FMT":
|
case "WEP2.FMT":
|
||||||
AddWEP2Overridefmt(ref fmtdata);
|
AddWEP2Overridefmt(ref fmtdata);
|
||||||
break;
|
break;
|
||||||
|
case "EXCLN.X00":
|
||||||
|
AddEXCLN00_OVRfmt(ref fmtdata);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,6 +72,49 @@ namespace fmtxml
|
|||||||
fmtdata.StepData[2].TabData.Ident = "{ALPHA}. ";
|
fmtdata.StepData[2].TabData.Ident = "{ALPHA}. ";
|
||||||
fmtdata.StepData[1].TabData.Ident = "{alpha}) ";
|
fmtdata.StepData[1].TabData.Ident = "{alpha}) ";
|
||||||
}
|
}
|
||||||
|
private void AddEXCLN00_OVRfmt(ref FormatData fmtdata)
|
||||||
|
{
|
||||||
|
fmtdata.BoxData[1].Index = 1;
|
||||||
|
fmtdata.BoxData[1].BXHorz = ConvertText("\x0C4");
|
||||||
|
fmtdata.BoxData[1].BXLLC = ConvertText("\x0C0");
|
||||||
|
fmtdata.BoxData[1].BXLRC = ConvertText("\x0D9");
|
||||||
|
fmtdata.BoxData[1].BXULC = ConvertText("\x0DA");
|
||||||
|
fmtdata.BoxData[1].BXURC = ConvertText("\x0BF");
|
||||||
|
fmtdata.BoxData[1].BXVert = ConvertText("\x0B3");
|
||||||
|
fmtdata.BoxData[1].Height = 0;
|
||||||
|
fmtdata.BoxData[1].TabPos = 213F;
|
||||||
|
fmtdata.BoxData[1].Start = 85F;
|
||||||
|
fmtdata.BoxData[1].End = 377F;
|
||||||
|
fmtdata.BoxData[1].TxtStart = 108F;
|
||||||
|
fmtdata.BoxData[1].TxtWidth = 254F;
|
||||||
|
fmtdata.BoxData[1].Font = new VE_Font();
|
||||||
|
fmtdata.BoxData[1].Font.FontFamily = "Courier New";
|
||||||
|
fmtdata.BoxData[1].Font.FontSize = "12";
|
||||||
|
fmtdata.BoxData[1].Font.CPI = "10";
|
||||||
|
|
||||||
|
fmtdata.BoxData[2].Index = 2;
|
||||||
|
fmtdata.BoxData[2].BXHorz = "*";
|
||||||
|
fmtdata.BoxData[2].BXLLC = "*";
|
||||||
|
fmtdata.BoxData[2].BXLRC = "*";
|
||||||
|
fmtdata.BoxData[2].BXULC = "*";
|
||||||
|
fmtdata.BoxData[2].BXURC = "*";
|
||||||
|
fmtdata.BoxData[2].BXVert = "*";
|
||||||
|
fmtdata.BoxData[2].BXMLS = "*";
|
||||||
|
fmtdata.BoxData[2].BXMRS = "*";
|
||||||
|
fmtdata.BoxData[2].BXMID = "*";
|
||||||
|
fmtdata.BoxData[2].BXUMID = "*";
|
||||||
|
fmtdata.BoxData[2].BXLMID = "*";
|
||||||
|
fmtdata.BoxData[2].Height = 0;
|
||||||
|
fmtdata.BoxData[2].TabPos = 213F;
|
||||||
|
fmtdata.BoxData[2].Start = 85F;
|
||||||
|
fmtdata.BoxData[2].End = 377F;
|
||||||
|
fmtdata.BoxData[2].TxtStart = 108F;
|
||||||
|
fmtdata.BoxData[2].TxtWidth = 254F;
|
||||||
|
fmtdata.BoxData[2].Font = new VE_Font();
|
||||||
|
fmtdata.BoxData[2].Font.FontFamily = "Courier New";
|
||||||
|
fmtdata.BoxData[2].Font.FontSize = "12";
|
||||||
|
fmtdata.BoxData[2].Font.CPI = "10";
|
||||||
|
}
|
||||||
private void AddEXCLN01fmt(ref FormatData fmtdata)
|
private void AddEXCLN01fmt(ref FormatData fmtdata)
|
||||||
{
|
{
|
||||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "489,229.2,144";
|
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "489,229.2,144";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user