?? resources.designer.vb
字號(hào):
?'------------------------------------------------------------------------------
' <auto-generated>
' 此代碼由工具生成。
' 運(yùn)行庫版本:2.0.50727.42
'
' 對(duì)此文件的更改可能會(huì)導(dǎo)致不正確的行為,并且如果
' 重新生成代碼,這些更改將會(huì)丟失。
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'此類是由 StronglyTypedResourceBuilder
'類通過類似于 ResGen 或 Visual Studio 的工具自動(dòng)生成的。
'若要添加或移除成員,請(qǐng)編輯 .ResX 文件,然后重新運(yùn)行 ResGen
'(以 /str 作為命令選項(xiàng)),或重新生成 VS 項(xiàng)目。
'''<summary>
''' 強(qiáng)類型資源類,用于查找本地化字符串等。
'''</summary>
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' 返回此類使用的緩存 ResourceManager 實(shí)例。
'''</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("MobileAnt.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' 為使用此強(qiáng)類型資源類的所有資源查找
''' 重寫當(dāng)前線程的 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
End Module
End Namespace
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -