Resources.Designer.vb 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' 此代码由工具生成。
  4. ' 运行时版本:4.0.30319.42000
  5. '
  6. ' 对此文件的更改可能会导致不正确的行为,并且如果
  7. ' 重新生成代码,这些更改将会丢失。
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. Imports System
  13. Namespace My.Resources
  14. '此类是由 StronglyTypedResourceBuilder
  15. '类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  16. '若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  17. '(以 /str 作为命令选项),或重新生成 VS 项目。
  18. '''<summary>
  19. ''' 一个强类型的资源类,用于查找本地化的字符串等。
  20. '''</summary>
  21. <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
  22. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  23. Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
  24. Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
  25. Friend Module Resources
  26. Private resourceMan As Global.System.Resources.ResourceManager
  27. Private resourceCulture As Global.System.Globalization.CultureInfo
  28. '''<summary>
  29. ''' 返回此类使用的缓存的 ResourceManager 实例。
  30. '''</summary>
  31. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  32. Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
  33. Get
  34. If Object.ReferenceEquals(resourceMan, Nothing) Then
  35. Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("HeaderFooterTest.Resources", GetType(Resources).Assembly)
  36. resourceMan = temp
  37. End If
  38. Return resourceMan
  39. End Get
  40. End Property
  41. '''<summary>
  42. ''' 重写当前线程的 CurrentUICulture 属性,对
  43. ''' 使用此强类型资源类的所有资源查找执行重写。
  44. '''</summary>
  45. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  46. Friend Property Culture() As Global.System.Globalization.CultureInfo
  47. Get
  48. Return resourceCulture
  49. End Get
  50. Set
  51. resourceCulture = value
  52. End Set
  53. End Property
  54. End Module
  55. End Namespace