GARbro-mirror/ArcFormats/CreatePDWidget.xaml

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>