2022.4.18

This commit is contained in:
2022-04-18 21:04:18 +08:00
parent 189c44f429
commit d1a3ec1b98
7 changed files with 124 additions and 86 deletions

View File

@@ -59,15 +59,5 @@ Namespace My.Resources
resourceCulture = value
End Set
End Property
'''<summary>
''' 查找 System.Drawing.Bitmap 类型的本地化资源。
'''</summary>
Friend ReadOnly Property egg() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("egg", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
End Module
End Namespace

View File

@@ -117,8 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="egg" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\egg.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>