Files
cms_thermo_active/Client.Config/Config.xml
T
2018-09-11 16:57:07 +02:00

49 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Config>
<Client>
<TranspColor>#FF00FF</TranspColor>
<RenderingMethod>GPU</RenderingMethod> <!-- GPU/CPU -->
<ShowVirtualKeyboard>false</ShowVirtualKeyboard>
<RunningOnSecondaryScreen>false</RunningOnSecondaryScreen>
<DeveloperMode>true</DeveloperMode>
</Client>
<Connection>
<ServerUrl>localhost</ServerUrl>
<ServerPort>9000</ServerPort>
<Id>1</Id>
<DeleteCahceFolderOnStartup>false</DeleteCahceFolderOnStartup>
</Connection>
<VendorHmi>
<FollowNcWindow>True</FollowNcWindow>
</VendorHmi>
<ExtSoftwares>
<Software>
<LongName>Calculator</LongName>
<ShortName>CAL</ShortName>
<Path>C:\Windows\System32\calc.exe</Path>
<Arguments></Arguments>
<InMainMenuBar>true</InMainMenuBar>
</Software>
<Software>
<LongName>NotePad</LongName>
<ShortName>NP</ShortName>
<Path>C:\Windows\System32\notepad.exe</Path>
<Arguments></Arguments>
<InMainMenuBar>true</InMainMenuBar>
</Software>
<Software>
<LongName>MsPaint</LongName>
<ShortName>PA</ShortName>
<Path>C:\Windows\System32\mspaint.exe</Path>
<Arguments></Arguments>
<InMainMenuBar>false</InMainMenuBar>
</Software>
<Software>
<LongName>NotePad2</LongName>
<ShortName>NP2</ShortName>
<Path>C:\Windows\System32\notepad.exe</Path>
<Arguments></Arguments>
<InMainMenuBar>false</InMainMenuBar>
</Software>
</ExtSoftwares>
</Config>