/SqlServer2005_SP2/HelloWorld_CLR/HelloWorldService/vb/HelloWorldService/My Project/MyResources.Designer.vb
Visual Basic | 64 lines | 33 code | 8 blank | 23 comment | 0 complexity | 530794bd64125b029f75faa11e833a39 MD5 | raw file
1'------------------------------------------------------------------------------ 2' <auto-generated> 3' This code was generated by a tool. 4' Runtime Version:2.0.50215.44 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 11Option Strict On 12Option Explicit On 13 14<Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="My.Resources.MyResources.get_ResourceManager():System.Resources.ResourceManager"), _ 15 Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="My.Resources.MyResources.get_Culture():System.Globalization.CultureInfo"), _ 16 Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="My.Resources.MyResources.set_Culture(System.Globalization.CultureInfo):Void")> 17 18Namespace My.Resources 19 20 'This class was auto-generated by the StronglyTypedResourceBuilder 21 'class via a tool like ResGen or Visual Studio. 22 'To add or remove a member, edit your .ResX file then rerun ResGen 23 'with the /str option, or rebuild your VS project. 24 '''<summary> 25 ''' A strongly-typed resource class, for looking up localized strings, etc. 26 '''</summary> 27 <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ 28 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ 29 Global.Microsoft.VisualBasic.HideModuleName()> _ 30 Friend Module MyResources 31 32 Private resourceMan As Global.System.Resources.ResourceManager 33 34 Private resourceCulture As Global.System.Globalization.CultureInfo 35 36 '''<summary> 37 ''' Returns the cached ResourceManager instance used by this class. 38 '''</summary> 39 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ 40 Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager 41 Get 42 If (resourceMan Is Nothing) Then 43 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Microsoft.Samples.SqlServer.MyResources", GetType(MyResources).Assembly) 44 resourceMan = temp 45 End If 46 Return resourceMan 47 End Get 48 End Property 49 50 '''<summary> 51 ''' Overrides the current thread's CurrentUICulture property for all 52 ''' resource lookups using this strongly typed resource class. 53 '''</summary> 54 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ 55 Friend Property Culture() As Global.System.Globalization.CultureInfo 56 Get 57 Return resourceCulture 58 End Get 59 Set 60 resourceCulture = value 61 End Set 62 End Property 63 End Module 64End Namespace