Resources.Designer.cs 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768
  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 PRSDesktop {
  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. internal 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. internal 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("PRSDesktop.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. internal 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. internal static System.Drawing.Bitmap add {
  57. get {
  58. object obj = ResourceManager.GetObject("add", resourceCulture);
  59. return ((System.Drawing.Bitmap)(obj));
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
  64. /// </summary>
  65. internal static System.IO.UnmanagedMemoryStream add1 {
  66. get {
  67. return ResourceManager.GetStream("add1", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized resource of type System.Drawing.Bitmap.
  72. /// </summary>
  73. internal static System.Drawing.Bitmap anonymous {
  74. get {
  75. object obj = ResourceManager.GetObject("anonymous", resourceCulture);
  76. return ((System.Drawing.Bitmap)(obj));
  77. }
  78. }
  79. /// <summary>
  80. /// Looks up a localized resource of type System.Drawing.Bitmap.
  81. /// </summary>
  82. internal static System.Drawing.Bitmap appicon {
  83. get {
  84. object obj = ResourceManager.GetObject("appicon", resourceCulture);
  85. return ((System.Drawing.Bitmap)(obj));
  86. }
  87. }
  88. /// <summary>
  89. /// Looks up a localized resource of type System.Drawing.Bitmap.
  90. /// </summary>
  91. internal static System.Drawing.Bitmap archive {
  92. get {
  93. object obj = ResourceManager.GetObject("archive", resourceCulture);
  94. return ((System.Drawing.Bitmap)(obj));
  95. }
  96. }
  97. /// <summary>
  98. /// Looks up a localized resource of type System.Drawing.Bitmap.
  99. /// </summary>
  100. internal static System.Drawing.Bitmap assignments {
  101. get {
  102. object obj = ResourceManager.GetObject("assignments", resourceCulture);
  103. return ((System.Drawing.Bitmap)(obj));
  104. }
  105. }
  106. /// <summary>
  107. /// Looks up a localized resource of type System.Drawing.Bitmap.
  108. /// </summary>
  109. internal static System.Drawing.Bitmap attachment {
  110. get {
  111. object obj = ResourceManager.GetObject("attachment", resourceCulture);
  112. return ((System.Drawing.Bitmap)(obj));
  113. }
  114. }
  115. /// <summary>
  116. /// Looks up a localized resource of type System.Drawing.Bitmap.
  117. /// </summary>
  118. internal static System.Drawing.Bitmap attendance {
  119. get {
  120. object obj = ResourceManager.GetObject("attendance", resourceCulture);
  121. return ((System.Drawing.Bitmap)(obj));
  122. }
  123. }
  124. /// <summary>
  125. /// Looks up a localized resource of type System.Drawing.Bitmap.
  126. /// </summary>
  127. internal static System.Drawing.Bitmap audiorecording {
  128. get {
  129. object obj = ResourceManager.GetObject("audiorecording", resourceCulture);
  130. return ((System.Drawing.Bitmap)(obj));
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized resource of type System.Drawing.Bitmap.
  135. /// </summary>
  136. internal static System.Drawing.Bitmap autoupdate {
  137. get {
  138. object obj = ResourceManager.GetObject("autoupdate", resourceCulture);
  139. return ((System.Drawing.Bitmap)(obj));
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized resource of type System.Drawing.Bitmap.
  144. /// </summary>
  145. internal static System.Drawing.Bitmap back {
  146. get {
  147. object obj = ResourceManager.GetObject("back", resourceCulture);
  148. return ((System.Drawing.Bitmap)(obj));
  149. }
  150. }
  151. /// <summary>
  152. /// Looks up a localized resource of type System.Drawing.Bitmap.
  153. /// </summary>
  154. internal static System.Drawing.Bitmap barcode {
  155. get {
  156. object obj = ResourceManager.GetObject("barcode", resourceCulture);
  157. return ((System.Drawing.Bitmap)(obj));
  158. }
  159. }
  160. /// <summary>
  161. /// Looks up a localized resource of type System.Drawing.Bitmap.
  162. /// </summary>
  163. internal static System.Drawing.Bitmap bill {
  164. get {
  165. object obj = ResourceManager.GetObject("bill", resourceCulture);
  166. return ((System.Drawing.Bitmap)(obj));
  167. }
  168. }
  169. /// <summary>
  170. /// Looks up a localized resource of type System.Drawing.Bitmap.
  171. /// </summary>
  172. internal static System.Drawing.Bitmap bookmark {
  173. get {
  174. object obj = ResourceManager.GetObject("bookmark", resourceCulture);
  175. return ((System.Drawing.Bitmap)(obj));
  176. }
  177. }
  178. /// <summary>
  179. /// Looks up a localized resource of type System.Drawing.Bitmap.
  180. /// </summary>
  181. internal static System.Drawing.Bitmap box {
  182. get {
  183. object obj = ResourceManager.GetObject("box", resourceCulture);
  184. return ((System.Drawing.Bitmap)(obj));
  185. }
  186. }
  187. /// <summary>
  188. /// Looks up a localized resource of type System.Drawing.Bitmap.
  189. /// </summary>
  190. internal static System.Drawing.Bitmap box_sml {
  191. get {
  192. object obj = ResourceManager.GetObject("box_sml", resourceCulture);
  193. return ((System.Drawing.Bitmap)(obj));
  194. }
  195. }
  196. /// <summary>
  197. /// Looks up a localized resource of type System.Drawing.Bitmap.
  198. /// </summary>
  199. internal static System.Drawing.Bitmap certificate {
  200. get {
  201. object obj = ResourceManager.GetObject("certificate", resourceCulture);
  202. return ((System.Drawing.Bitmap)(obj));
  203. }
  204. }
  205. /// <summary>
  206. /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
  207. /// </summary>
  208. internal static System.IO.UnmanagedMemoryStream change {
  209. get {
  210. return ResourceManager.GetStream("change", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// Looks up a localized resource of type System.Drawing.Bitmap.
  215. /// </summary>
  216. internal static System.Drawing.Bitmap checklist {
  217. get {
  218. object obj = ResourceManager.GetObject("checklist", resourceCulture);
  219. return ((System.Drawing.Bitmap)(obj));
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized resource of type System.Drawing.Bitmap.
  224. /// </summary>
  225. internal static System.Drawing.Bitmap circle {
  226. get {
  227. object obj = ResourceManager.GetObject("circle", resourceCulture);
  228. return ((System.Drawing.Bitmap)(obj));
  229. }
  230. }
  231. /// <summary>
  232. /// Looks up a localized resource of type System.Drawing.Bitmap.
  233. /// </summary>
  234. internal static System.Drawing.Bitmap clock {
  235. get {
  236. object obj = ResourceManager.GetObject("clock", resourceCulture);
  237. return ((System.Drawing.Bitmap)(obj));
  238. }
  239. }
  240. /// <summary>
  241. /// Looks up a localized resource of type System.Drawing.Bitmap.
  242. /// </summary>
  243. internal static System.Drawing.Bitmap clock_sml {
  244. get {
  245. object obj = ResourceManager.GetObject("clock_sml", resourceCulture);
  246. return ((System.Drawing.Bitmap)(obj));
  247. }
  248. }
  249. /// <summary>
  250. /// Looks up a localized resource of type System.Drawing.Bitmap.
  251. /// </summary>
  252. internal static System.Drawing.Bitmap clone {
  253. get {
  254. object obj = ResourceManager.GetObject("clone", resourceCulture);
  255. return ((System.Drawing.Bitmap)(obj));
  256. }
  257. }
  258. /// <summary>
  259. /// Looks up a localized resource of type System.Drawing.Bitmap.
  260. /// </summary>
  261. internal static System.Drawing.Bitmap consignment {
  262. get {
  263. object obj = ResourceManager.GetObject("consignment", resourceCulture);
  264. return ((System.Drawing.Bitmap)(obj));
  265. }
  266. }
  267. /// <summary>
  268. /// Looks up a localized resource of type System.Drawing.Bitmap.
  269. /// </summary>
  270. internal static System.Drawing.Bitmap consignmenttype {
  271. get {
  272. object obj = ResourceManager.GetObject("consignmenttype", resourceCulture);
  273. return ((System.Drawing.Bitmap)(obj));
  274. }
  275. }
  276. /// <summary>
  277. /// Looks up a localized resource of type System.Drawing.Bitmap.
  278. /// </summary>
  279. internal static System.Drawing.Bitmap contacttype {
  280. get {
  281. object obj = ResourceManager.GetObject("contacttype", resourceCulture);
  282. return ((System.Drawing.Bitmap)(obj));
  283. }
  284. }
  285. /// <summary>
  286. /// Looks up a localized resource of type System.Drawing.Bitmap.
  287. /// </summary>
  288. internal static System.Drawing.Bitmap contract {
  289. get {
  290. object obj = ResourceManager.GetObject("contract", resourceCulture);
  291. return ((System.Drawing.Bitmap)(obj));
  292. }
  293. }
  294. /// <summary>
  295. /// Looks up a localized resource of type System.Drawing.Bitmap.
  296. /// </summary>
  297. internal static System.Drawing.Bitmap copy {
  298. get {
  299. object obj = ResourceManager.GetObject("copy", resourceCulture);
  300. return ((System.Drawing.Bitmap)(obj));
  301. }
  302. }
  303. /// <summary>
  304. /// Looks up a localized resource of type System.Drawing.Bitmap.
  305. /// </summary>
  306. internal static System.Drawing.Bitmap costcentre {
  307. get {
  308. object obj = ResourceManager.GetObject("costcentre", resourceCulture);
  309. return ((System.Drawing.Bitmap)(obj));
  310. }
  311. }
  312. /// <summary>
  313. /// Looks up a localized resource of type System.Drawing.Bitmap.
  314. /// </summary>
  315. internal static System.Drawing.Bitmap costsheet {
  316. get {
  317. object obj = ResourceManager.GetObject("costsheet", resourceCulture);
  318. return ((System.Drawing.Bitmap)(obj));
  319. }
  320. }
  321. /// <summary>
  322. /// Looks up a localized resource of type System.Drawing.Bitmap.
  323. /// </summary>
  324. internal static System.Drawing.Bitmap costsheetbrand {
  325. get {
  326. object obj = ResourceManager.GetObject("costsheetbrand", resourceCulture);
  327. return ((System.Drawing.Bitmap)(obj));
  328. }
  329. }
  330. /// <summary>
  331. /// Looks up a localized resource of type System.Drawing.Bitmap.
  332. /// </summary>
  333. internal static System.Drawing.Bitmap costsheetsection {
  334. get {
  335. object obj = ResourceManager.GetObject("costsheetsection", resourceCulture);
  336. return ((System.Drawing.Bitmap)(obj));
  337. }
  338. }
  339. /// <summary>
  340. /// Looks up a localized resource of type System.Drawing.Bitmap.
  341. /// </summary>
  342. internal static System.Drawing.Bitmap costsheettype {
  343. get {
  344. object obj = ResourceManager.GetObject("costsheettype", resourceCulture);
  345. return ((System.Drawing.Bitmap)(obj));
  346. }
  347. }
  348. /// <summary>
  349. /// Looks up a localized resource of type System.Drawing.Bitmap.
  350. /// </summary>
  351. internal static System.Drawing.Bitmap customer {
  352. get {
  353. object obj = ResourceManager.GetObject("customer", resourceCulture);
  354. return ((System.Drawing.Bitmap)(obj));
  355. }
  356. }
  357. /// <summary>
  358. /// Looks up a localized resource of type System.Drawing.Bitmap.
  359. /// </summary>
  360. internal static System.Drawing.Bitmap delete {
  361. get {
  362. object obj = ResourceManager.GetObject("delete", resourceCulture);
  363. return ((System.Drawing.Bitmap)(obj));
  364. }
  365. }
  366. /// <summary>
  367. /// Looks up a localized resource of type System.Drawing.Bitmap.
  368. /// </summary>
  369. internal static System.Drawing.Bitmap delete_sml {
  370. get {
  371. object obj = ResourceManager.GetObject("delete_sml", resourceCulture);
  372. return ((System.Drawing.Bitmap)(obj));
  373. }
  374. }
  375. /// <summary>
  376. /// Looks up a localized resource of type System.Drawing.Bitmap.
  377. /// </summary>
  378. internal static System.Drawing.Bitmap design {
  379. get {
  380. object obj = ResourceManager.GetObject("design", resourceCulture);
  381. return ((System.Drawing.Bitmap)(obj));
  382. }
  383. }
  384. /// <summary>
  385. /// Looks up a localized resource of type System.Drawing.Bitmap.
  386. /// </summary>
  387. internal static System.Drawing.Bitmap disabled {
  388. get {
  389. object obj = ResourceManager.GetObject("disabled", resourceCulture);
  390. return ((System.Drawing.Bitmap)(obj));
  391. }
  392. }
  393. /// <summary>
  394. /// Looks up a localized resource of type System.Drawing.Bitmap.
  395. /// </summary>
  396. internal static System.Drawing.Bitmap disk {
  397. get {
  398. object obj = ResourceManager.GetObject("disk", resourceCulture);
  399. return ((System.Drawing.Bitmap)(obj));
  400. }
  401. }
  402. /// <summary>
  403. /// Looks up a localized resource of type System.Drawing.Bitmap.
  404. /// </summary>
  405. internal static System.Drawing.Bitmap disk_sml {
  406. get {
  407. object obj = ResourceManager.GetObject("disk_sml", resourceCulture);
  408. return ((System.Drawing.Bitmap)(obj));
  409. }
  410. }
  411. /// <summary>
  412. /// Looks up a localized resource of type System.Drawing.Bitmap.
  413. /// </summary>
  414. internal static System.Drawing.Bitmap doc_bmp {
  415. get {
  416. object obj = ResourceManager.GetObject("doc_bmp", resourceCulture);
  417. return ((System.Drawing.Bitmap)(obj));
  418. }
  419. }
  420. /// <summary>
  421. /// Looks up a localized resource of type System.Drawing.Bitmap.
  422. /// </summary>
  423. internal static System.Drawing.Bitmap doc_jpg {
  424. get {
  425. object obj = ResourceManager.GetObject("doc_jpg", resourceCulture);
  426. return ((System.Drawing.Bitmap)(obj));
  427. }
  428. }
  429. /// <summary>
  430. /// Looks up a localized resource of type System.Drawing.Bitmap.
  431. /// </summary>
  432. internal static System.Drawing.Bitmap doc_misc {
  433. get {
  434. object obj = ResourceManager.GetObject("doc_misc", resourceCulture);
  435. return ((System.Drawing.Bitmap)(obj));
  436. }
  437. }
  438. /// <summary>
  439. /// Looks up a localized resource of type System.Drawing.Bitmap.
  440. /// </summary>
  441. internal static System.Drawing.Bitmap doc_pdf {
  442. get {
  443. object obj = ResourceManager.GetObject("doc_pdf", resourceCulture);
  444. return ((System.Drawing.Bitmap)(obj));
  445. }
  446. }
  447. /// <summary>
  448. /// Looks up a localized resource of type System.Drawing.Bitmap.
  449. /// </summary>
  450. internal static System.Drawing.Bitmap doc_png {
  451. get {
  452. object obj = ResourceManager.GetObject("doc_png", resourceCulture);
  453. return ((System.Drawing.Bitmap)(obj));
  454. }
  455. }
  456. /// <summary>
  457. /// Looks up a localized resource of type System.Drawing.Bitmap.
  458. /// </summary>
  459. internal static System.Drawing.Bitmap doc_rtf {
  460. get {
  461. object obj = ResourceManager.GetObject("doc_rtf", resourceCulture);
  462. return ((System.Drawing.Bitmap)(obj));
  463. }
  464. }
  465. /// <summary>
  466. /// Looks up a localized resource of type System.Drawing.Bitmap.
  467. /// </summary>
  468. internal static System.Drawing.Bitmap doc_txt {
  469. get {
  470. object obj = ResourceManager.GetObject("doc_txt", resourceCulture);
  471. return ((System.Drawing.Bitmap)(obj));
  472. }
  473. }
  474. /// <summary>
  475. /// Looks up a localized resource of type System.Drawing.Bitmap.
  476. /// </summary>
  477. internal static System.Drawing.Bitmap doc_xls {
  478. get {
  479. object obj = ResourceManager.GetObject("doc_xls", resourceCulture);
  480. return ((System.Drawing.Bitmap)(obj));
  481. }
  482. }
  483. /// <summary>
  484. /// Looks up a localized resource of type System.Drawing.Bitmap.
  485. /// </summary>
  486. internal static System.Drawing.Bitmap downarrow {
  487. get {
  488. object obj = ResourceManager.GetObject("downarrow", resourceCulture);
  489. return ((System.Drawing.Bitmap)(obj));
  490. }
  491. }
  492. /// <summary>
  493. /// Looks up a localized resource of type System.Drawing.Bitmap.
  494. /// </summary>
  495. internal static System.Drawing.Bitmap download {
  496. get {
  497. object obj = ResourceManager.GetObject("download", resourceCulture);
  498. return ((System.Drawing.Bitmap)(obj));
  499. }
  500. }
  501. /// <summary>
  502. /// Looks up a localized resource of type System.Drawing.Bitmap.
  503. /// </summary>
  504. internal static System.Drawing.Bitmap draw {
  505. get {
  506. object obj = ResourceManager.GetObject("draw", resourceCulture);
  507. return ((System.Drawing.Bitmap)(obj));
  508. }
  509. }
  510. /// <summary>
  511. /// Looks up a localized resource of type System.Drawing.Bitmap.
  512. /// </summary>
  513. internal static System.Drawing.Bitmap edit {
  514. get {
  515. object obj = ResourceManager.GetObject("edit", resourceCulture);
  516. return ((System.Drawing.Bitmap)(obj));
  517. }
  518. }
  519. /// <summary>
  520. /// Looks up a localized resource of type System.Drawing.Bitmap.
  521. /// </summary>
  522. internal static System.Drawing.Bitmap email {
  523. get {
  524. object obj = ResourceManager.GetObject("email", resourceCulture);
  525. return ((System.Drawing.Bitmap)(obj));
  526. }
  527. }
  528. /// <summary>
  529. /// Looks up a localized resource of type System.Drawing.Bitmap.
  530. /// </summary>
  531. internal static System.Drawing.Bitmap emailreport {
  532. get {
  533. object obj = ResourceManager.GetObject("emailreport", resourceCulture);
  534. return ((System.Drawing.Bitmap)(obj));
  535. }
  536. }
  537. /// <summary>
  538. /// Looks up a localized resource of type System.Drawing.Bitmap.
  539. /// </summary>
  540. internal static System.Drawing.Bitmap employee {
  541. get {
  542. object obj = ResourceManager.GetObject("employee", resourceCulture);
  543. return ((System.Drawing.Bitmap)(obj));
  544. }
  545. }
  546. /// <summary>
  547. /// Looks up a localized resource of type System.Drawing.Bitmap.
  548. /// </summary>
  549. internal static System.Drawing.Bitmap employeerole {
  550. get {
  551. object obj = ResourceManager.GetObject("employeerole", resourceCulture);
  552. return ((System.Drawing.Bitmap)(obj));
  553. }
  554. }
  555. /// <summary>
  556. /// Looks up a localized resource of type System.Drawing.Bitmap.
  557. /// </summary>
  558. internal static System.Drawing.Bitmap employees {
  559. get {
  560. object obj = ResourceManager.GetObject("employees", resourceCulture);
  561. return ((System.Drawing.Bitmap)(obj));
  562. }
  563. }
  564. /// <summary>
  565. /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
  566. /// </summary>
  567. internal static System.IO.UnmanagedMemoryStream error {
  568. get {
  569. return ResourceManager.GetStream("error", resourceCulture);
  570. }
  571. }
  572. /// <summary>
  573. /// Looks up a localized resource of type System.Drawing.Bitmap.
  574. /// </summary>
  575. internal static System.Drawing.Bitmap everyone {
  576. get {
  577. object obj = ResourceManager.GetObject("everyone", resourceCulture);
  578. return ((System.Drawing.Bitmap)(obj));
  579. }
  580. }
  581. /// <summary>
  582. /// Looks up a localized resource of type System.Drawing.Bitmap.
  583. /// </summary>
  584. internal static System.Drawing.Bitmap factory {
  585. get {
  586. object obj = ResourceManager.GetObject("factory", resourceCulture);
  587. return ((System.Drawing.Bitmap)(obj));
  588. }
  589. }
  590. /// <summary>
  591. /// Looks up a localized resource of type System.Drawing.Bitmap.
  592. /// </summary>
  593. internal static System.Drawing.Bitmap factorysetup {
  594. get {
  595. object obj = ResourceManager.GetObject("factorysetup", resourceCulture);
  596. return ((System.Drawing.Bitmap)(obj));
  597. }
  598. }
  599. /// <summary>
  600. /// Looks up a localized resource of type System.Drawing.Bitmap.
  601. /// </summary>
  602. internal static System.Drawing.Bitmap finger {
  603. get {
  604. object obj = ResourceManager.GetObject("finger", resourceCulture);
  605. return ((System.Drawing.Bitmap)(obj));
  606. }
  607. }
  608. /// <summary>
  609. /// Looks up a localized resource of type System.Drawing.Bitmap.
  610. /// </summary>
  611. internal static System.Drawing.Bitmap fireworks {
  612. get {
  613. object obj = ResourceManager.GetObject("fireworks", resourceCulture);
  614. return ((System.Drawing.Bitmap)(obj));
  615. }
  616. }
  617. /// <summary>
  618. /// Looks up a localized resource of type System.Drawing.Bitmap.
  619. /// </summary>
  620. internal static System.Drawing.Bitmap first {
  621. get {
  622. object obj = ResourceManager.GetObject("first", resourceCulture);
  623. return ((System.Drawing.Bitmap)(obj));
  624. }
  625. }
  626. /// <summary>
  627. /// Looks up a localized resource of type System.Drawing.Bitmap.
  628. /// </summary>
  629. internal static System.Drawing.Bitmap fontsize {
  630. get {
  631. object obj = ResourceManager.GetObject("fontsize", resourceCulture);
  632. return ((System.Drawing.Bitmap)(obj));
  633. }
  634. }
  635. /// <summary>
  636. /// Looks up a localized resource of type System.Drawing.Bitmap.
  637. /// </summary>
  638. internal static System.Drawing.Bitmap forklift {
  639. get {
  640. object obj = ResourceManager.GetObject("forklift", resourceCulture);
  641. return ((System.Drawing.Bitmap)(obj));
  642. }
  643. }
  644. /// <summary>
  645. /// Looks up a localized resource of type System.Drawing.Bitmap.
  646. /// </summary>
  647. internal static System.Drawing.Bitmap forward {
  648. get {
  649. object obj = ResourceManager.GetObject("forward", resourceCulture);
  650. return ((System.Drawing.Bitmap)(obj));
  651. }
  652. }
  653. /// <summary>
  654. /// Looks up a localized resource of type System.Drawing.Bitmap.
  655. /// </summary>
  656. internal static System.Drawing.Bitmap fullpage {
  657. get {
  658. object obj = ResourceManager.GetObject("fullpage", resourceCulture);
  659. return ((System.Drawing.Bitmap)(obj));
  660. }
  661. }
  662. /// <summary>
  663. /// Looks up a localized resource of type System.Drawing.Bitmap.
  664. /// </summary>
  665. internal static System.Drawing.Bitmap glcode {
  666. get {
  667. object obj = ResourceManager.GetObject("glcode", resourceCulture);
  668. return ((System.Drawing.Bitmap)(obj));
  669. }
  670. }
  671. /// <summary>
  672. /// Looks up a localized resource of type System.Drawing.Bitmap.
  673. /// </summary>
  674. internal static System.Drawing.Bitmap grouped {
  675. get {
  676. object obj = ResourceManager.GetObject("grouped", resourceCulture);
  677. return ((System.Drawing.Bitmap)(obj));
  678. }
  679. }
  680. /// <summary>
  681. /// Looks up a localized resource of type System.Drawing.Bitmap.
  682. /// </summary>
  683. internal static System.Drawing.Bitmap hand {
  684. get {
  685. object obj = ResourceManager.GetObject("hand", resourceCulture);
  686. return ((System.Drawing.Bitmap)(obj));
  687. }
  688. }
  689. /// <summary>
  690. /// Looks up a localized resource of type System.Drawing.Bitmap.
  691. /// </summary>
  692. internal static System.Drawing.Bitmap help {
  693. get {
  694. object obj = ResourceManager.GetObject("help", resourceCulture);
  695. return ((System.Drawing.Bitmap)(obj));
  696. }
  697. }
  698. /// <summary>
  699. /// Looks up a localized resource of type System.Drawing.Bitmap.
  700. /// </summary>
  701. internal static System.Drawing.Bitmap invoice {
  702. get {
  703. object obj = ResourceManager.GetObject("invoice", resourceCulture);
  704. return ((System.Drawing.Bitmap)(obj));
  705. }
  706. }
  707. /// <summary>
  708. /// Looks up a localized resource of type System.Drawing.Bitmap.
  709. /// </summary>
  710. internal static System.Drawing.Bitmap kanban {
  711. get {
  712. object obj = ResourceManager.GetObject("kanban", resourceCulture);
  713. return ((System.Drawing.Bitmap)(obj));
  714. }
  715. }
  716. /// <summary>
  717. /// Looks up a localized resource of type System.Drawing.Bitmap.
  718. /// </summary>
  719. internal static System.Drawing.Bitmap kanbantype {
  720. get {
  721. object obj = ResourceManager.GetObject("kanbantype", resourceCulture);
  722. return ((System.Drawing.Bitmap)(obj));
  723. }
  724. }
  725. /// <summary>
  726. /// Looks up a localized resource of type System.Drawing.Bitmap.
  727. /// </summary>
  728. internal static System.Drawing.Bitmap key {
  729. get {
  730. object obj = ResourceManager.GetObject("key", resourceCulture);
  731. return ((System.Drawing.Bitmap)(obj));
  732. }
  733. }
  734. /// <summary>
  735. /// Looks up a localized resource of type System.Drawing.Bitmap.
  736. /// </summary>
  737. internal static System.Drawing.Bitmap kit {
  738. get {
  739. object obj = ResourceManager.GetObject("kit", resourceCulture);
  740. return ((System.Drawing.Bitmap)(obj));
  741. }
  742. }
  743. /// <summary>
  744. /// Looks up a localized resource of type System.Drawing.Bitmap.
  745. /// </summary>
  746. internal static System.Drawing.Bitmap kitcondition {
  747. get {
  748. object obj = ResourceManager.GetObject("kitcondition", resourceCulture);
  749. return ((System.Drawing.Bitmap)(obj));
  750. }
  751. }
  752. /// <summary>
  753. /// Looks up a localized resource of type System.Drawing.Bitmap.
  754. /// </summary>
  755. internal static System.Drawing.Bitmap kitformula {
  756. get {
  757. object obj = ResourceManager.GetObject("kitformula", resourceCulture);
  758. return ((System.Drawing.Bitmap)(obj));
  759. }
  760. }
  761. /// <summary>
  762. /// Looks up a localized resource of type System.Drawing.Bitmap.
  763. /// </summary>
  764. internal static System.Drawing.Bitmap kitgroup {
  765. get {
  766. object obj = ResourceManager.GetObject("kitgroup", resourceCulture);
  767. return ((System.Drawing.Bitmap)(obj));
  768. }
  769. }
  770. /// <summary>
  771. /// Looks up a localized resource of type System.Drawing.Bitmap.
  772. /// </summary>
  773. internal static System.Drawing.Bitmap kpi {
  774. get {
  775. object obj = ResourceManager.GetObject("kpi", resourceCulture);
  776. return ((System.Drawing.Bitmap)(obj));
  777. }
  778. }
  779. /// <summary>
  780. /// Looks up a localized resource of type System.Drawing.Bitmap.
  781. /// </summary>
  782. internal static System.Drawing.Bitmap last {
  783. get {
  784. object obj = ResourceManager.GetObject("last", resourceCulture);
  785. return ((System.Drawing.Bitmap)(obj));
  786. }
  787. }
  788. /// <summary>
  789. /// Looks up a localized resource of type System.Drawing.Bitmap.
  790. /// </summary>
  791. internal static System.Drawing.Bitmap leave {
  792. get {
  793. object obj = ResourceManager.GetObject("leave", resourceCulture);
  794. return ((System.Drawing.Bitmap)(obj));
  795. }
  796. }
  797. /// <summary>
  798. /// Looks up a localized resource of type System.Drawing.Bitmap.
  799. /// </summary>
  800. internal static System.Drawing.Bitmap leftarrow {
  801. get {
  802. object obj = ResourceManager.GetObject("leftarrow", resourceCulture);
  803. return ((System.Drawing.Bitmap)(obj));
  804. }
  805. }
  806. /// <summary>
  807. /// Looks up a localized resource of type System.Drawing.Bitmap.
  808. /// </summary>
  809. internal static System.Drawing.Bitmap lifter {
  810. get {
  811. object obj = ResourceManager.GetObject("lifter", resourceCulture);
  812. return ((System.Drawing.Bitmap)(obj));
  813. }
  814. }
  815. /// <summary>
  816. /// Looks up a localized resource of type System.Drawing.Bitmap.
  817. /// </summary>
  818. internal static System.Drawing.Bitmap lightbulb {
  819. get {
  820. object obj = ResourceManager.GetObject("lightbulb", resourceCulture);
  821. return ((System.Drawing.Bitmap)(obj));
  822. }
  823. }
  824. /// <summary>
  825. /// Looks up a localized resource of type System.Drawing.Bitmap.
  826. /// </summary>
  827. internal static System.Drawing.Bitmap line {
  828. get {
  829. object obj = ResourceManager.GetObject("line", resourceCulture);
  830. return ((System.Drawing.Bitmap)(obj));
  831. }
  832. }
  833. /// <summary>
  834. /// Looks up a localized resource of type System.Drawing.Bitmap.
  835. /// </summary>
  836. internal static System.Drawing.Bitmap link {
  837. get {
  838. object obj = ResourceManager.GetObject("link", resourceCulture);
  839. return ((System.Drawing.Bitmap)(obj));
  840. }
  841. }
  842. /// <summary>
  843. /// Looks up a localized resource of type System.Drawing.Bitmap.
  844. /// </summary>
  845. internal static System.Drawing.Bitmap localfile {
  846. get {
  847. object obj = ResourceManager.GetObject("localfile", resourceCulture);
  848. return ((System.Drawing.Bitmap)(obj));
  849. }
  850. }
  851. /// <summary>
  852. /// Looks up a localized resource of type System.Drawing.Bitmap.
  853. /// </summary>
  854. internal static System.Drawing.Bitmap lock_sml {
  855. get {
  856. object obj = ResourceManager.GetObject("lock_sml", resourceCulture);
  857. return ((System.Drawing.Bitmap)(obj));
  858. }
  859. }
  860. /// <summary>
  861. /// Looks up a localized resource of type System.Drawing.Bitmap.
  862. /// </summary>
  863. internal static System.Drawing.Bitmap locked {
  864. get {
  865. object obj = ResourceManager.GetObject("locked", resourceCulture);
  866. return ((System.Drawing.Bitmap)(obj));
  867. }
  868. }
  869. /// <summary>
  870. /// Looks up a localized resource of type System.Drawing.Bitmap.
  871. /// </summary>
  872. internal static System.Drawing.Bitmap logikal {
  873. get {
  874. object obj = ResourceManager.GetObject("logikal", resourceCulture);
  875. return ((System.Drawing.Bitmap)(obj));
  876. }
  877. }
  878. /// <summary>
  879. /// Looks up a localized resource of type System.Drawing.Bitmap.
  880. /// </summary>
  881. internal static System.Drawing.Bitmap map {
  882. get {
  883. object obj = ResourceManager.GetObject("map", resourceCulture);
  884. return ((System.Drawing.Bitmap)(obj));
  885. }
  886. }
  887. /// <summary>
  888. /// Looks up a localized resource of type System.Drawing.Bitmap.
  889. /// </summary>
  890. internal static System.Drawing.Bitmap mapmarker {
  891. get {
  892. object obj = ResourceManager.GetObject("mapmarker", resourceCulture);
  893. return ((System.Drawing.Bitmap)(obj));
  894. }
  895. }
  896. /// <summary>
  897. /// Looks up a localized resource of type System.Drawing.Bitmap.
  898. /// </summary>
  899. internal static System.Drawing.Bitmap menu {
  900. get {
  901. object obj = ResourceManager.GetObject("menu", resourceCulture);
  902. return ((System.Drawing.Bitmap)(obj));
  903. }
  904. }
  905. /// <summary>
  906. /// Looks up a localized resource of type System.Drawing.Bitmap.
  907. /// </summary>
  908. internal static System.Drawing.Bitmap milestone {
  909. get {
  910. object obj = ResourceManager.GetObject("milestone", resourceCulture);
  911. return ((System.Drawing.Bitmap)(obj));
  912. }
  913. }
  914. /// <summary>
  915. /// Looks up a localized resource of type System.Drawing.Bitmap.
  916. /// </summary>
  917. internal static System.Drawing.Bitmap minus {
  918. get {
  919. object obj = ResourceManager.GetObject("minus", resourceCulture);
  920. return ((System.Drawing.Bitmap)(obj));
  921. }
  922. }
  923. /// <summary>
  924. /// Looks up a localized resource of type System.Drawing.Bitmap.
  925. /// </summary>
  926. internal static System.Drawing.Bitmap myob {
  927. get {
  928. object obj = ResourceManager.GetObject("myob", resourceCulture);
  929. return ((System.Drawing.Bitmap)(obj));
  930. }
  931. }
  932. /// <summary>
  933. /// Looks up a localized resource of type System.Drawing.Bitmap.
  934. /// </summary>
  935. internal static System.Drawing.Bitmap next {
  936. get {
  937. object obj = ResourceManager.GetObject("next", resourceCulture);
  938. return ((System.Drawing.Bitmap)(obj));
  939. }
  940. }
  941. /// <summary>
  942. /// Looks up a localized resource of type System.Drawing.Bitmap.
  943. /// </summary>
  944. internal static System.Drawing.Bitmap notification {
  945. get {
  946. object obj = ResourceManager.GetObject("notification", resourceCulture);
  947. return ((System.Drawing.Bitmap)(obj));
  948. }
  949. }
  950. /// <summary>
  951. /// Looks up a localized resource of type System.Drawing.Bitmap.
  952. /// </summary>
  953. internal static System.Drawing.Bitmap orgchart {
  954. get {
  955. object obj = ResourceManager.GetObject("orgchart", resourceCulture);
  956. return ((System.Drawing.Bitmap)(obj));
  957. }
  958. }
  959. /// <summary>
  960. /// Looks up a localized resource of type System.Drawing.Bitmap.
  961. /// </summary>
  962. internal static System.Drawing.Bitmap overtime {
  963. get {
  964. object obj = ResourceManager.GetObject("overtime", resourceCulture);
  965. return ((System.Drawing.Bitmap)(obj));
  966. }
  967. }
  968. /// <summary>
  969. /// Looks up a localized resource of type System.Drawing.Bitmap.
  970. /// </summary>
  971. internal static System.Drawing.Bitmap pagewidth {
  972. get {
  973. object obj = ResourceManager.GetObject("pagewidth", resourceCulture);
  974. return ((System.Drawing.Bitmap)(obj));
  975. }
  976. }
  977. /// <summary>
  978. /// Looks up a localized resource of type System.Drawing.Bitmap.
  979. /// </summary>
  980. internal static System.Drawing.Bitmap palette {
  981. get {
  982. object obj = ResourceManager.GetObject("palette", resourceCulture);
  983. return ((System.Drawing.Bitmap)(obj));
  984. }
  985. }
  986. /// <summary>
  987. /// Looks up a localized resource of type System.Drawing.Bitmap.
  988. /// </summary>
  989. internal static System.Drawing.Bitmap parcel {
  990. get {
  991. object obj = ResourceManager.GetObject("parcel", resourceCulture);
  992. return ((System.Drawing.Bitmap)(obj));
  993. }
  994. }
  995. /// <summary>
  996. /// Looks up a localized resource of type System.Drawing.Bitmap.
  997. /// </summary>
  998. internal static System.Drawing.Bitmap password {
  999. get {
  1000. object obj = ResourceManager.GetObject("password", resourceCulture);
  1001. return ((System.Drawing.Bitmap)(obj));
  1002. }
  1003. }
  1004. /// <summary>
  1005. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1006. /// </summary>
  1007. internal static System.Drawing.Bitmap payment {
  1008. get {
  1009. object obj = ResourceManager.GetObject("payment", resourceCulture);
  1010. return ((System.Drawing.Bitmap)(obj));
  1011. }
  1012. }
  1013. /// <summary>
  1014. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1015. /// </summary>
  1016. internal static System.Drawing.Bitmap pencil {
  1017. get {
  1018. object obj = ResourceManager.GetObject("pencil", resourceCulture);
  1019. return ((System.Drawing.Bitmap)(obj));
  1020. }
  1021. }
  1022. /// <summary>
  1023. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1024. /// </summary>
  1025. internal static System.Drawing.Bitmap pin {
  1026. get {
  1027. object obj = ResourceManager.GetObject("pin", resourceCulture);
  1028. return ((System.Drawing.Bitmap)(obj));
  1029. }
  1030. }
  1031. /// <summary>
  1032. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1033. /// </summary>
  1034. internal static System.Drawing.Bitmap plus {
  1035. get {
  1036. object obj = ResourceManager.GetObject("plus", resourceCulture);
  1037. return ((System.Drawing.Bitmap)(obj));
  1038. }
  1039. }
  1040. /// <summary>
  1041. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1042. /// </summary>
  1043. internal static System.Drawing.Bitmap position {
  1044. get {
  1045. object obj = ResourceManager.GetObject("position", resourceCulture);
  1046. return ((System.Drawing.Bitmap)(obj));
  1047. }
  1048. }
  1049. /// <summary>
  1050. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1051. /// </summary>
  1052. internal static System.Drawing.Bitmap post {
  1053. get {
  1054. object obj = ResourceManager.GetObject("post", resourceCulture);
  1055. return ((System.Drawing.Bitmap)(obj));
  1056. }
  1057. }
  1058. /// <summary>
  1059. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1060. /// </summary>
  1061. internal static System.Drawing.Bitmap printer {
  1062. get {
  1063. object obj = ResourceManager.GetObject("printer", resourceCulture);
  1064. return ((System.Drawing.Bitmap)(obj));
  1065. }
  1066. }
  1067. /// <summary>
  1068. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1069. /// </summary>
  1070. internal static System.Drawing.Bitmap product {
  1071. get {
  1072. object obj = ResourceManager.GetObject("product", resourceCulture);
  1073. return ((System.Drawing.Bitmap)(obj));
  1074. }
  1075. }
  1076. /// <summary>
  1077. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1078. /// </summary>
  1079. internal static System.Drawing.Bitmap productgroup {
  1080. get {
  1081. object obj = ResourceManager.GetObject("productgroup", resourceCulture);
  1082. return ((System.Drawing.Bitmap)(obj));
  1083. }
  1084. }
  1085. /// <summary>
  1086. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1087. /// </summary>
  1088. internal static System.Drawing.Bitmap project {
  1089. get {
  1090. object obj = ResourceManager.GetObject("project", resourceCulture);
  1091. return ((System.Drawing.Bitmap)(obj));
  1092. }
  1093. }
  1094. /// <summary>
  1095. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1096. /// </summary>
  1097. internal static System.Drawing.Bitmap purchase {
  1098. get {
  1099. object obj = ResourceManager.GetObject("purchase", resourceCulture);
  1100. return ((System.Drawing.Bitmap)(obj));
  1101. }
  1102. }
  1103. /// <summary>
  1104. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1105. /// </summary>
  1106. internal static System.Drawing.Bitmap quality {
  1107. get {
  1108. object obj = ResourceManager.GetObject("quality", resourceCulture);
  1109. return ((System.Drawing.Bitmap)(obj));
  1110. }
  1111. }
  1112. /// <summary>
  1113. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1114. /// </summary>
  1115. internal static System.Drawing.Bitmap quotation {
  1116. get {
  1117. object obj = ResourceManager.GetObject("quotation", resourceCulture);
  1118. return ((System.Drawing.Bitmap)(obj));
  1119. }
  1120. }
  1121. /// <summary>
  1122. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1123. /// </summary>
  1124. internal static System.Drawing.Bitmap quotestatus {
  1125. get {
  1126. object obj = ResourceManager.GetObject("quotestatus", resourceCulture);
  1127. return ((System.Drawing.Bitmap)(obj));
  1128. }
  1129. }
  1130. /// <summary>
  1131. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1132. /// </summary>
  1133. internal static System.Drawing.Bitmap rack {
  1134. get {
  1135. object obj = ResourceManager.GetObject("rack", resourceCulture);
  1136. return ((System.Drawing.Bitmap)(obj));
  1137. }
  1138. }
  1139. /// <summary>
  1140. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1141. /// </summary>
  1142. internal static System.Drawing.Bitmap receipt {
  1143. get {
  1144. object obj = ResourceManager.GetObject("receipt", resourceCulture);
  1145. return ((System.Drawing.Bitmap)(obj));
  1146. }
  1147. }
  1148. /// <summary>
  1149. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1150. /// </summary>
  1151. internal static System.Drawing.Bitmap refresh {
  1152. get {
  1153. object obj = ResourceManager.GetObject("refresh", resourceCulture);
  1154. return ((System.Drawing.Bitmap)(obj));
  1155. }
  1156. }
  1157. /// <summary>
  1158. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1159. /// </summary>
  1160. internal static System.Drawing.Bitmap remotefile {
  1161. get {
  1162. object obj = ResourceManager.GetObject("remotefile", resourceCulture);
  1163. return ((System.Drawing.Bitmap)(obj));
  1164. }
  1165. }
  1166. /// <summary>
  1167. /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
  1168. /// </summary>
  1169. internal static System.IO.UnmanagedMemoryStream remove {
  1170. get {
  1171. return ResourceManager.GetStream("remove", resourceCulture);
  1172. }
  1173. }
  1174. /// <summary>
  1175. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1176. /// </summary>
  1177. internal static System.Drawing.Bitmap reply {
  1178. get {
  1179. object obj = ResourceManager.GetObject("reply", resourceCulture);
  1180. return ((System.Drawing.Bitmap)(obj));
  1181. }
  1182. }
  1183. /// <summary>
  1184. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1185. /// </summary>
  1186. internal static System.Drawing.Bitmap report {
  1187. get {
  1188. object obj = ResourceManager.GetObject("report", resourceCulture);
  1189. return ((System.Drawing.Bitmap)(obj));
  1190. }
  1191. }
  1192. /// <summary>
  1193. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1194. /// </summary>
  1195. internal static System.Drawing.Bitmap requisition {
  1196. get {
  1197. object obj = ResourceManager.GetObject("requisition", resourceCulture);
  1198. return ((System.Drawing.Bitmap)(obj));
  1199. }
  1200. }
  1201. /// <summary>
  1202. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1203. /// </summary>
  1204. internal static System.Drawing.Bitmap revision {
  1205. get {
  1206. object obj = ResourceManager.GetObject("revision", resourceCulture);
  1207. return ((System.Drawing.Bitmap)(obj));
  1208. }
  1209. }
  1210. /// <summary>
  1211. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1212. /// </summary>
  1213. internal static System.Drawing.Bitmap rightarrow {
  1214. get {
  1215. object obj = ResourceManager.GetObject("rightarrow", resourceCulture);
  1216. return ((System.Drawing.Bitmap)(obj));
  1217. }
  1218. }
  1219. /// <summary>
  1220. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1221. /// </summary>
  1222. internal static System.Drawing.Bitmap sage {
  1223. get {
  1224. object obj = ResourceManager.GetObject("sage", resourceCulture);
  1225. return ((System.Drawing.Bitmap)(obj));
  1226. }
  1227. }
  1228. /// <summary>
  1229. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1230. /// </summary>
  1231. internal static System.Drawing.Bitmap schedule_disabled {
  1232. get {
  1233. object obj = ResourceManager.GetObject("schedule_disabled", resourceCulture);
  1234. return ((System.Drawing.Bitmap)(obj));
  1235. }
  1236. }
  1237. /// <summary>
  1238. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1239. /// </summary>
  1240. internal static System.Drawing.Bitmap schedule_enabled {
  1241. get {
  1242. object obj = ResourceManager.GetObject("schedule_enabled", resourceCulture);
  1243. return ((System.Drawing.Bitmap)(obj));
  1244. }
  1245. }
  1246. /// <summary>
  1247. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1248. /// </summary>
  1249. internal static System.Drawing.Bitmap schedule_overdue {
  1250. get {
  1251. object obj = ResourceManager.GetObject("schedule_overdue", resourceCulture);
  1252. return ((System.Drawing.Bitmap)(obj));
  1253. }
  1254. }
  1255. /// <summary>
  1256. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1257. /// </summary>
  1258. internal static System.Drawing.Bitmap script {
  1259. get {
  1260. object obj = ResourceManager.GetObject("script", resourceCulture);
  1261. return ((System.Drawing.Bitmap)(obj));
  1262. }
  1263. }
  1264. /// <summary>
  1265. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1266. /// </summary>
  1267. internal static System.Drawing.Bitmap securitygroup {
  1268. get {
  1269. object obj = ResourceManager.GetObject("securitygroup", resourceCulture);
  1270. return ((System.Drawing.Bitmap)(obj));
  1271. }
  1272. }
  1273. /// <summary>
  1274. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1275. /// </summary>
  1276. internal static System.Drawing.Bitmap service {
  1277. get {
  1278. object obj = ResourceManager.GetObject("service", resourceCulture);
  1279. return ((System.Drawing.Bitmap)(obj));
  1280. }
  1281. }
  1282. /// <summary>
  1283. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1284. /// </summary>
  1285. internal static System.Drawing.Bitmap shared {
  1286. get {
  1287. object obj = ResourceManager.GetObject("shared", resourceCulture);
  1288. return ((System.Drawing.Bitmap)(obj));
  1289. }
  1290. }
  1291. /// <summary>
  1292. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1293. /// </summary>
  1294. internal static System.Drawing.Bitmap sick {
  1295. get {
  1296. object obj = ResourceManager.GetObject("sick", resourceCulture);
  1297. return ((System.Drawing.Bitmap)(obj));
  1298. }
  1299. }
  1300. /// <summary>
  1301. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1302. /// </summary>
  1303. internal static System.Drawing.Bitmap small_add {
  1304. get {
  1305. object obj = ResourceManager.GetObject("small_add", resourceCulture);
  1306. return ((System.Drawing.Bitmap)(obj));
  1307. }
  1308. }
  1309. /// <summary>
  1310. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1311. /// </summary>
  1312. internal static System.Drawing.Bitmap small_delete {
  1313. get {
  1314. object obj = ResourceManager.GetObject("small_delete", resourceCulture);
  1315. return ((System.Drawing.Bitmap)(obj));
  1316. }
  1317. }
  1318. /// <summary>
  1319. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1320. /// </summary>
  1321. internal static System.Drawing.Bitmap small_edit {
  1322. get {
  1323. object obj = ResourceManager.GetObject("small_edit", resourceCulture);
  1324. return ((System.Drawing.Bitmap)(obj));
  1325. }
  1326. }
  1327. /// <summary>
  1328. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1329. /// </summary>
  1330. internal static System.Drawing.Bitmap smiley {
  1331. get {
  1332. object obj = ResourceManager.GetObject("smiley", resourceCulture);
  1333. return ((System.Drawing.Bitmap)(obj));
  1334. }
  1335. }
  1336. /// <summary>
  1337. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1338. /// </summary>
  1339. internal static System.Drawing.Bitmap spanner {
  1340. get {
  1341. object obj = ResourceManager.GetObject("spanner", resourceCulture);
  1342. return ((System.Drawing.Bitmap)(obj));
  1343. }
  1344. }
  1345. /// <summary>
  1346. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1347. /// </summary>
  1348. internal static System.Drawing.Bitmap specifications {
  1349. get {
  1350. object obj = ResourceManager.GetObject("specifications", resourceCulture);
  1351. return ((System.Drawing.Bitmap)(obj));
  1352. }
  1353. }
  1354. /// <summary>
  1355. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1356. /// </summary>
  1357. internal static System.Drawing.Bitmap speechbubble {
  1358. get {
  1359. object obj = ResourceManager.GetObject("speechbubble", resourceCulture);
  1360. return ((System.Drawing.Bitmap)(obj));
  1361. }
  1362. }
  1363. /// <summary>
  1364. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1365. /// </summary>
  1366. internal static System.Drawing.Bitmap splash_small {
  1367. get {
  1368. object obj = ResourceManager.GetObject("splash_small", resourceCulture);
  1369. return ((System.Drawing.Bitmap)(obj));
  1370. }
  1371. }
  1372. /// <summary>
  1373. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1374. /// </summary>
  1375. internal static System.Drawing.Bitmap split {
  1376. get {
  1377. object obj = ResourceManager.GetObject("split", resourceCulture);
  1378. return ((System.Drawing.Bitmap)(obj));
  1379. }
  1380. }
  1381. /// <summary>
  1382. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1383. /// </summary>
  1384. internal static System.Drawing.Bitmap square {
  1385. get {
  1386. object obj = ResourceManager.GetObject("square", resourceCulture);
  1387. return ((System.Drawing.Bitmap)(obj));
  1388. }
  1389. }
  1390. /// <summary>
  1391. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1392. /// </summary>
  1393. internal static System.Drawing.Bitmap stop {
  1394. get {
  1395. object obj = ResourceManager.GetObject("stop", resourceCulture);
  1396. return ((System.Drawing.Bitmap)(obj));
  1397. }
  1398. }
  1399. /// <summary>
  1400. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1401. /// </summary>
  1402. internal static System.Drawing.Bitmap supplier {
  1403. get {
  1404. object obj = ResourceManager.GetObject("supplier", resourceCulture);
  1405. return ((System.Drawing.Bitmap)(obj));
  1406. }
  1407. }
  1408. /// <summary>
  1409. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1410. /// </summary>
  1411. internal static System.Drawing.Bitmap target {
  1412. get {
  1413. object obj = ResourceManager.GetObject("target", resourceCulture);
  1414. return ((System.Drawing.Bitmap)(obj));
  1415. }
  1416. }
  1417. /// <summary>
  1418. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1419. /// </summary>
  1420. internal static System.Drawing.Bitmap taxcode {
  1421. get {
  1422. object obj = ResourceManager.GetObject("taxcode", resourceCulture);
  1423. return ((System.Drawing.Bitmap)(obj));
  1424. }
  1425. }
  1426. /// <summary>
  1427. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1428. /// </summary>
  1429. internal static System.Drawing.Bitmap team {
  1430. get {
  1431. object obj = ResourceManager.GetObject("team", resourceCulture);
  1432. return ((System.Drawing.Bitmap)(obj));
  1433. }
  1434. }
  1435. /// <summary>
  1436. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1437. /// </summary>
  1438. internal static System.Drawing.Bitmap template {
  1439. get {
  1440. object obj = ResourceManager.GetObject("template", resourceCulture);
  1441. return ((System.Drawing.Bitmap)(obj));
  1442. }
  1443. }
  1444. /// <summary>
  1445. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1446. /// </summary>
  1447. internal static System.Drawing.Bitmap text {
  1448. get {
  1449. object obj = ResourceManager.GetObject("text", resourceCulture);
  1450. return ((System.Drawing.Bitmap)(obj));
  1451. }
  1452. }
  1453. /// <summary>
  1454. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1455. /// </summary>
  1456. internal static System.Drawing.Bitmap tick {
  1457. get {
  1458. object obj = ResourceManager.GetObject("tick", resourceCulture);
  1459. return ((System.Drawing.Bitmap)(obj));
  1460. }
  1461. }
  1462. /// <summary>
  1463. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1464. /// </summary>
  1465. internal static System.Drawing.Bitmap tick_sml {
  1466. get {
  1467. object obj = ResourceManager.GetObject("tick_sml", resourceCulture);
  1468. return ((System.Drawing.Bitmap)(obj));
  1469. }
  1470. }
  1471. /// <summary>
  1472. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1473. /// </summary>
  1474. internal static System.Drawing.Bitmap time {
  1475. get {
  1476. object obj = ResourceManager.GetObject("time", resourceCulture);
  1477. return ((System.Drawing.Bitmap)(obj));
  1478. }
  1479. }
  1480. /// <summary>
  1481. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1482. /// </summary>
  1483. internal static System.Drawing.Bitmap trolley {
  1484. get {
  1485. object obj = ResourceManager.GetObject("trolley", resourceCulture);
  1486. return ((System.Drawing.Bitmap)(obj));
  1487. }
  1488. }
  1489. /// <summary>
  1490. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1491. /// </summary>
  1492. internal static System.Drawing.Bitmap truck {
  1493. get {
  1494. object obj = ResourceManager.GetObject("truck", resourceCulture);
  1495. return ((System.Drawing.Bitmap)(obj));
  1496. }
  1497. }
  1498. /// <summary>
  1499. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1500. /// </summary>
  1501. internal static System.Drawing.Bitmap unitofmeasure {
  1502. get {
  1503. object obj = ResourceManager.GetObject("unitofmeasure", resourceCulture);
  1504. return ((System.Drawing.Bitmap)(obj));
  1505. }
  1506. }
  1507. /// <summary>
  1508. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1509. /// </summary>
  1510. internal static System.Drawing.Bitmap uparrow {
  1511. get {
  1512. object obj = ResourceManager.GetObject("uparrow", resourceCulture);
  1513. return ((System.Drawing.Bitmap)(obj));
  1514. }
  1515. }
  1516. /// <summary>
  1517. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1518. /// </summary>
  1519. internal static System.Drawing.Bitmap upload {
  1520. get {
  1521. object obj = ResourceManager.GetObject("upload", resourceCulture);
  1522. return ((System.Drawing.Bitmap)(obj));
  1523. }
  1524. }
  1525. /// <summary>
  1526. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1527. /// </summary>
  1528. internal static System.Drawing.Bitmap user {
  1529. get {
  1530. object obj = ResourceManager.GetObject("user", resourceCulture);
  1531. return ((System.Drawing.Bitmap)(obj));
  1532. }
  1533. }
  1534. /// <summary>
  1535. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1536. /// </summary>
  1537. internal static System.Drawing.Bitmap v6 {
  1538. get {
  1539. object obj = ResourceManager.GetObject("v6", resourceCulture);
  1540. return ((System.Drawing.Bitmap)(obj));
  1541. }
  1542. }
  1543. /// <summary>
  1544. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1545. /// </summary>
  1546. internal static System.Drawing.Bitmap videorecording {
  1547. get {
  1548. object obj = ResourceManager.GetObject("videorecording", resourceCulture);
  1549. return ((System.Drawing.Bitmap)(obj));
  1550. }
  1551. }
  1552. /// <summary>
  1553. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1554. /// </summary>
  1555. internal static System.Drawing.Bitmap view {
  1556. get {
  1557. object obj = ResourceManager.GetObject("view", resourceCulture);
  1558. return ((System.Drawing.Bitmap)(obj));
  1559. }
  1560. }
  1561. /// <summary>
  1562. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1563. /// </summary>
  1564. internal static System.Drawing.Bitmap warehouse {
  1565. get {
  1566. object obj = ResourceManager.GetObject("warehouse", resourceCulture);
  1567. return ((System.Drawing.Bitmap)(obj));
  1568. }
  1569. }
  1570. /// <summary>
  1571. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1572. /// </summary>
  1573. internal static System.Drawing.Bitmap warning {
  1574. get {
  1575. object obj = ResourceManager.GetObject("warning", resourceCulture);
  1576. return ((System.Drawing.Bitmap)(obj));
  1577. }
  1578. }
  1579. /// <summary>
  1580. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1581. /// </summary>
  1582. internal static System.Drawing.Bitmap wrench {
  1583. get {
  1584. object obj = ResourceManager.GetObject("wrench", resourceCulture);
  1585. return ((System.Drawing.Bitmap)(obj));
  1586. }
  1587. }
  1588. }
  1589. }