annotate Tools/Templates.VB/My Project/Resources.Designer.vb @ 9:1e85f66cf767 default tip

update bltoolkit
author nickolay
date Thu, 05 Apr 2018 20:53:26 +0300
parents f990fcb411a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
1 '------------------------------------------------------------------------------
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
2 ' <auto-generated>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
3 ' This code was generated by a tool.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
4 ' Runtime Version:4.0.30319.1
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
5 '
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
6 ' Changes to this file may cause incorrect behavior and will be lost if
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
7 ' the code is regenerated.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
8 ' </auto-generated>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
9 '------------------------------------------------------------------------------
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
10
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
11 Option Strict On
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
12 Option Explicit On
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
13
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
14 Imports System
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
15
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
16 Namespace My.Resources
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
17
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
18 'This class was auto-generated by the StronglyTypedResourceBuilder
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
19 'class via a tool like ResGen or Visual Studio.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
20 'To add or remove a member, edit your .ResX file then rerun ResGen
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
21 'with the /str option, or rebuild your VS project.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
22 '''<summary>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
23 ''' A strongly-typed resource class, for looking up localized strings, etc.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
24 '''</summary>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
25 <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
26 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
27 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
28 Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
29 Friend Module Resources
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
30
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
31 Private resourceMan As Global.System.Resources.ResourceManager
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
32
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
33 Private resourceCulture As Global.System.Globalization.CultureInfo
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
34
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
35 '''<summary>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
36 ''' Returns the cached ResourceManager instance used by this class.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
37 '''</summary>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
38 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
39 Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
40 Get
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
41 If Object.ReferenceEquals(resourceMan, Nothing) Then
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
42 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Templates.VB.Resources", GetType(Resources).Assembly)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
43 resourceMan = temp
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
44 End If
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
45 Return resourceMan
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
46 End Get
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
47 End Property
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
48
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
49 '''<summary>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
50 ''' Overrides the current thread's CurrentUICulture property for all
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
51 ''' resource lookups using this strongly typed resource class.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
52 '''</summary>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
53 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
54 Friend Property Culture() As Global.System.Globalization.CultureInfo
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
55 Get
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
56 Return resourceCulture
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
57 End Get
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
58 Set
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
59 resourceCulture = value
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
60 End Set
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
61 End Property
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
62 End Module
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
63 End Namespace