AppSettings.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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.14.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 LastOutputDir {
  24. get {
  25. return ((string)(this["LastOutputDir"]));
  26. }
  27. set {
  28. this["LastOutputDir"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("*.jpg")]
  34. public string SourceSearchPattern {
  35. get {
  36. return ((string)(this["SourceSearchPattern"]));
  37. }
  38. set {
  39. this["SourceSearchPattern"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("")]
  45. public string LastSourceDir {
  46. get {
  47. return ((string)(this["LastSourceDir"]));
  48. }
  49. set {
  50. this["LastSourceDir"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("_tn")]
  56. public string RemoveFromUri {
  57. get {
  58. return ((string)(this["RemoveFromUri"]));
  59. }
  60. set {
  61. this["RemoveFromUri"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  67. public bool CleanupOutputDir {
  68. get {
  69. return ((bool)(this["CleanupOutputDir"]));
  70. }
  71. set {
  72. this["CleanupOutputDir"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [global::System.Configuration.DefaultSettingValueAttribute("Foto 10x15cm=150;Foto 15x23cm=120;Foto 20x30cm=100;Magnetka 10x13cm=25;Obraz na p" +
  78. "látně 30x45cm=250;Hrnek s potiskem=70\r\n")]
  79. public string PredefinedVariants {
  80. get {
  81. return ((string)(this["PredefinedVariants"]));
  82. }
  83. set {
  84. this["PredefinedVariants"] = value;
  85. }
  86. }
  87. [global::System.Configuration.UserScopedSettingAttribute()]
  88. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [global::System.Configuration.DefaultSettingValueAttribute("")]
  90. public string PredefinedCategories {
  91. get {
  92. return ((string)(this["PredefinedCategories"]));
  93. }
  94. set {
  95. this["PredefinedCategories"] = value;
  96. }
  97. }
  98. [global::System.Configuration.UserScopedSettingAttribute()]
  99. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  100. [global::System.Configuration.DefaultSettingValueAttribute("https://www.studiou.cz/wp-content/uploads/{YYYY}/{MM}/{file}{ext}")]
  101. public string ImportTplUrl {
  102. get {
  103. return ((string)(this["ImportTplUrl"]));
  104. }
  105. set {
  106. this["ImportTplUrl"] = value;
  107. }
  108. }
  109. [global::System.Configuration.UserScopedSettingAttribute()]
  110. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  111. [global::System.Configuration.DefaultSettingValueAttribute("Forografie {file} ve formátu {variant}.")]
  112. public string ImportTplShortDesc {
  113. get {
  114. return ((string)(this["ImportTplShortDesc"]));
  115. }
  116. set {
  117. this["ImportTplShortDesc"] = value;
  118. }
  119. }
  120. [global::System.Configuration.UserScopedSettingAttribute()]
  121. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  122. [global::System.Configuration.DefaultSettingValueAttribute("{category} ve formátu {variant}.")]
  123. public string ImportTplDesc {
  124. get {
  125. return ((string)(this["ImportTplDesc"]));
  126. }
  127. set {
  128. this["ImportTplDesc"] = value;
  129. }
  130. }
  131. [global::System.Configuration.UserScopedSettingAttribute()]
  132. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  133. [global::System.Configuration.DefaultSettingValueAttribute("Prod Name")]
  134. public string MapColProductName {
  135. get {
  136. return ((string)(this["MapColProductName"]));
  137. }
  138. set {
  139. this["MapColProductName"] = value;
  140. }
  141. }
  142. [global::System.Configuration.UserScopedSettingAttribute()]
  143. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  144. [global::System.Configuration.DefaultSettingValueAttribute("{prod_var_type}\\{order_no}_{prod_name}_{ordinal}{ext}")]
  145. public string OutputFileMask {
  146. get {
  147. return ((string)(this["OutputFileMask"]));
  148. }
  149. set {
  150. this["OutputFileMask"] = value;
  151. }
  152. }
  153. [global::System.Configuration.UserScopedSettingAttribute()]
  154. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  155. [global::System.Configuration.DefaultSettingValueAttribute("order_no")]
  156. public string MapColOrderNo {
  157. get {
  158. return ((string)(this["MapColOrderNo"]));
  159. }
  160. set {
  161. this["MapColOrderNo"] = value;
  162. }
  163. }
  164. [global::System.Configuration.UserScopedSettingAttribute()]
  165. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  166. [global::System.Configuration.DefaultSettingValueAttribute("prod_cat")]
  167. public string MapColProductCat {
  168. get {
  169. return ((string)(this["MapColProductCat"]));
  170. }
  171. set {
  172. this["MapColProductCat"] = value;
  173. }
  174. }
  175. [global::System.Configuration.UserScopedSettingAttribute()]
  176. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  177. [global::System.Configuration.DefaultSettingValueAttribute("prod_img_url")]
  178. public string MapColUri {
  179. get {
  180. return ((string)(this["MapColUri"]));
  181. }
  182. set {
  183. this["MapColUri"] = value;
  184. }
  185. }
  186. [global::System.Configuration.UserScopedSettingAttribute()]
  187. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  188. [global::System.Configuration.DefaultSettingValueAttribute("qty")]
  189. public string MapColQuantity {
  190. get {
  191. return ((string)(this["MapColQuantity"]));
  192. }
  193. set {
  194. this["MapColQuantity"] = value;
  195. }
  196. }
  197. [global::System.Configuration.UserScopedSettingAttribute()]
  198. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  199. [global::System.Configuration.DefaultSettingValueAttribute("prod_var_type")]
  200. public string MapColProductFormat {
  201. get {
  202. return ((string)(this["MapColProductFormat"]));
  203. }
  204. set {
  205. this["MapColProductFormat"] = value;
  206. }
  207. }
  208. [global::System.Configuration.UserScopedSettingAttribute()]
  209. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  210. [global::System.Configuration.DefaultSettingValueAttribute("200")]
  211. public string LabelWidth {
  212. get {
  213. return ((string)(this["LabelWidth"]));
  214. }
  215. set {
  216. this["LabelWidth"] = value;
  217. }
  218. }
  219. [global::System.Configuration.UserScopedSettingAttribute()]
  220. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  221. [global::System.Configuration.DefaultSettingValueAttribute("120")]
  222. public string LabelHeight {
  223. get {
  224. return ((string)(this["LabelHeight"]));
  225. }
  226. set {
  227. this["LabelHeight"] = value;
  228. }
  229. }
  230. [global::System.Configuration.UserScopedSettingAttribute()]
  231. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  232. [global::System.Configuration.DefaultSettingValueAttribute("3")]
  233. public string LabelPerRow {
  234. get {
  235. return ((string)(this["LabelPerRow"]));
  236. }
  237. set {
  238. this["LabelPerRow"] = value;
  239. }
  240. }
  241. [global::System.Configuration.UserScopedSettingAttribute()]
  242. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  243. [global::System.Configuration.DefaultSettingValueAttribute("8")]
  244. public string LabelPerCol {
  245. get {
  246. return ((string)(this["LabelPerCol"]));
  247. }
  248. set {
  249. this["LabelPerCol"] = value;
  250. }
  251. }
  252. [global::System.Configuration.UserScopedSettingAttribute()]
  253. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  254. [global::System.Configuration.DefaultSettingValueAttribute("^^18^**Objednávka: {order_no}**^^{cr}^^14^**{prod_cat}**^^{cr}{prod_var_type_list" +
  255. "}")]
  256. public string LabelTemplate {
  257. get {
  258. return ((string)(this["LabelTemplate"]));
  259. }
  260. set {
  261. this["LabelTemplate"] = value;
  262. }
  263. }
  264. [global::System.Configuration.UserScopedSettingAttribute()]
  265. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  266. [global::System.Configuration.DefaultSettingValueAttribute(",")]
  267. public string CSVDelimiter {
  268. get {
  269. return ((string)(this["CSVDelimiter"]));
  270. }
  271. set {
  272. this["CSVDelimiter"] = value;
  273. }
  274. }
  275. [global::System.Configuration.UserScopedSettingAttribute()]
  276. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  277. [global::System.Configuration.DefaultSettingValueAttribute("order_no, prod_cat")]
  278. public string LabelAggregateColumns {
  279. get {
  280. return ((string)(this["LabelAggregateColumns"]));
  281. }
  282. set {
  283. this["LabelAggregateColumns"] = value;
  284. }
  285. }
  286. [global::System.Configuration.UserScopedSettingAttribute()]
  287. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  288. [global::System.Configuration.DefaultSettingValueAttribute("prod_var_type_list={prod_var_type} : {qty}{cr}")]
  289. public string LabelAggegationDataExpression {
  290. get {
  291. return ((string)(this["LabelAggegationDataExpression"]));
  292. }
  293. set {
  294. this["LabelAggegationDataExpression"] = value;
  295. }
  296. }
  297. [global::System.Configuration.UserScopedSettingAttribute()]
  298. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  299. [global::System.Configuration.DefaultSettingValueAttribute("email")]
  300. public string MapColEmail {
  301. get {
  302. return ((string)(this["MapColEmail"]));
  303. }
  304. set {
  305. this["MapColEmail"] = value;
  306. }
  307. }
  308. [global::System.Configuration.UserScopedSettingAttribute()]
  309. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  310. [global::System.Configuration.DefaultSettingValueAttribute("Digitální data")]
  311. public string FormatDigitalContains {
  312. get {
  313. return ((string)(this["FormatDigitalContains"]));
  314. }
  315. set {
  316. this["FormatDigitalContains"] = value;
  317. }
  318. }
  319. }
  320. }