mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Flying Shine resource archive.
This commit is contained in:
8
ArcFormats/CreatePDWidget.xaml
Normal file
8
ArcFormats/CreatePDWidget.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Grid x:Class="GameRes.Formats.GUI.CreatePDWidget"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:s="clr-namespace:GameRes.Formats.Strings"
|
||||
xmlns:p="clr-namespace:GameRes.Formats.Properties">
|
||||
<CheckBox Name="ScrambleContents" Content="{x:Static s:arcStrings.PDScrambleContents}" Margin="5"
|
||||
IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=PDScrambleContents, Mode=TwoWay}"/>
|
||||
</Grid>
|
||||
Reference in New Issue
Block a user