From 24f784c7b04e32cca6b650d3b4003f1de02cb06a Mon Sep 17 00:00:00 2001 From: WhatTheReL <79932956+Imwhattherel@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:49:47 -0500 Subject: [PATCH] Added WLC-ALERT Buttons --- WhackerLinkConsoleV2/App.xaml | 18 +- WhackerLinkConsoleV2/App.xaml.cs | 28 +- WhackerLinkConsoleV2/AssemblyInfo.cs | 20 +- WhackerLinkConsoleV2/ChannelBox.xaml | 44 +- WhackerLinkConsoleV2/ChannelBox.xaml.cs | 170 +++--- WhackerLinkConsoleV2/ChannelPosition.cs | 56 +- WhackerLinkConsoleV2/MainWindow.xaml | 73 ++- WhackerLinkConsoleV2/MainWindow.xaml.cs | 492 +++++++++--------- WhackerLinkConsoleV2/SettingsManager.cs | 170 +++--- WhackerLinkConsoleV2/SystemStatusBox.xaml | 26 +- WhackerLinkConsoleV2/SystemStatusBox.xaml.cs | 86 +-- .../WhackerLinkConsoleV2.csproj | 46 +- .../WidgetSelectionWindow.xaml | 22 +- .../WidgetSelectionWindow.xaml.cs | 86 +-- 14 files changed, 693 insertions(+), 644 deletions(-) diff --git a/WhackerLinkConsoleV2/App.xaml b/WhackerLinkConsoleV2/App.xaml index 59a1e4a..bcd3856 100644 --- a/WhackerLinkConsoleV2/App.xaml +++ b/WhackerLinkConsoleV2/App.xaml @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/WhackerLinkConsoleV2/App.xaml.cs b/WhackerLinkConsoleV2/App.xaml.cs index bed38dc..6f584cf 100644 --- a/WhackerLinkConsoleV2/App.xaml.cs +++ b/WhackerLinkConsoleV2/App.xaml.cs @@ -1,14 +1,14 @@ -using System.Configuration; -using System.Data; -using System.Windows; - -namespace WhackerLinkConsoleV2 -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } - -} +using System.Configuration; +using System.Data; +using System.Windows; + +namespace WhackerLinkConsoleV2 +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/WhackerLinkConsoleV2/AssemblyInfo.cs b/WhackerLinkConsoleV2/AssemblyInfo.cs index b0ec827..372e037 100644 --- a/WhackerLinkConsoleV2/AssemblyInfo.cs +++ b/WhackerLinkConsoleV2/AssemblyInfo.cs @@ -1,10 +1,10 @@ -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/WhackerLinkConsoleV2/ChannelBox.xaml b/WhackerLinkConsoleV2/ChannelBox.xaml index e013952..908d130 100644 --- a/WhackerLinkConsoleV2/ChannelBox.xaml +++ b/WhackerLinkConsoleV2/ChannelBox.xaml @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - -