From ed36135241a8d6d8ab4005a55f89ab8765f1a969 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Thu, 21 May 2015 20:33:08 -0400 Subject: Commit for latest Alpha (0.0.1 Alpha 1) See the post on shiftos.net for more info. --- shiftos_next/My Project/Resources.Designer.vb | 12 +++++++++++- shiftos_next/My Project/Resources.resx | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'shiftos_next/My Project') diff --git a/shiftos_next/My Project/Resources.Designer.vb b/shiftos_next/My Project/Resources.Designer.vb index 5988df8..ba7c0a8 100644 --- a/shiftos_next/My Project/Resources.Designer.vb +++ b/shiftos_next/My Project/Resources.Designer.vb @@ -39,7 +39,7 @@ Namespace My.Resources Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager Get If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ShiftOS_Next.Resources", GetType(Resources).Assembly) + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("shiftos_next.Resources", GetType(Resources).Assembly) resourceMan = temp End If Return resourceMan @@ -105,6 +105,16 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property TextFile() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("TextFile", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. ''' diff --git a/shiftos_next/My Project/Resources.resx b/shiftos_next/My Project/Resources.resx index a867e65..e7e0aae 100644 --- a/shiftos_next/My Project/Resources.resx +++ b/shiftos_next/My Project/Resources.resx @@ -139,4 +139,7 @@ ..\Resources\3beepvirus.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\TextFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file -- cgit v1.2.3