| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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="LastOutputDir" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="SourceSearchPattern" Type="System.String" Scope="User">
- <Value Profile="(Default)">*.jpg</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>
- <Setting Name="OutputFileMask" Type="System.String" Scope="User">
- <Value Profile="(Default)">{prod_var_type}\{order_no}_{prod_name}_{ordinal}{ext}</Value>
- </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="MapColProductFormat" Type="System.String" Scope="User">
- <Value Profile="(Default)">prod_var_type</Value>
- </Setting>
- <Setting Name="LabelWidth" Type="System.String" Scope="User">
- <Value Profile="(Default)">200</Value>
- </Setting>
- <Setting Name="LabelHeight" Type="System.String" Scope="User">
- <Value Profile="(Default)">120</Value>
- </Setting>
- <Setting Name="LabelPerRow" Type="System.String" Scope="User">
- <Value Profile="(Default)">3</Value>
- </Setting>
- <Setting Name="LabelPerCol" Type="System.String" Scope="User">
- <Value Profile="(Default)">8</Value>
- </Setting>
- <Setting Name="LabelTemplate" Type="System.String" Scope="User">
- <Value Profile="(Default)">^^18^**Objednávka: {order_no}**^^{cr}^^14^**{prod_cat}**^^{cr}{prod_var_type}{cr}Počet: {qty}</Value>
- </Setting>
- <Setting Name="CSVDelimiter" Type="System.String" Scope="User">
- <Value Profile="(Default)">,</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|