From 0e6eb6e76f8227b8055f5ea032f9582dcacee5f5 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sat, 3 Dec 2022 23:16:06 +0700 Subject: Console Font finished and the foundation of new window manager is there --- .../File Skimmer/Icons/FileSkimmerFileIcons.Designer.vb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFileIcons.Designer.vb') diff --git a/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFileIcons.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFileIcons.Designer.vb index 5f701af..df1b1f2 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFileIcons.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/Universal/File Skimmer/Icons/FileSkimmerFileIcons.Designer.vb @@ -153,5 +153,15 @@ Namespace My.Resources Return CType(obj,System.Drawing.Bitmap) End Get End Property + + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend Shared ReadOnly Property ico_zip() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ico_zip", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property End Class End Namespace -- cgit v1.2.3