AppSettings.settings 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="qdr.app.studiou.orders2printpack.Properties" GeneratedClassName="AppSettings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="CSVDelimiter" Type="System.String" Scope="User">
  6. <Value Profile="(Default)">,</Value>
  7. </Setting>
  8. <Setting Name="LastOutputDir" Type="System.String" Scope="User">
  9. <Value Profile="(Default)" />
  10. </Setting>
  11. <Setting Name="MapColOrderNo" Type="System.String" Scope="User">
  12. <Value Profile="(Default)">Order No</Value>
  13. </Setting>
  14. <Setting Name="MapColProductCat" Type="System.String" Scope="User">
  15. <Value Profile="(Default)">Prod Cat</Value>
  16. </Setting>
  17. <Setting Name="MapColUri" Type="System.String" Scope="User">
  18. <Value Profile="(Default)">Prod Img Url</Value>
  19. </Setting>
  20. <Setting Name="MapColQuantity" Type="System.String" Scope="User">
  21. <Value Profile="(Default)">Qty</Value>
  22. </Setting>
  23. <Setting Name="SourceSearchPattern" Type="System.String" Scope="User">
  24. <Value Profile="(Default)">*.jpg</Value>
  25. </Setting>
  26. <Setting Name="MapColProductFormat" Type="System.String" Scope="User">
  27. <Value Profile="(Default)">Prod Var Type</Value>
  28. </Setting>
  29. <Setting Name="LastSourceDir" Type="System.String" Scope="User">
  30. <Value Profile="(Default)" />
  31. </Setting>
  32. <Setting Name="RemoveFromUri" Type="System.String" Scope="User">
  33. <Value Profile="(Default)">_tn</Value>
  34. </Setting>
  35. <Setting Name="CleanupOutputDir" Type="System.Boolean" Scope="User">
  36. <Value Profile="(Default)">True</Value>
  37. </Setting>
  38. <Setting Name="PredefinedVariants" Type="System.String" Scope="User">
  39. <Value Profile="(Default)">Foto 10x15cm=150;Foto 15x23cm=120;Foto 20x30cm=100;Magnetka 10x13cm=25;Obraz na plátně 30x45cm=250;Hrnek s potiskem=70
  40. </Value>
  41. </Setting>
  42. <Setting Name="PredefinedCategories" Type="System.String" Scope="User">
  43. <Value Profile="(Default)" />
  44. </Setting>
  45. <Setting Name="ImportTplUrl" Type="System.String" Scope="User">
  46. <Value Profile="(Default)">https://www.studiou.cz/wp-content/uploads/{YYYY}/{MM}/{file}{ext}</Value>
  47. </Setting>
  48. <Setting Name="ImportTplShortDesc" Type="System.String" Scope="User">
  49. <Value Profile="(Default)">Forografie {file} ve formátu {variant}.</Value>
  50. </Setting>
  51. <Setting Name="ImportTplDesc" Type="System.String" Scope="User">
  52. <Value Profile="(Default)">{category} ve formátu {variant}.</Value>
  53. </Setting>
  54. <Setting Name="MapColProductName" Type="System.String" Scope="User">
  55. <Value Profile="(Default)">Prod Name</Value>
  56. </Setting>
  57. <Setting Name="OutputFileMask" Type="System.String" Scope="User">
  58. <Value Profile="(Default)">{prod_var_type}\{order_no}_{prod_name}_{ordinal}{ext}</Value>
  59. </Setting>
  60. </Settings>
  61. </SettingsFile>