Resources.Designer.cs 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  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 InABox.Wpf {
  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. public 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. public 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("InABox.Wpf.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. public 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. public 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.Drawing.Bitmap.
  65. /// </summary>
  66. public static System.Drawing.Bitmap AlignTextCenter16 {
  67. get {
  68. object obj = ResourceManager.GetObject("AlignTextCenter16", resourceCulture);
  69. return ((System.Drawing.Bitmap)(obj));
  70. }
  71. }
  72. /// <summary>
  73. /// Looks up a localized resource of type System.Drawing.Bitmap.
  74. /// </summary>
  75. public static System.Drawing.Bitmap AlignTextJustify16 {
  76. get {
  77. object obj = ResourceManager.GetObject("AlignTextJustify16", resourceCulture);
  78. return ((System.Drawing.Bitmap)(obj));
  79. }
  80. }
  81. /// <summary>
  82. /// Looks up a localized resource of type System.Drawing.Bitmap.
  83. /// </summary>
  84. public static System.Drawing.Bitmap AlignTextLeft16 {
  85. get {
  86. object obj = ResourceManager.GetObject("AlignTextLeft16", resourceCulture);
  87. return ((System.Drawing.Bitmap)(obj));
  88. }
  89. }
  90. /// <summary>
  91. /// Looks up a localized resource of type System.Drawing.Bitmap.
  92. /// </summary>
  93. public static System.Drawing.Bitmap AlignTextRight16 {
  94. get {
  95. object obj = ResourceManager.GetObject("AlignTextRight16", resourceCulture);
  96. return ((System.Drawing.Bitmap)(obj));
  97. }
  98. }
  99. /// <summary>
  100. /// Looks up a localized resource of type System.Drawing.Bitmap.
  101. /// </summary>
  102. public static System.Drawing.Bitmap alter {
  103. get {
  104. object obj = ResourceManager.GetObject("alter", resourceCulture);
  105. return ((System.Drawing.Bitmap)(obj));
  106. }
  107. }
  108. /// <summary>
  109. /// Looks up a localized resource of type System.Drawing.Bitmap.
  110. /// </summary>
  111. public static System.Drawing.Bitmap back {
  112. get {
  113. object obj = ResourceManager.GetObject("back", resourceCulture);
  114. return ((System.Drawing.Bitmap)(obj));
  115. }
  116. }
  117. /// <summary>
  118. /// Looks up a localized resource of type System.Drawing.Bitmap.
  119. /// </summary>
  120. public static System.Drawing.Bitmap Bold16 {
  121. get {
  122. object obj = ResourceManager.GetObject("Bold16", resourceCulture);
  123. return ((System.Drawing.Bitmap)(obj));
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized resource of type System.Drawing.Bitmap.
  128. /// </summary>
  129. public static System.Drawing.Bitmap Bullet_Arrow {
  130. get {
  131. object obj = ResourceManager.GetObject("Bullet_Arrow", resourceCulture);
  132. return ((System.Drawing.Bitmap)(obj));
  133. }
  134. }
  135. /// <summary>
  136. /// Looks up a localized resource of type System.Drawing.Bitmap.
  137. /// </summary>
  138. public static System.Drawing.Bitmap Bullet_Circle {
  139. get {
  140. object obj = ResourceManager.GetObject("Bullet_Circle", resourceCulture);
  141. return ((System.Drawing.Bitmap)(obj));
  142. }
  143. }
  144. /// <summary>
  145. /// Looks up a localized resource of type System.Drawing.Bitmap.
  146. /// </summary>
  147. public static System.Drawing.Bitmap Bullet_Dot {
  148. get {
  149. object obj = ResourceManager.GetObject("Bullet_Dot", resourceCulture);
  150. return ((System.Drawing.Bitmap)(obj));
  151. }
  152. }
  153. /// <summary>
  154. /// Looks up a localized resource of type System.Drawing.Bitmap.
  155. /// </summary>
  156. public static System.Drawing.Bitmap Bullet_Flower {
  157. get {
  158. object obj = ResourceManager.GetObject("Bullet_Flower", resourceCulture);
  159. return ((System.Drawing.Bitmap)(obj));
  160. }
  161. }
  162. /// <summary>
  163. /// Looks up a localized resource of type System.Drawing.Bitmap.
  164. /// </summary>
  165. public static System.Drawing.Bitmap Bullet_Image {
  166. get {
  167. object obj = ResourceManager.GetObject("Bullet_Image", resourceCulture);
  168. return ((System.Drawing.Bitmap)(obj));
  169. }
  170. }
  171. /// <summary>
  172. /// Looks up a localized resource of type System.Drawing.Bitmap.
  173. /// </summary>
  174. public static System.Drawing.Bitmap Bullet_None {
  175. get {
  176. object obj = ResourceManager.GetObject("Bullet_None", resourceCulture);
  177. return ((System.Drawing.Bitmap)(obj));
  178. }
  179. }
  180. /// <summary>
  181. /// Looks up a localized resource of type System.Drawing.Bitmap.
  182. /// </summary>
  183. public static System.Drawing.Bitmap Bullet_Square {
  184. get {
  185. object obj = ResourceManager.GetObject("Bullet_Square", resourceCulture);
  186. return ((System.Drawing.Bitmap)(obj));
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized resource of type System.Drawing.Bitmap.
  191. /// </summary>
  192. public static System.Drawing.Bitmap Bullet_Tick {
  193. get {
  194. object obj = ResourceManager.GetObject("Bullet_Tick", resourceCulture);
  195. return ((System.Drawing.Bitmap)(obj));
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized resource of type System.Drawing.Bitmap.
  200. /// </summary>
  201. public static System.Drawing.Bitmap Bullets16 {
  202. get {
  203. object obj = ResourceManager.GetObject("Bullets16", resourceCulture);
  204. return ((System.Drawing.Bitmap)(obj));
  205. }
  206. }
  207. /// <summary>
  208. /// Looks up a localized resource of type System.Drawing.Bitmap.
  209. /// </summary>
  210. public static System.Drawing.Bitmap circle {
  211. get {
  212. object obj = ResourceManager.GetObject("circle", resourceCulture);
  213. return ((System.Drawing.Bitmap)(obj));
  214. }
  215. }
  216. /// <summary>
  217. /// Looks up a localized resource of type System.Drawing.Bitmap.
  218. /// </summary>
  219. public static System.Drawing.Bitmap copy {
  220. get {
  221. object obj = ResourceManager.GetObject("copy", resourceCulture);
  222. return ((System.Drawing.Bitmap)(obj));
  223. }
  224. }
  225. /// <summary>
  226. /// Looks up a localized resource of type System.Drawing.Bitmap.
  227. /// </summary>
  228. public static System.Drawing.Bitmap cut {
  229. get {
  230. object obj = ResourceManager.GetObject("cut", resourceCulture);
  231. return ((System.Drawing.Bitmap)(obj));
  232. }
  233. }
  234. /// <summary>
  235. /// Looks up a localized resource of type System.Drawing.Bitmap.
  236. /// </summary>
  237. public static System.Drawing.Bitmap DecreaseIndent16 {
  238. get {
  239. object obj = ResourceManager.GetObject("DecreaseIndent16", resourceCulture);
  240. return ((System.Drawing.Bitmap)(obj));
  241. }
  242. }
  243. /// <summary>
  244. /// Looks up a localized resource of type System.Drawing.Bitmap.
  245. /// </summary>
  246. public static System.Drawing.Bitmap delete {
  247. get {
  248. object obj = ResourceManager.GetObject("delete", resourceCulture);
  249. return ((System.Drawing.Bitmap)(obj));
  250. }
  251. }
  252. /// <summary>
  253. /// Looks up a localized resource of type System.Drawing.Bitmap.
  254. /// </summary>
  255. public static System.Drawing.Bitmap design {
  256. get {
  257. object obj = ResourceManager.GetObject("design", resourceCulture);
  258. return ((System.Drawing.Bitmap)(obj));
  259. }
  260. }
  261. /// <summary>
  262. /// Looks up a localized resource of type System.Drawing.Bitmap.
  263. /// </summary>
  264. public static System.Drawing.Bitmap disabled {
  265. get {
  266. object obj = ResourceManager.GetObject("disabled", resourceCulture);
  267. return ((System.Drawing.Bitmap)(obj));
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized resource of type System.Drawing.Bitmap.
  272. /// </summary>
  273. public static System.Drawing.Bitmap disk {
  274. get {
  275. object obj = ResourceManager.GetObject("disk", resourceCulture);
  276. return ((System.Drawing.Bitmap)(obj));
  277. }
  278. }
  279. /// <summary>
  280. /// Looks up a localized resource of type System.Drawing.Bitmap.
  281. /// </summary>
  282. public static System.Drawing.Bitmap doc_bmp {
  283. get {
  284. object obj = ResourceManager.GetObject("doc_bmp", resourceCulture);
  285. return ((System.Drawing.Bitmap)(obj));
  286. }
  287. }
  288. /// <summary>
  289. /// Looks up a localized resource of type System.Drawing.Bitmap.
  290. /// </summary>
  291. public static System.Drawing.Bitmap doc_jpg {
  292. get {
  293. object obj = ResourceManager.GetObject("doc_jpg", resourceCulture);
  294. return ((System.Drawing.Bitmap)(obj));
  295. }
  296. }
  297. /// <summary>
  298. /// Looks up a localized resource of type System.Drawing.Bitmap.
  299. /// </summary>
  300. public static System.Drawing.Bitmap doc_misc {
  301. get {
  302. object obj = ResourceManager.GetObject("doc_misc", resourceCulture);
  303. return ((System.Drawing.Bitmap)(obj));
  304. }
  305. }
  306. /// <summary>
  307. /// Looks up a localized resource of type System.Drawing.Bitmap.
  308. /// </summary>
  309. public static System.Drawing.Bitmap doc_pdf {
  310. get {
  311. object obj = ResourceManager.GetObject("doc_pdf", resourceCulture);
  312. return ((System.Drawing.Bitmap)(obj));
  313. }
  314. }
  315. /// <summary>
  316. /// Looks up a localized resource of type System.Drawing.Bitmap.
  317. /// </summary>
  318. public static System.Drawing.Bitmap doc_png {
  319. get {
  320. object obj = ResourceManager.GetObject("doc_png", resourceCulture);
  321. return ((System.Drawing.Bitmap)(obj));
  322. }
  323. }
  324. /// <summary>
  325. /// Looks up a localized resource of type System.Drawing.Bitmap.
  326. /// </summary>
  327. public static System.Drawing.Bitmap doc_rtf {
  328. get {
  329. object obj = ResourceManager.GetObject("doc_rtf", resourceCulture);
  330. return ((System.Drawing.Bitmap)(obj));
  331. }
  332. }
  333. /// <summary>
  334. /// Looks up a localized resource of type System.Drawing.Bitmap.
  335. /// </summary>
  336. public static System.Drawing.Bitmap doc_txt {
  337. get {
  338. object obj = ResourceManager.GetObject("doc_txt", resourceCulture);
  339. return ((System.Drawing.Bitmap)(obj));
  340. }
  341. }
  342. /// <summary>
  343. /// Looks up a localized resource of type System.Drawing.Bitmap.
  344. /// </summary>
  345. public static System.Drawing.Bitmap doc_xls {
  346. get {
  347. object obj = ResourceManager.GetObject("doc_xls", resourceCulture);
  348. return ((System.Drawing.Bitmap)(obj));
  349. }
  350. }
  351. /// <summary>
  352. /// Looks up a localized resource of type System.Drawing.Bitmap.
  353. /// </summary>
  354. public static System.Drawing.Bitmap downarrow {
  355. get {
  356. object obj = ResourceManager.GetObject("downarrow", resourceCulture);
  357. return ((System.Drawing.Bitmap)(obj));
  358. }
  359. }
  360. /// <summary>
  361. /// Looks up a localized resource of type System.Drawing.Bitmap.
  362. /// </summary>
  363. public static System.Drawing.Bitmap download {
  364. get {
  365. object obj = ResourceManager.GetObject("download", resourceCulture);
  366. return ((System.Drawing.Bitmap)(obj));
  367. }
  368. }
  369. /// <summary>
  370. /// Looks up a localized resource of type System.Drawing.Bitmap.
  371. /// </summary>
  372. public static System.Drawing.Bitmap drag {
  373. get {
  374. object obj = ResourceManager.GetObject("drag", resourceCulture);
  375. return ((System.Drawing.Bitmap)(obj));
  376. }
  377. }
  378. /// <summary>
  379. /// Looks up a localized resource of type System.Drawing.Bitmap.
  380. /// </summary>
  381. public static System.Drawing.Bitmap draw {
  382. get {
  383. object obj = ResourceManager.GetObject("draw", resourceCulture);
  384. return ((System.Drawing.Bitmap)(obj));
  385. }
  386. }
  387. /// <summary>
  388. /// Looks up a localized resource of type System.Drawing.Bitmap.
  389. /// </summary>
  390. public static System.Drawing.Bitmap duplicate {
  391. get {
  392. object obj = ResourceManager.GetObject("duplicate", resourceCulture);
  393. return ((System.Drawing.Bitmap)(obj));
  394. }
  395. }
  396. /// <summary>
  397. /// Looks up a localized resource of type System.Drawing.Bitmap.
  398. /// </summary>
  399. public static System.Drawing.Bitmap edit {
  400. get {
  401. object obj = ResourceManager.GetObject("edit", resourceCulture);
  402. return ((System.Drawing.Bitmap)(obj));
  403. }
  404. }
  405. /// <summary>
  406. /// Looks up a localized resource of type System.Drawing.Bitmap.
  407. /// </summary>
  408. public static System.Drawing.Bitmap email {
  409. get {
  410. object obj = ResourceManager.GetObject("email", resourceCulture);
  411. return ((System.Drawing.Bitmap)(obj));
  412. }
  413. }
  414. /// <summary>
  415. /// Looks up a localized resource of type System.Drawing.Bitmap.
  416. /// </summary>
  417. public static System.Drawing.Bitmap filter {
  418. get {
  419. object obj = ResourceManager.GetObject("filter", resourceCulture);
  420. return ((System.Drawing.Bitmap)(obj));
  421. }
  422. }
  423. /// <summary>
  424. /// Looks up a localized resource of type System.Drawing.Bitmap.
  425. /// </summary>
  426. public static System.Drawing.Bitmap filter_active {
  427. get {
  428. object obj = ResourceManager.GetObject("filter_active", resourceCulture);
  429. return ((System.Drawing.Bitmap)(obj));
  430. }
  431. }
  432. /// <summary>
  433. /// Looks up a localized resource of type System.Drawing.Bitmap.
  434. /// </summary>
  435. public static System.Drawing.Bitmap filter_set {
  436. get {
  437. object obj = ResourceManager.GetObject("filter_set", resourceCulture);
  438. return ((System.Drawing.Bitmap)(obj));
  439. }
  440. }
  441. /// <summary>
  442. /// Looks up a localized resource of type System.Drawing.Bitmap.
  443. /// </summary>
  444. public static System.Drawing.Bitmap first {
  445. get {
  446. object obj = ResourceManager.GetObject("first", resourceCulture);
  447. return ((System.Drawing.Bitmap)(obj));
  448. }
  449. }
  450. /// <summary>
  451. /// Looks up a localized resource of type System.Drawing.Bitmap.
  452. /// </summary>
  453. public static System.Drawing.Bitmap fontsize {
  454. get {
  455. object obj = ResourceManager.GetObject("fontsize", resourceCulture);
  456. return ((System.Drawing.Bitmap)(obj));
  457. }
  458. }
  459. /// <summary>
  460. /// Looks up a localized resource of type System.Drawing.Bitmap.
  461. /// </summary>
  462. public static System.Drawing.Bitmap fullpage {
  463. get {
  464. object obj = ResourceManager.GetObject("fullpage", resourceCulture);
  465. return ((System.Drawing.Bitmap)(obj));
  466. }
  467. }
  468. /// <summary>
  469. /// Looks up a localized resource of type System.Drawing.Bitmap.
  470. /// </summary>
  471. public static System.Drawing.Bitmap go {
  472. get {
  473. object obj = ResourceManager.GetObject("go", resourceCulture);
  474. return ((System.Drawing.Bitmap)(obj));
  475. }
  476. }
  477. /// <summary>
  478. /// Looks up a localized resource of type System.Drawing.Bitmap.
  479. /// </summary>
  480. public static System.Drawing.Bitmap hand {
  481. get {
  482. object obj = ResourceManager.GetObject("hand", resourceCulture);
  483. return ((System.Drawing.Bitmap)(obj));
  484. }
  485. }
  486. /// <summary>
  487. /// Looks up a localized resource of type System.Drawing.Bitmap.
  488. /// </summary>
  489. public static System.Drawing.Bitmap header_closed {
  490. get {
  491. object obj = ResourceManager.GetObject("header_closed", resourceCulture);
  492. return ((System.Drawing.Bitmap)(obj));
  493. }
  494. }
  495. /// <summary>
  496. /// Looks up a localized resource of type System.Drawing.Bitmap.
  497. /// </summary>
  498. public static System.Drawing.Bitmap help {
  499. get {
  500. object obj = ResourceManager.GetObject("help", resourceCulture);
  501. return ((System.Drawing.Bitmap)(obj));
  502. }
  503. }
  504. /// <summary>
  505. /// Looks up a localized resource of type System.Drawing.Bitmap.
  506. /// </summary>
  507. public static System.Drawing.Bitmap Hyperlink16 {
  508. get {
  509. object obj = ResourceManager.GetObject("Hyperlink16", resourceCulture);
  510. return ((System.Drawing.Bitmap)(obj));
  511. }
  512. }
  513. /// <summary>
  514. /// Looks up a localized resource of type System.Drawing.Bitmap.
  515. /// </summary>
  516. public static System.Drawing.Bitmap IncreaseIndent16 {
  517. get {
  518. object obj = ResourceManager.GetObject("IncreaseIndent16", resourceCulture);
  519. return ((System.Drawing.Bitmap)(obj));
  520. }
  521. }
  522. /// <summary>
  523. /// Looks up a localized resource of type System.Drawing.Bitmap.
  524. /// </summary>
  525. public static System.Drawing.Bitmap Italic16 {
  526. get {
  527. object obj = ResourceManager.GetObject("Italic16", resourceCulture);
  528. return ((System.Drawing.Bitmap)(obj));
  529. }
  530. }
  531. /// <summary>
  532. /// Looks up a localized resource of type System.Drawing.Bitmap.
  533. /// </summary>
  534. public static System.Drawing.Bitmap key {
  535. get {
  536. object obj = ResourceManager.GetObject("key", resourceCulture);
  537. return ((System.Drawing.Bitmap)(obj));
  538. }
  539. }
  540. /// <summary>
  541. /// Looks up a localized resource of type System.Drawing.Bitmap.
  542. /// </summary>
  543. public static System.Drawing.Bitmap last {
  544. get {
  545. object obj = ResourceManager.GetObject("last", resourceCulture);
  546. return ((System.Drawing.Bitmap)(obj));
  547. }
  548. }
  549. /// <summary>
  550. /// Looks up a localized resource of type System.Drawing.Bitmap.
  551. /// </summary>
  552. public static System.Drawing.Bitmap leftarrow {
  553. get {
  554. object obj = ResourceManager.GetObject("leftarrow", resourceCulture);
  555. return ((System.Drawing.Bitmap)(obj));
  556. }
  557. }
  558. /// <summary>
  559. /// Looks up a localized resource of type System.Drawing.Bitmap.
  560. /// </summary>
  561. public static System.Drawing.Bitmap line {
  562. get {
  563. object obj = ResourceManager.GetObject("line", resourceCulture);
  564. return ((System.Drawing.Bitmap)(obj));
  565. }
  566. }
  567. /// <summary>
  568. /// Looks up a localized resource of type System.Drawing.Bitmap.
  569. /// </summary>
  570. public static System.Drawing.Bitmap load {
  571. get {
  572. object obj = ResourceManager.GetObject("load", resourceCulture);
  573. return ((System.Drawing.Bitmap)(obj));
  574. }
  575. }
  576. /// <summary>
  577. /// Looks up a localized resource of type System.Drawing.Bitmap.
  578. /// </summary>
  579. public static System.Drawing.Bitmap localfile {
  580. get {
  581. object obj = ResourceManager.GetObject("localfile", resourceCulture);
  582. return ((System.Drawing.Bitmap)(obj));
  583. }
  584. }
  585. /// <summary>
  586. /// Looks up a localized resource of type System.Drawing.Bitmap.
  587. /// </summary>
  588. public static System.Drawing.Bitmap menu {
  589. get {
  590. object obj = ResourceManager.GetObject("menu", resourceCulture);
  591. return ((System.Drawing.Bitmap)(obj));
  592. }
  593. }
  594. /// <summary>
  595. /// Looks up a localized resource of type System.Drawing.Bitmap.
  596. /// </summary>
  597. public static System.Drawing.Bitmap merge {
  598. get {
  599. object obj = ResourceManager.GetObject("merge", resourceCulture);
  600. return ((System.Drawing.Bitmap)(obj));
  601. }
  602. }
  603. /// <summary>
  604. /// Looks up a localized resource of type System.Drawing.Bitmap.
  605. /// </summary>
  606. public static System.Drawing.Bitmap multi_image {
  607. get {
  608. object obj = ResourceManager.GetObject("multi_image", resourceCulture);
  609. return ((System.Drawing.Bitmap)(obj));
  610. }
  611. }
  612. /// <summary>
  613. /// Looks up a localized resource of type System.Drawing.Bitmap.
  614. /// </summary>
  615. public static System.Drawing.Bitmap next {
  616. get {
  617. object obj = ResourceManager.GetObject("next", resourceCulture);
  618. return ((System.Drawing.Bitmap)(obj));
  619. }
  620. }
  621. /// <summary>
  622. /// Looks up a localized resource of type System.Drawing.Bitmap.
  623. /// </summary>
  624. public static System.Drawing.Bitmap notification {
  625. get {
  626. object obj = ResourceManager.GetObject("notification", resourceCulture);
  627. return ((System.Drawing.Bitmap)(obj));
  628. }
  629. }
  630. /// <summary>
  631. /// Looks up a localized resource of type System.Drawing.Bitmap.
  632. /// </summary>
  633. public static System.Drawing.Bitmap Numbering_LowLetter_Brace {
  634. get {
  635. object obj = ResourceManager.GetObject("Numbering_LowLetter_Brace", resourceCulture);
  636. return ((System.Drawing.Bitmap)(obj));
  637. }
  638. }
  639. /// <summary>
  640. /// Looks up a localized resource of type System.Drawing.Bitmap.
  641. /// </summary>
  642. public static System.Drawing.Bitmap Numbering_LowLetter_Dot {
  643. get {
  644. object obj = ResourceManager.GetObject("Numbering_LowLetter_Dot", resourceCulture);
  645. return ((System.Drawing.Bitmap)(obj));
  646. }
  647. }
  648. /// <summary>
  649. /// Looks up a localized resource of type System.Drawing.Bitmap.
  650. /// </summary>
  651. public static System.Drawing.Bitmap Numbering_LowRoman {
  652. get {
  653. object obj = ResourceManager.GetObject("Numbering_LowRoman", resourceCulture);
  654. return ((System.Drawing.Bitmap)(obj));
  655. }
  656. }
  657. /// <summary>
  658. /// Looks up a localized resource of type System.Drawing.Bitmap.
  659. /// </summary>
  660. public static System.Drawing.Bitmap Numbering_None {
  661. get {
  662. object obj = ResourceManager.GetObject("Numbering_None", resourceCulture);
  663. return ((System.Drawing.Bitmap)(obj));
  664. }
  665. }
  666. /// <summary>
  667. /// Looks up a localized resource of type System.Drawing.Bitmap.
  668. /// </summary>
  669. public static System.Drawing.Bitmap Numbering_Number_Brace {
  670. get {
  671. object obj = ResourceManager.GetObject("Numbering_Number_Brace", resourceCulture);
  672. return ((System.Drawing.Bitmap)(obj));
  673. }
  674. }
  675. /// <summary>
  676. /// Looks up a localized resource of type System.Drawing.Bitmap.
  677. /// </summary>
  678. public static System.Drawing.Bitmap Numbering_Number_Dot {
  679. get {
  680. object obj = ResourceManager.GetObject("Numbering_Number_Dot", resourceCulture);
  681. return ((System.Drawing.Bitmap)(obj));
  682. }
  683. }
  684. /// <summary>
  685. /// Looks up a localized resource of type System.Drawing.Bitmap.
  686. /// </summary>
  687. public static System.Drawing.Bitmap Numbering_UpLetter {
  688. get {
  689. object obj = ResourceManager.GetObject("Numbering_UpLetter", resourceCulture);
  690. return ((System.Drawing.Bitmap)(obj));
  691. }
  692. }
  693. /// <summary>
  694. /// Looks up a localized resource of type System.Drawing.Bitmap.
  695. /// </summary>
  696. public static System.Drawing.Bitmap Numbering_UpRoman {
  697. get {
  698. object obj = ResourceManager.GetObject("Numbering_UpRoman", resourceCulture);
  699. return ((System.Drawing.Bitmap)(obj));
  700. }
  701. }
  702. /// <summary>
  703. /// Looks up a localized resource of type System.Drawing.Bitmap.
  704. /// </summary>
  705. public static System.Drawing.Bitmap Numbering16 {
  706. get {
  707. object obj = ResourceManager.GetObject("Numbering16", resourceCulture);
  708. return ((System.Drawing.Bitmap)(obj));
  709. }
  710. }
  711. /// <summary>
  712. /// Looks up a localized resource of type System.Drawing.Bitmap.
  713. /// </summary>
  714. public static System.Drawing.Bitmap pagewidth {
  715. get {
  716. object obj = ResourceManager.GetObject("pagewidth", resourceCulture);
  717. return ((System.Drawing.Bitmap)(obj));
  718. }
  719. }
  720. /// <summary>
  721. /// Looks up a localized resource of type System.Drawing.Bitmap.
  722. /// </summary>
  723. public static System.Drawing.Bitmap palette {
  724. get {
  725. object obj = ResourceManager.GetObject("palette", resourceCulture);
  726. return ((System.Drawing.Bitmap)(obj));
  727. }
  728. }
  729. /// <summary>
  730. /// Looks up a localized resource of type System.Drawing.Bitmap.
  731. /// </summary>
  732. public static System.Drawing.Bitmap paste {
  733. get {
  734. object obj = ResourceManager.GetObject("paste", resourceCulture);
  735. return ((System.Drawing.Bitmap)(obj));
  736. }
  737. }
  738. /// <summary>
  739. /// Looks up a localized resource of type System.Drawing.Bitmap.
  740. /// </summary>
  741. public static System.Drawing.Bitmap pause_button {
  742. get {
  743. object obj = ResourceManager.GetObject("pause_button", resourceCulture);
  744. return ((System.Drawing.Bitmap)(obj));
  745. }
  746. }
  747. /// <summary>
  748. /// Looks up a localized resource of type System.Drawing.Bitmap.
  749. /// </summary>
  750. public static System.Drawing.Bitmap pencil {
  751. get {
  752. object obj = ResourceManager.GetObject("pencil", resourceCulture);
  753. return ((System.Drawing.Bitmap)(obj));
  754. }
  755. }
  756. /// <summary>
  757. /// Looks up a localized resource of type System.Drawing.Bitmap.
  758. /// </summary>
  759. public static System.Drawing.Bitmap Picture16 {
  760. get {
  761. object obj = ResourceManager.GetObject("Picture16", resourceCulture);
  762. return ((System.Drawing.Bitmap)(obj));
  763. }
  764. }
  765. /// <summary>
  766. /// Looks up a localized resource of type System.Drawing.Bitmap.
  767. /// </summary>
  768. public static System.Drawing.Bitmap play_button {
  769. get {
  770. object obj = ResourceManager.GetObject("play_button", resourceCulture);
  771. return ((System.Drawing.Bitmap)(obj));
  772. }
  773. }
  774. /// <summary>
  775. /// Looks up a localized resource of type System.Drawing.Bitmap.
  776. /// </summary>
  777. public static System.Drawing.Bitmap print {
  778. get {
  779. object obj = ResourceManager.GetObject("print", resourceCulture);
  780. return ((System.Drawing.Bitmap)(obj));
  781. }
  782. }
  783. /// <summary>
  784. /// Looks up a localized resource of type System.Drawing.Bitmap.
  785. /// </summary>
  786. public static System.Drawing.Bitmap printer {
  787. get {
  788. object obj = ResourceManager.GetObject("printer", resourceCulture);
  789. return ((System.Drawing.Bitmap)(obj));
  790. }
  791. }
  792. /// <summary>
  793. /// Looks up a localized resource of type System.Drawing.Bitmap.
  794. /// </summary>
  795. public static System.Drawing.Bitmap redo {
  796. get {
  797. object obj = ResourceManager.GetObject("redo", resourceCulture);
  798. return ((System.Drawing.Bitmap)(obj));
  799. }
  800. }
  801. /// <summary>
  802. /// Looks up a localized resource of type System.Drawing.Bitmap.
  803. /// </summary>
  804. public static System.Drawing.Bitmap Redo16 {
  805. get {
  806. object obj = ResourceManager.GetObject("Redo16", resourceCulture);
  807. return ((System.Drawing.Bitmap)(obj));
  808. }
  809. }
  810. /// <summary>
  811. /// Looks up a localized resource of type System.Drawing.Bitmap.
  812. /// </summary>
  813. public static System.Drawing.Bitmap refresh {
  814. get {
  815. object obj = ResourceManager.GetObject("refresh", resourceCulture);
  816. return ((System.Drawing.Bitmap)(obj));
  817. }
  818. }
  819. /// <summary>
  820. /// Looks up a localized resource of type System.Drawing.Bitmap.
  821. /// </summary>
  822. public static System.Drawing.Bitmap remotefile {
  823. get {
  824. object obj = ResourceManager.GetObject("remotefile", resourceCulture);
  825. return ((System.Drawing.Bitmap)(obj));
  826. }
  827. }
  828. /// <summary>
  829. /// Looks up a localized resource of type System.Drawing.Bitmap.
  830. /// </summary>
  831. public static System.Drawing.Bitmap rightarrow {
  832. get {
  833. object obj = ResourceManager.GetObject("rightarrow", resourceCulture);
  834. return ((System.Drawing.Bitmap)(obj));
  835. }
  836. }
  837. /// <summary>
  838. /// Looks up a localized resource of type System.Drawing.Bitmap.
  839. /// </summary>
  840. public static System.Drawing.Bitmap run {
  841. get {
  842. object obj = ResourceManager.GetObject("run", resourceCulture);
  843. return ((System.Drawing.Bitmap)(obj));
  844. }
  845. }
  846. /// <summary>
  847. /// Looks up a localized resource of type System.Drawing.Bitmap.
  848. /// </summary>
  849. public static System.Drawing.Bitmap save {
  850. get {
  851. object obj = ResourceManager.GetObject("save", resourceCulture);
  852. return ((System.Drawing.Bitmap)(obj));
  853. }
  854. }
  855. /// <summary>
  856. /// Looks up a localized resource of type System.Drawing.Bitmap.
  857. /// </summary>
  858. public static System.Drawing.Bitmap signature {
  859. get {
  860. object obj = ResourceManager.GetObject("signature", resourceCulture);
  861. return ((System.Drawing.Bitmap)(obj));
  862. }
  863. }
  864. /// <summary>
  865. /// Looks up a localized resource of type System.Drawing.Bitmap.
  866. /// </summary>
  867. public static System.Drawing.Bitmap square {
  868. get {
  869. object obj = ResourceManager.GetObject("square", resourceCulture);
  870. return ((System.Drawing.Bitmap)(obj));
  871. }
  872. }
  873. /// <summary>
  874. /// Looks up a localized resource of type System.Drawing.Bitmap.
  875. /// </summary>
  876. public static System.Drawing.Bitmap Strikethrough16 {
  877. get {
  878. object obj = ResourceManager.GetObject("Strikethrough16", resourceCulture);
  879. return ((System.Drawing.Bitmap)(obj));
  880. }
  881. }
  882. /// <summary>
  883. /// Looks up a localized resource of type System.Drawing.Bitmap.
  884. /// </summary>
  885. public static System.Drawing.Bitmap Table16 {
  886. get {
  887. object obj = ResourceManager.GetObject("Table16", resourceCulture);
  888. return ((System.Drawing.Bitmap)(obj));
  889. }
  890. }
  891. /// <summary>
  892. /// Looks up a localized resource of type System.Drawing.Bitmap.
  893. /// </summary>
  894. public static System.Drawing.Bitmap text {
  895. get {
  896. object obj = ResourceManager.GetObject("text", resourceCulture);
  897. return ((System.Drawing.Bitmap)(obj));
  898. }
  899. }
  900. /// <summary>
  901. /// Looks up a localized resource of type System.Drawing.Bitmap.
  902. /// </summary>
  903. public static System.Drawing.Bitmap tick {
  904. get {
  905. object obj = ResourceManager.GetObject("tick", resourceCulture);
  906. return ((System.Drawing.Bitmap)(obj));
  907. }
  908. }
  909. /// <summary>
  910. /// Looks up a localized resource of type System.Drawing.Bitmap.
  911. /// </summary>
  912. public static System.Drawing.Bitmap Underline16 {
  913. get {
  914. object obj = ResourceManager.GetObject("Underline16", resourceCulture);
  915. return ((System.Drawing.Bitmap)(obj));
  916. }
  917. }
  918. /// <summary>
  919. /// Looks up a localized resource of type System.Drawing.Bitmap.
  920. /// </summary>
  921. public static System.Drawing.Bitmap undo {
  922. get {
  923. object obj = ResourceManager.GetObject("undo", resourceCulture);
  924. return ((System.Drawing.Bitmap)(obj));
  925. }
  926. }
  927. /// <summary>
  928. /// Looks up a localized resource of type System.Drawing.Bitmap.
  929. /// </summary>
  930. public static System.Drawing.Bitmap Undo16 {
  931. get {
  932. object obj = ResourceManager.GetObject("Undo16", resourceCulture);
  933. return ((System.Drawing.Bitmap)(obj));
  934. }
  935. }
  936. /// <summary>
  937. /// Looks up a localized resource of type System.Drawing.Bitmap.
  938. /// </summary>
  939. public static System.Drawing.Bitmap uparrow {
  940. get {
  941. object obj = ResourceManager.GetObject("uparrow", resourceCulture);
  942. return ((System.Drawing.Bitmap)(obj));
  943. }
  944. }
  945. /// <summary>
  946. /// Looks up a localized resource of type System.Drawing.Bitmap.
  947. /// </summary>
  948. public static System.Drawing.Bitmap upload {
  949. get {
  950. object obj = ResourceManager.GetObject("upload", resourceCulture);
  951. return ((System.Drawing.Bitmap)(obj));
  952. }
  953. }
  954. /// <summary>
  955. /// Looks up a localized resource of type System.Drawing.Bitmap.
  956. /// </summary>
  957. public static System.Drawing.Bitmap view {
  958. get {
  959. object obj = ResourceManager.GetObject("view", resourceCulture);
  960. return ((System.Drawing.Bitmap)(obj));
  961. }
  962. }
  963. /// <summary>
  964. /// Looks up a localized resource of type System.Drawing.Bitmap.
  965. /// </summary>
  966. public static System.Drawing.Bitmap warning {
  967. get {
  968. object obj = ResourceManager.GetObject("warning", resourceCulture);
  969. return ((System.Drawing.Bitmap)(obj));
  970. }
  971. }
  972. /// <summary>
  973. /// Looks up a localized resource of type System.Drawing.Bitmap.
  974. /// </summary>
  975. public static System.Drawing.Bitmap zoomin {
  976. get {
  977. object obj = ResourceManager.GetObject("zoomin", resourceCulture);
  978. return ((System.Drawing.Bitmap)(obj));
  979. }
  980. }
  981. /// <summary>
  982. /// Looks up a localized resource of type System.Drawing.Bitmap.
  983. /// </summary>
  984. public static System.Drawing.Bitmap zoomout {
  985. get {
  986. object obj = ResourceManager.GetObject("zoomout", resourceCulture);
  987. return ((System.Drawing.Bitmap)(obj));
  988. }
  989. }
  990. }
  991. }