PageRenderTime 53ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/Katmai_Trunk/HelloWorld_CLR/HelloWorldClient/vb/HelloWorldClient/My Project/MyResources.vb

#
Visual Basic | 62 lines | 32 code | 8 blank | 22 comment | 0 complexity | 523691a0fb7417f7101e63403f60f1f6 MD5 | raw file
  1. '------------------------------------------------------------------------------
  2. ' <autogenerated>
  3. ' This code was generated by a tool.
  4. '
  5. ' Changes to this file may cause incorrect behavior and will be lost if
  6. ' the code is regenerated.
  7. ' </autogenerated>
  8. '------------------------------------------------------------------------------
  9. Option Strict Off
  10. Option Explicit On
  11. Imports System
  12. Imports System.IO
  13. Imports System.Resources
  14. Namespace My.Resources
  15. '<summary>
  16. ' A strongly-typed resource class, for looking up localized strings, etc.
  17. '</summary>
  18. 'This class was auto-generated by the Strongly Typed Resource Builder
  19. 'class via a tool like ResGen or Visual Studio.NET.
  20. 'To add or remove a member, edit your .ResX file then rerun ResGen
  21. 'with the /str option, or rebuild your VS project.
  22. <Microsoft.VisualBasic.HideModuleName()> _
  23. Module MyResources
  24. Private _resMgr As System.Resources.ResourceManager
  25. Private _resCulture As System.Globalization.CultureInfo
  26. '<summary>
  27. ' Returns the cached ResourceManager instance used by this class.
  28. '</summary>
  29. <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
  30. Public ReadOnly Property ResourceManager() As System.Resources.ResourceManager
  31. Get
  32. If (_resMgr Is Nothing) Then
  33. Dim temp As System.Resources.ResourceManager = New System.Resources.ResourceManager("$safeprojectname$.MyResources", GetType(MyResources).Assembly)
  34. System.Threading.Thread.MemoryBarrier
  35. _resMgr = temp
  36. End If
  37. Return _resMgr
  38. End Get
  39. End Property
  40. '<summary>
  41. ' Overrides the current thread's CurrentUICulture property for all
  42. ' resource lookups using this strongly typed resource class.
  43. '</summary>
  44. <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
  45. Public Property Culture() As System.Globalization.CultureInfo
  46. Get
  47. Return _resCulture
  48. End Get
  49. Set
  50. _resCulture = value
  51. End Set
  52. End Property
  53. End Module
  54. End Namespace