Resources.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace PRSServer.Properties {
  10. using System;
  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 string similar to C:\Development\prs\prs.server\Resources\recovery.svg.
  253. /// </summary>
  254. public static string recovery {
  255. get {
  256. return ResourceManager.GetString("recovery", resourceCulture);
  257. }
  258. }
  259. /// <summary>
  260. /// Looks up a localized resource of type System.Drawing.Bitmap.
  261. /// </summary>
  262. public static System.Drawing.Bitmap refresh {
  263. get {
  264. object obj = ResourceManager.GetObject("refresh", resourceCulture);
  265. return ((System.Drawing.Bitmap)(obj));
  266. }
  267. }
  268. /// <summary>
  269. /// Looks up a localized resource of type System.Drawing.Bitmap.
  270. /// </summary>
  271. public static System.Drawing.Bitmap schedule {
  272. get {
  273. object obj = ResourceManager.GetObject("schedule", resourceCulture);
  274. return ((System.Drawing.Bitmap)(obj));
  275. }
  276. }
  277. /// <summary>
  278. /// Looks up a localized resource of type System.Drawing.Bitmap.
  279. /// </summary>
  280. public static System.Drawing.Bitmap script {
  281. get {
  282. object obj = ResourceManager.GetObject("script", resourceCulture);
  283. return ((System.Drawing.Bitmap)(obj));
  284. }
  285. }
  286. /// <summary>
  287. /// Looks up a localized resource of type System.Drawing.Bitmap.
  288. /// </summary>
  289. public static System.Drawing.Bitmap secure {
  290. get {
  291. object obj = ResourceManager.GetObject("secure", resourceCulture);
  292. return ((System.Drawing.Bitmap)(obj));
  293. }
  294. }
  295. /// <summary>
  296. /// Looks up a localized resource of type System.Drawing.Bitmap.
  297. /// </summary>
  298. public static System.Drawing.Bitmap service {
  299. get {
  300. object obj = ResourceManager.GetObject("service", resourceCulture);
  301. return ((System.Drawing.Bitmap)(obj));
  302. }
  303. }
  304. /// <summary>
  305. /// Looks up a localized resource of type System.Drawing.Bitmap.
  306. /// </summary>
  307. public static System.Drawing.Bitmap target {
  308. get {
  309. object obj = ResourceManager.GetObject("target", resourceCulture);
  310. return ((System.Drawing.Bitmap)(obj));
  311. }
  312. }
  313. /// <summary>
  314. /// Looks up a localized resource of type System.Drawing.Bitmap.
  315. /// </summary>
  316. public static System.Drawing.Bitmap tick {
  317. get {
  318. object obj = ResourceManager.GetObject("tick", resourceCulture);
  319. return ((System.Drawing.Bitmap)(obj));
  320. }
  321. }
  322. /// <summary>
  323. /// Looks up a localized resource of type System.Drawing.Bitmap.
  324. /// </summary>
  325. public static System.Drawing.Bitmap upload {
  326. get {
  327. object obj = ResourceManager.GetObject("upload", resourceCulture);
  328. return ((System.Drawing.Bitmap)(obj));
  329. }
  330. }
  331. /// <summary>
  332. /// Looks up a localized resource of type System.Drawing.Bitmap.
  333. /// </summary>
  334. public static System.Drawing.Bitmap view {
  335. get {
  336. object obj = ResourceManager.GetObject("view", resourceCulture);
  337. return ((System.Drawing.Bitmap)(obj));
  338. }
  339. }
  340. /// <summary>
  341. /// Looks up a localized resource of type System.Drawing.Bitmap.
  342. /// </summary>
  343. public static System.Drawing.Bitmap warning {
  344. get {
  345. object obj = ResourceManager.GetObject("warning", resourceCulture);
  346. return ((System.Drawing.Bitmap)(obj));
  347. }
  348. }
  349. /// <summary>
  350. /// Looks up a localized resource of type System.Drawing.Bitmap.
  351. /// </summary>
  352. public static System.Drawing.Bitmap web {
  353. get {
  354. object obj = ResourceManager.GetObject("web", resourceCulture);
  355. return ((System.Drawing.Bitmap)(obj));
  356. }
  357. }
  358. /// <summary>
  359. /// Looks up a localized resource of type System.Drawing.Bitmap.
  360. /// </summary>
  361. public static System.Drawing.Bitmap working {
  362. get {
  363. object obj = ResourceManager.GetObject("working", resourceCulture);
  364. return ((System.Drawing.Bitmap)(obj));
  365. }
  366. }
  367. }
  368. }