Added key icon

This commit is contained in:
Thorsten Sommer 2022-07-30 15:48:04 +02:00
parent 8e21ddffc9
commit 3b99632427
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
3 changed files with 13 additions and 0 deletions

View File

@ -150,6 +150,16 @@ namespace UI_WinForms.Resources {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap icons8_key_512 {
get {
object obj = ResourceManager.GetObject("icons8_key_512", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -145,6 +145,9 @@
<data name="icons8_document_512" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>icons8-document-512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_key_512" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>icons8-key-512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_language_512" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>icons8-language-512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB