|
Revision 244, 2.7 kB
(checked in by anthony_rowe, 3 years ago)
|
cc3 Windows Image Viewer
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
Option Strict On |
|---|
| 12 |
Option Explicit On |
|---|
| 13 |
|
|---|
| 14 |
Imports System |
|---|
| 15 |
|
|---|
| 16 |
Namespace My.Resources |
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _ |
|---|
| 26 |
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ |
|---|
| 27 |
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ |
|---|
| 28 |
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _ |
|---|
| 29 |
Friend Module Resources |
|---|
| 30 |
|
|---|
| 31 |
Private resourceMan As Global.System.Resources.ResourceManager |
|---|
| 32 |
|
|---|
| 33 |
Private resourceCulture As Global.System.Globalization.CultureInfo |
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
|---|
| 39 |
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager |
|---|
| 40 |
Get |
|---|
| 41 |
If Object.ReferenceEquals(resourceMan, Nothing) Then |
|---|
| 42 |
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("CC3_GRAB.Resources", GetType(Resources).Assembly) |
|---|
| 43 |
resourceMan = temp |
|---|
| 44 |
End If |
|---|
| 45 |
Return resourceMan |
|---|
| 46 |
End Get |
|---|
| 47 |
End Property |
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 |
|
|---|
| 53 |
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
|---|
| 54 |
Friend Property Culture() As Global.System.Globalization.CultureInfo |
|---|
| 55 |
Get |
|---|
| 56 |
Return resourceCulture |
|---|
| 57 |
End Get |
|---|
| 58 |
Set |
|---|
| 59 |
resourceCulture = value |
|---|
| 60 |
End Set |
|---|
| 61 |
End Property |
|---|
| 62 |
End Module |
|---|
| 63 |
End Namespace |
|---|