Resources.Designer.vb 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:4.0.30319.269
  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("WindowsApplication1.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 StartServer() As System.Drawing.Bitmap
  55. Get
  56. Dim obj As Object = ResourceManager.GetObject("StartServer", resourceCulture)
  57. Return CType(obj,System.Drawing.Bitmap)
  58. End Get
  59. End Property
  60. Friend ReadOnly Property StopServer() As System.Drawing.Bitmap
  61. Get
  62. Dim obj As Object = ResourceManager.GetObject("StopServer", resourceCulture)
  63. Return CType(obj,System.Drawing.Bitmap)
  64. End Get
  65. End Property
  66. End Module
  67. End Namespace