2014-07-22 03:26:28 +08:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="GARbro.GUI.Properties" GeneratedClassName="Settings">
|
|
|
|
<Profiles />
|
|
|
|
<Settings>
|
|
|
|
<Setting Name="UpgradeRequired" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="winTop" Type="System.Double" Scope="User">
|
|
|
|
<Value Profile="(Default)">NaN</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="winLeft" Type="System.Double" Scope="User">
|
|
|
|
<Value Profile="(Default)">NaN</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="winWidth" Type="System.Double" Scope="User">
|
|
|
|
<Value Profile="(Default)">1024</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="winHeight" Type="System.Double" Scope="User">
|
2014-07-30 16:13:32 +08:00
|
|
|
<Value Profile="(Default)">600</Value>
|
2014-07-22 03:26:28 +08:00
|
|
|
</Setting>
|
|
|
|
<Setting Name="winState" Type="System.Windows.WindowState" Scope="User">
|
|
|
|
<Value Profile="(Default)">Normal</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="lvNameColumnWidth" Type="System.Double" Scope="User">
|
|
|
|
<Value Profile="(Default)">265</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="lvTypeColumnWidth" Type="System.Double" Scope="User">
|
|
|
|
<Value Profile="(Default)">75</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="lvSizeColumnWidth" Type="System.Double" Scope="User">
|
|
|
|
<Value Profile="(Default)">75</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="lvSortColumn" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)">Name</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="lvSortDirection" Type="System.ComponentModel.ListSortDirection" Scope="User">
|
|
|
|
<Value Profile="(Default)">Ascending</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="lvPanelWidth" Type="System.Windows.GridLength" Scope="User">
|
|
|
|
<Value Profile="(Default)">448</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="appExtractImages" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="appExtractText" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="appImageFormat" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
2015-05-12 17:31:27 +08:00
|
|
|
<Setting Name="appTextEncoding" Type="System.Int32" Scope="User">
|
|
|
|
<Value Profile="(Default)">65001</Value>
|
2014-07-22 03:26:28 +08:00
|
|
|
</Setting>
|
|
|
|
<Setting Name="appLastDirectory" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
2014-07-24 09:43:20 +08:00
|
|
|
<Setting Name="appArchiveFormat" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
2014-07-30 21:15:16 +08:00
|
|
|
<Setting Name="appRecentFiles" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
2014-08-01 21:09:15 +08:00
|
|
|
<Setting Name="appLastCreatedArchive" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
2014-08-02 16:59:01 +08:00
|
|
|
<Setting Name="winMenuBarVisibility" Type="System.Windows.Visibility" Scope="User">
|
|
|
|
<Value Profile="(Default)">Visible</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="winToolBarVisibility" Type="System.Windows.Visibility" Scope="User">
|
|
|
|
<Value Profile="(Default)">Visible</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="winStatusBarVisibility" Type="System.Windows.Visibility" Scope="User">
|
|
|
|
<Value Profile="(Default)">Visible</Value>
|
|
|
|
</Setting>
|
2014-08-22 14:16:11 +08:00
|
|
|
<Setting Name="appLastImageFormat" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)">PNG</Value>
|
|
|
|
</Setting>
|
2015-05-14 19:58:16 +08:00
|
|
|
<Setting Name="appConvertAudio" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">False</Value>
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="appExtractAudio" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
2015-06-14 17:54:03 +08:00
|
|
|
<Setting Name="appIgnoreConversionErrors" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">False</Value>
|
|
|
|
</Setting>
|
2015-08-01 04:20:21 +08:00
|
|
|
<Setting Name="appLastDestination" Type="System.String" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
2014-07-22 03:26:28 +08:00
|
|
|
</Settings>
|
|
|
|
</SettingsFile>
|