From aedd41fde449367afe9446152e82bf5251ed2f4e Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 3 Feb 2017 21:56:04 +0400 Subject: [PATCH] implemented duplicate file actions dialog. --- GUI/FileErrorDialog.xaml | 18 +++-- GUI/FileExistsDialog.xaml | 24 +++--- GUI/GARbro.GUI.csproj | 7 ++ GUI/GarConvert.cs | 52 +++++-------- GUI/GarCreate.cs | 8 +- GUI/GarExtract.cs | 61 +++++++-------- GUI/GarOperation.cs | 115 ++++++++++++++++++++++++++++ GUI/Images/64x64/actions.png | Bin 0 -> 8854 bytes GUI/Images/64x64/alert.png | Bin 0 -> 3776 bytes GUI/Strings/guiStrings.Designer.cs | 9 +++ GUI/Strings/guiStrings.ko-KR.resx | 4 + GUI/Strings/guiStrings.resx | 3 + GUI/Strings/guiStrings.ru-RU.resx | 3 + GUI/Strings/guiStrings.zh-Hans.resx | 3 + 14 files changed, 216 insertions(+), 91 deletions(-) create mode 100644 GUI/GarOperation.cs create mode 100644 GUI/Images/64x64/actions.png create mode 100644 GUI/Images/64x64/alert.png diff --git a/GUI/FileErrorDialog.xaml b/GUI/FileErrorDialog.xaml index bed67536..58830ee1 100644 --- a/GUI/FileErrorDialog.xaml +++ b/GUI/FileErrorDialog.xaml @@ -6,13 +6,17 @@ Title="{Binding Title}" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" SizeToContent="WidthAndHeight" ShowActivated="True" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> - - - - - -