Added icons to import

This commit is contained in:
MikeMaximus
2018-03-06 10:02:15 -06:00
parent 5245cc3ab3
commit afb479044c
7 changed files with 49 additions and 4 deletions
+20
View File
@@ -5098,6 +5098,16 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property Icon_New() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_New", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
@@ -5138,6 +5148,16 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property Icon_Update() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Update", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>