diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-21 20:33:08 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-21 20:33:08 -0400 |
| commit | ed36135241a8d6d8ab4005a55f89ab8765f1a969 (patch) | |
| tree | a16e0f408cb0c330b530a7ab7454ddab4f53ba16 /shiftos_next/My Project/Resources.Designer.vb | |
| parent | 1fcbee8dab0524cb2b1aecd5bb2521acdfe6b541 (diff) | |
| download | shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.tar.gz shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.tar.bz2 shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.zip | |
Commit for latest Alpha (0.0.1 Alpha 1)
See the post on shiftos.net for more info.
Diffstat (limited to 'shiftos_next/My Project/Resources.Designer.vb')
| -rw-r--r-- | shiftos_next/My Project/Resources.Designer.vb | 12 |
1 files changed, 11 insertions, 1 deletions
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 @@ -106,6 +106,16 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + 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 + + '''<summary> ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. '''</summary> Friend ReadOnly Property typesound() As System.IO.UnmanagedMemoryStream |
