Resources.Designer.cs 62 KB

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