From 5608d4b43f0a76e272a41c3b52ff38776bf90136 Mon Sep 17 00:00:00 2001 From: "David L." Date: Thu, 16 May 2024 21:50:47 -0700 Subject: [PATCH] Remove Image Icons Replaced Image Icons with SVG Icons --- SBRW.Launcher.Core.Theme/Image_Icon.cs | 201 ------- SBRW.Launcher.Core.Theme/Image_Other.cs | 24 - .../Properties/Resources.Designer.cs | 530 ------------------ .../Properties/Resources.resx | 159 ------ .../Resources/SVGs/Input_Global.svg | 2 +- 5 files changed, 1 insertion(+), 915 deletions(-) delete mode 100644 SBRW.Launcher.Core.Theme/Image_Icon.cs diff --git a/SBRW.Launcher.Core.Theme/Image_Icon.cs b/SBRW.Launcher.Core.Theme/Image_Icon.cs deleted file mode 100644 index b3b009a..0000000 --- a/SBRW.Launcher.Core.Theme/Image_Icon.cs +++ /dev/null @@ -1,201 +0,0 @@ -#if NETFRAMEWORK || NET6_0_OR_GREATER && WINDOWS -using System.Drawing; - -namespace SBRW.Launcher.Core.Theme -{ - /// - /// - /// - public class Image_Icon - { - /// - /// - /// - public static Image Close { get; set; } = Image_Converter.Value(Properties.Resources.icon_close); - /// - /// - /// - public static Image Close_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_close_click); - /// - /// - /// - public static Image Close_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_close_hover); - /// - /// - /// - public static Image Discord { get; set; } = Image_Converter.Value(Properties.Resources.social_discord); - /// - /// - /// - public static Image Discord_Disabled { get; set; } = Image_Converter.Value(Properties.Resources.social_discord_disabled); - /// - /// - /// - public static Image Engine_Checking { get; set; } = Image_Converter.Value(Properties.Resources.icon_engine_checking); - /// - /// - /// - public static Image Engine_Error { get; set; } = Image_Converter.Value(Properties.Resources.icon_engine_error, 3); - /// - /// - /// - public static Image Engine_Good { get; set; } = Image_Converter.Value(Properties.Resources.icon_engine_success, 1); - /// - /// - /// - public static Image Engine_Unknown { get; set; } = Image_Converter.Value(Properties.Resources.icon_engine_unknown, 4); - /// - /// - /// - public static Image Engine_Warning { get; set; } = Image_Converter.Value(Properties.Resources.icon_engine_warning, 2); - /// - /// - /// - public static Image Facebook { get; set; } = Image_Converter.Value(Properties.Resources.social_facebook); - /// - /// - /// - public static Image Facebook_Disabled { get; set; } = Image_Converter.Value(Properties.Resources.social_facebook_disabled); - /// - /// - /// - public static Image Home { get; set; } = Image_Converter.Value(Properties.Resources.social_home_page); - /// - /// - /// - public static Image Home_Disabled { get; set; } = Image_Converter.Value(Properties.Resources.social_home_page_disabled); - /// - /// - /// - public static Image Gear { get; set; } = Image_Converter.Value(Properties.Resources.icon_gear); - /// - /// - /// - public static Image Gear_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_gear_click); - /// - /// - /// - public static Image Gear_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_gear_hover); - /// - /// - /// - public static Image Gear_Warning { get; set; } = Image_Converter.Value(Properties.Resources.icon_gear_warning); - /// - /// - /// - public static Image Gear_Warning_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_gear_warning_click); - /// - /// - /// - public static Image Gear_Warning_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_gear_warning_hover); - /// - /// - /// - public static Image Plug_Checking { get; set; } = Image_Converter.Value(Properties.Resources.icon_api_checking); - /// - /// - /// - public static Image Plug_Offline { get; set; } = Image_Converter.Value(Properties.Resources.icon_api_offline, 3); - /// - /// - /// - public static Image Plug_Online { get; set; } = Image_Converter.Value(Properties.Resources.icon_api_online, 1); - /// - /// - /// - public static Image Plug_Warning { get; set; } = Image_Converter.Value(Properties.Resources.icon_api_warning, 2); - /// - /// - /// - public static Image Plug_Unknown { get; set; } = Image_Converter.Value(Properties.Resources.icon_api_unknown, 4); - /// - /// - /// - public static Image Server_Checking { get; set; } = Image_Converter.Value(Properties.Resources.icon_game_server_checking); - /// - /// - /// - public static Image Server_Offline { get; set; } = Image_Converter.Value(Properties.Resources.icon_game_server_offline, 3); - /// - /// - /// - public static Image Server_Online { get; set; } = Image_Converter.Value(Properties.Resources.icon_game_server_online, 1); - /// - /// - /// - public static Image Server_Unknown { get; set; } = Image_Converter.Value(Properties.Resources.icon_game_server_unknown, 4); - /// - /// - /// - public static Image Server_Warning { get; set; } = Image_Converter.Value(Properties.Resources.icon_game_server_warning, 2); - /// - /// - /// - public static Image Shield_Checking { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_checking); - /// - /// - /// - public static Image Shield_Checking_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_checking_click); - /// - /// - /// - public static Image Shield_Checking_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_checking_hover); - /// - /// - /// - public static Image Shield_Error { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_error, 3); - /// - /// - /// - public static Image Shield_Error_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_error_click, 3); - /// - /// - /// - public static Image Shield_Error_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_error_hover, 3); - /// - /// - /// - public static Image Shield_Success { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_success, 1); - /// - /// - /// - public static Image Shield_Success_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_success_click, 1); - /// - /// - /// - public static Image Shield_Success_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_success_hover, 1); - /// - /// - /// - public static Image Shield_Unknown { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_unknown, 4); - /// - /// - /// - public static Image Shield_Unknown_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_unknown_click, 4); - /// - /// - /// - public static Image Shield_Unknown_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_unknown_hover, 4); - /// - /// - /// - public static Image Shield_Warning { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_warning, 2); - /// - /// - /// - public static Image Shield_Warning_Click { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_warning_click, 2); - /// - /// - /// - public static Image Shield_Warning_Hover { get; set; } = Image_Converter.Value(Properties.Resources.icon_shield_warning_hover, 2); - /// - /// - /// - public static Image Twitter { get; set; } = Image_Converter.Value(Properties.Resources.social_twitter); - /// - /// - /// - public static Image Twitter_Disabled { get; set; } = Image_Converter.Value(Properties.Resources.social_twitter_disabled); - } -} -#endif \ No newline at end of file diff --git a/SBRW.Launcher.Core.Theme/Image_Other.cs b/SBRW.Launcher.Core.Theme/Image_Other.cs index 10bd2ef..8f4ba43 100644 --- a/SBRW.Launcher.Core.Theme/Image_Other.cs +++ b/SBRW.Launcher.Core.Theme/Image_Other.cs @@ -8,30 +8,6 @@ namespace SBRW.Launcher.Core.Theme /// public class Image_Other { - /// - /// - /// - public static Image Text_Border_Email { get; set; } = Image_Converter.Value(Properties.Resources.email_text_border, 0); - /// - /// - /// - public static Image Text_Border_Email_Error { get; set; } = Image_Converter.Value(Properties.Resources.email_text_border_error, 3); - /// - /// - /// - public static Image Text_Border_Password { get; set; } = Image_Converter.Value(Properties.Resources.password_text_border, 0); - /// - /// - /// - public static Image Text_Border_Password_Error { get; set; } = Image_Converter.Value(Properties.Resources.password_text_border_error, 3); - /// - /// - /// - public static Image Text_Border_Ticket { get; set; } = Image_Converter.Value(Properties.Resources.ticket_text_border, 0); - /// - /// - /// - public static Image Text_Border_Ticket_Error { get; set; } = Image_Converter.Value(Properties.Resources.ticket_text_border_error, 3); /// /// /// diff --git a/SBRW.Launcher.Core.Theme/Properties/Resources.Designer.cs b/SBRW.Launcher.Core.Theme/Properties/Resources.Designer.cs index cbb127c..dc90fdb 100644 --- a/SBRW.Launcher.Core.Theme/Properties/Resources.Designer.cs +++ b/SBRW.Launcher.Core.Theme/Properties/Resources.Designer.cs @@ -120,26 +120,6 @@ public static byte[] Background_USXE { } } - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] email_text_border { - get { - object obj = ResourceManager.GetObject("email_text_border", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] email_text_border_error { - get { - object obj = ResourceManager.GetObject("email_text_border_error", resourceCulture); - return ((byte[])(obj)); - } - } - /// /// Looks up a localized resource of type System.Byte[]. /// @@ -200,396 +180,6 @@ public static byte[] greenbutton_hover { } } - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_api_checking { - get { - object obj = ResourceManager.GetObject("icon_api_checking", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_api_offline { - get { - object obj = ResourceManager.GetObject("icon_api_offline", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_api_online { - get { - object obj = ResourceManager.GetObject("icon_api_online", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_api_unknown { - get { - object obj = ResourceManager.GetObject("icon_api_unknown", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_api_warning { - get { - object obj = ResourceManager.GetObject("icon_api_warning", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_close { - get { - object obj = ResourceManager.GetObject("icon_close", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_close_click { - get { - object obj = ResourceManager.GetObject("icon_close_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_close_hover { - get { - object obj = ResourceManager.GetObject("icon_close_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_engine_checking { - get { - object obj = ResourceManager.GetObject("icon_engine_checking", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_engine_error { - get { - object obj = ResourceManager.GetObject("icon_engine_error", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_engine_success { - get { - object obj = ResourceManager.GetObject("icon_engine_success", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_engine_unknown { - get { - object obj = ResourceManager.GetObject("icon_engine_unknown", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_engine_warning { - get { - object obj = ResourceManager.GetObject("icon_engine_warning", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_game_server_checking { - get { - object obj = ResourceManager.GetObject("icon_game_server_checking", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_game_server_offline { - get { - object obj = ResourceManager.GetObject("icon_game_server_offline", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_game_server_online { - get { - object obj = ResourceManager.GetObject("icon_game_server_online", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_game_server_unknown { - get { - object obj = ResourceManager.GetObject("icon_game_server_unknown", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_game_server_warning { - get { - object obj = ResourceManager.GetObject("icon_game_server_warning", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_gear { - get { - object obj = ResourceManager.GetObject("icon_gear", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_gear_click { - get { - object obj = ResourceManager.GetObject("icon_gear_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_gear_hover { - get { - object obj = ResourceManager.GetObject("icon_gear_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_gear_warning { - get { - object obj = ResourceManager.GetObject("icon_gear_warning", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_gear_warning_click { - get { - object obj = ResourceManager.GetObject("icon_gear_warning_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_gear_warning_hover { - get { - object obj = ResourceManager.GetObject("icon_gear_warning_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_checking { - get { - object obj = ResourceManager.GetObject("icon_shield_checking", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_checking_click { - get { - object obj = ResourceManager.GetObject("icon_shield_checking_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_checking_hover { - get { - object obj = ResourceManager.GetObject("icon_shield_checking_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_error { - get { - object obj = ResourceManager.GetObject("icon_shield_error", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_error_click { - get { - object obj = ResourceManager.GetObject("icon_shield_error_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_error_hover { - get { - object obj = ResourceManager.GetObject("icon_shield_error_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_success { - get { - object obj = ResourceManager.GetObject("icon_shield_success", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_success_click { - get { - object obj = ResourceManager.GetObject("icon_shield_success_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_success_hover { - get { - object obj = ResourceManager.GetObject("icon_shield_success_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_unknown { - get { - object obj = ResourceManager.GetObject("icon_shield_unknown", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_unknown_click { - get { - object obj = ResourceManager.GetObject("icon_shield_unknown_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_unknown_hover { - get { - object obj = ResourceManager.GetObject("icon_shield_unknown_hover", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_warning { - get { - object obj = ResourceManager.GetObject("icon_shield_warning", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_warning_click { - get { - object obj = ResourceManager.GetObject("icon_shield_warning_click", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] icon_shield_warning_hover { - get { - object obj = ResourceManager.GetObject("icon_shield_warning_hover", resourceCulture); - return ((byte[])(obj)); - } - } - /// /// Looks up a localized resource of type System.Byte[]. /// @@ -660,26 +250,6 @@ public static byte[] logo_splash { } } - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] password_text_border { - get { - object obj = ResourceManager.GetObject("password_text_border", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] password_text_border_error { - get { - object obj = ResourceManager.GetObject("password_text_border_error", resourceCulture); - return ((byte[])(obj)); - } - } - /// /// Looks up a localized resource of type System.Byte[]. /// @@ -789,105 +359,5 @@ public static byte[] server_banner_outline { return ((byte[])(obj)); } } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_discord { - get { - object obj = ResourceManager.GetObject("social_discord", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_discord_disabled { - get { - object obj = ResourceManager.GetObject("social_discord_disabled", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_facebook { - get { - object obj = ResourceManager.GetObject("social_facebook", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_facebook_disabled { - get { - object obj = ResourceManager.GetObject("social_facebook_disabled", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_home_page { - get { - object obj = ResourceManager.GetObject("social_home_page", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_home_page_disabled { - get { - object obj = ResourceManager.GetObject("social_home_page_disabled", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_twitter { - get { - object obj = ResourceManager.GetObject("social_twitter", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] social_twitter_disabled { - get { - object obj = ResourceManager.GetObject("social_twitter_disabled", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] ticket_text_border { - get { - object obj = ResourceManager.GetObject("ticket_text_border", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] ticket_text_border_error { - get { - object obj = ResourceManager.GetObject("ticket_text_border_error", resourceCulture); - return ((byte[])(obj)); - } - } } } diff --git a/SBRW.Launcher.Core.Theme/Properties/Resources.resx b/SBRW.Launcher.Core.Theme/Properties/Resources.resx index 8353251..a02bb8b 100644 --- a/SBRW.Launcher.Core.Theme/Properties/Resources.resx +++ b/SBRW.Launcher.Core.Theme/Properties/Resources.resx @@ -136,12 +136,6 @@ ..\Resources\Backgrounds\Background_USXE.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Resources\Inputs\email_text_border.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Inputs\email_text_border_error.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ..\Resources\Buttons\graybutton.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -160,123 +154,6 @@ ..\Resources\Buttons\greenbutton_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Resources\Icons\icon_api_checking.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_api_offline.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_api_online.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_api_unknown.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_api_warning.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_close.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_close_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_close_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_engine_checking.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_engine_error.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_engine_success.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_engine_unknown.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_engine_warning.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_game_server_checking.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_game_server_offline.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_game_server_online.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_game_server_unknown.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_game_server_warning.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_gear.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_gear_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_gear_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_gear_warning.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_gear_warning_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_gear_warning_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_checking.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_checking_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_checking_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_error.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_error_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_error_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_success.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_success_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_success_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_unknown.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_unknown_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_unknown_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_warning.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_warning_click.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\icon_shield_warning_hover.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ..\Resources\BackgroundAddons\information_window_outline.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -298,12 +175,6 @@ ..\Resources\Logo\logo_splash.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Resources\Inputs\password_text_border.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Inputs\password_text_border_error.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ..\Resources\Buttons\playbutton.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -337,34 +208,4 @@ ..\Resources\BackgroundAddons\server_banner_outline.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Resources\Icons\social_discord.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_discord_disabled.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_facebook.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_facebook_disabled.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_home_page.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_home_page_disabled.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_twitter.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Icons\social_twitter_disabled.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Inputs\ticket_text_border.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Inputs\ticket_text_border_error.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/SBRW.Launcher.Core.Theme/Resources/SVGs/Input_Global.svg b/SBRW.Launcher.Core.Theme/Resources/SVGs/Input_Global.svg index 059c805..8c70323 100644 --- a/SBRW.Launcher.Core.Theme/Resources/SVGs/Input_Global.svg +++ b/SBRW.Launcher.Core.Theme/Resources/SVGs/Input_Global.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file