PageRenderTime 50ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/My Project/Resources.Designer.vb

#
Visual Basic | 140 lines | 98 code | 19 blank | 23 comment | 0 complexity | a69b373dc7c6d2ad72dcc56cc91944c9 MD5 | raw file
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:4.0.30319.1
  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. Imports System
  13. Namespace My.Resources
  14. 'This class was auto-generated by the StronglyTypedResourceBuilder
  15. 'class via a tool like ResGen or Visual Studio.
  16. 'To add or remove a member, edit your .ResX file then rerun ResGen
  17. 'with the /str option, or rebuild your VS project.
  18. '''<summary>
  19. ''' A strongly-typed resource class, for looking up localized strings, etc.
  20. '''</summary>
  21. <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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. ''' Returns the cached ResourceManager instance used by this class.
  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("PowerSong.UserInterface.Resources", GetType(Resources).Assembly)
  36. resourceMan = temp
  37. End If
  38. Return resourceMan
  39. End Get
  40. End Property
  41. '''<summary>
  42. ''' Overrides the current thread's CurrentUICulture property for all
  43. ''' resource lookups using this strongly typed resource class.
  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. Friend ReadOnly Property _Error() As System.Drawing.Bitmap
  55. Get
  56. Dim obj As Object = ResourceManager.GetObject("_Error", resourceCulture)
  57. Return CType(obj,System.Drawing.Bitmap)
  58. End Get
  59. End Property
  60. Friend ReadOnly Property _Next() As System.Drawing.Bitmap
  61. Get
  62. Dim obj As Object = ResourceManager.GetObject("_Next", resourceCulture)
  63. Return CType(obj,System.Drawing.Bitmap)
  64. End Get
  65. End Property
  66. Friend ReadOnly Property Delete() As System.Drawing.Bitmap
  67. Get
  68. Dim obj As Object = ResourceManager.GetObject("Delete", resourceCulture)
  69. Return CType(obj,System.Drawing.Bitmap)
  70. End Get
  71. End Property
  72. Friend ReadOnly Property Executing() As System.Drawing.Bitmap
  73. Get
  74. Dim obj As Object = ResourceManager.GetObject("Executing", resourceCulture)
  75. Return CType(obj,System.Drawing.Bitmap)
  76. End Get
  77. End Property
  78. Friend ReadOnly Property Info() As System.Drawing.Bitmap
  79. Get
  80. Dim obj As Object = ResourceManager.GetObject("Info", resourceCulture)
  81. Return CType(obj,System.Drawing.Bitmap)
  82. End Get
  83. End Property
  84. Friend ReadOnly Property Open() As System.Drawing.Bitmap
  85. Get
  86. Dim obj As Object = ResourceManager.GetObject("Open", resourceCulture)
  87. Return CType(obj,System.Drawing.Bitmap)
  88. End Get
  89. End Property
  90. Friend ReadOnly Property Passed() As System.Drawing.Bitmap
  91. Get
  92. Dim obj As Object = ResourceManager.GetObject("Passed", resourceCulture)
  93. Return CType(obj,System.Drawing.Bitmap)
  94. End Get
  95. End Property
  96. Friend ReadOnly Property Previous() As System.Drawing.Bitmap
  97. Get
  98. Dim obj As Object = ResourceManager.GetObject("Previous", resourceCulture)
  99. Return CType(obj,System.Drawing.Bitmap)
  100. End Get
  101. End Property
  102. Friend ReadOnly Property Save() As System.Drawing.Bitmap
  103. Get
  104. Dim obj As Object = ResourceManager.GetObject("Save", resourceCulture)
  105. Return CType(obj,System.Drawing.Bitmap)
  106. End Get
  107. End Property
  108. Friend ReadOnly Property Waiting() As System.Drawing.Bitmap
  109. Get
  110. Dim obj As Object = ResourceManager.GetObject("Waiting", resourceCulture)
  111. Return CType(obj,System.Drawing.Bitmap)
  112. End Get
  113. End Property
  114. Friend ReadOnly Property Warning() As System.Drawing.Bitmap
  115. Get
  116. Dim obj As Object = ResourceManager.GetObject("Warning", resourceCulture)
  117. Return CType(obj,System.Drawing.Bitmap)
  118. End Get
  119. End Property
  120. End Module
  121. End Namespace