CATDEV - long proc title to match other CAT formats

This commit is contained in:
Kathy Ruffing 2013-12-13 15:27:37 +00:00
parent 7a29757f87
commit fb55534ed8
2 changed files with 7 additions and 0 deletions

View File

@ -175,6 +175,9 @@ namespace fmtxml
case "CATBOX.FMT":
AddCATfmt(ref fmtdata);
break;
case "CATADEV.FMT":
AddCATADEVfmt(ref fmtdata);
break;
}
}

View File

@ -7,6 +7,10 @@ namespace fmtxml
{
public partial class FmtFileToXml
{
private void AddCATADEVfmt(ref FormatData fmtdata)
{
fmtdata.ProcData.TitleLength = 45;
}
private void AddCATfmt(ref FormatData fmtdata) // Catawba
{
//fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2;