From 7bd4dace4c552f4a3091ea1b0b9670fad7f6dc0e Mon Sep 17 00:00:00 2001 From: John Date: Wed, 8 Dec 2021 17:23:36 +0000 Subject: [PATCH] C2021-063 added format flag to allow for the generation of a text file containing Alarm Point List information when a Print/Merge is done on an Alarm. --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index c0f5b1b0..0e892622 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -1328,6 +1328,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _NoBlankLastNoteCautionWarn, "@NoBlankLastNoteCautionWarn"); } } + private LazyLoad _ChkBoxToGeneratePointListText; // C2021-063 Barakah Alarm: check box to generate Alarm Point List Text + public bool ChkBoxToGeneratePointListText + { + get + { + return LazyLoad(ref _ChkBoxToGeneratePointListText, "@ChkBoxToGeneratePointListText"); + } + } } #endregion #region VersionIdText