123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- namespace OTSReportTemplate.Properties
- {
- internal class Resources
- {
- private static global::System.Resources.ResourceManager resourceMan;
- private static global::System.Globalization.CultureInfo resourceCulture;
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
- /// <summary>
- /// 返回此类使用的缓存的 ResourceManager 实例。
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if (object.ReferenceEquals(resourceMan, null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OTSReportTemplate.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
- /// <summary>
- /// 使用此强类型资源类,为所有资源查找
- /// 重写当前线程的 CurrentUICulture 属性。
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap ComTable
- {
- get
- {
- object obj = ResourceManager.GetObject("ComTable", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap EleChart
- {
- get
- {
- object obj = ResourceManager.GetObject("EleChart", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap header
- {
- get
- {
- object obj = ResourceManager.GetObject("header", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap ListTable
- {
- get
- {
- object obj = ResourceManager.GetObject("ListTable", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap optonIcon
- {
- get
- {
- object obj = ResourceManager.GetObject("optonIcon", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap ParChart
- {
- get
- {
- object obj = ResourceManager.GetObject("ParChart", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap ParTable
- {
- get
- {
- object obj = ResourceManager.GetObject("ParTable", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap SizChart
- {
- get
- {
- object obj = ResourceManager.GetObject("SizChart", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap SizTable
- {
- get
- {
- object obj = ResourceManager.GetObject("SizTable", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- /// <summary>
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- /// </summary>
- internal static System.Drawing.Bitmap TriTable
- {
- get
- {
- object obj = ResourceManager.GetObject("TriTable", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- }
- }
|