Resources.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053
  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 disk {
  265. get {
  266. object obj = ResourceManager.GetObject("disk", 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 doc_bmp {
  274. get {
  275. object obj = ResourceManager.GetObject("doc_bmp", 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_jpg {
  283. get {
  284. object obj = ResourceManager.GetObject("doc_jpg", 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_misc {
  292. get {
  293. object obj = ResourceManager.GetObject("doc_misc", 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_pdf {
  301. get {
  302. object obj = ResourceManager.GetObject("doc_pdf", 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_png {
  310. get {
  311. object obj = ResourceManager.GetObject("doc_png", 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_rtf {
  319. get {
  320. object obj = ResourceManager.GetObject("doc_rtf", 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_txt {
  328. get {
  329. object obj = ResourceManager.GetObject("doc_txt", 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_xls {
  337. get {
  338. object obj = ResourceManager.GetObject("doc_xls", 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 downarrow {
  346. get {
  347. object obj = ResourceManager.GetObject("downarrow", 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 download {
  355. get {
  356. object obj = ResourceManager.GetObject("download", 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 draw {
  364. get {
  365. object obj = ResourceManager.GetObject("draw", 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 edit {
  373. get {
  374. object obj = ResourceManager.GetObject("edit", 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 filter {
  382. get {
  383. object obj = ResourceManager.GetObject("filter", 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 filter_active {
  391. get {
  392. object obj = ResourceManager.GetObject("filter_active", 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 filter_set {
  400. get {
  401. object obj = ResourceManager.GetObject("filter_set", 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 first {
  409. get {
  410. object obj = ResourceManager.GetObject("first", 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 fontsize {
  418. get {
  419. object obj = ResourceManager.GetObject("fontsize", 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 fullpage {
  427. get {
  428. object obj = ResourceManager.GetObject("fullpage", 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 go {
  436. get {
  437. object obj = ResourceManager.GetObject("go", 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 hand {
  445. get {
  446. object obj = ResourceManager.GetObject("hand", 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 header_closed {
  454. get {
  455. object obj = ResourceManager.GetObject("header_closed", 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 help {
  463. get {
  464. object obj = ResourceManager.GetObject("help", 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 Hyperlink16 {
  472. get {
  473. object obj = ResourceManager.GetObject("Hyperlink16", 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 IncreaseIndent16 {
  481. get {
  482. object obj = ResourceManager.GetObject("IncreaseIndent16", 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 Italic16 {
  490. get {
  491. object obj = ResourceManager.GetObject("Italic16", 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 key {
  499. get {
  500. object obj = ResourceManager.GetObject("key", 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 last {
  508. get {
  509. object obj = ResourceManager.GetObject("last", 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 leftarrow {
  517. get {
  518. object obj = ResourceManager.GetObject("leftarrow", 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 line {
  526. get {
  527. object obj = ResourceManager.GetObject("line", 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 load {
  535. get {
  536. object obj = ResourceManager.GetObject("load", 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 localfile {
  544. get {
  545. object obj = ResourceManager.GetObject("localfile", 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 menu {
  553. get {
  554. object obj = ResourceManager.GetObject("menu", 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 merge {
  562. get {
  563. object obj = ResourceManager.GetObject("merge", 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 multi_image {
  571. get {
  572. object obj = ResourceManager.GetObject("multi_image", 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 next {
  580. get {
  581. object obj = ResourceManager.GetObject("next", 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 Numbering_LowLetter_Brace {
  589. get {
  590. object obj = ResourceManager.GetObject("Numbering_LowLetter_Brace", 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 Numbering_LowLetter_Dot {
  598. get {
  599. object obj = ResourceManager.GetObject("Numbering_LowLetter_Dot", 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 Numbering_LowRoman {
  607. get {
  608. object obj = ResourceManager.GetObject("Numbering_LowRoman", 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 Numbering_None {
  616. get {
  617. object obj = ResourceManager.GetObject("Numbering_None", 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 Numbering_Number_Brace {
  625. get {
  626. object obj = ResourceManager.GetObject("Numbering_Number_Brace", 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_Number_Dot {
  634. get {
  635. object obj = ResourceManager.GetObject("Numbering_Number_Dot", 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_UpLetter {
  643. get {
  644. object obj = ResourceManager.GetObject("Numbering_UpLetter", 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_UpRoman {
  652. get {
  653. object obj = ResourceManager.GetObject("Numbering_UpRoman", 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 Numbering16 {
  661. get {
  662. object obj = ResourceManager.GetObject("Numbering16", 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 pagewidth {
  670. get {
  671. object obj = ResourceManager.GetObject("pagewidth", 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 palette {
  679. get {
  680. object obj = ResourceManager.GetObject("palette", 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 paste {
  688. get {
  689. object obj = ResourceManager.GetObject("paste", 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 pause_button {
  697. get {
  698. object obj = ResourceManager.GetObject("pause_button", 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 pencil {
  706. get {
  707. object obj = ResourceManager.GetObject("pencil", 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 Picture16 {
  715. get {
  716. object obj = ResourceManager.GetObject("Picture16", 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 play_button {
  724. get {
  725. object obj = ResourceManager.GetObject("play_button", 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 print {
  733. get {
  734. object obj = ResourceManager.GetObject("print", 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 printer {
  742. get {
  743. object obj = ResourceManager.GetObject("printer", 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 redo {
  751. get {
  752. object obj = ResourceManager.GetObject("redo", 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 Redo16 {
  760. get {
  761. object obj = ResourceManager.GetObject("Redo16", 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 refresh {
  769. get {
  770. object obj = ResourceManager.GetObject("refresh", 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 remotefile {
  778. get {
  779. object obj = ResourceManager.GetObject("remotefile", 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 rightarrow {
  787. get {
  788. object obj = ResourceManager.GetObject("rightarrow", 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 run {
  796. get {
  797. object obj = ResourceManager.GetObject("run", 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 save {
  805. get {
  806. object obj = ResourceManager.GetObject("save", 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 signature {
  814. get {
  815. object obj = ResourceManager.GetObject("signature", 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 square {
  823. get {
  824. object obj = ResourceManager.GetObject("square", 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 Strikethrough16 {
  832. get {
  833. object obj = ResourceManager.GetObject("Strikethrough16", 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 Table16 {
  841. get {
  842. object obj = ResourceManager.GetObject("Table16", 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 text {
  850. get {
  851. object obj = ResourceManager.GetObject("text", 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 tick {
  859. get {
  860. object obj = ResourceManager.GetObject("tick", 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 Underline16 {
  868. get {
  869. object obj = ResourceManager.GetObject("Underline16", 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 undo {
  877. get {
  878. object obj = ResourceManager.GetObject("undo", 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 Undo16 {
  886. get {
  887. object obj = ResourceManager.GetObject("Undo16", 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 uparrow {
  895. get {
  896. object obj = ResourceManager.GetObject("uparrow", 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 upload {
  904. get {
  905. object obj = ResourceManager.GetObject("upload", 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 view {
  913. get {
  914. object obj = ResourceManager.GetObject("view", 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 warning {
  922. get {
  923. object obj = ResourceManager.GetObject("warning", 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 zoomin {
  931. get {
  932. object obj = ResourceManager.GetObject("zoomin", 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 zoomout {
  940. get {
  941. object obj = ResourceManager.GetObject("zoomout", resourceCulture);
  942. return ((System.Drawing.Bitmap)(obj));
  943. }
  944. }
  945. }
  946. }