AppSettings.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace qdr.app.studiou.orders2printpack.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
  13. internal sealed partial class AppSettings : global::System.Configuration.ApplicationSettingsBase {
  14. private static AppSettings defaultInstance = ((AppSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new AppSettings())));
  15. public static AppSettings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute(";")]
  23. public string CSVDelimiter {
  24. get {
  25. return ((string)(this["CSVDelimiter"]));
  26. }
  27. set {
  28. this["CSVDelimiter"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("")]
  34. public string LastOutputDir {
  35. get {
  36. return ((string)(this["LastOutputDir"]));
  37. }
  38. set {
  39. this["LastOutputDir"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("order_no")]
  45. public string MapColOrderNo {
  46. get {
  47. return ((string)(this["MapColOrderNo"]));
  48. }
  49. set {
  50. this["MapColOrderNo"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("prod_cat")]
  56. public string MapColProductCat {
  57. get {
  58. return ((string)(this["MapColProductCat"]));
  59. }
  60. set {
  61. this["MapColProductCat"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("prod_img_url")]
  67. public string MapColUri {
  68. get {
  69. return ((string)(this["MapColUri"]));
  70. }
  71. set {
  72. this["MapColUri"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [global::System.Configuration.DefaultSettingValueAttribute("qty")]
  78. public string MapColQuantity {
  79. get {
  80. return ((string)(this["MapColQuantity"]));
  81. }
  82. set {
  83. this["MapColQuantity"] = value;
  84. }
  85. }
  86. [global::System.Configuration.UserScopedSettingAttribute()]
  87. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  88. [global::System.Configuration.DefaultSettingValueAttribute("*.jpg")]
  89. public string SourceSearchPattern {
  90. get {
  91. return ((string)(this["SourceSearchPattern"]));
  92. }
  93. set {
  94. this["SourceSearchPattern"] = value;
  95. }
  96. }
  97. [global::System.Configuration.UserScopedSettingAttribute()]
  98. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99. [global::System.Configuration.DefaultSettingValueAttribute("{prod_var}\\{order_no}_{prod_name}_{ordinal}{ext}")]
  100. public string OutputFileMask {
  101. get {
  102. return ((string)(this["OutputFileMask"]));
  103. }
  104. set {
  105. this["OutputFileMask"] = value;
  106. }
  107. }
  108. [global::System.Configuration.UserScopedSettingAttribute()]
  109. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  110. [global::System.Configuration.DefaultSettingValueAttribute("prod_var")]
  111. public string MapColProductFormat {
  112. get {
  113. return ((string)(this["MapColProductFormat"]));
  114. }
  115. set {
  116. this["MapColProductFormat"] = value;
  117. }
  118. }
  119. [global::System.Configuration.UserScopedSettingAttribute()]
  120. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  121. [global::System.Configuration.DefaultSettingValueAttribute("")]
  122. public string LastSourceDir {
  123. get {
  124. return ((string)(this["LastSourceDir"]));
  125. }
  126. set {
  127. this["LastSourceDir"] = value;
  128. }
  129. }
  130. [global::System.Configuration.UserScopedSettingAttribute()]
  131. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  132. [global::System.Configuration.DefaultSettingValueAttribute("_tn")]
  133. public string RemoveFromUri {
  134. get {
  135. return ((string)(this["RemoveFromUri"]));
  136. }
  137. set {
  138. this["RemoveFromUri"] = value;
  139. }
  140. }
  141. [global::System.Configuration.UserScopedSettingAttribute()]
  142. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  143. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  144. public bool CleanupOutputDir {
  145. get {
  146. return ((bool)(this["CleanupOutputDir"]));
  147. }
  148. set {
  149. this["CleanupOutputDir"] = value;
  150. }
  151. }
  152. [global::System.Configuration.UserScopedSettingAttribute()]
  153. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  154. [global::System.Configuration.DefaultSettingValueAttribute("Foto 10x15cm=150;Foto 15x23cm=120;Foto 20x30cm=100;Magnetka 10x13cm=25;Obraz na p" +
  155. "látně 30x45cm=250;Hrnek s potiskem=70\r\n")]
  156. public string PredefinedVariants {
  157. get {
  158. return ((string)(this["PredefinedVariants"]));
  159. }
  160. set {
  161. this["PredefinedVariants"] = value;
  162. }
  163. }
  164. [global::System.Configuration.UserScopedSettingAttribute()]
  165. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  166. [global::System.Configuration.DefaultSettingValueAttribute("")]
  167. public string PredefinedCategories {
  168. get {
  169. return ((string)(this["PredefinedCategories"]));
  170. }
  171. set {
  172. this["PredefinedCategories"] = value;
  173. }
  174. }
  175. [global::System.Configuration.UserScopedSettingAttribute()]
  176. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  177. [global::System.Configuration.DefaultSettingValueAttribute("https://www.studiou.cz/wp-content/uploads/{YYYY}/{MM}/{file}{ext}")]
  178. public string ImportTplUrl {
  179. get {
  180. return ((string)(this["ImportTplUrl"]));
  181. }
  182. set {
  183. this["ImportTplUrl"] = value;
  184. }
  185. }
  186. [global::System.Configuration.UserScopedSettingAttribute()]
  187. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  188. [global::System.Configuration.DefaultSettingValueAttribute("Forografie {file} ve formátu {variant}.")]
  189. public string ImportTplShortDesc {
  190. get {
  191. return ((string)(this["ImportTplShortDesc"]));
  192. }
  193. set {
  194. this["ImportTplShortDesc"] = value;
  195. }
  196. }
  197. [global::System.Configuration.UserScopedSettingAttribute()]
  198. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  199. [global::System.Configuration.DefaultSettingValueAttribute("{category} ve formátu {variant}.")]
  200. public string ImportTplDesc {
  201. get {
  202. return ((string)(this["ImportTplDesc"]));
  203. }
  204. set {
  205. this["ImportTplDesc"] = value;
  206. }
  207. }
  208. [global::System.Configuration.UserScopedSettingAttribute()]
  209. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  210. [global::System.Configuration.DefaultSettingValueAttribute("prod_name")]
  211. public string MapColProductName {
  212. get {
  213. return ((string)(this["MapColProductName"]));
  214. }
  215. set {
  216. this["MapColProductName"] = value;
  217. }
  218. }
  219. }
  220. }