GARbro-mirror/ArcFormats/StudioJikkenshitsu/WidgetSJDAT.xaml
morkt 761ec768b1 (StuduiJikkenshitsu): moved to ArcFormats project.
added encryption scheme query.
2018-12-23 14:30:01 +04:00

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>