mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
9 lines
522 B
XML
9 lines
522 B
XML
<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>
|