From e877c61b7f1f37b54a5667a45a7f6da8ea76e8d1 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 5 Jun 2015 16:06:12 +0000 Subject: [PATCH] Added maxlen for the responsibility column text length WCNTRN: Added maxlen for the responsibility column text length --- PROMS/Formats/fmtall/WCNTRNall.xml | Bin 44916 -> 44938 bytes .../VEPROMS.CSLA.Library/Format/DocStyles.cs | 13 +++++++++++++ 2 files changed, 13 insertions(+) diff --git a/PROMS/Formats/fmtall/WCNTRNall.xml b/PROMS/Formats/fmtall/WCNTRNall.xml index 75a65ebe5bb64564dea5f9d96d08db3e8b26df1f..65969cec0c25b818dd62e297bcba7248e84c027b 100644 GIT binary patch delta 41 xcmexzkE!cE(*}Wc!oCcN3>6GM45 _MaxLen; + [Category("Section Continue Msg")] + [DisplayName("MaxLen for text within the column")] + [Description("MaxLen for text within the column")] + public int? MaxLen + { + get + { + return LazyLoad(ref _MaxLen, "@MaxLen"); + } + } + #endregion #region Message private LazyLoad _Message; [Category("Continue Msg")]