-
Notifications
You must be signed in to change notification settings - Fork 539
Expand file tree
/
Copy pathResources.Designer.cs
More file actions
118 lines (100 loc) · 4.2 KB
/
Copy pathResources.Designer.cs
File metadata and controls
118 lines (100 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OpenUtau.Plugin.Builtin.Data {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("OpenUtau.Plugin.Builtin.Data.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static byte[] arpasing_template {
get {
object obj = ResourceManager.GetObject("arpasing_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] de_vccv_template {
get {
object obj = ResourceManager.GetObject("de_vccv_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] envccv_template {
get {
object obj = ResourceManager.GetObject("envccv_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] en_cPv_template {
get {
object obj = ResourceManager.GetObject("en_cPv_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] en_xsampa_template {
get {
object obj = ResourceManager.GetObject("en_xsampa_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] filipino_template {
get {
object obj = ResourceManager.GetObject("filipino_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] german_template {
get {
object obj = ResourceManager.GetObject("german_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] kocv_template {
get {
object obj = ResourceManager.GetObject("kocv_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] njokis_template {
get {
object obj = ResourceManager.GetObject("njokis_template", resourceCulture);
return ((byte[])(obj));
}
}
internal static byte[] generic_syllabic_template {
get {
object obj = ResourceManager.GetObject("generic_syllabic_template", resourceCulture);
return ((byte[])(obj));
}
}
}
}