Resources.Designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace LYFZ.Software.UI.Properties {
  11. using System;
  12. /// <summary>
  13. /// 一个强类型的资源类,用于查找本地化的字符串等。
  14. /// </summary>
  15. // 此类是由 StronglyTypedResourceBuilder
  16. // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  17. // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  18. // (以 /str 作为命令选项),或重新生成 VS 项目。
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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. /// 返回此类使用的缓存的 ResourceManager 实例。
  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("LYFZ.Software.UI.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// 使用此强类型资源类,为所有资源查找
  43. /// 重写当前线程的 CurrentUICulture 属性。
  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. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  56. /// </summary>
  57. public static System.Drawing.Bitmap _001 {
  58. get {
  59. object obj = ResourceManager.GetObject("_001", resourceCulture);
  60. return ((System.Drawing.Bitmap)(obj));
  61. }
  62. }
  63. /// <summary>
  64. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  65. /// </summary>
  66. public static System.Drawing.Bitmap _003 {
  67. get {
  68. object obj = ResourceManager.GetObject("_003", resourceCulture);
  69. return ((System.Drawing.Bitmap)(obj));
  70. }
  71. }
  72. /// <summary>
  73. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  74. /// </summary>
  75. public static System.Drawing.Bitmap _008 {
  76. get {
  77. object obj = ResourceManager.GetObject("_008", resourceCulture);
  78. return ((System.Drawing.Bitmap)(obj));
  79. }
  80. }
  81. /// <summary>
  82. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  83. /// </summary>
  84. public static System.Drawing.Bitmap _014 {
  85. get {
  86. object obj = ResourceManager.GetObject("_014", resourceCulture);
  87. return ((System.Drawing.Bitmap)(obj));
  88. }
  89. }
  90. /// <summary>
  91. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  92. /// </summary>
  93. public static System.Drawing.Bitmap _015 {
  94. get {
  95. object obj = ResourceManager.GetObject("_015", resourceCulture);
  96. return ((System.Drawing.Bitmap)(obj));
  97. }
  98. }
  99. /// <summary>
  100. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  101. /// </summary>
  102. public static System.Drawing.Bitmap _016 {
  103. get {
  104. object obj = ResourceManager.GetObject("_016", resourceCulture);
  105. return ((System.Drawing.Bitmap)(obj));
  106. }
  107. }
  108. /// <summary>
  109. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  110. /// </summary>
  111. public static System.Drawing.Bitmap _017 {
  112. get {
  113. object obj = ResourceManager.GetObject("_017", resourceCulture);
  114. return ((System.Drawing.Bitmap)(obj));
  115. }
  116. }
  117. /// <summary>
  118. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  119. /// </summary>
  120. public static System.Drawing.Bitmap _019 {
  121. get {
  122. object obj = ResourceManager.GetObject("_019", resourceCulture);
  123. return ((System.Drawing.Bitmap)(obj));
  124. }
  125. }
  126. /// <summary>
  127. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  128. /// </summary>
  129. public static System.Drawing.Bitmap _020 {
  130. get {
  131. object obj = ResourceManager.GetObject("_020", resourceCulture);
  132. return ((System.Drawing.Bitmap)(obj));
  133. }
  134. }
  135. /// <summary>
  136. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  137. /// </summary>
  138. public static System.Drawing.Bitmap _021 {
  139. get {
  140. object obj = ResourceManager.GetObject("_021", resourceCulture);
  141. return ((System.Drawing.Bitmap)(obj));
  142. }
  143. }
  144. /// <summary>
  145. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  146. /// </summary>
  147. public static System.Drawing.Bitmap _022 {
  148. get {
  149. object obj = ResourceManager.GetObject("_022", resourceCulture);
  150. return ((System.Drawing.Bitmap)(obj));
  151. }
  152. }
  153. /// <summary>
  154. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  155. /// </summary>
  156. public static System.Drawing.Bitmap _024 {
  157. get {
  158. object obj = ResourceManager.GetObject("_024", resourceCulture);
  159. return ((System.Drawing.Bitmap)(obj));
  160. }
  161. }
  162. /// <summary>
  163. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  164. /// </summary>
  165. public static System.Drawing.Bitmap _025 {
  166. get {
  167. object obj = ResourceManager.GetObject("_025", resourceCulture);
  168. return ((System.Drawing.Bitmap)(obj));
  169. }
  170. }
  171. /// <summary>
  172. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  173. /// </summary>
  174. public static System.Drawing.Bitmap _026 {
  175. get {
  176. object obj = ResourceManager.GetObject("_026", resourceCulture);
  177. return ((System.Drawing.Bitmap)(obj));
  178. }
  179. }
  180. /// <summary>
  181. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  182. /// </summary>
  183. public static System.Drawing.Bitmap _027 {
  184. get {
  185. object obj = ResourceManager.GetObject("_027", resourceCulture);
  186. return ((System.Drawing.Bitmap)(obj));
  187. }
  188. }
  189. /// <summary>
  190. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  191. /// </summary>
  192. public static System.Drawing.Bitmap _028 {
  193. get {
  194. object obj = ResourceManager.GetObject("_028", resourceCulture);
  195. return ((System.Drawing.Bitmap)(obj));
  196. }
  197. }
  198. /// <summary>
  199. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  200. /// </summary>
  201. public static System.Drawing.Bitmap _029 {
  202. get {
  203. object obj = ResourceManager.GetObject("_029", resourceCulture);
  204. return ((System.Drawing.Bitmap)(obj));
  205. }
  206. }
  207. /// <summary>
  208. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  209. /// </summary>
  210. public static System.Drawing.Bitmap _030 {
  211. get {
  212. object obj = ResourceManager.GetObject("_030", resourceCulture);
  213. return ((System.Drawing.Bitmap)(obj));
  214. }
  215. }
  216. /// <summary>
  217. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  218. /// </summary>
  219. public static System.Drawing.Bitmap _032 {
  220. get {
  221. object obj = ResourceManager.GetObject("_032", resourceCulture);
  222. return ((System.Drawing.Bitmap)(obj));
  223. }
  224. }
  225. /// <summary>
  226. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  227. /// </summary>
  228. public static System.Drawing.Bitmap _034 {
  229. get {
  230. object obj = ResourceManager.GetObject("_034", resourceCulture);
  231. return ((System.Drawing.Bitmap)(obj));
  232. }
  233. }
  234. /// <summary>
  235. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  236. /// </summary>
  237. public static System.Drawing.Bitmap _036 {
  238. get {
  239. object obj = ResourceManager.GetObject("_036", resourceCulture);
  240. return ((System.Drawing.Bitmap)(obj));
  241. }
  242. }
  243. /// <summary>
  244. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  245. /// </summary>
  246. public static System.Drawing.Bitmap _040 {
  247. get {
  248. object obj = ResourceManager.GetObject("_040", resourceCulture);
  249. return ((System.Drawing.Bitmap)(obj));
  250. }
  251. }
  252. /// <summary>
  253. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  254. /// </summary>
  255. public static System.Drawing.Bitmap _043 {
  256. get {
  257. object obj = ResourceManager.GetObject("_043", resourceCulture);
  258. return ((System.Drawing.Bitmap)(obj));
  259. }
  260. }
  261. /// <summary>
  262. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  263. /// </summary>
  264. public static System.Drawing.Bitmap _044 {
  265. get {
  266. object obj = ResourceManager.GetObject("_044", resourceCulture);
  267. return ((System.Drawing.Bitmap)(obj));
  268. }
  269. }
  270. /// <summary>
  271. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  272. /// </summary>
  273. public static System.Drawing.Bitmap _046 {
  274. get {
  275. object obj = ResourceManager.GetObject("_046", resourceCulture);
  276. return ((System.Drawing.Bitmap)(obj));
  277. }
  278. }
  279. /// <summary>
  280. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  281. /// </summary>
  282. public static System.Drawing.Bitmap _047 {
  283. get {
  284. object obj = ResourceManager.GetObject("_047", resourceCulture);
  285. return ((System.Drawing.Bitmap)(obj));
  286. }
  287. }
  288. /// <summary>
  289. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  290. /// </summary>
  291. public static System.Drawing.Bitmap _053 {
  292. get {
  293. object obj = ResourceManager.GetObject("_053", resourceCulture);
  294. return ((System.Drawing.Bitmap)(obj));
  295. }
  296. }
  297. /// <summary>
  298. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  299. /// </summary>
  300. public static System.Drawing.Bitmap _054 {
  301. get {
  302. object obj = ResourceManager.GetObject("_054", resourceCulture);
  303. return ((System.Drawing.Bitmap)(obj));
  304. }
  305. }
  306. /// <summary>
  307. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  308. /// </summary>
  309. public static System.Drawing.Bitmap _055 {
  310. get {
  311. object obj = ResourceManager.GetObject("_055", resourceCulture);
  312. return ((System.Drawing.Bitmap)(obj));
  313. }
  314. }
  315. /// <summary>
  316. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  317. /// </summary>
  318. public static System.Drawing.Bitmap _057 {
  319. get {
  320. object obj = ResourceManager.GetObject("_057", resourceCulture);
  321. return ((System.Drawing.Bitmap)(obj));
  322. }
  323. }
  324. /// <summary>
  325. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  326. /// </summary>
  327. public static System.Drawing.Bitmap _058 {
  328. get {
  329. object obj = ResourceManager.GetObject("_058", resourceCulture);
  330. return ((System.Drawing.Bitmap)(obj));
  331. }
  332. }
  333. /// <summary>
  334. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  335. /// </summary>
  336. public static System.Drawing.Bitmap _062 {
  337. get {
  338. object obj = ResourceManager.GetObject("_062", resourceCulture);
  339. return ((System.Drawing.Bitmap)(obj));
  340. }
  341. }
  342. /// <summary>
  343. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  344. /// </summary>
  345. public static System.Drawing.Bitmap _065 {
  346. get {
  347. object obj = ResourceManager.GetObject("_065", resourceCulture);
  348. return ((System.Drawing.Bitmap)(obj));
  349. }
  350. }
  351. /// <summary>
  352. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  353. /// </summary>
  354. public static System.Drawing.Bitmap _069 {
  355. get {
  356. object obj = ResourceManager.GetObject("_069", resourceCulture);
  357. return ((System.Drawing.Bitmap)(obj));
  358. }
  359. }
  360. /// <summary>
  361. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  362. /// </summary>
  363. public static System.Drawing.Bitmap _071 {
  364. get {
  365. object obj = ResourceManager.GetObject("_071", resourceCulture);
  366. return ((System.Drawing.Bitmap)(obj));
  367. }
  368. }
  369. /// <summary>
  370. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  371. /// </summary>
  372. public static System.Drawing.Bitmap _072 {
  373. get {
  374. object obj = ResourceManager.GetObject("_072", resourceCulture);
  375. return ((System.Drawing.Bitmap)(obj));
  376. }
  377. }
  378. /// <summary>
  379. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  380. /// </summary>
  381. public static System.Drawing.Bitmap _083 {
  382. get {
  383. object obj = ResourceManager.GetObject("_083", resourceCulture);
  384. return ((System.Drawing.Bitmap)(obj));
  385. }
  386. }
  387. /// <summary>
  388. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  389. /// </summary>
  390. public static System.Drawing.Bitmap aio_quickbar_cut {
  391. get {
  392. object obj = ResourceManager.GetObject("aio_quickbar_cut", resourceCulture);
  393. return ((System.Drawing.Bitmap)(obj));
  394. }
  395. }
  396. /// <summary>
  397. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  398. /// </summary>
  399. public static System.Drawing.Bitmap bag_256px {
  400. get {
  401. object obj = ResourceManager.GetObject("bag_256px", resourceCulture);
  402. return ((System.Drawing.Bitmap)(obj));
  403. }
  404. }
  405. /// <summary>
  406. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  407. /// </summary>
  408. public static System.Drawing.Bitmap Book {
  409. get {
  410. object obj = ResourceManager.GetObject("Book", resourceCulture);
  411. return ((System.Drawing.Bitmap)(obj));
  412. }
  413. }
  414. /// <summary>
  415. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  416. /// </summary>
  417. public static System.Drawing.Bitmap book_256px {
  418. get {
  419. object obj = ResourceManager.GetObject("book_256px", resourceCulture);
  420. return ((System.Drawing.Bitmap)(obj));
  421. }
  422. }
  423. /// <summary>
  424. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  425. /// </summary>
  426. public static System.Drawing.Bitmap bookshelf_256px {
  427. get {
  428. object obj = ResourceManager.GetObject("bookshelf_256px", resourceCulture);
  429. return ((System.Drawing.Bitmap)(obj));
  430. }
  431. }
  432. /// <summary>
  433. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  434. /// </summary>
  435. public static System.Drawing.Bitmap browser_256px {
  436. get {
  437. object obj = ResourceManager.GetObject("browser_256px", resourceCulture);
  438. return ((System.Drawing.Bitmap)(obj));
  439. }
  440. }
  441. /// <summary>
  442. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  443. /// </summary>
  444. public static System.Drawing.Bitmap calendar_256px {
  445. get {
  446. object obj = ResourceManager.GetObject("calendar_256px", resourceCulture);
  447. return ((System.Drawing.Bitmap)(obj));
  448. }
  449. }
  450. /// <summary>
  451. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  452. /// </summary>
  453. public static System.Drawing.Bitmap chat_256px {
  454. get {
  455. object obj = ResourceManager.GetObject("chat_256px", resourceCulture);
  456. return ((System.Drawing.Bitmap)(obj));
  457. }
  458. }
  459. /// <summary>
  460. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  461. /// </summary>
  462. public static System.Drawing.Bitmap clipboard_256px {
  463. get {
  464. object obj = ResourceManager.GetObject("clipboard_256px", resourceCulture);
  465. return ((System.Drawing.Bitmap)(obj));
  466. }
  467. }
  468. /// <summary>
  469. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  470. /// </summary>
  471. public static System.Drawing.Bitmap clock_256px {
  472. get {
  473. object obj = ResourceManager.GetObject("clock_256px", resourceCulture);
  474. return ((System.Drawing.Bitmap)(obj));
  475. }
  476. }
  477. /// <summary>
  478. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  479. /// </summary>
  480. public static System.Drawing.Bitmap close_96px {
  481. get {
  482. object obj = ResourceManager.GetObject("close_96px", resourceCulture);
  483. return ((System.Drawing.Bitmap)(obj));
  484. }
  485. }
  486. /// <summary>
  487. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  488. /// </summary>
  489. public static System.Drawing.Bitmap cloud_256px {
  490. get {
  491. object obj = ResourceManager.GetObject("cloud_256px", resourceCulture);
  492. return ((System.Drawing.Bitmap)(obj));
  493. }
  494. }
  495. /// <summary>
  496. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  497. /// </summary>
  498. public static System.Drawing.Bitmap compass_256px {
  499. get {
  500. object obj = ResourceManager.GetObject("compass_256px", resourceCulture);
  501. return ((System.Drawing.Bitmap)(obj));
  502. }
  503. }
  504. /// <summary>
  505. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  506. /// </summary>
  507. public static System.Drawing.Bitmap compose_256px {
  508. get {
  509. object obj = ResourceManager.GetObject("compose_256px", resourceCulture);
  510. return ((System.Drawing.Bitmap)(obj));
  511. }
  512. }
  513. /// <summary>
  514. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  515. /// </summary>
  516. public static System.Drawing.Bitmap creditcard_256px {
  517. get {
  518. object obj = ResourceManager.GetObject("creditcard_256px", resourceCulture);
  519. return ((System.Drawing.Bitmap)(obj));
  520. }
  521. }
  522. /// <summary>
  523. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  524. /// </summary>
  525. public static System.Drawing.Bitmap denied_256px {
  526. get {
  527. object obj = ResourceManager.GetObject("denied_256px", resourceCulture);
  528. return ((System.Drawing.Bitmap)(obj));
  529. }
  530. }
  531. /// <summary>
  532. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  533. /// </summary>
  534. public static System.Drawing.Bitmap dian {
  535. get {
  536. object obj = ResourceManager.GetObject("dian", resourceCulture);
  537. return ((System.Drawing.Bitmap)(obj));
  538. }
  539. }
  540. /// <summary>
  541. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  542. /// </summary>
  543. public static System.Drawing.Bitmap document_256px {
  544. get {
  545. object obj = ResourceManager.GetObject("document_256px", resourceCulture);
  546. return ((System.Drawing.Bitmap)(obj));
  547. }
  548. }
  549. /// <summary>
  550. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  551. /// </summary>
  552. public static System.Drawing.Bitmap download_256px {
  553. get {
  554. object obj = ResourceManager.GetObject("download_256px", resourceCulture);
  555. return ((System.Drawing.Bitmap)(obj));
  556. }
  557. }
  558. /// <summary>
  559. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  560. /// </summary>
  561. public static System.Drawing.Bitmap drive_48px {
  562. get {
  563. object obj = ResourceManager.GetObject("drive_48px", resourceCulture);
  564. return ((System.Drawing.Bitmap)(obj));
  565. }
  566. }
  567. /// <summary>
  568. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  569. /// </summary>
  570. public static System.Drawing.Bitmap folder_256px {
  571. get {
  572. object obj = ResourceManager.GetObject("folder_256px", resourceCulture);
  573. return ((System.Drawing.Bitmap)(obj));
  574. }
  575. }
  576. /// <summary>
  577. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  578. /// </summary>
  579. public static System.Drawing.Bitmap frameBorderEffect_mouseDownDraw {
  580. get {
  581. object obj = ResourceManager.GetObject("frameBorderEffect_mouseDownDraw", resourceCulture);
  582. return ((System.Drawing.Bitmap)(obj));
  583. }
  584. }
  585. /// <summary>
  586. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  587. /// </summary>
  588. public static System.Drawing.Bitmap frameBorderEffect_normalDraw {
  589. get {
  590. object obj = ResourceManager.GetObject("frameBorderEffect_normalDraw", resourceCulture);
  591. return ((System.Drawing.Bitmap)(obj));
  592. }
  593. }
  594. /// <summary>
  595. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  596. /// </summary>
  597. public static System.Drawing.Bitmap gear_256px {
  598. get {
  599. object obj = ResourceManager.GetObject("gear_256px", resourceCulture);
  600. return ((System.Drawing.Bitmap)(obj));
  601. }
  602. }
  603. /// <summary>
  604. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  605. /// </summary>
  606. public static System.Drawing.Bitmap global_256px {
  607. get {
  608. object obj = ResourceManager.GetObject("global_256px", resourceCulture);
  609. return ((System.Drawing.Bitmap)(obj));
  610. }
  611. }
  612. /// <summary>
  613. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  614. /// </summary>
  615. public static System.Drawing.Bitmap hazard_256px {
  616. get {
  617. object obj = ResourceManager.GetObject("hazard_256px", resourceCulture);
  618. return ((System.Drawing.Bitmap)(obj));
  619. }
  620. }
  621. /// <summary>
  622. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  623. /// </summary>
  624. public static System.Drawing.Bitmap ico_SysRepair {
  625. get {
  626. object obj = ResourceManager.GetObject("ico_SysRepair", resourceCulture);
  627. return ((System.Drawing.Bitmap)(obj));
  628. }
  629. }
  630. /// <summary>
  631. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  632. /// </summary>
  633. public static System.Drawing.Bitmap ico_TraceCleaner {
  634. get {
  635. object obj = ResourceManager.GetObject("ico_TraceCleaner", resourceCulture);
  636. return ((System.Drawing.Bitmap)(obj));
  637. }
  638. }
  639. /// <summary>
  640. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  641. /// </summary>
  642. public static System.Drawing.Bitmap imgRjp_BackgroundImage {
  643. get {
  644. object obj = ResourceManager.GetObject("imgRjp_BackgroundImage", resourceCulture);
  645. return ((System.Drawing.Bitmap)(obj));
  646. }
  647. }
  648. /// <summary>
  649. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  650. /// </summary>
  651. public static System.Drawing.Bitmap layers_256px {
  652. get {
  653. object obj = ResourceManager.GetObject("layers_256px", resourceCulture);
  654. return ((System.Drawing.Bitmap)(obj));
  655. }
  656. }
  657. /// <summary>
  658. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  659. /// </summary>
  660. public static System.Drawing.Bitmap lightbulb_256px {
  661. get {
  662. object obj = ResourceManager.GetObject("lightbulb_256px", resourceCulture);
  663. return ((System.Drawing.Bitmap)(obj));
  664. }
  665. }
  666. /// <summary>
  667. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  668. /// </summary>
  669. public static System.Drawing.Bitmap lock_256px {
  670. get {
  671. object obj = ResourceManager.GetObject("lock_256px", resourceCulture);
  672. return ((System.Drawing.Bitmap)(obj));
  673. }
  674. }
  675. /// <summary>
  676. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  677. /// </summary>
  678. public static System.Drawing.Bitmap login_inputbtn_down {
  679. get {
  680. object obj = ResourceManager.GetObject("login_inputbtn_down", resourceCulture);
  681. return ((System.Drawing.Bitmap)(obj));
  682. }
  683. }
  684. /// <summary>
  685. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  686. /// </summary>
  687. public static System.Drawing.Bitmap login_inputbtn_normal {
  688. get {
  689. object obj = ResourceManager.GetObject("login_inputbtn_normal", resourceCulture);
  690. return ((System.Drawing.Bitmap)(obj));
  691. }
  692. }
  693. /// <summary>
  694. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  695. /// </summary>
  696. public static System.Drawing.Bitmap LOGO_lyfz {
  697. get {
  698. object obj = ResourceManager.GetObject("LOGO_lyfz", resourceCulture);
  699. return ((System.Drawing.Bitmap)(obj));
  700. }
  701. }
  702. /// <summary>
  703. /// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。
  704. /// </summary>
  705. public static System.Drawing.Icon LyfzLogo {
  706. get {
  707. object obj = ResourceManager.GetObject("LyfzLogo", resourceCulture);
  708. return ((System.Drawing.Icon)(obj));
  709. }
  710. }
  711. /// <summary>
  712. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  713. /// </summary>
  714. public static System.Drawing.Bitmap mail_256px {
  715. get {
  716. object obj = ResourceManager.GetObject("mail_256px", resourceCulture);
  717. return ((System.Drawing.Bitmap)(obj));
  718. }
  719. }
  720. /// <summary>
  721. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  722. /// </summary>
  723. public static System.Drawing.Bitmap Main0 {
  724. get {
  725. object obj = ResourceManager.GetObject("Main0", resourceCulture);
  726. return ((System.Drawing.Bitmap)(obj));
  727. }
  728. }
  729. /// <summary>
  730. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  731. /// </summary>
  732. public static System.Drawing.Bitmap Main1 {
  733. get {
  734. object obj = ResourceManager.GetObject("Main1", resourceCulture);
  735. return ((System.Drawing.Bitmap)(obj));
  736. }
  737. }
  738. /// <summary>
  739. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  740. /// </summary>
  741. public static System.Drawing.Bitmap Main2 {
  742. get {
  743. object obj = ResourceManager.GetObject("Main2", resourceCulture);
  744. return ((System.Drawing.Bitmap)(obj));
  745. }
  746. }
  747. /// <summary>
  748. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  749. /// </summary>
  750. public static System.Drawing.Bitmap Main3 {
  751. get {
  752. object obj = ResourceManager.GetObject("Main3", resourceCulture);
  753. return ((System.Drawing.Bitmap)(obj));
  754. }
  755. }
  756. /// <summary>
  757. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  758. /// </summary>
  759. public static System.Drawing.Bitmap meter_256px {
  760. get {
  761. object obj = ResourceManager.GetObject("meter_256px", resourceCulture);
  762. return ((System.Drawing.Bitmap)(obj));
  763. }
  764. }
  765. /// <summary>
  766. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  767. /// </summary>
  768. public static System.Drawing.Bitmap NoticeBoard01 {
  769. get {
  770. object obj = ResourceManager.GetObject("NoticeBoard01", resourceCulture);
  771. return ((System.Drawing.Bitmap)(obj));
  772. }
  773. }
  774. /// <summary>
  775. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  776. /// </summary>
  777. public static System.Drawing.Bitmap OrderHistory {
  778. get {
  779. object obj = ResourceManager.GetObject("OrderHistory", resourceCulture);
  780. return ((System.Drawing.Bitmap)(obj));
  781. }
  782. }
  783. /// <summary>
  784. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  785. /// </summary>
  786. public static System.Drawing.Bitmap OrderReport_ {
  787. get {
  788. object obj = ResourceManager.GetObject("OrderReport_", resourceCulture);
  789. return ((System.Drawing.Bitmap)(obj));
  790. }
  791. }
  792. /// <summary>
  793. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  794. /// </summary>
  795. public static System.Drawing.Bitmap OrderReport0_ {
  796. get {
  797. object obj = ResourceManager.GetObject("OrderReport0_", resourceCulture);
  798. return ((System.Drawing.Bitmap)(obj));
  799. }
  800. }
  801. /// <summary>
  802. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  803. /// </summary>
  804. public static System.Drawing.Bitmap paint_256px {
  805. get {
  806. object obj = ResourceManager.GetObject("paint_256px", resourceCulture);
  807. return ((System.Drawing.Bitmap)(obj));
  808. }
  809. }
  810. /// <summary>
  811. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  812. /// </summary>
  813. public static System.Drawing.Bitmap payments {
  814. get {
  815. object obj = ResourceManager.GetObject("payments", resourceCulture);
  816. return ((System.Drawing.Bitmap)(obj));
  817. }
  818. }
  819. /// <summary>
  820. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  821. /// </summary>
  822. public static System.Drawing.Bitmap phone_256px {
  823. get {
  824. object obj = ResourceManager.GetObject("phone_256px", resourceCulture);
  825. return ((System.Drawing.Bitmap)(obj));
  826. }
  827. }
  828. /// <summary>
  829. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  830. /// </summary>
  831. public static System.Drawing.Bitmap PickupTable01 {
  832. get {
  833. object obj = ResourceManager.GetObject("PickupTable01", resourceCulture);
  834. return ((System.Drawing.Bitmap)(obj));
  835. }
  836. }
  837. /// <summary>
  838. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  839. /// </summary>
  840. public static System.Drawing.Bitmap piechart_256px {
  841. get {
  842. object obj = ResourceManager.GetObject("piechart_256px", resourceCulture);
  843. return ((System.Drawing.Bitmap)(obj));
  844. }
  845. }
  846. /// <summary>
  847. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  848. /// </summary>
  849. public static System.Drawing.Bitmap pin_256px {
  850. get {
  851. object obj = ResourceManager.GetObject("pin_256px", resourceCulture);
  852. return ((System.Drawing.Bitmap)(obj));
  853. }
  854. }
  855. /// <summary>
  856. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  857. /// </summary>
  858. public static System.Drawing.Bitmap record_sleeve_256px {
  859. get {
  860. object obj = ResourceManager.GetObject("record_sleeve_256px", resourceCulture);
  861. return ((System.Drawing.Bitmap)(obj));
  862. }
  863. }
  864. /// <summary>
  865. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  866. /// </summary>
  867. public static System.Drawing.Bitmap ribbon_256px {
  868. get {
  869. object obj = ResourceManager.GetObject("ribbon_256px", resourceCulture);
  870. return ((System.Drawing.Bitmap)(obj));
  871. }
  872. }
  873. /// <summary>
  874. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  875. /// </summary>
  876. public static System.Drawing.Bitmap scissors_256px {
  877. get {
  878. object obj = ResourceManager.GetObject("scissors_256px", resourceCulture);
  879. return ((System.Drawing.Bitmap)(obj));
  880. }
  881. }
  882. /// <summary>
  883. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  884. /// </summary>
  885. public static System.Drawing.Bitmap search_48px {
  886. get {
  887. object obj = ResourceManager.GetObject("search_48px", resourceCulture);
  888. return ((System.Drawing.Bitmap)(obj));
  889. }
  890. }
  891. /// <summary>
  892. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  893. /// </summary>
  894. public static System.Drawing.Bitmap security_256px {
  895. get {
  896. object obj = ResourceManager.GetObject("security_256px", resourceCulture);
  897. return ((System.Drawing.Bitmap)(obj));
  898. }
  899. }
  900. /// <summary>
  901. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  902. /// </summary>
  903. public static System.Drawing.Bitmap settings_256px {
  904. get {
  905. object obj = ResourceManager.GetObject("settings_256px", resourceCulture);
  906. return ((System.Drawing.Bitmap)(obj));
  907. }
  908. }
  909. /// <summary>
  910. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  911. /// </summary>
  912. public static System.Drawing.Bitmap star_256px {
  913. get {
  914. object obj = ResourceManager.GetObject("star_256px", resourceCulture);
  915. return ((System.Drawing.Bitmap)(obj));
  916. }
  917. }
  918. /// <summary>
  919. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  920. /// </summary>
  921. public static System.Drawing.Bitmap sub_tabbar_split {
  922. get {
  923. object obj = ResourceManager.GetObject("sub_tabbar_split", resourceCulture);
  924. return ((System.Drawing.Bitmap)(obj));
  925. }
  926. }
  927. /// <summary>
  928. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  929. /// </summary>
  930. public static System.Drawing.Bitmap support_256px {
  931. get {
  932. object obj = ResourceManager.GetObject("support_256px", resourceCulture);
  933. return ((System.Drawing.Bitmap)(obj));
  934. }
  935. }
  936. /// <summary>
  937. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  938. /// </summary>
  939. public static System.Drawing.Bitmap T01 {
  940. get {
  941. object obj = ResourceManager.GetObject("T01", resourceCulture);
  942. return ((System.Drawing.Bitmap)(obj));
  943. }
  944. }
  945. /// <summary>
  946. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  947. /// </summary>
  948. public static System.Drawing.Bitmap T02 {
  949. get {
  950. object obj = ResourceManager.GetObject("T02", resourceCulture);
  951. return ((System.Drawing.Bitmap)(obj));
  952. }
  953. }
  954. /// <summary>
  955. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  956. /// </summary>
  957. public static System.Drawing.Bitmap T03 {
  958. get {
  959. object obj = ResourceManager.GetObject("T03", resourceCulture);
  960. return ((System.Drawing.Bitmap)(obj));
  961. }
  962. }
  963. /// <summary>
  964. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  965. /// </summary>
  966. public static System.Drawing.Bitmap T04 {
  967. get {
  968. object obj = ResourceManager.GetObject("T04", resourceCulture);
  969. return ((System.Drawing.Bitmap)(obj));
  970. }
  971. }
  972. /// <summary>
  973. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  974. /// </summary>
  975. public static System.Drawing.Bitmap T05 {
  976. get {
  977. object obj = ResourceManager.GetObject("T05", resourceCulture);
  978. return ((System.Drawing.Bitmap)(obj));
  979. }
  980. }
  981. /// <summary>
  982. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  983. /// </summary>
  984. public static System.Drawing.Bitmap T06 {
  985. get {
  986. object obj = ResourceManager.GetObject("T06", resourceCulture);
  987. return ((System.Drawing.Bitmap)(obj));
  988. }
  989. }
  990. /// <summary>
  991. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  992. /// </summary>
  993. public static System.Drawing.Bitmap T07 {
  994. get {
  995. object obj = ResourceManager.GetObject("T07", resourceCulture);
  996. return ((System.Drawing.Bitmap)(obj));
  997. }
  998. }
  999. /// <summary>
  1000. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1001. /// </summary>
  1002. public static System.Drawing.Bitmap T08 {
  1003. get {
  1004. object obj = ResourceManager.GetObject("T08", resourceCulture);
  1005. return ((System.Drawing.Bitmap)(obj));
  1006. }
  1007. }
  1008. /// <summary>
  1009. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1010. /// </summary>
  1011. public static System.Drawing.Bitmap T09 {
  1012. get {
  1013. object obj = ResourceManager.GetObject("T09", resourceCulture);
  1014. return ((System.Drawing.Bitmap)(obj));
  1015. }
  1016. }
  1017. /// <summary>
  1018. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1019. /// </summary>
  1020. public static System.Drawing.Bitmap T10 {
  1021. get {
  1022. object obj = ResourceManager.GetObject("T10", resourceCulture);
  1023. return ((System.Drawing.Bitmap)(obj));
  1024. }
  1025. }
  1026. /// <summary>
  1027. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1028. /// </summary>
  1029. public static System.Drawing.Bitmap T11 {
  1030. get {
  1031. object obj = ResourceManager.GetObject("T11", resourceCulture);
  1032. return ((System.Drawing.Bitmap)(obj));
  1033. }
  1034. }
  1035. /// <summary>
  1036. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1037. /// </summary>
  1038. public static System.Drawing.Bitmap T12 {
  1039. get {
  1040. object obj = ResourceManager.GetObject("T12", resourceCulture);
  1041. return ((System.Drawing.Bitmap)(obj));
  1042. }
  1043. }
  1044. /// <summary>
  1045. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1046. /// </summary>
  1047. public static System.Drawing.Bitmap T13 {
  1048. get {
  1049. object obj = ResourceManager.GetObject("T13", resourceCulture);
  1050. return ((System.Drawing.Bitmap)(obj));
  1051. }
  1052. }
  1053. /// <summary>
  1054. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1055. /// </summary>
  1056. public static System.Drawing.Bitmap T14 {
  1057. get {
  1058. object obj = ResourceManager.GetObject("T14", resourceCulture);
  1059. return ((System.Drawing.Bitmap)(obj));
  1060. }
  1061. }
  1062. /// <summary>
  1063. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1064. /// </summary>
  1065. public static System.Drawing.Bitmap tablet_256px {
  1066. get {
  1067. object obj = ResourceManager.GetObject("tablet_256px", resourceCulture);
  1068. return ((System.Drawing.Bitmap)(obj));
  1069. }
  1070. }
  1071. /// <summary>
  1072. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1073. /// </summary>
  1074. public static System.Drawing.Bitmap tag_256px {
  1075. get {
  1076. object obj = ResourceManager.GetObject("tag_256px", resourceCulture);
  1077. return ((System.Drawing.Bitmap)(obj));
  1078. }
  1079. }
  1080. /// <summary>
  1081. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1082. /// </summary>
  1083. public static System.Drawing.Bitmap target_256px {
  1084. get {
  1085. object obj = ResourceManager.GetObject("target_256px", resourceCulture);
  1086. return ((System.Drawing.Bitmap)(obj));
  1087. }
  1088. }
  1089. /// <summary>
  1090. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1091. /// </summary>
  1092. public static System.Drawing.Bitmap toolbar_hover {
  1093. get {
  1094. object obj = ResourceManager.GetObject("toolbar_hover", resourceCulture);
  1095. return ((System.Drawing.Bitmap)(obj));
  1096. }
  1097. }
  1098. /// <summary>
  1099. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1100. /// </summary>
  1101. public static System.Drawing.Bitmap tools_256px {
  1102. get {
  1103. object obj = ResourceManager.GetObject("tools_256px", resourceCulture);
  1104. return ((System.Drawing.Bitmap)(obj));
  1105. }
  1106. }
  1107. /// <summary>
  1108. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1109. /// </summary>
  1110. public static System.Drawing.Bitmap trends_256px {
  1111. get {
  1112. object obj = ResourceManager.GetObject("trends_256px", resourceCulture);
  1113. return ((System.Drawing.Bitmap)(obj));
  1114. }
  1115. }
  1116. /// <summary>
  1117. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1118. /// </summary>
  1119. public static System.Drawing.Bitmap turntable_256px {
  1120. get {
  1121. object obj = ResourceManager.GetObject("turntable_256px", resourceCulture);
  1122. return ((System.Drawing.Bitmap)(obj));
  1123. }
  1124. }
  1125. /// <summary>
  1126. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1127. /// </summary>
  1128. public static System.Drawing.Bitmap Tx1 {
  1129. get {
  1130. object obj = ResourceManager.GetObject("Tx1", resourceCulture);
  1131. return ((System.Drawing.Bitmap)(obj));
  1132. }
  1133. }
  1134. /// <summary>
  1135. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1136. /// </summary>
  1137. public static System.Drawing.Bitmap Tx10 {
  1138. get {
  1139. object obj = ResourceManager.GetObject("Tx10", resourceCulture);
  1140. return ((System.Drawing.Bitmap)(obj));
  1141. }
  1142. }
  1143. /// <summary>
  1144. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1145. /// </summary>
  1146. public static System.Drawing.Bitmap Tx11 {
  1147. get {
  1148. object obj = ResourceManager.GetObject("Tx11", resourceCulture);
  1149. return ((System.Drawing.Bitmap)(obj));
  1150. }
  1151. }
  1152. /// <summary>
  1153. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1154. /// </summary>
  1155. public static System.Drawing.Bitmap Tx12 {
  1156. get {
  1157. object obj = ResourceManager.GetObject("Tx12", resourceCulture);
  1158. return ((System.Drawing.Bitmap)(obj));
  1159. }
  1160. }
  1161. /// <summary>
  1162. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1163. /// </summary>
  1164. public static System.Drawing.Bitmap Tx13 {
  1165. get {
  1166. object obj = ResourceManager.GetObject("Tx13", resourceCulture);
  1167. return ((System.Drawing.Bitmap)(obj));
  1168. }
  1169. }
  1170. /// <summary>
  1171. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1172. /// </summary>
  1173. public static System.Drawing.Bitmap Tx14 {
  1174. get {
  1175. object obj = ResourceManager.GetObject("Tx14", resourceCulture);
  1176. return ((System.Drawing.Bitmap)(obj));
  1177. }
  1178. }
  1179. /// <summary>
  1180. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1181. /// </summary>
  1182. public static System.Drawing.Bitmap Tx15 {
  1183. get {
  1184. object obj = ResourceManager.GetObject("Tx15", resourceCulture);
  1185. return ((System.Drawing.Bitmap)(obj));
  1186. }
  1187. }
  1188. /// <summary>
  1189. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1190. /// </summary>
  1191. public static System.Drawing.Bitmap Tx16 {
  1192. get {
  1193. object obj = ResourceManager.GetObject("Tx16", resourceCulture);
  1194. return ((System.Drawing.Bitmap)(obj));
  1195. }
  1196. }
  1197. /// <summary>
  1198. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1199. /// </summary>
  1200. public static System.Drawing.Bitmap Tx17 {
  1201. get {
  1202. object obj = ResourceManager.GetObject("Tx17", resourceCulture);
  1203. return ((System.Drawing.Bitmap)(obj));
  1204. }
  1205. }
  1206. /// <summary>
  1207. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1208. /// </summary>
  1209. public static System.Drawing.Bitmap Tx18 {
  1210. get {
  1211. object obj = ResourceManager.GetObject("Tx18", resourceCulture);
  1212. return ((System.Drawing.Bitmap)(obj));
  1213. }
  1214. }
  1215. /// <summary>
  1216. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1217. /// </summary>
  1218. public static System.Drawing.Bitmap Tx19 {
  1219. get {
  1220. object obj = ResourceManager.GetObject("Tx19", resourceCulture);
  1221. return ((System.Drawing.Bitmap)(obj));
  1222. }
  1223. }
  1224. /// <summary>
  1225. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1226. /// </summary>
  1227. public static System.Drawing.Bitmap Tx2 {
  1228. get {
  1229. object obj = ResourceManager.GetObject("Tx2", resourceCulture);
  1230. return ((System.Drawing.Bitmap)(obj));
  1231. }
  1232. }
  1233. /// <summary>
  1234. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1235. /// </summary>
  1236. public static System.Drawing.Bitmap Tx20 {
  1237. get {
  1238. object obj = ResourceManager.GetObject("Tx20", resourceCulture);
  1239. return ((System.Drawing.Bitmap)(obj));
  1240. }
  1241. }
  1242. /// <summary>
  1243. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1244. /// </summary>
  1245. public static System.Drawing.Bitmap Tx3 {
  1246. get {
  1247. object obj = ResourceManager.GetObject("Tx3", resourceCulture);
  1248. return ((System.Drawing.Bitmap)(obj));
  1249. }
  1250. }
  1251. /// <summary>
  1252. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1253. /// </summary>
  1254. public static System.Drawing.Bitmap Tx4 {
  1255. get {
  1256. object obj = ResourceManager.GetObject("Tx4", resourceCulture);
  1257. return ((System.Drawing.Bitmap)(obj));
  1258. }
  1259. }
  1260. /// <summary>
  1261. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1262. /// </summary>
  1263. public static System.Drawing.Bitmap Tx5 {
  1264. get {
  1265. object obj = ResourceManager.GetObject("Tx5", resourceCulture);
  1266. return ((System.Drawing.Bitmap)(obj));
  1267. }
  1268. }
  1269. /// <summary>
  1270. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1271. /// </summary>
  1272. public static System.Drawing.Bitmap Tx6 {
  1273. get {
  1274. object obj = ResourceManager.GetObject("Tx6", resourceCulture);
  1275. return ((System.Drawing.Bitmap)(obj));
  1276. }
  1277. }
  1278. /// <summary>
  1279. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1280. /// </summary>
  1281. public static System.Drawing.Bitmap Tx7 {
  1282. get {
  1283. object obj = ResourceManager.GetObject("Tx7", resourceCulture);
  1284. return ((System.Drawing.Bitmap)(obj));
  1285. }
  1286. }
  1287. /// <summary>
  1288. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1289. /// </summary>
  1290. public static System.Drawing.Bitmap Tx8 {
  1291. get {
  1292. object obj = ResourceManager.GetObject("Tx8", resourceCulture);
  1293. return ((System.Drawing.Bitmap)(obj));
  1294. }
  1295. }
  1296. /// <summary>
  1297. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1298. /// </summary>
  1299. public static System.Drawing.Bitmap Tx9 {
  1300. get {
  1301. object obj = ResourceManager.GetObject("Tx9", resourceCulture);
  1302. return ((System.Drawing.Bitmap)(obj));
  1303. }
  1304. }
  1305. /// <summary>
  1306. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1307. /// </summary>
  1308. public static System.Drawing.Bitmap upload_256px {
  1309. get {
  1310. object obj = ResourceManager.GetObject("upload_256px", resourceCulture);
  1311. return ((System.Drawing.Bitmap)(obj));
  1312. }
  1313. }
  1314. /// <summary>
  1315. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1316. /// </summary>
  1317. public static System.Drawing.Bitmap video_256px {
  1318. get {
  1319. object obj = ResourceManager.GetObject("video_256px", resourceCulture);
  1320. return ((System.Drawing.Bitmap)(obj));
  1321. }
  1322. }
  1323. /// <summary>
  1324. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1325. /// </summary>
  1326. public static System.Drawing.Bitmap videourl {
  1327. get {
  1328. object obj = ResourceManager.GetObject("videourl", resourceCulture);
  1329. return ((System.Drawing.Bitmap)(obj));
  1330. }
  1331. }
  1332. /// <summary>
  1333. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1334. /// </summary>
  1335. public static System.Drawing.Bitmap Vista_Aero2 {
  1336. get {
  1337. object obj = ResourceManager.GetObject("Vista_Aero2", resourceCulture);
  1338. return ((System.Drawing.Bitmap)(obj));
  1339. }
  1340. }
  1341. /// <summary>
  1342. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1343. /// </summary>
  1344. public static System.Drawing.Bitmap Vista_Aero3 {
  1345. get {
  1346. object obj = ResourceManager.GetObject("Vista_Aero3", resourceCulture);
  1347. return ((System.Drawing.Bitmap)(obj));
  1348. }
  1349. }
  1350. /// <summary>
  1351. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1352. /// </summary>
  1353. public static System.Drawing.Bitmap wallet_256px {
  1354. get {
  1355. object obj = ResourceManager.GetObject("wallet_256px", resourceCulture);
  1356. return ((System.Drawing.Bitmap)(obj));
  1357. }
  1358. }
  1359. /// <summary>
  1360. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1361. /// </summary>
  1362. public static System.Drawing.Bitmap window_shadow {
  1363. get {
  1364. object obj = ResourceManager.GetObject("window_shadow", resourceCulture);
  1365. return ((System.Drawing.Bitmap)(obj));
  1366. }
  1367. }
  1368. /// <summary>
  1369. /// 查找 System.Drawing.Bitmap 类型的本地化资源。
  1370. /// </summary>
  1371. public static System.Drawing.Bitmap window_shadow2 {
  1372. get {
  1373. object obj = ResourceManager.GetObject("window_shadow2", resourceCulture);
  1374. return ((System.Drawing.Bitmap)(obj));
  1375. }
  1376. }
  1377. }
  1378. }