From 92d0aa2ae698438987b957027ee9ad434004bfa9 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Fri, 6 Aug 2021 20:36:11 -0400 Subject: [PATCH] updated patching client style, add checkbox for autozip --- Patcher/PatchClient/App.xaml | 149 +++++++++++++++++- .../Extensions/ControlExtensions.cs | 1 + Patcher/PatchClient/MainWindow.xaml | 35 +++- Patcher/PatchClient/MainWindow.xaml.cs | 16 ++ Patcher/PatchGenerator/MainWindow.xaml | 10 ++ Patcher/PatchGenerator/MainWindow.xaml.cs | 9 +- Patcher/PatcherUtils/FilePatcher.cs | 2 - .../PatcherUtils/Resources/PatchClient.exe | Bin 2936567 -> 4901623 bytes 8 files changed, 214 insertions(+), 8 deletions(-) diff --git a/Patcher/PatchClient/App.xaml b/Patcher/PatchClient/App.xaml index 58657c0..180f09e 100644 --- a/Patcher/PatchClient/App.xaml +++ b/Patcher/PatchClient/App.xaml @@ -4,6 +4,153 @@ xmlns:local="clr-namespace:PatchClient" StartupUri="MainWindow.xaml"> - + + #121212 + #FFC107 + #FFFFFF + #282828 + #323947 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Patcher/PatchClient/Extensions/ControlExtensions.cs b/Patcher/PatchClient/Extensions/ControlExtensions.cs index bf6b129..a635dde 100644 --- a/Patcher/PatchClient/Extensions/ControlExtensions.cs +++ b/Patcher/PatchClient/Extensions/ControlExtensions.cs @@ -1,5 +1,6 @@ using System.Windows; using System.Windows.Controls; +using System.Windows.Shell; namespace PatchClient.Extensions { diff --git a/Patcher/PatchClient/MainWindow.xaml b/Patcher/PatchClient/MainWindow.xaml index f7d83e5..5cb92b5 100644 --- a/Patcher/PatchClient/MainWindow.xaml +++ b/Patcher/PatchClient/MainWindow.xaml @@ -7,18 +7,45 @@ mc:Ignorable="d" Title="Patching Client" Height="200" Width="600" WindowStartupLocation="CenterScreen" - Loaded="Window_Loaded"> + Background="{StaticResource AKI_Background_Light}" + Loaded="Window_Loaded" + WindowStyle="SingleBorderWindow"> + + + - + + + + + + + + + + + +