From aef4785ba2ef4601a8830a7ccd6b8a6bf070b8d0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 11 Jan 2015 17:13:17 +0000 Subject: [PATCH] added icon --- .../Properties/Resources.Designer.cs | 12 +++++++++++- Saviour Backup System/Properties/Resources.resx | 3 +++ Saviour Backup System/Saviour Backup System.csproj | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Saviour Backup System/Properties/Resources.Designer.cs b/Saviour Backup System/Properties/Resources.Designer.cs index 86da93f..a2ae046 100644 --- a/Saviour Backup System/Properties/Resources.Designer.cs +++ b/Saviour Backup System/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -80,6 +80,16 @@ namespace Saviour_Backup_System.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap deleteIcon { + get { + object obj = ResourceManager.GetObject("deleteIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/Saviour Backup System/Properties/Resources.resx b/Saviour Backup System/Properties/Resources.resx index 5fe0548..4457068 100644 --- a/Saviour Backup System/Properties/Resources.resx +++ b/Saviour Backup System/Properties/Resources.resx @@ -160,4 +160,7 @@ ..\Resources\saviour.sdf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\deleteIcon.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Saviour Backup System/Saviour Backup System.csproj b/Saviour Backup System/Saviour Backup System.csproj index dc70e1e..6a474fe 100644 --- a/Saviour Backup System/Saviour Backup System.csproj +++ b/Saviour Backup System/Saviour Backup System.csproj @@ -204,6 +204,7 @@ + Always