MS kleine Dinge

This commit is contained in:
2020-11-09 17:38:43 +01:00
parent 88edadc816
commit 9f89961957
11 changed files with 267 additions and 143 deletions

View File

@@ -120,6 +120,26 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property _2_ZOO_FLOW_Abo() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("2_ZOO_FLOW_Abo", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property _2_ZOO_FLOW_Abo_MouseOver() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("2_ZOO_FLOW_Abo_MouseOver", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>