Resources.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PRSServer.Properties {
  11. /// <summary>
  12. /// A strongly-typed resource class, for looking up localized strings, etc.
  13. /// </summary>
  14. // This class was auto-generated by the StronglyTypedResourceBuilder
  15. // class via a tool like ResGen or Visual Studio.
  16. // To add or remove a member, edit your .ResX file then rerun ResGen
  17. // with the /str option, or rebuild your VS project.
  18. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
  19. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  20. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  21. public class Resources {
  22. private static global::System.Resources.ResourceManager resourceMan;
  23. private static global::System.Globalization.CultureInfo resourceCulture;
  24. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  25. internal Resources() {
  26. }
  27. /// <summary>
  28. /// Returns the cached ResourceManager instance used by this class.
  29. /// </summary>
  30. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  31. public static global::System.Resources.ResourceManager ResourceManager {
  32. get {
  33. if (object.ReferenceEquals(resourceMan, null)) {
  34. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PRSServer.Properties.Resources", typeof(Resources).Assembly);
  35. resourceMan = temp;
  36. }
  37. return resourceMan;
  38. }
  39. }
  40. /// <summary>
  41. /// Overrides the current thread's CurrentUICulture property for all
  42. /// resource lookups using this strongly typed resource class.
  43. /// </summary>
  44. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  45. public static global::System.Globalization.CultureInfo Culture {
  46. get {
  47. return resourceCulture;
  48. }
  49. set {
  50. resourceCulture = value;
  51. }
  52. }
  53. /// <summary>
  54. /// Looks up a localized resource of type System.Drawing.Bitmap.
  55. /// </summary>
  56. public static System.Drawing.Bitmap appstore {
  57. get {
  58. object obj = ResourceManager.GetObject("appstore", resourceCulture);
  59. return ((System.Drawing.Bitmap)(obj));
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized resource of type System.Drawing.Bitmap.
  64. /// </summary>
  65. public static System.Drawing.Bitmap autodiscover {
  66. get {
  67. object obj = ResourceManager.GetObject("autodiscover", resourceCulture);
  68. return ((System.Drawing.Bitmap)(obj));
  69. }
  70. }
  71. /// <summary>
  72. /// Looks up a localized resource of type System.Drawing.Bitmap.
  73. /// </summary>
  74. public static System.Drawing.Bitmap autoupdate {
  75. get {
  76. object obj = ResourceManager.GetObject("autoupdate", resourceCulture);
  77. return ((System.Drawing.Bitmap)(obj));
  78. }
  79. }
  80. /// <summary>
  81. /// Looks up a localized resource of type System.Drawing.Bitmap.
  82. /// </summary>
  83. public static System.Drawing.Bitmap certificate {
  84. get {
  85. object obj = ResourceManager.GetObject("certificate", resourceCulture);
  86. return ((System.Drawing.Bitmap)(obj));
  87. }
  88. }
  89. /// <summary>
  90. /// Looks up a localized resource of type System.Drawing.Bitmap.
  91. /// </summary>
  92. public static System.Drawing.Bitmap close {
  93. get {
  94. object obj = ResourceManager.GetObject("close", resourceCulture);
  95. return ((System.Drawing.Bitmap)(obj));
  96. }
  97. }
  98. /// <summary>
  99. /// Looks up a localized resource of type System.Drawing.Bitmap.
  100. /// </summary>
  101. public static System.Drawing.Bitmap css {
  102. get {
  103. object obj = ResourceManager.GetObject("css", resourceCulture);
  104. return ((System.Drawing.Bitmap)(obj));
  105. }
  106. }
  107. /// <summary>
  108. /// Looks up a localized resource of type System.Drawing.Bitmap.
  109. /// </summary>
  110. public static System.Drawing.Bitmap database {
  111. get {
  112. object obj = ResourceManager.GetObject("database", resourceCulture);
  113. return ((System.Drawing.Bitmap)(obj));
  114. }
  115. }
  116. /// <summary>
  117. /// Looks up a localized resource of type System.Drawing.Bitmap.
  118. /// </summary>
  119. public static System.Drawing.Bitmap delete {
  120. get {
  121. object obj = ResourceManager.GetObject("delete", resourceCulture);
  122. return ((System.Drawing.Bitmap)(obj));
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized resource of type System.Drawing.Bitmap.
  127. /// </summary>
  128. public static System.Drawing.Bitmap disabled {
  129. get {
  130. object obj = ResourceManager.GetObject("disabled", resourceCulture);
  131. return ((System.Drawing.Bitmap)(obj));
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized resource of type System.Drawing.Bitmap.
  136. /// </summary>
  137. public static System.Drawing.Bitmap download {
  138. get {
  139. object obj = ResourceManager.GetObject("download", resourceCulture);
  140. return ((System.Drawing.Bitmap)(obj));
  141. }
  142. }
  143. /// <summary>
  144. /// Looks up a localized resource of type System.Drawing.Bitmap.
  145. /// </summary>
  146. public static System.Drawing.Bitmap file {
  147. get {
  148. object obj = ResourceManager.GetObject("file", resourceCulture);
  149. return ((System.Drawing.Bitmap)(obj));
  150. }
  151. }
  152. /// <summary>
  153. /// Looks up a localized resource of type System.Drawing.Bitmap.
  154. /// </summary>
  155. public static System.Drawing.Bitmap folder {
  156. get {
  157. object obj = ResourceManager.GetObject("folder", resourceCulture);
  158. return ((System.Drawing.Bitmap)(obj));
  159. }
  160. }
  161. /// <summary>
  162. /// Looks up a localized resource of type System.Drawing.Bitmap.
  163. /// </summary>
  164. public static System.Drawing.Bitmap gps {
  165. get {
  166. object obj = ResourceManager.GetObject("gps", resourceCulture);
  167. return ((System.Drawing.Bitmap)(obj));
  168. }
  169. }
  170. /// <summary>
  171. /// Looks up a localized resource of type System.Drawing.Bitmap.
  172. /// </summary>
  173. public static System.Drawing.Bitmap help {
  174. get {
  175. object obj = ResourceManager.GetObject("help", resourceCulture);
  176. return ((System.Drawing.Bitmap)(obj));
  177. }
  178. }
  179. /// <summary>
  180. /// Looks up a localized resource of type System.Drawing.Bitmap.
  181. /// </summary>
  182. public static System.Drawing.Bitmap html {
  183. get {
  184. object obj = ResourceManager.GetObject("html", resourceCulture);
  185. return ((System.Drawing.Bitmap)(obj));
  186. }
  187. }
  188. /// <summary>
  189. /// Looks up a localized resource of type System.Drawing.Bitmap.
  190. /// </summary>
  191. public static System.Drawing.Bitmap insecure {
  192. get {
  193. object obj = ResourceManager.GetObject("insecure", resourceCulture);
  194. return ((System.Drawing.Bitmap)(obj));
  195. }
  196. }
  197. /// <summary>
  198. /// Looks up a localized resource of type System.Drawing.Bitmap.
  199. /// </summary>
  200. public static System.Drawing.Bitmap jpg {
  201. get {
  202. object obj = ResourceManager.GetObject("jpg", resourceCulture);
  203. return ((System.Drawing.Bitmap)(obj));
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized resource of type System.Drawing.Bitmap.
  208. /// </summary>
  209. public static System.Drawing.Bitmap key {
  210. get {
  211. object obj = ResourceManager.GetObject("key", resourceCulture);
  212. return ((System.Drawing.Bitmap)(obj));
  213. }
  214. }
  215. /// <summary>
  216. /// Looks up a localized resource of type System.Drawing.Bitmap.
  217. /// </summary>
  218. public static System.Drawing.Bitmap pause {
  219. get {
  220. object obj = ResourceManager.GetObject("pause", resourceCulture);
  221. return ((System.Drawing.Bitmap)(obj));
  222. }
  223. }
  224. /// <summary>
  225. /// Looks up a localized resource of type System.Drawing.Bitmap.
  226. /// </summary>
  227. public static System.Drawing.Bitmap pdf {
  228. get {
  229. object obj = ResourceManager.GetObject("pdf", resourceCulture);
  230. return ((System.Drawing.Bitmap)(obj));
  231. }
  232. }
  233. /// <summary>
  234. /// Looks up a localized resource of type System.Drawing.Bitmap.
  235. /// </summary>
  236. public static System.Drawing.Bitmap pencil {
  237. get {
  238. object obj = ResourceManager.GetObject("pencil", resourceCulture);
  239. return ((System.Drawing.Bitmap)(obj));
  240. }
  241. }
  242. /// <summary>
  243. /// Looks up a localized resource of type System.Drawing.Bitmap.
  244. /// </summary>
  245. public static System.Drawing.Bitmap png {
  246. get {
  247. object obj = ResourceManager.GetObject("png", resourceCulture);
  248. return ((System.Drawing.Bitmap)(obj));
  249. }
  250. }
  251. /// <summary>
  252. /// Looks up a localized resource of type System.Drawing.Bitmap.
  253. /// </summary>
  254. public static System.Drawing.Bitmap refresh {
  255. get {
  256. object obj = ResourceManager.GetObject("refresh", resourceCulture);
  257. return ((System.Drawing.Bitmap)(obj));
  258. }
  259. }
  260. /// <summary>
  261. /// Looks up a localized resource of type System.Drawing.Bitmap.
  262. /// </summary>
  263. public static System.Drawing.Bitmap schedule {
  264. get {
  265. object obj = ResourceManager.GetObject("schedule", resourceCulture);
  266. return ((System.Drawing.Bitmap)(obj));
  267. }
  268. }
  269. /// <summary>
  270. /// Looks up a localized resource of type System.Drawing.Bitmap.
  271. /// </summary>
  272. public static System.Drawing.Bitmap script {
  273. get {
  274. object obj = ResourceManager.GetObject("script", resourceCulture);
  275. return ((System.Drawing.Bitmap)(obj));
  276. }
  277. }
  278. /// <summary>
  279. /// Looks up a localized resource of type System.Drawing.Bitmap.
  280. /// </summary>
  281. public static System.Drawing.Bitmap secure {
  282. get {
  283. object obj = ResourceManager.GetObject("secure", resourceCulture);
  284. return ((System.Drawing.Bitmap)(obj));
  285. }
  286. }
  287. /// <summary>
  288. /// Looks up a localized resource of type System.Drawing.Bitmap.
  289. /// </summary>
  290. public static System.Drawing.Bitmap service {
  291. get {
  292. object obj = ResourceManager.GetObject("service", resourceCulture);
  293. return ((System.Drawing.Bitmap)(obj));
  294. }
  295. }
  296. /// <summary>
  297. /// Looks up a localized resource of type System.Drawing.Bitmap.
  298. /// </summary>
  299. public static System.Drawing.Bitmap target {
  300. get {
  301. object obj = ResourceManager.GetObject("target", resourceCulture);
  302. return ((System.Drawing.Bitmap)(obj));
  303. }
  304. }
  305. /// <summary>
  306. /// Looks up a localized resource of type System.Drawing.Bitmap.
  307. /// </summary>
  308. public static System.Drawing.Bitmap tick {
  309. get {
  310. object obj = ResourceManager.GetObject("tick", resourceCulture);
  311. return ((System.Drawing.Bitmap)(obj));
  312. }
  313. }
  314. /// <summary>
  315. /// Looks up a localized resource of type System.Drawing.Bitmap.
  316. /// </summary>
  317. public static System.Drawing.Bitmap upload {
  318. get {
  319. object obj = ResourceManager.GetObject("upload", resourceCulture);
  320. return ((System.Drawing.Bitmap)(obj));
  321. }
  322. }
  323. /// <summary>
  324. /// Looks up a localized resource of type System.Drawing.Bitmap.
  325. /// </summary>
  326. public static System.Drawing.Bitmap view {
  327. get {
  328. object obj = ResourceManager.GetObject("view", resourceCulture);
  329. return ((System.Drawing.Bitmap)(obj));
  330. }
  331. }
  332. /// <summary>
  333. /// Looks up a localized resource of type System.Drawing.Bitmap.
  334. /// </summary>
  335. public static System.Drawing.Bitmap warning {
  336. get {
  337. object obj = ResourceManager.GetObject("warning", resourceCulture);
  338. return ((System.Drawing.Bitmap)(obj));
  339. }
  340. }
  341. /// <summary>
  342. /// Looks up a localized resource of type System.Drawing.Bitmap.
  343. /// </summary>
  344. public static System.Drawing.Bitmap web {
  345. get {
  346. object obj = ResourceManager.GetObject("web", resourceCulture);
  347. return ((System.Drawing.Bitmap)(obj));
  348. }
  349. }
  350. /// <summary>
  351. /// Looks up a localized resource of type System.Drawing.Bitmap.
  352. /// </summary>
  353. public static System.Drawing.Bitmap working {
  354. get {
  355. object obj = ResourceManager.GetObject("working", resourceCulture);
  356. return ((System.Drawing.Bitmap)(obj));
  357. }
  358. }
  359. }
  360. }