diff --git a/app/Properties/Resources.Designer.cs b/app/Properties/Resources.Designer.cs index db1ad45f..387961ba 100644 --- a/app/Properties/Resources.Designer.cs +++ b/app/Properties/Resources.Designer.cs @@ -320,6 +320,26 @@ namespace GHelper.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap icons8_maus_32 { + get { + object obj = ResourceManager.GetObject("icons8_maus_32", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap icons8_maus_48 { + get { + object obj = ResourceManager.GetObject("icons8_maus_48", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/app/Properties/Resources.resx b/app/Properties/Resources.resx index dae79172..f36d49f1 100644 --- a/app/Properties/Resources.resx +++ b/app/Properties/Resources.resx @@ -256,4 +256,10 @@ ..\Resources\icons8-voltage-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\icons8-maus-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\icons8-maus-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/app/Resources/icons8-maus-32.png b/app/Resources/icons8-maus-32.png new file mode 100644 index 00000000..cd252ce1 Binary files /dev/null and b/app/Resources/icons8-maus-32.png differ diff --git a/app/Resources/icons8-maus-48.png b/app/Resources/icons8-maus-48.png new file mode 100644 index 00000000..1970f46c Binary files /dev/null and b/app/Resources/icons8-maus-48.png differ