//------------------------------------------------------------------------------ // // 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.14.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 LastOutputDir { get { return ((string)(this["LastOutputDir"])); } set { this["LastOutputDir"] = 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("")] 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; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Foto 10x15cm=150;Foto 15x23cm=120;Foto 20x30cm=100;Magnetka 10x13cm=25;Obraz na p" + "látně 30x45cm=250;Hrnek s potiskem=70\r\n")] public string PredefinedVariants { get { return ((string)(this["PredefinedVariants"])); } set { this["PredefinedVariants"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string PredefinedCategories { get { return ((string)(this["PredefinedCategories"])); } set { this["PredefinedCategories"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("https://www.studiou.cz/wp-content/uploads/{YYYY}/{MM}/{file}{ext}")] public string ImportTplUrl { get { return ((string)(this["ImportTplUrl"])); } set { this["ImportTplUrl"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Forografie {file} ve formátu {variant}.")] public string ImportTplShortDesc { get { return ((string)(this["ImportTplShortDesc"])); } set { this["ImportTplShortDesc"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("{category} ve formátu {variant}.")] public string ImportTplDesc { get { return ((string)(this["ImportTplDesc"])); } set { 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; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("{prod_var_type}\\{order_no}_{prod_name}_{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("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("prod_var_type")] public string MapColProductFormat { get { return ((string)(this["MapColProductFormat"])); } set { this["MapColProductFormat"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("200")] public string LabelWidth { get { return ((string)(this["LabelWidth"])); } set { this["LabelWidth"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("120")] public string LabelHeight { get { return ((string)(this["LabelHeight"])); } set { this["LabelHeight"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("3")] public string LabelPerRow { get { return ((string)(this["LabelPerRow"])); } set { this["LabelPerRow"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("8")] public string LabelPerCol { get { return ((string)(this["LabelPerCol"])); } set { this["LabelPerCol"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("^^18^**Objednávka: {order_no}**^^{cr}{email}{cr}^^14^**{prod_cat}**^^{cr}{prod_va" + "r_type_list}")] public string LabelTemplate { get { return ((string)(this["LabelTemplate"])); } set { this["LabelTemplate"] = value; } } [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("order_no, prod_cat")] public string LabelAggregateColumns { get { return ((string)(this["LabelAggregateColumns"])); } set { this["LabelAggregateColumns"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("prod_var_type_list={prod_var_type} : {qty}{cr}")] public string LabelAggegationDataExpression { get { return ((string)(this["LabelAggegationDataExpression"])); } set { this["LabelAggegationDataExpression"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("email")] public string MapColEmail { get { return ((string)(this["MapColEmail"])); } set { this["MapColEmail"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Digitální data")] public string FormatDigitalContains { get { return ((string)(this["FormatDigitalContains"])); } set { this["FormatDigitalContains"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("riyeVPRvz9QF1YmrhdSz9rgiVzhy3mSb")] public string TSSApiKey { get { return ((string)(this["TSSApiKey"])); } set { this["TSSApiKey"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("2097152")] public int TSSChunkSizeBytes { get { return ((int)(this["TSSChunkSizeBytes"])); } set { this["TSSChunkSizeBytes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("https://www.studiou.cz/")] public string TSSUri { get { return ((string)(this["TSSUri"])); } set { this["TSSUri"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string LastDigitalDir { get { return ((string)(this["LastDigitalDir"])); } set { this["LastDigitalDir"] = value; } } } }