source: trunk/Snippets/CropImage/My Project/Resources.Designer.vb @ 111

Last change on this file since 111 was 109, checked in by roman, 12 years ago

ImageCropBox? VB.NET UserControl?

File size: 2.7 KB
Line 
1'------------------------------------------------------------------------------
2' <auto-generated>
3'     This code was generated by a tool.
4'     Runtime Version:4.0.30319.17929
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
15Namespace 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", "4.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("CropImage.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
62End Namespace
Note: See TracBrowser for help on using the repository browser.