From 6f36c5da6ceb264f839b7ddaf7837e3d896fab1c Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 26 Oct 2012 10:20:14 +0000 Subject: [PATCH] --- .../VEPROMS.CSLA.Library/Config/ProcConfig.cs | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs b/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs index 61ae95d2..a487cc21 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/ProcConfig.cs @@ -288,40 +288,6 @@ namespace VEPROMS.CSLA.Library OnPropertyChanged("Print_Rev"); } } - [Category("Print Settings")] //Note that this print setting is stored under 'Procedure' element - [Browsable(false)] - [DisplayName("Revision Date")] - [RefreshProperties(RefreshProperties.All)] - [Description("Revision Date")] - public string Print_RevDate - { - get - { - return (_Xp["Procedure", "RevDate"]); - } - set - { - _Xp["Procedure", "RevDate"] = value; - OnPropertyChanged("Print_RevDate"); - } - } - [Category("Print Settings")] //Note that this print setting is stored under 'Procedure' element - [Browsable(false)] - [DisplayName("Review Date")] - [RefreshProperties(RefreshProperties.All)] - [Description("Review Date")] - public string Print_ReviewDate - { - get - { - return (_Xp["Procedure", "ReviewDate"]); - } - set - { - _Xp["Procedure", "ReviewDate"] = value; - OnPropertyChanged("Print_ReviewDate"); - } - } [Category("Print Settings")] //PROPGRID: Hide Number of Copies [Browsable(false)]