| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- //------------------------------------------------------------------------------
- // <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.13.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}^^14^**{prod_cat}**^^{cr}{prod_var_type}{cr}" +
- "Počet: {qty}")]
- 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;
- }
- }
- }
- }
|