- service-manager-tray-for-windows.git
- ServiceManagerTray
- Properties
- Settings.settings
This file ( 2kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="chc.servicemanagertray.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="TrayBalloonShown" Provider="chc.servicemanagertray.PortableSettingsProvider" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Favorites" Provider="chc.servicemanagertray.PortableSettingsProvider" Roaming="true" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" /></Value>
</Setting>
<Setting Name="SortColumnName" Provider="chc.servicemanagertray.PortableSettingsProvider" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)">DisplayName</Value>
</Setting>
<Setting Name="SortOrder" Provider="chc.servicemanagertray.PortableSettingsProvider" Roaming="true" Type="System.Windows.Forms.SortOrder" Scope="User">
<Value Profile="(Default)">Ascending</Value>
</Setting>
<Setting Name="FormWindowState" Provider="chc.servicemanagertray.PortableSettingsProvider" Roaming="true" Type="System.Windows.Forms.FormWindowState" Scope="User">
<Value Profile="(Default)">Normal</Value>
</Setting>
</Settings>
</SettingsFile>