mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-24 06:05:35 +08:00
60 lines
2.6 KiB
XML
60 lines
2.6 KiB
XML
<?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">
|
|
<Value Profile="(Default)">560</Value>
|
|
</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>
|
|
<Setting Name="appTextEncoding" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">UTF-8</Value>
|
|
</Setting>
|
|
<Setting Name="appLastDirectory" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="appArchiveFormat" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |