home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / multimedia / ria / Setup.exe / SetupViewer.msi / _0919B80FE8C941E1BE2EDAE02F5704EA next >
Text File  |  2006-12-27  |  3KB  |  63 lines

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