Added AdjustRNOCautionNoteWidth flag(Catawba and McGuire)

This commit is contained in:
2013-12-20 16:51:22 +00:00
parent 587e614eae
commit ebc76d5f62
5 changed files with 16 additions and 1 deletions

View File

@@ -2137,6 +2137,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _UseMultiLineSectionTitle, "@UseMultiLineSectionTitle");
}
}
private LazyLoad<bool> _AdjustRNOCautionNoteWidth;
public bool AdjustRNOCautionNoteWidth
{
get
{
return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth");
}
}
}
#endregion
#region TextTypeValue