2015-08-20 01:40:32 +08:00
|
|
|
<Grid x:Class="GameRes.Formats.GUI.WidgetYPF"
|
|
|
|
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:gui="clr-namespace:GameRes.Formats.GUI"
|
|
|
|
MaxWidth="250">
|
2015-12-18 17:39:26 +08:00
|
|
|
<ComboBox Name="Scheme" ItemsSource="{Binding}" DisplayMemberPath="Key" SelectedValuePath="Key"
|
|
|
|
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=YPFScheme, Mode=TwoWay}" Width="180"/>
|
2015-08-20 01:40:32 +08:00
|
|
|
</Grid>
|