brought back "Default Plant Format" (Format_Plant) because it's used in the DataLoader.
This commit is contained in:
parent
160a6efbc8
commit
b9bb66cb3e
@ -593,6 +593,24 @@ namespace VEPROMS.CSLA.Library
|
||||
OnPropertyChanged("Format_Columns");
|
||||
}
|
||||
}
|
||||
// This is needed for the Data Loader
|
||||
[Category("Format Settings")]
|
||||
[Browsable(false)]
|
||||
[DisplayName("Format")]
|
||||
[RefreshProperties(RefreshProperties.All)]
|
||||
[Description("Default Plant Format")]
|
||||
public string Format_Plant
|
||||
{
|
||||
get
|
||||
{
|
||||
return _Xp["format", "plant"];
|
||||
}
|
||||
set
|
||||
{
|
||||
_Xp["format", "plant"] = value;
|
||||
OnPropertyChanged("Format_Plant");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region DefaultsCategory // from proc.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user