mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
10 lines
545 B
XML
10 lines
545 B
XML
<StackPanel x:Class="GameRes.Formats.GUI.WidgetEAGLS"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:fmt="clr-namespace:GameRes.Formats.Eagls"
|
|
xmlns:p="clr-namespace:GameRes.Formats.Properties"
|
|
MaxWidth="200">
|
|
<ComboBox Name="Scheme" ItemsSource="{Binding}"
|
|
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=EAGLSEncryption, Mode=TwoWay}" Width="150"/>
|
|
</StackPanel>
|