forked from nanoframework/Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResource.Designer.cs
68 lines (63 loc) · 2.24 KB
/
Resource.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>
//------------------------------------------------------------------------------
using nanoFramework.UI;
using System;
namespace Primitives
{
internal partial class Resource
{
private static System.Resources.ResourceManager manager;
internal static System.Resources.ResourceManager ResourceManager
{
get
{
if ((Resource.manager == null))
{
Resource.manager = new System.Resources.ResourceManager("Primitives.Resource", typeof(Resource).Assembly);
}
return Resource.manager;
}
}
internal static nanoFramework.UI.Bitmap GetBitmap(Resource.BitmapResources id)
{
return ((nanoFramework.UI.Bitmap)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
}
internal static nanoFramework.UI.Font GetFont(Resource.FontResources id)
{
return ((nanoFramework.UI.Font)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
}
internal static string GetString(Resource.StringResources id)
{
return ((string)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
}
[System.SerializableAttribute()]
internal enum StringResources : short
{
strnSmallFont = -19509,
strComicSansMS16 = -18892,
strNinaFont = 10925,
strCourierRegular10 = 19139,
strSegoeUIRegular12 = 25622,
}
[System.SerializableAttribute()]
internal enum FontResources : short
{
ComicSansMS16 = -18137,
SegoeUIRegular12 = 11243,
small = 13070,
NinaB = 18060,
CourierRegular10 = 27752,
MatrixFont = 28174,
}
internal enum BitmapResources : short
{
}
}
}