mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented '*_scr.med' archives decryption.
This commit is contained in:
9
ArcFormats/DxLib/WidgetSCR.xaml
Normal file
9
ArcFormats/DxLib/WidgetSCR.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user