|
|
@@ -109,7 +109,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("{prod_var}_{prod_cat}_{order_no}_{ordinal}{ext}")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("{prod_var}\\{order_no}_{prod_name}_{ordinal}{ext}")]
|
|
|
public string OutputFileMask {
|
|
|
get {
|
|
|
return ((string)(this["OutputFileMask"]));
|
|
|
@@ -227,5 +227,17 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
this["ImportTplDesc"] = value;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("prod_name")]
|
|
|
+ public string MapColProductName {
|
|
|
+ get {
|
|
|
+ return ((string)(this["MapColProductName"]));
|
|
|
+ }
|
|
|
+ set {
|
|
|
+ this["MapColProductName"] = value;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|