Resources.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace InABox.Wpf {
  10. using System;
  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 disabled {
  264. get {
  265. object obj = ResourceManager.GetObject("disabled", 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 disk {
  273. get {
  274. object obj = ResourceManager.GetObject("disk", 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_bmp {
  282. get {
  283. object obj = ResourceManager.GetObject("doc_bmp", 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_jpg {
  291. get {
  292. object obj = ResourceManager.GetObject("doc_jpg", 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_misc {
  300. get {
  301. object obj = ResourceManager.GetObject("doc_misc", 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_pdf {
  309. get {
  310. object obj = ResourceManager.GetObject("doc_pdf", 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_png {
  318. get {
  319. object obj = ResourceManager.GetObject("doc_png", 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_rtf {
  327. get {
  328. object obj = ResourceManager.GetObject("doc_rtf", 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_txt {
  336. get {
  337. object obj = ResourceManager.GetObject("doc_txt", 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 doc_xls {
  345. get {
  346. object obj = ResourceManager.GetObject("doc_xls", 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 downarrow {
  354. get {
  355. object obj = ResourceManager.GetObject("downarrow", resourceCulture);
  356. return ((System.Drawing.Bitmap)(obj));
  357. }
  358. }
  359. /// <summary>
  360. /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
  361. /// </summary>
  362. public static System.IO.UnmanagedMemoryStream download {
  363. get {
  364. return ResourceManager.GetStream("download", resourceCulture);
  365. }
  366. }
  367. /// <summary>
  368. /// Looks up a localized resource of type System.Drawing.Bitmap.
  369. /// </summary>
  370. public static System.Drawing.Bitmap drag {
  371. get {
  372. object obj = ResourceManager.GetObject("drag", resourceCulture);
  373. return ((System.Drawing.Bitmap)(obj));
  374. }
  375. }
  376. /// <summary>
  377. /// Looks up a localized resource of type System.Drawing.Bitmap.
  378. /// </summary>
  379. public static System.Drawing.Bitmap draw {
  380. get {
  381. object obj = ResourceManager.GetObject("draw", resourceCulture);
  382. return ((System.Drawing.Bitmap)(obj));
  383. }
  384. }
  385. /// <summary>
  386. /// Looks up a localized resource of type System.Drawing.Bitmap.
  387. /// </summary>
  388. public static System.Drawing.Bitmap duplicate {
  389. get {
  390. object obj = ResourceManager.GetObject("duplicate", resourceCulture);
  391. return ((System.Drawing.Bitmap)(obj));
  392. }
  393. }
  394. /// <summary>
  395. /// Looks up a localized resource of type System.Drawing.Bitmap.
  396. /// </summary>
  397. public static System.Drawing.Bitmap edit {
  398. get {
  399. object obj = ResourceManager.GetObject("edit", resourceCulture);
  400. return ((System.Drawing.Bitmap)(obj));
  401. }
  402. }
  403. /// <summary>
  404. /// Looks up a localized resource of type System.Drawing.Bitmap.
  405. /// </summary>
  406. public static System.Drawing.Bitmap email {
  407. get {
  408. object obj = ResourceManager.GetObject("email", resourceCulture);
  409. return ((System.Drawing.Bitmap)(obj));
  410. }
  411. }
  412. /// <summary>
  413. /// Looks up a localized resource of type System.Drawing.Bitmap.
  414. /// </summary>
  415. public static System.Drawing.Bitmap filter {
  416. get {
  417. object obj = ResourceManager.GetObject("filter", resourceCulture);
  418. return ((System.Drawing.Bitmap)(obj));
  419. }
  420. }
  421. /// <summary>
  422. /// Looks up a localized resource of type System.Drawing.Bitmap.
  423. /// </summary>
  424. public static System.Drawing.Bitmap filter_active {
  425. get {
  426. object obj = ResourceManager.GetObject("filter_active", resourceCulture);
  427. return ((System.Drawing.Bitmap)(obj));
  428. }
  429. }
  430. /// <summary>
  431. /// Looks up a localized resource of type System.Drawing.Bitmap.
  432. /// </summary>
  433. public static System.Drawing.Bitmap filter_set {
  434. get {
  435. object obj = ResourceManager.GetObject("filter_set", resourceCulture);
  436. return ((System.Drawing.Bitmap)(obj));
  437. }
  438. }
  439. /// <summary>
  440. /// Looks up a localized resource of type System.Drawing.Bitmap.
  441. /// </summary>
  442. public static System.Drawing.Bitmap first {
  443. get {
  444. object obj = ResourceManager.GetObject("first", resourceCulture);
  445. return ((System.Drawing.Bitmap)(obj));
  446. }
  447. }
  448. /// <summary>
  449. /// Looks up a localized resource of type System.Drawing.Bitmap.
  450. /// </summary>
  451. public static System.Drawing.Bitmap fontsize {
  452. get {
  453. object obj = ResourceManager.GetObject("fontsize", resourceCulture);
  454. return ((System.Drawing.Bitmap)(obj));
  455. }
  456. }
  457. /// <summary>
  458. /// Looks up a localized resource of type System.Drawing.Bitmap.
  459. /// </summary>
  460. public static System.Drawing.Bitmap fullpage {
  461. get {
  462. object obj = ResourceManager.GetObject("fullpage", resourceCulture);
  463. return ((System.Drawing.Bitmap)(obj));
  464. }
  465. }
  466. /// <summary>
  467. /// Looks up a localized resource of type System.Drawing.Bitmap.
  468. /// </summary>
  469. public static System.Drawing.Bitmap go {
  470. get {
  471. object obj = ResourceManager.GetObject("go", resourceCulture);
  472. return ((System.Drawing.Bitmap)(obj));
  473. }
  474. }
  475. /// <summary>
  476. /// Looks up a localized resource of type System.Drawing.Bitmap.
  477. /// </summary>
  478. public static System.Drawing.Bitmap hand {
  479. get {
  480. object obj = ResourceManager.GetObject("hand", resourceCulture);
  481. return ((System.Drawing.Bitmap)(obj));
  482. }
  483. }
  484. /// <summary>
  485. /// Looks up a localized resource of type System.Drawing.Bitmap.
  486. /// </summary>
  487. public static System.Drawing.Bitmap header_closed {
  488. get {
  489. object obj = ResourceManager.GetObject("header_closed", resourceCulture);
  490. return ((System.Drawing.Bitmap)(obj));
  491. }
  492. }
  493. /// <summary>
  494. /// Looks up a localized resource of type System.Drawing.Bitmap.
  495. /// </summary>
  496. public static System.Drawing.Bitmap help {
  497. get {
  498. object obj = ResourceManager.GetObject("help", resourceCulture);
  499. return ((System.Drawing.Bitmap)(obj));
  500. }
  501. }
  502. /// <summary>
  503. /// Looks up a localized resource of type System.Drawing.Bitmap.
  504. /// </summary>
  505. public static System.Drawing.Bitmap Hyperlink16 {
  506. get {
  507. object obj = ResourceManager.GetObject("Hyperlink16", resourceCulture);
  508. return ((System.Drawing.Bitmap)(obj));
  509. }
  510. }
  511. /// <summary>
  512. /// Looks up a localized resource of type System.Drawing.Bitmap.
  513. /// </summary>
  514. public static System.Drawing.Bitmap IncreaseIndent16 {
  515. get {
  516. object obj = ResourceManager.GetObject("IncreaseIndent16", resourceCulture);
  517. return ((System.Drawing.Bitmap)(obj));
  518. }
  519. }
  520. /// <summary>
  521. /// Looks up a localized resource of type System.Drawing.Bitmap.
  522. /// </summary>
  523. public static System.Drawing.Bitmap Italic16 {
  524. get {
  525. object obj = ResourceManager.GetObject("Italic16", resourceCulture);
  526. return ((System.Drawing.Bitmap)(obj));
  527. }
  528. }
  529. /// <summary>
  530. /// Looks up a localized resource of type System.Drawing.Bitmap.
  531. /// </summary>
  532. public static System.Drawing.Bitmap key {
  533. get {
  534. object obj = ResourceManager.GetObject("key", resourceCulture);
  535. return ((System.Drawing.Bitmap)(obj));
  536. }
  537. }
  538. /// <summary>
  539. /// Looks up a localized resource of type System.Drawing.Bitmap.
  540. /// </summary>
  541. public static System.Drawing.Bitmap last {
  542. get {
  543. object obj = ResourceManager.GetObject("last", resourceCulture);
  544. return ((System.Drawing.Bitmap)(obj));
  545. }
  546. }
  547. /// <summary>
  548. /// Looks up a localized resource of type System.Drawing.Bitmap.
  549. /// </summary>
  550. public static System.Drawing.Bitmap leftarrow {
  551. get {
  552. object obj = ResourceManager.GetObject("leftarrow", resourceCulture);
  553. return ((System.Drawing.Bitmap)(obj));
  554. }
  555. }
  556. /// <summary>
  557. /// Looks up a localized resource of type System.Drawing.Bitmap.
  558. /// </summary>
  559. public static System.Drawing.Bitmap line {
  560. get {
  561. object obj = ResourceManager.GetObject("line", resourceCulture);
  562. return ((System.Drawing.Bitmap)(obj));
  563. }
  564. }
  565. /// <summary>
  566. /// Looks up a localized resource of type System.Drawing.Bitmap.
  567. /// </summary>
  568. public static System.Drawing.Bitmap load {
  569. get {
  570. object obj = ResourceManager.GetObject("load", resourceCulture);
  571. return ((System.Drawing.Bitmap)(obj));
  572. }
  573. }
  574. /// <summary>
  575. /// Looks up a localized resource of type System.Drawing.Bitmap.
  576. /// </summary>
  577. public static System.Drawing.Bitmap localfile {
  578. get {
  579. object obj = ResourceManager.GetObject("localfile", resourceCulture);
  580. return ((System.Drawing.Bitmap)(obj));
  581. }
  582. }
  583. /// <summary>
  584. /// Looks up a localized resource of type System.Drawing.Bitmap.
  585. /// </summary>
  586. public static System.Drawing.Bitmap map {
  587. get {
  588. object obj = ResourceManager.GetObject("map", resourceCulture);
  589. return ((System.Drawing.Bitmap)(obj));
  590. }
  591. }
  592. /// <summary>
  593. /// Looks up a localized resource of type System.Drawing.Bitmap.
  594. /// </summary>
  595. public static System.Drawing.Bitmap menu {
  596. get {
  597. object obj = ResourceManager.GetObject("menu", resourceCulture);
  598. return ((System.Drawing.Bitmap)(obj));
  599. }
  600. }
  601. /// <summary>
  602. /// Looks up a localized resource of type System.Drawing.Bitmap.
  603. /// </summary>
  604. public static System.Drawing.Bitmap merge {
  605. get {
  606. object obj = ResourceManager.GetObject("merge", resourceCulture);
  607. return ((System.Drawing.Bitmap)(obj));
  608. }
  609. }
  610. /// <summary>
  611. /// Looks up a localized resource of type System.Drawing.Bitmap.
  612. /// </summary>
  613. public static System.Drawing.Bitmap multi_image {
  614. get {
  615. object obj = ResourceManager.GetObject("multi_image", resourceCulture);
  616. return ((System.Drawing.Bitmap)(obj));
  617. }
  618. }
  619. /// <summary>
  620. /// Looks up a localized resource of type System.Drawing.Bitmap.
  621. /// </summary>
  622. public static System.Drawing.Bitmap next {
  623. get {
  624. object obj = ResourceManager.GetObject("next", resourceCulture);
  625. return ((System.Drawing.Bitmap)(obj));
  626. }
  627. }
  628. /// <summary>
  629. /// Looks up a localized resource of type System.Drawing.Bitmap.
  630. /// </summary>
  631. public static System.Drawing.Bitmap notification {
  632. get {
  633. object obj = ResourceManager.GetObject("notification", resourceCulture);
  634. return ((System.Drawing.Bitmap)(obj));
  635. }
  636. }
  637. /// <summary>
  638. /// Looks up a localized resource of type System.Drawing.Bitmap.
  639. /// </summary>
  640. public static System.Drawing.Bitmap Numbering_LowLetter_Brace {
  641. get {
  642. object obj = ResourceManager.GetObject("Numbering_LowLetter_Brace", resourceCulture);
  643. return ((System.Drawing.Bitmap)(obj));
  644. }
  645. }
  646. /// <summary>
  647. /// Looks up a localized resource of type System.Drawing.Bitmap.
  648. /// </summary>
  649. public static System.Drawing.Bitmap Numbering_LowLetter_Dot {
  650. get {
  651. object obj = ResourceManager.GetObject("Numbering_LowLetter_Dot", resourceCulture);
  652. return ((System.Drawing.Bitmap)(obj));
  653. }
  654. }
  655. /// <summary>
  656. /// Looks up a localized resource of type System.Drawing.Bitmap.
  657. /// </summary>
  658. public static System.Drawing.Bitmap Numbering_LowRoman {
  659. get {
  660. object obj = ResourceManager.GetObject("Numbering_LowRoman", resourceCulture);
  661. return ((System.Drawing.Bitmap)(obj));
  662. }
  663. }
  664. /// <summary>
  665. /// Looks up a localized resource of type System.Drawing.Bitmap.
  666. /// </summary>
  667. public static System.Drawing.Bitmap Numbering_None {
  668. get {
  669. object obj = ResourceManager.GetObject("Numbering_None", resourceCulture);
  670. return ((System.Drawing.Bitmap)(obj));
  671. }
  672. }
  673. /// <summary>
  674. /// Looks up a localized resource of type System.Drawing.Bitmap.
  675. /// </summary>
  676. public static System.Drawing.Bitmap Numbering_Number_Brace {
  677. get {
  678. object obj = ResourceManager.GetObject("Numbering_Number_Brace", resourceCulture);
  679. return ((System.Drawing.Bitmap)(obj));
  680. }
  681. }
  682. /// <summary>
  683. /// Looks up a localized resource of type System.Drawing.Bitmap.
  684. /// </summary>
  685. public static System.Drawing.Bitmap Numbering_Number_Dot {
  686. get {
  687. object obj = ResourceManager.GetObject("Numbering_Number_Dot", resourceCulture);
  688. return ((System.Drawing.Bitmap)(obj));
  689. }
  690. }
  691. /// <summary>
  692. /// Looks up a localized resource of type System.Drawing.Bitmap.
  693. /// </summary>
  694. public static System.Drawing.Bitmap Numbering_UpLetter {
  695. get {
  696. object obj = ResourceManager.GetObject("Numbering_UpLetter", resourceCulture);
  697. return ((System.Drawing.Bitmap)(obj));
  698. }
  699. }
  700. /// <summary>
  701. /// Looks up a localized resource of type System.Drawing.Bitmap.
  702. /// </summary>
  703. public static System.Drawing.Bitmap Numbering_UpRoman {
  704. get {
  705. object obj = ResourceManager.GetObject("Numbering_UpRoman", resourceCulture);
  706. return ((System.Drawing.Bitmap)(obj));
  707. }
  708. }
  709. /// <summary>
  710. /// Looks up a localized resource of type System.Drawing.Bitmap.
  711. /// </summary>
  712. public static System.Drawing.Bitmap Numbering16 {
  713. get {
  714. object obj = ResourceManager.GetObject("Numbering16", resourceCulture);
  715. return ((System.Drawing.Bitmap)(obj));
  716. }
  717. }
  718. /// <summary>
  719. /// Looks up a localized resource of type System.Drawing.Bitmap.
  720. /// </summary>
  721. public static System.Drawing.Bitmap pagewidth {
  722. get {
  723. object obj = ResourceManager.GetObject("pagewidth", resourceCulture);
  724. return ((System.Drawing.Bitmap)(obj));
  725. }
  726. }
  727. /// <summary>
  728. /// Looks up a localized resource of type System.Drawing.Bitmap.
  729. /// </summary>
  730. public static System.Drawing.Bitmap palette {
  731. get {
  732. object obj = ResourceManager.GetObject("palette", resourceCulture);
  733. return ((System.Drawing.Bitmap)(obj));
  734. }
  735. }
  736. /// <summary>
  737. /// Looks up a localized resource of type System.Drawing.Bitmap.
  738. /// </summary>
  739. public static System.Drawing.Bitmap paste {
  740. get {
  741. object obj = ResourceManager.GetObject("paste", resourceCulture);
  742. return ((System.Drawing.Bitmap)(obj));
  743. }
  744. }
  745. /// <summary>
  746. /// Looks up a localized resource of type System.Drawing.Bitmap.
  747. /// </summary>
  748. public static System.Drawing.Bitmap pause_button {
  749. get {
  750. object obj = ResourceManager.GetObject("pause_button", resourceCulture);
  751. return ((System.Drawing.Bitmap)(obj));
  752. }
  753. }
  754. /// <summary>
  755. /// Looks up a localized resource of type System.Drawing.Bitmap.
  756. /// </summary>
  757. public static System.Drawing.Bitmap pencil {
  758. get {
  759. object obj = ResourceManager.GetObject("pencil", resourceCulture);
  760. return ((System.Drawing.Bitmap)(obj));
  761. }
  762. }
  763. /// <summary>
  764. /// Looks up a localized resource of type System.Drawing.Bitmap.
  765. /// </summary>
  766. public static System.Drawing.Bitmap Picture16 {
  767. get {
  768. object obj = ResourceManager.GetObject("Picture16", resourceCulture);
  769. return ((System.Drawing.Bitmap)(obj));
  770. }
  771. }
  772. /// <summary>
  773. /// Looks up a localized resource of type System.Drawing.Bitmap.
  774. /// </summary>
  775. public static System.Drawing.Bitmap play_button {
  776. get {
  777. object obj = ResourceManager.GetObject("play_button", resourceCulture);
  778. return ((System.Drawing.Bitmap)(obj));
  779. }
  780. }
  781. /// <summary>
  782. /// Looks up a localized resource of type System.Drawing.Bitmap.
  783. /// </summary>
  784. public static System.Drawing.Bitmap print {
  785. get {
  786. object obj = ResourceManager.GetObject("print", resourceCulture);
  787. return ((System.Drawing.Bitmap)(obj));
  788. }
  789. }
  790. /// <summary>
  791. /// Looks up a localized resource of type System.Drawing.Bitmap.
  792. /// </summary>
  793. public static System.Drawing.Bitmap printer {
  794. get {
  795. object obj = ResourceManager.GetObject("printer", resourceCulture);
  796. return ((System.Drawing.Bitmap)(obj));
  797. }
  798. }
  799. /// <summary>
  800. /// Looks up a localized resource of type System.Drawing.Bitmap.
  801. /// </summary>
  802. public static System.Drawing.Bitmap redo {
  803. get {
  804. object obj = ResourceManager.GetObject("redo", resourceCulture);
  805. return ((System.Drawing.Bitmap)(obj));
  806. }
  807. }
  808. /// <summary>
  809. /// Looks up a localized resource of type System.Drawing.Bitmap.
  810. /// </summary>
  811. public static System.Drawing.Bitmap Redo16 {
  812. get {
  813. object obj = ResourceManager.GetObject("Redo16", resourceCulture);
  814. return ((System.Drawing.Bitmap)(obj));
  815. }
  816. }
  817. /// <summary>
  818. /// Looks up a localized resource of type System.Drawing.Bitmap.
  819. /// </summary>
  820. public static System.Drawing.Bitmap refresh {
  821. get {
  822. object obj = ResourceManager.GetObject("refresh", resourceCulture);
  823. return ((System.Drawing.Bitmap)(obj));
  824. }
  825. }
  826. /// <summary>
  827. /// Looks up a localized resource of type System.Drawing.Bitmap.
  828. /// </summary>
  829. public static System.Drawing.Bitmap remotefile {
  830. get {
  831. object obj = ResourceManager.GetObject("remotefile", resourceCulture);
  832. return ((System.Drawing.Bitmap)(obj));
  833. }
  834. }
  835. /// <summary>
  836. /// Looks up a localized resource of type System.Drawing.Bitmap.
  837. /// </summary>
  838. public static System.Drawing.Bitmap rightarrow {
  839. get {
  840. object obj = ResourceManager.GetObject("rightarrow", resourceCulture);
  841. return ((System.Drawing.Bitmap)(obj));
  842. }
  843. }
  844. /// <summary>
  845. /// Looks up a localized resource of type System.Drawing.Bitmap.
  846. /// </summary>
  847. public static System.Drawing.Bitmap run {
  848. get {
  849. object obj = ResourceManager.GetObject("run", resourceCulture);
  850. return ((System.Drawing.Bitmap)(obj));
  851. }
  852. }
  853. /// <summary>
  854. /// Looks up a localized resource of type System.Drawing.Bitmap.
  855. /// </summary>
  856. public static System.Drawing.Bitmap save {
  857. get {
  858. object obj = ResourceManager.GetObject("save", resourceCulture);
  859. return ((System.Drawing.Bitmap)(obj));
  860. }
  861. }
  862. /// <summary>
  863. /// Looks up a localized resource of type System.Drawing.Bitmap.
  864. /// </summary>
  865. public static System.Drawing.Bitmap signature {
  866. get {
  867. object obj = ResourceManager.GetObject("signature", resourceCulture);
  868. return ((System.Drawing.Bitmap)(obj));
  869. }
  870. }
  871. /// <summary>
  872. /// Looks up a localized resource of type System.Drawing.Bitmap.
  873. /// </summary>
  874. public static System.Drawing.Bitmap square {
  875. get {
  876. object obj = ResourceManager.GetObject("square", resourceCulture);
  877. return ((System.Drawing.Bitmap)(obj));
  878. }
  879. }
  880. /// <summary>
  881. /// Looks up a localized resource of type System.Drawing.Bitmap.
  882. /// </summary>
  883. public static System.Drawing.Bitmap Strikethrough16 {
  884. get {
  885. object obj = ResourceManager.GetObject("Strikethrough16", resourceCulture);
  886. return ((System.Drawing.Bitmap)(obj));
  887. }
  888. }
  889. /// <summary>
  890. /// Looks up a localized resource of type System.Drawing.Bitmap.
  891. /// </summary>
  892. public static System.Drawing.Bitmap Table16 {
  893. get {
  894. object obj = ResourceManager.GetObject("Table16", resourceCulture);
  895. return ((System.Drawing.Bitmap)(obj));
  896. }
  897. }
  898. /// <summary>
  899. /// Looks up a localized resource of type System.Drawing.Bitmap.
  900. /// </summary>
  901. public static System.Drawing.Bitmap text {
  902. get {
  903. object obj = ResourceManager.GetObject("text", resourceCulture);
  904. return ((System.Drawing.Bitmap)(obj));
  905. }
  906. }
  907. /// <summary>
  908. /// Looks up a localized resource of type System.Drawing.Bitmap.
  909. /// </summary>
  910. public static System.Drawing.Bitmap tick {
  911. get {
  912. object obj = ResourceManager.GetObject("tick", resourceCulture);
  913. return ((System.Drawing.Bitmap)(obj));
  914. }
  915. }
  916. /// <summary>
  917. /// Looks up a localized resource of type System.Drawing.Bitmap.
  918. /// </summary>
  919. public static System.Drawing.Bitmap Underline16 {
  920. get {
  921. object obj = ResourceManager.GetObject("Underline16", resourceCulture);
  922. return ((System.Drawing.Bitmap)(obj));
  923. }
  924. }
  925. /// <summary>
  926. /// Looks up a localized resource of type System.Drawing.Bitmap.
  927. /// </summary>
  928. public static System.Drawing.Bitmap undo {
  929. get {
  930. object obj = ResourceManager.GetObject("undo", resourceCulture);
  931. return ((System.Drawing.Bitmap)(obj));
  932. }
  933. }
  934. /// <summary>
  935. /// Looks up a localized resource of type System.Drawing.Bitmap.
  936. /// </summary>
  937. public static System.Drawing.Bitmap Undo16 {
  938. get {
  939. object obj = ResourceManager.GetObject("Undo16", resourceCulture);
  940. return ((System.Drawing.Bitmap)(obj));
  941. }
  942. }
  943. /// <summary>
  944. /// Looks up a localized resource of type System.Drawing.Bitmap.
  945. /// </summary>
  946. public static System.Drawing.Bitmap uparrow {
  947. get {
  948. object obj = ResourceManager.GetObject("uparrow", resourceCulture);
  949. return ((System.Drawing.Bitmap)(obj));
  950. }
  951. }
  952. /// <summary>
  953. /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
  954. /// </summary>
  955. public static System.IO.UnmanagedMemoryStream upload {
  956. get {
  957. return ResourceManager.GetStream("upload", resourceCulture);
  958. }
  959. }
  960. /// <summary>
  961. /// Looks up a localized resource of type System.Drawing.Bitmap.
  962. /// </summary>
  963. public static System.Drawing.Bitmap view {
  964. get {
  965. object obj = ResourceManager.GetObject("view", resourceCulture);
  966. return ((System.Drawing.Bitmap)(obj));
  967. }
  968. }
  969. /// <summary>
  970. /// Looks up a localized resource of type System.Drawing.Bitmap.
  971. /// </summary>
  972. public static System.Drawing.Bitmap warning {
  973. get {
  974. object obj = ResourceManager.GetObject("warning", resourceCulture);
  975. return ((System.Drawing.Bitmap)(obj));
  976. }
  977. }
  978. /// <summary>
  979. /// Looks up a localized resource of type System.Drawing.Bitmap.
  980. /// </summary>
  981. public static System.Drawing.Bitmap zoomin {
  982. get {
  983. object obj = ResourceManager.GetObject("zoomin", resourceCulture);
  984. return ((System.Drawing.Bitmap)(obj));
  985. }
  986. }
  987. /// <summary>
  988. /// Looks up a localized resource of type System.Drawing.Bitmap.
  989. /// </summary>
  990. public static System.Drawing.Bitmap zoomout {
  991. get {
  992. object obj = ResourceManager.GetObject("zoomout", resourceCulture);
  993. return ((System.Drawing.Bitmap)(obj));
  994. }
  995. }
  996. }
  997. }