forked from nanoframework/Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nfResource.Designer.cs
68 lines (66 loc) · 2.34 KB
/
nfResource.Designer.cs
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
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Tetris
{
internal partial class nfResource
{
private static System.Resources.ResourceManager manager;
internal static System.Resources.ResourceManager ResourceManager
{
get
{
if ((nfResource.manager == null))
{
nfResource.manager = new System.Resources.ResourceManager("NanoTetris.nfResource", typeof(nfResource).Assembly);
}
return nfResource.manager;
}
}
internal static nanoFramework.UI.Bitmap GetBitmap(nfResource.BitmapResources id)
{
return ((nanoFramework.UI.Bitmap)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
}
internal static nanoFramework.UI.Font GetFont(nfResource.FontResources id)
{
return ((nanoFramework.UI.Font)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
}
internal static string GetString(nfResource.StringResources id)
{
return ((string)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
}
[System.SerializableAttribute()]
internal enum FontResources : short
{
Consolas23 = -31666,
NinaB = 18060,
}
[System.SerializableAttribute()]
internal enum StringResources : short
{
LinesCompleted = -27201,
HighScore = -22559,
PressAnyKey = -21048,
ExtremeLevel = -20249,
Level = -13726,
Score = -13075,
AdvancedLevel = -11619,
GameOver = -10866,
PressSelect = -9962,
UseArrows = -8823,
RookieLevel = 9176,
ViewHighScore = 13410,
}
[System.SerializableAttribute()]
internal enum BitmapResources : short
{
Logo = 16403,
}
}
}