diff options
Diffstat (limited to 'shiftos_next/My Project')
| -rw-r--r-- | shiftos_next/My Project/Resources.Designer.vb | 12 | ||||
| -rw-r--r-- | shiftos_next/My Project/Resources.resx | 3 |
2 files changed, 14 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 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 @@ <data name="_3beepvirus" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\3beepvirus.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </data> + <data name="TextFile" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\TextFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
