add edit icon for backup viewer screen
This commit is contained in:
parent
51d11b2334
commit
14333d5fc8
4 changed files with 14 additions and 0 deletions
|
@ -90,6 +90,16 @@ namespace Saviour_Backup_System.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap editIcon {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("editIcon", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -163,4 +163,7 @@
|
|||
<data name="deleteIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\deleteIcon.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="editIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\editIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
Saviour Backup System/Resources/editIcon.png
Normal file
BIN
Saviour Backup System/Resources/editIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -204,6 +204,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Cd-black-red.ico" />
|
||||
<None Include="Resources\editIcon.png" />
|
||||
<None Include="Resources\deleteIcon.jpg" />
|
||||
<None Include="Resources\saviour.sdf">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
|
Reference in a new issue