implemented '*_scr.med' archives decryption.

This commit is contained in:
morkt
2016-05-31 02:41:33 +04:00
parent acb32ac1fe
commit b18ede8684
7 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<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>