|
|
@@ -25,7 +25,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute(",")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute(";")]
|
|
|
public string CSVDelimiter {
|
|
|
get {
|
|
|
return ((string)(this["CSVDelimiter"]));
|
|
|
@@ -49,7 +49,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Order No")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("order_no")]
|
|
|
public string MapColOrderNo {
|
|
|
get {
|
|
|
return ((string)(this["MapColOrderNo"]));
|
|
|
@@ -61,7 +61,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Prod Cat")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("prod_cat")]
|
|
|
public string MapColProductCat {
|
|
|
get {
|
|
|
return ((string)(this["MapColProductCat"]));
|
|
|
@@ -73,7 +73,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Prod Img Url")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("prod_img_url")]
|
|
|
public string MapColUri {
|
|
|
get {
|
|
|
return ((string)(this["MapColUri"]));
|
|
|
@@ -85,7 +85,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Qty")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("qty")]
|
|
|
public string MapColQuantity {
|
|
|
get {
|
|
|
return ((string)(this["MapColQuantity"]));
|
|
|
@@ -121,7 +121,7 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Prod Var")]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("prod_var")]
|
|
|
public string MapColProductFormat {
|
|
|
get {
|
|
|
return ((string)(this["MapColProductFormat"]));
|
|
|
@@ -154,5 +154,17 @@ namespace qdr.app.studiou.orders2printpack.Properties {
|
|
|
this["RemoveFromUri"] = value;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
+ public bool CleanupOutputDir {
|
|
|
+ get {
|
|
|
+ return ((bool)(this["CleanupOutputDir"]));
|
|
|
+ }
|
|
|
+ set {
|
|
|
+ this["CleanupOutputDir"] = value;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|