From b61a1b86710125970d269ee2a20a291d47e60b96 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 16 Nov 2018 20:02:55 +0100 Subject: Additional resources for GUI changes --- spedytor/Properties/Resources.Designer.cs | 22 ++++++++++++++++++++- spedytor/Properties/Resources.resx | 16 ++++++++++----- .../109_AllAnnotations_Error_32x32_72.png | Bin 0 -> 2610 bytes .../Resources/112_RefreshArrow_Blue_32x32_72.png | Bin 0 -> 1748 bytes spedytor/spedytor.csproj | 6 ++++++ 5 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 spedytor/Resources/109_AllAnnotations_Error_32x32_72.png create mode 100644 spedytor/Resources/112_RefreshArrow_Blue_32x32_72.png diff --git a/spedytor/Properties/Resources.Designer.cs b/spedytor/Properties/Resources.Designer.cs index bd2984b..b619f96 100644 --- a/spedytor/Properties/Resources.Designer.cs +++ b/spedytor/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace spedytor.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -70,6 +70,16 @@ namespace spedytor.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap refresh { + get { + object obj = ResourceManager.GetObject("refresh", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -89,5 +99,15 @@ namespace spedytor.Properties { return ((System.Drawing.Bitmap)(obj)); } } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap stop { + get { + object obj = ResourceManager.GetObject("stop", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } diff --git a/spedytor/Properties/Resources.resx b/spedytor/Properties/Resources.resx index f3d303b..3bf3291 100644 --- a/spedytor/Properties/Resources.resx +++ b/spedytor/Properties/Resources.resx @@ -117,14 +117,20 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\save.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\305_Close_32x32_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\settings.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\305_Close_32x32_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\save.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\112_RefreshArrow_Blue_32x32_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Error_32x32_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/spedytor/Resources/109_AllAnnotations_Error_32x32_72.png b/spedytor/Resources/109_AllAnnotations_Error_32x32_72.png new file mode 100644 index 0000000..243ddb2 Binary files /dev/null and b/spedytor/Resources/109_AllAnnotations_Error_32x32_72.png differ diff --git a/spedytor/Resources/112_RefreshArrow_Blue_32x32_72.png b/spedytor/Resources/112_RefreshArrow_Blue_32x32_72.png new file mode 100644 index 0000000..56cbea9 Binary files /dev/null and b/spedytor/Resources/112_RefreshArrow_Blue_32x32_72.png differ diff --git a/spedytor/spedytor.csproj b/spedytor/spedytor.csproj index a8a0ece..76534c7 100644 --- a/spedytor/spedytor.csproj +++ b/spedytor/spedytor.csproj @@ -152,6 +152,12 @@ true + + + + + +