//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ 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; } } [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; } } } }