This commit is contained in:
parent
16346b9525
commit
6f36c5da6c
@ -288,40 +288,6 @@ namespace VEPROMS.CSLA.Library
|
|||||||
OnPropertyChanged("Print_Rev");
|
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")]
|
[Category("Print Settings")]
|
||||||
//PROPGRID: Hide Number of Copies
|
//PROPGRID: Hide Number of Copies
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user