?? resources.designer.vb
字號:
?'------------------------------------------------------------------------------
' <auto-generated>
' 此代碼由工具生成。
' 運行庫版本:2.0.50727.1433
'
' 對此文件的更改可能會導致不正確的行為,并且如果
' 重新生成代碼,這些更改將會丟失。
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'此類是由 StronglyTypedResourceBuilder
'類通過類似于 ResGen 或 Visual Studio 的工具自動生成的。
'若要添加或移除成員,請編輯 .ResX 文件,然后重新運行 ResGen
'(以 /str 作為命令選項),或重新生成 VS 項目。
'''<summary>
''' 強類型資源類,用于查找本地化字符串等。
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' 返回此類使用的緩存 ResourceManager 實例。
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
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("Exercise8.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' 為使用此強類型資源類的所有資源查找
''' 重寫當前線程的 CurrentUICulture 屬性。
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
Friend ReadOnly Property timezone_map() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("timezone_map", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
End Module
End Namespace
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -