Resources.Designer.cs 38 KB

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