aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-12-03 07:10:41 +0700
committerEverythingWindows <[email protected]>2022-12-03 07:10:41 +0700
commit245fadfa72caeb1643e97aa49c871e6bc4ff5792 (patch)
treedaba355d6f6c079fe75ba57b8e1b62fe521fdc32 /ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb
parent22502171c271e825b68fde2c1fab1be209d06ddd (diff)
downloadshiftos-therevival-old-245fadfa72caeb1643e97aa49c871e6bc4ff5792.tar.gz
shiftos-therevival-old-245fadfa72caeb1643e97aa49c871e6bc4ff5792.tar.bz2
shiftos-therevival-old-245fadfa72caeb1643e97aa49c871e6bc4ff5792.zip
so far functional file skimmer
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb60
1 files changed, 60 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb
index 725b336..589c9e7 100644
--- a/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb
@@ -67,11 +67,71 @@ Namespace My.Resources
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend Shared ReadOnly Property ico_refresh() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("ico_refresh", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend Shared ReadOnly Property ico_up1() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("ico_up1", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend Shared ReadOnly Property largeico_compress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("largeico_compress", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend Shared ReadOnly Property largeico_deletefile() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("largeico_deletefile", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend Shared ReadOnly Property largeico_rename() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("largeico_rename", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend Shared ReadOnly Property largeico_uncompress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("largeico_uncompress", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend Shared ReadOnly Property largeico_unknown() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("largeico_unknown", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
End Class
End Namespace