mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented encrypted Tactics archives.
This commit is contained in:
10
ArcFormats/Tactics/WidgetTactics.xaml
Normal file
10
ArcFormats/Tactics/WidgetTactics.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<StackPanel x:Class="GameRes.Formats.GUI.WidgetTactics"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:p="clr-namespace:GameRes.Formats.Properties"
|
||||
xmlns:s="clr-namespace:GameRes.Formats.Strings"
|
||||
MaxWidth="250" Orientation="Vertical">
|
||||
<ComboBox Name="Title" Width="250" HorizontalAlignment="Left" Margin="0,5,0,0"
|
||||
ItemsSource="{Binding}" DisplayMemberPath="Key" SelectedValuePath="Key"
|
||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=TacticsArcTitle, Mode=TwoWay}"/>
|
||||
</StackPanel>
|
||||
Reference in New Issue
Block a user