Files
mirror-processhacker/trunk/ProcessHacker/Properties/Settings.settings
T
wj32 99e4ad2f60 Changed Search button to a SplitButton
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@17 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-22 09:12:10 +00:00

33 lines
1.5 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ProcessHacker.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="RefreshInterval" Type="System.Int32" Scope="User">
<Value Profile="(Default)">500</Value>
</Setting>
<Setting Name="textMinSize" Type="System.String" Scope="User">
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="heapMinSize" Type="System.String" Scope="User">
<Value Profile="(Default)">1024</Value>
</Setting>
<Setting Name="WindowSize" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">820, 549</Value>
</Setting>
<Setting Name="WindowLocation" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">200, 200</Value>
</Setting>
<Setting Name="SplitterDistance" Type="System.Int32" Scope="User">
<Value Profile="(Default)">300</Value>
</Setting>
<Setting Name="WindowState" Type="System.Windows.Forms.FormWindowState" Scope="User">
<Value Profile="(Default)">Normal</Value>
</Setting>
<Setting Name="DebugMem" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="SearchType" Type="System.String" Scope="User">
<Value Profile="(Default)">&amp;Literal Search...</Value>
</Setting>
</Settings>
</SettingsFile>