Resources.Designer.vb
上传用户:szltgg
上传日期:2019-05-16
资源大小:604k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

C#

  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. '     This code was generated by a tool.
  4. '     Runtime Version:2.0.50727.832
  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. Namespace My.Resources
  13.     
  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", "2.0.0.0"),  _
  22.      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  23.      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
  24.      Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
  25.     Friend Module Resources
  26.         
  27.         Private resourceMan As Global.System.Resources.ResourceManager
  28.         
  29.         Private resourceCulture As Global.System.Globalization.CultureInfo
  30.         
  31.         '<summary>
  32.         '  Returns the cached ResourceManager instance used by this class.
  33.         '</summary>
  34.         <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
  35.         Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
  36.             Get
  37.                 If Object.ReferenceEquals(resourceMan, Nothing) Then
  38.                     Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Visual_Basic_Usage_Example.Resources", GetType(Resources).Assembly)
  39.                     resourceMan = temp
  40.                 End If
  41.                 Return resourceMan
  42.             End Get
  43.         End Property
  44.         
  45.         '<summary>
  46.         '  Overrides the current thread's CurrentUICulture property for all
  47.         '  resource lookups using this strongly typed resource class.
  48.         '</summary>
  49.         <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
  50.         Friend Property Culture() As Global.System.Globalization.CultureInfo
  51.             Get
  52.                 Return resourceCulture
  53.             End Get
  54.             Set(ByVal value As Global.System.Globalization.CultureInfo)
  55.                 resourceCulture = value
  56.             End Set
  57.         End Property
  58.     End Module
  59. End Namespace