Resources.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace OTSReportTemplate.Properties
  2. {
  3. internal class Resources
  4. {
  5. private static global::System.Resources.ResourceManager resourceMan;
  6. private static global::System.Globalization.CultureInfo resourceCulture;
  7. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  8. internal Resources()
  9. {
  10. }
  11. /// <summary>
  12. /// 返回此类使用的缓存的 ResourceManager 实例。
  13. /// </summary>
  14. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  15. internal static global::System.Resources.ResourceManager ResourceManager
  16. {
  17. get
  18. {
  19. if (object.ReferenceEquals(resourceMan, null))
  20. {
  21. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OTSReportTemplate.Properties.Resources", typeof(Resources).Assembly);
  22. resourceMan = temp;
  23. }
  24. return resourceMan;
  25. }
  26. }
  27. /// <summary>
  28. /// 使用此强类型资源类,为所有资源查找
  29. /// 重写当前线程的 CurrentUICulture 属性。
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Globalization.CultureInfo Culture
  33. {
  34. get
  35. {
  36. return resourceCulture;
  37. }
  38. set
  39. {
  40. resourceCulture = value;
  41. }
  42. }
  43. /// <summary>
  44. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  45. /// </summary>
  46. internal static System.Drawing.Bitmap ComTable
  47. {
  48. get
  49. {
  50. object obj = ResourceManager.GetObject("ComTable", resourceCulture);
  51. return ((System.Drawing.Bitmap)(obj));
  52. }
  53. }
  54. /// <summary>
  55. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  56. /// </summary>
  57. internal static System.Drawing.Bitmap EleChart
  58. {
  59. get
  60. {
  61. object obj = ResourceManager.GetObject("EleChart", resourceCulture);
  62. return ((System.Drawing.Bitmap)(obj));
  63. }
  64. }
  65. /// <summary>
  66. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  67. /// </summary>
  68. internal static System.Drawing.Bitmap header
  69. {
  70. get
  71. {
  72. object obj = ResourceManager.GetObject("header", resourceCulture);
  73. return ((System.Drawing.Bitmap)(obj));
  74. }
  75. }
  76. /// <summary>
  77. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  78. /// </summary>
  79. internal static System.Drawing.Bitmap ListTable
  80. {
  81. get
  82. {
  83. object obj = ResourceManager.GetObject("ListTable", resourceCulture);
  84. return ((System.Drawing.Bitmap)(obj));
  85. }
  86. }
  87. /// <summary>
  88. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  89. /// </summary>
  90. internal static System.Drawing.Bitmap optonIcon
  91. {
  92. get
  93. {
  94. object obj = ResourceManager.GetObject("optonIcon", resourceCulture);
  95. return ((System.Drawing.Bitmap)(obj));
  96. }
  97. }
  98. /// <summary>
  99. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  100. /// </summary>
  101. internal static System.Drawing.Bitmap ParChart
  102. {
  103. get
  104. {
  105. object obj = ResourceManager.GetObject("ParChart", resourceCulture);
  106. return ((System.Drawing.Bitmap)(obj));
  107. }
  108. }
  109. /// <summary>
  110. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  111. /// </summary>
  112. internal static System.Drawing.Bitmap ParTable
  113. {
  114. get
  115. {
  116. object obj = ResourceManager.GetObject("ParTable", resourceCulture);
  117. return ((System.Drawing.Bitmap)(obj));
  118. }
  119. }
  120. /// <summary>
  121. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  122. /// </summary>
  123. internal static System.Drawing.Bitmap SizChart
  124. {
  125. get
  126. {
  127. object obj = ResourceManager.GetObject("SizChart", resourceCulture);
  128. return ((System.Drawing.Bitmap)(obj));
  129. }
  130. }
  131. /// <summary>
  132. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  133. /// </summary>
  134. internal static System.Drawing.Bitmap SizTable
  135. {
  136. get
  137. {
  138. object obj = ResourceManager.GetObject("SizTable", resourceCulture);
  139. return ((System.Drawing.Bitmap)(obj));
  140. }
  141. }
  142. /// <summary>
  143. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  144. /// </summary>
  145. internal static System.Drawing.Bitmap TriTable
  146. {
  147. get
  148. {
  149. object obj = ResourceManager.GetObject("TriTable", resourceCulture);
  150. return ((System.Drawing.Bitmap)(obj));
  151. }
  152. }
  153. }
  154. }