AppSettings.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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}_{prod_cat}_{order_no}_{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. }
  142. }