PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/SqlServer2005_SP2/HelloWorld_CLR/HelloWorldService/vb/HelloWorldService/My Project/MyResources.Designer.vb

#
Visual Basic | 64 lines | 33 code | 8 blank | 23 comment | 0 complexity | 530794bd64125b029f75faa11e833a39 MD5 | raw file
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:2.0.50215.44
  5. '
  6. ' Changes to this file may cause incorrect behavior and will be lost if
  7. ' the code is regenerated.
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. <Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="My.Resources.MyResources.get_ResourceManager():System.Resources.ResourceManager"), _
  13. Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="My.Resources.MyResources.get_Culture():System.Globalization.CultureInfo"), _
  14. Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="My.Resources.MyResources.set_Culture(System.Globalization.CultureInfo):Void")>
  15. Namespace My.Resources
  16. 'This class was auto-generated by the StronglyTypedResourceBuilder
  17. 'class via a tool like ResGen or Visual Studio.
  18. 'To add or remove a member, edit your .ResX file then rerun ResGen
  19. 'with the /str option, or rebuild your VS project.
  20. '''<summary>
  21. ''' A strongly-typed resource class, for looking up localized strings, etc.
  22. '''</summary>
  23. <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  24. Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
  25. Global.Microsoft.VisualBasic.HideModuleName()> _
  26. Friend Module MyResources
  27. Private resourceMan As Global.System.Resources.ResourceManager
  28. Private resourceCulture As Global.System.Globalization.CultureInfo
  29. '''<summary>
  30. ''' Returns the cached ResourceManager instance used by this class.
  31. '''</summary>
  32. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  33. Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
  34. Get
  35. If (resourceMan Is Nothing) Then
  36. Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Microsoft.Samples.SqlServer.MyResources", GetType(MyResources).Assembly)
  37. resourceMan = temp
  38. End If
  39. Return resourceMan
  40. End Get
  41. End Property
  42. '''<summary>
  43. ''' Overrides the current thread's CurrentUICulture property for all
  44. ''' resource lookups using this strongly typed resource class.
  45. '''</summary>
  46. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  47. Friend Property Culture() As Global.System.Globalization.CultureInfo
  48. Get
  49. Return resourceCulture
  50. End Get
  51. Set
  52. resourceCulture = value
  53. End Set
  54. End Property
  55. End Module
  56. End Namespace