GARbro-mirror/ArcFormats/DxLib/WidgetSCR.xaml

10 lines
580 B
XML

<StackPanel x:Class="GameRes.Formats.GUI.WidgetSCR"
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"
xmlns:d="clr-namespace:GameRes.Formats.DxLib">
<ComboBox Name="ScriptScheme" ItemsSource="{Binding}" Width="250"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=MEDScriptScheme, Mode=TwoWay}"/>
</StackPanel>