namespace AsiaINFO.SMS.APPCMPP2.Properties
|
{
|
using System;
|
using System.CodeDom.Compiler;
|
using System.ComponentModel;
|
using System.Diagnostics;
|
using System.Drawing;
|
using System.Globalization;
|
using System.Resources;
|
using System.Runtime.CompilerServices;
|
|
[DebuggerNonUserCode, CompilerGenerated, GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
internal class Resources
|
{
|
private static CultureInfo resourceCulture;
|
private static System.Resources.ResourceManager resourceMan;
|
|
internal Resources()
|
{
|
}
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
internal static CultureInfo Culture
|
{
|
get
|
{
|
return resourceCulture;
|
}
|
set
|
{
|
resourceCulture = value;
|
}
|
}
|
|
internal static Bitmap home_topic
|
{
|
get
|
{
|
return (Bitmap) ResourceManager.GetObject("home-topic", resourceCulture);
|
}
|
}
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
internal static System.Resources.ResourceManager ResourceManager
|
{
|
get
|
{
|
if (object.ReferenceEquals(resourceMan, null))
|
{
|
System.Resources.ResourceManager manager = new System.Resources.ResourceManager("AsiaINFO.SMS.APPCMPP2.Properties.Resources", typeof(Resources).Assembly);
|
resourceMan = manager;
|
}
|
return resourceMan;
|
}
|
}
|
}
|
}
|