Resources.Designer.cs 62 KB

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