mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
761ec768b1
added encryption scheme query.
10 lines
519 B
XML
10 lines
519 B
XML
<StackPanel x:Class="GameRes.Formats.GUI.WidgetSJDAT"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:p="clr-namespace:GameRes.Formats.Properties"
|
|
MaxWidth="250" Orientation="Vertical">
|
|
<ComboBox Name="Title"
|
|
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=SJDatTitle, Mode=TwoWay}"
|
|
Width="200" HorizontalAlignment="Left"/>
|
|
</StackPanel>
|