| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.42000
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace qdr.app.studiou.orders2printpack.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
- internal sealed partial class AppSettings : global::System.Configuration.ApplicationSettingsBase {
-
- private static AppSettings defaultInstance = ((AppSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new AppSettings())));
-
- public static AppSettings Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute(",")]
- public string CSVDelimiter {
- get {
- return ((string)(this["CSVDelimiter"]));
- }
- set {
- this["CSVDelimiter"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string LastOutputDir {
- get {
- return ((string)(this["LastOutputDir"]));
- }
- set {
- this["LastOutputDir"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Order No")]
- public string MapColOrderNo {
- get {
- return ((string)(this["MapColOrderNo"]));
- }
- set {
- this["MapColOrderNo"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Prod Cat")]
- public string MapColProductCat {
- get {
- return ((string)(this["MapColProductCat"]));
- }
- set {
- this["MapColProductCat"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Prod Img Url")]
- public string MapColUri {
- get {
- return ((string)(this["MapColUri"]));
- }
- set {
- this["MapColUri"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Qty")]
- public string MapColQuantity {
- get {
- return ((string)(this["MapColQuantity"]));
- }
- set {
- this["MapColQuantity"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("*.jpg")]
- public string SourceSearchPattern {
- get {
- return ((string)(this["SourceSearchPattern"]));
- }
- set {
- this["SourceSearchPattern"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("{prod_var}_{prod_cat}_{order_no}_{ordinal}{ext}")]
- public string OutputFileMask {
- get {
- return ((string)(this["OutputFileMask"]));
- }
- set {
- this["OutputFileMask"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Prod Var")]
- public string MapColProductFormat {
- get {
- return ((string)(this["MapColProductFormat"]));
- }
- set {
- this["MapColProductFormat"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string LastSourceDir {
- get {
- return ((string)(this["LastSourceDir"]));
- }
- set {
- this["LastSourceDir"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("_tn")]
- public string RemoveFromUri {
- get {
- return ((string)(this["RemoveFromUri"]));
- }
- set {
- this["RemoveFromUri"] = value;
- }
- }
- }
- }
|