Resources.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. using System.CodeDom.Compiler;
  2. using System.ComponentModel;
  3. using System.Diagnostics;
  4. using System.Drawing;
  5. using System.Globalization;
  6. using System.Resources;
  7. using System.Runtime.CompilerServices;
  8. namespace prBrowser.Properties
  9. {
  10. [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
  11. [DebuggerNonUserCode]
  12. [CompilerGenerated]
  13. internal class Resources
  14. {
  15. private static ResourceManager resourceMan;
  16. private static CultureInfo resourceCulture;
  17. [EditorBrowsable(EditorBrowsableState.Advanced)]
  18. internal static ResourceManager ResourceManager
  19. {
  20. get
  21. {
  22. if (resourceMan == null)
  23. {
  24. ResourceManager temp = (resourceMan = new ResourceManager("prBrowser.Properties.Resources", typeof(Resources).Assembly));
  25. }
  26. return resourceMan;
  27. }
  28. }
  29. [EditorBrowsable(EditorBrowsableState.Advanced)]
  30. internal static CultureInfo Culture
  31. {
  32. get
  33. {
  34. return resourceCulture;
  35. }
  36. set
  37. {
  38. resourceCulture = value;
  39. }
  40. }
  41. internal static Bitmap antd_close_16
  42. {
  43. get
  44. {
  45. object obj = ResourceManager.GetObject("antd-close-16", resourceCulture);
  46. return (Bitmap)obj;
  47. }
  48. }
  49. internal static Bitmap antd_close_20
  50. {
  51. get
  52. {
  53. object obj = ResourceManager.GetObject("antd-close-20", resourceCulture);
  54. return (Bitmap)obj;
  55. }
  56. }
  57. internal static Bitmap antd_close24
  58. {
  59. get
  60. {
  61. object obj = ResourceManager.GetObject("antd-close24", resourceCulture);
  62. return (Bitmap)obj;
  63. }
  64. }
  65. internal static Bitmap antd_down_16
  66. {
  67. get
  68. {
  69. object obj = ResourceManager.GetObject("antd-down-16", resourceCulture);
  70. return (Bitmap)obj;
  71. }
  72. }
  73. internal static Bitmap antd_down_20
  74. {
  75. get
  76. {
  77. object obj = ResourceManager.GetObject("antd-down-20", resourceCulture);
  78. return (Bitmap)obj;
  79. }
  80. }
  81. internal static Bitmap antd_down_24
  82. {
  83. get
  84. {
  85. object obj = ResourceManager.GetObject("antd-down-24", resourceCulture);
  86. return (Bitmap)obj;
  87. }
  88. }
  89. internal static Bitmap antd_download_16
  90. {
  91. get
  92. {
  93. object obj = ResourceManager.GetObject("antd-download-16", resourceCulture);
  94. return (Bitmap)obj;
  95. }
  96. }
  97. internal static Bitmap antd_download_20
  98. {
  99. get
  100. {
  101. object obj = ResourceManager.GetObject("antd-download-20", resourceCulture);
  102. return (Bitmap)obj;
  103. }
  104. }
  105. internal static Bitmap antd_download_24
  106. {
  107. get
  108. {
  109. object obj = ResourceManager.GetObject("antd-download-24", resourceCulture);
  110. return (Bitmap)obj;
  111. }
  112. }
  113. internal static Bitmap antd_left_16
  114. {
  115. get
  116. {
  117. object obj = ResourceManager.GetObject("antd-left-16", resourceCulture);
  118. return (Bitmap)obj;
  119. }
  120. }
  121. internal static Bitmap antd_left_20
  122. {
  123. get
  124. {
  125. object obj = ResourceManager.GetObject("antd-left-20", resourceCulture);
  126. return (Bitmap)obj;
  127. }
  128. }
  129. internal static Bitmap antd_left_24
  130. {
  131. get
  132. {
  133. object obj = ResourceManager.GetObject("antd-left-24", resourceCulture);
  134. return (Bitmap)obj;
  135. }
  136. }
  137. internal static Bitmap antd_reload_16
  138. {
  139. get
  140. {
  141. object obj = ResourceManager.GetObject("antd-reload-16", resourceCulture);
  142. return (Bitmap)obj;
  143. }
  144. }
  145. internal static Bitmap antd_reload_20
  146. {
  147. get
  148. {
  149. object obj = ResourceManager.GetObject("antd-reload-20", resourceCulture);
  150. return (Bitmap)obj;
  151. }
  152. }
  153. internal static Bitmap antd_reload_24
  154. {
  155. get
  156. {
  157. object obj = ResourceManager.GetObject("antd-reload-24", resourceCulture);
  158. return (Bitmap)obj;
  159. }
  160. }
  161. internal static Bitmap antd_right_16
  162. {
  163. get
  164. {
  165. object obj = ResourceManager.GetObject("antd-right-16", resourceCulture);
  166. return (Bitmap)obj;
  167. }
  168. }
  169. internal static Bitmap antd_right_20
  170. {
  171. get
  172. {
  173. object obj = ResourceManager.GetObject("antd-right-20", resourceCulture);
  174. return (Bitmap)obj;
  175. }
  176. }
  177. internal static Bitmap antd_right_24
  178. {
  179. get
  180. {
  181. object obj = ResourceManager.GetObject("antd-right-24", resourceCulture);
  182. return (Bitmap)obj;
  183. }
  184. }
  185. internal static Bitmap antd_setting_16
  186. {
  187. get
  188. {
  189. object obj = ResourceManager.GetObject("antd-setting-16", resourceCulture);
  190. return (Bitmap)obj;
  191. }
  192. }
  193. internal static Bitmap antd_setting_20
  194. {
  195. get
  196. {
  197. object obj = ResourceManager.GetObject("antd-setting-20", resourceCulture);
  198. return (Bitmap)obj;
  199. }
  200. }
  201. internal static Bitmap antd_setting_24
  202. {
  203. get
  204. {
  205. object obj = ResourceManager.GetObject("antd-setting-24", resourceCulture);
  206. return (Bitmap)obj;
  207. }
  208. }
  209. internal static Bitmap antd_stop_16
  210. {
  211. get
  212. {
  213. object obj = ResourceManager.GetObject("antd-stop-16", resourceCulture);
  214. return (Bitmap)obj;
  215. }
  216. }
  217. internal static Bitmap antd_stop_20
  218. {
  219. get
  220. {
  221. object obj = ResourceManager.GetObject("antd-stop-20", resourceCulture);
  222. return (Bitmap)obj;
  223. }
  224. }
  225. internal static Bitmap antd_stop_24
  226. {
  227. get
  228. {
  229. object obj = ResourceManager.GetObject("antd-stop-24", resourceCulture);
  230. return (Bitmap)obj;
  231. }
  232. }
  233. internal static Bitmap antd_up_16
  234. {
  235. get
  236. {
  237. object obj = ResourceManager.GetObject("antd-up-16", resourceCulture);
  238. return (Bitmap)obj;
  239. }
  240. }
  241. internal static Bitmap antd_up_20
  242. {
  243. get
  244. {
  245. object obj = ResourceManager.GetObject("antd-up-20", resourceCulture);
  246. return (Bitmap)obj;
  247. }
  248. }
  249. internal static Bitmap antd_up_24
  250. {
  251. get
  252. {
  253. object obj = ResourceManager.GetObject("antd-up-24", resourceCulture);
  254. return (Bitmap)obj;
  255. }
  256. }
  257. internal static Bitmap icon_back
  258. {
  259. get
  260. {
  261. object obj = ResourceManager.GetObject("icon_back", resourceCulture);
  262. return (Bitmap)obj;
  263. }
  264. }
  265. internal static Bitmap icon_download
  266. {
  267. get
  268. {
  269. object obj = ResourceManager.GetObject("icon_download", resourceCulture);
  270. return (Bitmap)obj;
  271. }
  272. }
  273. internal static Bitmap icon_forward
  274. {
  275. get
  276. {
  277. object obj = ResourceManager.GetObject("icon_forward", resourceCulture);
  278. return (Bitmap)obj;
  279. }
  280. }
  281. internal static Bitmap icon_refresh
  282. {
  283. get
  284. {
  285. object obj = ResourceManager.GetObject("icon_refresh", resourceCulture);
  286. return (Bitmap)obj;
  287. }
  288. }
  289. internal static Bitmap icon_setting
  290. {
  291. get
  292. {
  293. object obj = ResourceManager.GetObject("icon_setting", resourceCulture);
  294. return (Bitmap)obj;
  295. }
  296. }
  297. internal static Bitmap icon_stop
  298. {
  299. get
  300. {
  301. object obj = ResourceManager.GetObject("icon_stop", resourceCulture);
  302. return (Bitmap)obj;
  303. }
  304. }
  305. internal static Icon rongkelogo_16
  306. {
  307. get
  308. {
  309. object obj = ResourceManager.GetObject("rongkelogo_16", resourceCulture);
  310. return (Icon)obj;
  311. }
  312. }
  313. internal static Icon rongkelogo_32
  314. {
  315. get
  316. {
  317. object obj = ResourceManager.GetObject("rongkelogo_32", resourceCulture);
  318. return (Icon)obj;
  319. }
  320. }
  321. internal static Icon rongkelogo_48
  322. {
  323. get
  324. {
  325. object obj = ResourceManager.GetObject("rongkelogo_48", resourceCulture);
  326. return (Icon)obj;
  327. }
  328. }
  329. internal Resources()
  330. {
  331. }
  332. }
  333. }