39 строки
1.3 KiB
C#
39 строки
1.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 M5Stack.Resources
|
|
{
|
|
|
|
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("nanoFramework.Tough.Resource", typeof(Resource).Assembly);
|
|
}
|
|
return Resource.manager;
|
|
}
|
|
}
|
|
internal static nanoFramework.UI.Font GetFont(Resource.FontResources id)
|
|
{
|
|
return ((nanoFramework.UI.Font)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
|
|
}
|
|
[System.SerializableAttribute()]
|
|
internal enum FontResources : short
|
|
{
|
|
consolas_regular_16 = 10023,
|
|
}
|
|
}
|
|
}
|