hytos / DTI_PID / SPPIDConverter / My Project / Resources.Designer.vb @ d2ccfaf7
이력 | 보기 | 이력해설 | 다운로드 (2.92 KB)
1 | 4f359afa | Gyusu | '------------------------------------------------------------------------------ |
---|---|---|---|
2 | ' <auto-generated> |
||
3 | e1cde8f2 | Gyusu | ' 이 코드는 도구를 사용하여 생성되었습니다. |
4 | ' 런타임 버전:4.0.30319.42000 |
||
5 | 4f359afa | Gyusu | ' |
6 | e1cde8f2 | Gyusu | ' 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 | ' 이러한 변경 내용이 손실됩니다. |
||
8 | 4f359afa | Gyusu | ' </auto-generated> |
9 | '------------------------------------------------------------------------------ |
||
10 | |||
11 | Option Strict On |
||
12 | Option Explicit On |
||
13 | |||
14 | e1cde8f2 | Gyusu | Imports System |
15 | 4f359afa | Gyusu | |
16 | Namespace My.Resources |
||
17 | e1cde8f2 | Gyusu | |
18 | '이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder |
||
19 | '클래스에서 자동으로 생성되었습니다. |
||
20 | '멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을 |
||
21 | '다시 실행하거나 VS 프로젝트를 다시 빌드하십시오. |
||
22 | 4f359afa | Gyusu | '''<summary> |
23 | e1cde8f2 | Gyusu | ''' 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다. |
24 | 4f359afa | Gyusu | '''</summary> |
25 | e1cde8f2 | Gyusu | <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()> _ |
||
29 | 4f359afa | Gyusu | Friend Module Resources |
30 | e1cde8f2 | Gyusu | |
31 | 4f359afa | Gyusu | Private resourceMan As Global.System.Resources.ResourceManager |
32 | e1cde8f2 | Gyusu | |
33 | 4f359afa | Gyusu | Private resourceCulture As Global.System.Globalization.CultureInfo |
34 | e1cde8f2 | Gyusu | |
35 | 4f359afa | Gyusu | '''<summary> |
36 | e1cde8f2 | Gyusu | ''' 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다. |
37 | 4f359afa | Gyusu | '''</summary> |
38 | e1cde8f2 | Gyusu | <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
39 | 4f359afa | Gyusu | 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("SPPIDConverter.Resources", GetType(Resources).Assembly) |
||
43 | resourceMan = temp |
||
44 | End If |
||
45 | Return resourceMan |
||
46 | End Get |
||
47 | End Property |
||
48 | e1cde8f2 | Gyusu | |
49 | 4f359afa | Gyusu | '''<summary> |
50 | e1cde8f2 | Gyusu | ''' 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture |
51 | ''' 속성을 재정의합니다. |
||
52 | 4f359afa | Gyusu | '''</summary> |
53 | e1cde8f2 | Gyusu | <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
54 | 4f359afa | Gyusu | Friend Property Culture() As Global.System.Globalization.CultureInfo |
55 | Get |
||
56 | Return resourceCulture |
||
57 | End Get |
||
58 | e1cde8f2 | Gyusu | Set |
59 | 4f359afa | Gyusu | resourceCulture = value |
60 | End Set |
||
61 | End Property |
||
62 | End Module |
||
63 | End Namespace |