mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
10 lines
580 B
Plaintext
10 lines
580 B
Plaintext
|
<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>
|