개정판 e1cde8f2
Line No Format test
DTI_PID/SPPIDConverter/My Project/Resources.Designer.vb | ||
---|---|---|
1 | 1 |
'------------------------------------------------------------------------------ |
2 | 2 |
' <auto-generated> |
3 |
' This code was generated by a tool.
|
|
4 |
' Runtime Version:4.0.30319.42000
|
|
3 |
' 이 코드는 도구를 사용하여 생성되었습니다.
|
|
4 |
' 런타임 버전:4.0.30319.42000
|
|
5 | 5 |
' |
6 |
' Changes to this file may cause incorrect behavior and will be lost if
|
|
7 |
' the code is regenerated.
|
|
6 |
' 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
|
7 |
' 이러한 변경 내용이 손실됩니다.
|
|
8 | 8 |
' </auto-generated> |
9 | 9 |
'------------------------------------------------------------------------------ |
10 | 10 |
|
11 | 11 |
Option Strict On |
12 | 12 |
Option Explicit On |
13 | 13 |
|
14 |
Imports System |
|
14 | 15 |
|
15 | 16 |
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.
|
|
17 |
|
|
18 |
'이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
|
19 |
'클래스에서 자동으로 생성되었습니다.
|
|
20 |
'멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
|
21 |
'다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
|
21 | 22 |
'''<summary> |
22 |
''' A strongly-typed resource class, for looking up localized strings, etc.
|
|
23 |
''' 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
|
23 | 24 |
'''</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()> _ |
|
25 |
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
|
26 |
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
27 |
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|
28 |
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
|
28 | 29 |
Friend Module Resources |
29 |
|
|
30 |
|
|
30 | 31 |
Private resourceMan As Global.System.Resources.ResourceManager |
31 |
|
|
32 |
|
|
32 | 33 |
Private resourceCulture As Global.System.Globalization.CultureInfo |
33 |
|
|
34 |
|
|
34 | 35 |
'''<summary> |
35 |
''' Returns the cached ResourceManager instance used by this class.
|
|
36 |
''' 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
|
36 | 37 |
'''</summary> |
37 |
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
|
38 |
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
38 | 39 |
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager |
39 | 40 |
Get |
40 | 41 |
If Object.ReferenceEquals(resourceMan, Nothing) Then |
... | ... | |
44 | 45 |
Return resourceMan |
45 | 46 |
End Get |
46 | 47 |
End Property |
47 |
|
|
48 |
|
|
48 | 49 |
'''<summary> |
49 |
''' Overrides the current thread's CurrentUICulture property for all
|
|
50 |
''' resource lookups using this strongly typed resource class.
|
|
50 |
''' 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
|
51 |
''' 속성을 재정의합니다.
|
|
51 | 52 |
'''</summary> |
52 |
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
|
53 |
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
53 | 54 |
Friend Property Culture() As Global.System.Globalization.CultureInfo |
54 | 55 |
Get |
55 | 56 |
Return resourceCulture |
56 | 57 |
End Get |
57 |
Set(ByVal value As Global.System.Globalization.CultureInfo)
|
|
58 |
Set |
|
58 | 59 |
resourceCulture = value |
59 | 60 |
End Set |
60 | 61 |
End Property |
내보내기 Unified diff