aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons
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
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')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.Designer.vb60
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.resx18
2 files changed, 78 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
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.resx b/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.resx
index e3944a1..1557f2e 100644
--- a/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.resx
+++ b/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFunctionIcons.resx
@@ -118,7 +118,25 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <data name="ico_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\..\..\Resources\ico_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="ico_up1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\..\..\Resources\ico_up1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="largeico_compress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\..\..\Resources\largeico_compress.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="largeico_deletefile" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\..\..\Resources\ico_deletefile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="largeico_rename" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\..\..\Resources\largeico_rename.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="largeico_uncompress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\..\..\Resources\largeico_uncompress.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="largeico_unknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>ico_unknown.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root> \ No newline at end of file