| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="qdr.app.studiou.orders2printpack.Properties" GeneratedClassName="AppSettings">
- <Profiles />
- <Settings>
- <Setting Name="CSVDelimiter" Type="System.String" Scope="User">
- <Value Profile="(Default)">;</Value>
- </Setting>
- <Setting Name="LastOutputDir" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="MapColOrderNo" Type="System.String" Scope="User">
- <Value Profile="(Default)">order_no</Value>
- </Setting>
- <Setting Name="MapColProductCat" Type="System.String" Scope="User">
- <Value Profile="(Default)">prod_cat</Value>
- </Setting>
- <Setting Name="MapColUri" Type="System.String" Scope="User">
- <Value Profile="(Default)">prod_img_url</Value>
- </Setting>
- <Setting Name="MapColQuantity" Type="System.String" Scope="User">
- <Value Profile="(Default)">qty</Value>
- </Setting>
- <Setting Name="SourceSearchPattern" Type="System.String" Scope="User">
- <Value Profile="(Default)">*.jpg</Value>
- </Setting>
- <Setting Name="OutputFileMask" Type="System.String" Scope="User">
- <Value Profile="(Default)">{prod_var}\{order_no}_{prod_name}_{ordinal}{ext}</Value>
- </Setting>
- <Setting Name="MapColProductFormat" Type="System.String" Scope="User">
- <Value Profile="(Default)">prod_var</Value>
- </Setting>
- <Setting Name="LastSourceDir" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="RemoveFromUri" Type="System.String" Scope="User">
- <Value Profile="(Default)">_tn</Value>
- </Setting>
- <Setting Name="CleanupOutputDir" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
- <Setting Name="PredefinedVariants" Type="System.String" Scope="User">
- <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
- </Value>
- </Setting>
- <Setting Name="PredefinedCategories" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="ImportTplUrl" Type="System.String" Scope="User">
- <Value Profile="(Default)">https://www.studiou.cz/wp-content/uploads/{YYYY}/{MM}/{file}{ext}</Value>
- </Setting>
- <Setting Name="ImportTplShortDesc" Type="System.String" Scope="User">
- <Value Profile="(Default)">Forografie {file} ve formátu {variant}.</Value>
- </Setting>
- <Setting Name="ImportTplDesc" Type="System.String" Scope="User">
- <Value Profile="(Default)">{category} ve formátu {variant}.</Value>
- </Setting>
- <Setting Name="MapColProductName" Type="System.String" Scope="User">
- <Value Profile="(Default)">prod_name</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|