Resources.Designer.vb
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:3k
源码类别:

破解

开发平台:

ASP/ASPX

  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. '     This code was generated by a tool.
  4. '     Runtime Version:2.0.50727.42
  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.     
  15.     'This class was auto-generated by the StronglyTypedResourceBuilder
  16.     'class via a tool like ResGen or Visual Studio.
  17.     'To add or remove a member, edit your .ResX file then rerun ResGen
  18.     'with the /str option, or rebuild your VS project.
  19.     '''<summary>
  20.     '''  A strongly-typed resource class, for looking up localized strings, etc.
  21.     '''</summary>
  22.     <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"),  _
  23.      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  24.      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
  25.      Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
  26.     Friend Module Resources
  27.         
  28.         Private resourceMan As Global.System.Resources.ResourceManager
  29.         
  30.         Private resourceCulture As Global.System.Globalization.CultureInfo
  31.         
  32.         '''<summary>
  33.         '''  Returns the cached ResourceManager instance used by this class.
  34.         '''</summary>
  35.         <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
  36.         Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
  37.             Get
  38.                 If Object.ReferenceEquals(resourceMan, Nothing) Then
  39.                     Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("XSSTunnelLib.Resources", GetType(Resources).Assembly)
  40.                     resourceMan = temp
  41.                 End If
  42.                 Return resourceMan
  43.             End Get
  44.         End Property
  45.         
  46.         '''<summary>
  47.         '''  Overrides the current thread's CurrentUICulture property for all
  48.         '''  resource lookups using this strongly typed resource class.
  49.         '''</summary>
  50.         <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
  51.         Friend Property Culture() As Global.System.Globalization.CultureInfo
  52.             Get
  53.                 Return resourceCulture
  54.             End Get
  55.             Set
  56.                 resourceCulture = value
  57.             End Set
  58.         End Property
  59.     End Module
  60. End Namespace