diff options
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 |
