Resources.Designer.vb 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' 這段程式碼是由工具產生的。
  4. ' 執行階段版本:4.0.30319.42000
  5. '
  6. ' 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
  7. ' 變更將會遺失。
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. Imports System
  13. Namespace My.Resources
  14. '這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
  15. '類別透過 ResGen 或 Visual Studio 這類工具。
  16. '若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
  17. '(利用 /str 選項),或重建您的 VS 專案。
  18. '''<summary>
  19. ''' 用於查詢當地語系化字串等的強類型資源類別。
  20. '''</summary>
  21. <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"), _
  22. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  23. Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
  24. Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
  25. Friend Module Resources
  26. Private resourceMan As Global.System.Resources.ResourceManager
  27. Private resourceCulture As Global.System.Globalization.CultureInfo
  28. '''<summary>
  29. ''' 傳回這個類別使用的快取的 ResourceManager 執行個體。
  30. '''</summary>
  31. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  32. Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
  33. Get
  34. If Object.ReferenceEquals(resourceMan, Nothing) Then
  35. Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("謎鹿進銷存系統.Resources", GetType(Resources).Assembly)
  36. resourceMan = temp
  37. End If
  38. Return resourceMan
  39. End Get
  40. End Property
  41. '''<summary>
  42. ''' 覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
  43. ''' 使用這個強類型資源類別的資源查閱。
  44. '''</summary>
  45. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  46. Friend Property Culture() As Global.System.Globalization.CultureInfo
  47. Get
  48. Return resourceCulture
  49. End Get
  50. Set
  51. resourceCulture = value
  52. End Set
  53. End Property
  54. '''<summary>
  55. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  56. '''</summary>
  57. Friend ReadOnly Property _2_160GQ01152193() As System.Drawing.Bitmap
  58. Get
  59. Dim obj As Object = ResourceManager.GetObject("_2_160GQ01152193", resourceCulture)
  60. Return CType(obj,System.Drawing.Bitmap)
  61. End Get
  62. End Property
  63. '''<summary>
  64. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  65. '''</summary>
  66. Friend ReadOnly Property _4863ede4_0215_403e_a854_e504c35d4509() As System.Drawing.Bitmap
  67. Get
  68. Dim obj As Object = ResourceManager.GetObject("_4863ede4_0215_403e_a854_e504c35d4509", resourceCulture)
  69. Return CType(obj,System.Drawing.Bitmap)
  70. End Get
  71. End Property
  72. '''<summary>
  73. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  74. '''</summary>
  75. Friend ReadOnly Property images() As System.Drawing.Bitmap
  76. Get
  77. Dim obj As Object = ResourceManager.GetObject("images", resourceCulture)
  78. Return CType(obj,System.Drawing.Bitmap)
  79. End Get
  80. End Property
  81. '''<summary>
  82. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  83. '''</summary>
  84. Friend ReadOnly Property istockphoto_1023670900_1024x1024() As System.Drawing.Bitmap
  85. Get
  86. Dim obj As Object = ResourceManager.GetObject("istockphoto_1023670900_1024x1024", resourceCulture)
  87. Return CType(obj,System.Drawing.Bitmap)
  88. End Get
  89. End Property
  90. '''<summary>
  91. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  92. '''</summary>
  93. Friend ReadOnly Property pngtree_simple_yellow_background_fluid_marble_shading_shading_background_image_40810() As System.Drawing.Bitmap
  94. Get
  95. Dim obj As Object = ResourceManager.GetObject("pngtree_simple_yellow_background_fluid_marble_shading_shading_background_image_40"& _
  96. "810", resourceCulture)
  97. Return CType(obj,System.Drawing.Bitmap)
  98. End Get
  99. End Property
  100. '''<summary>
  101. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  102. '''</summary>
  103. Friend ReadOnly Property 便籤夾1() As System.Drawing.Bitmap
  104. Get
  105. Dim obj As Object = ResourceManager.GetObject("便籤夾1", resourceCulture)
  106. Return CType(obj,System.Drawing.Bitmap)
  107. End Get
  108. End Property
  109. '''<summary>
  110. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  111. '''</summary>
  112. Friend ReadOnly Property 合金1() As System.Drawing.Bitmap
  113. Get
  114. Dim obj As Object = ResourceManager.GetObject("合金1", resourceCulture)
  115. Return CType(obj,System.Drawing.Bitmap)
  116. End Get
  117. End Property
  118. '''<summary>
  119. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  120. '''</summary>
  121. Friend ReadOnly Property 合金2() As System.Drawing.Bitmap
  122. Get
  123. Dim obj As Object = ResourceManager.GetObject("合金2", resourceCulture)
  124. Return CType(obj,System.Drawing.Bitmap)
  125. End Get
  126. End Property
  127. '''<summary>
  128. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  129. '''</summary>
  130. Friend ReadOnly Property 吊飾1() As System.Drawing.Bitmap
  131. Get
  132. Dim obj As Object = ResourceManager.GetObject("吊飾1", resourceCulture)
  133. Return CType(obj,System.Drawing.Bitmap)
  134. End Get
  135. End Property
  136. '''<summary>
  137. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  138. '''</summary>
  139. Friend ReadOnly Property 吊飾2() As System.Drawing.Bitmap
  140. Get
  141. Dim obj As Object = ResourceManager.GetObject("吊飾2", resourceCulture)
  142. Return CType(obj,System.Drawing.Bitmap)
  143. End Get
  144. End Property
  145. '''<summary>
  146. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  147. '''</summary>
  148. Friend ReadOnly Property 吊飾3() As System.Drawing.Bitmap
  149. Get
  150. Dim obj As Object = ResourceManager.GetObject("吊飾3", resourceCulture)
  151. Return CType(obj,System.Drawing.Bitmap)
  152. End Get
  153. End Property
  154. '''<summary>
  155. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  156. '''</summary>
  157. Friend ReadOnly Property 吊飾4() As System.Drawing.Bitmap
  158. Get
  159. Dim obj As Object = ResourceManager.GetObject("吊飾4", resourceCulture)
  160. Return CType(obj,System.Drawing.Bitmap)
  161. End Get
  162. End Property
  163. '''<summary>
  164. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  165. '''</summary>
  166. Friend ReadOnly Property 吊飾5() As System.Drawing.Bitmap
  167. Get
  168. Dim obj As Object = ResourceManager.GetObject("吊飾5", resourceCulture)
  169. Return CType(obj,System.Drawing.Bitmap)
  170. End Get
  171. End Property
  172. '''<summary>
  173. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  174. '''</summary>
  175. Friend ReadOnly Property 吊飾6() As System.Drawing.Bitmap
  176. Get
  177. Dim obj As Object = ResourceManager.GetObject("吊飾6", resourceCulture)
  178. Return CType(obj,System.Drawing.Bitmap)
  179. End Get
  180. End Property
  181. '''<summary>
  182. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  183. '''</summary>
  184. Friend ReadOnly Property 吊飾7() As System.Drawing.Bitmap
  185. Get
  186. Dim obj As Object = ResourceManager.GetObject("吊飾7", resourceCulture)
  187. Return CType(obj,System.Drawing.Bitmap)
  188. End Get
  189. End Property
  190. '''<summary>
  191. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  192. '''</summary>
  193. Friend ReadOnly Property 手工餅乾1() As System.Drawing.Bitmap
  194. Get
  195. Dim obj As Object = ResourceManager.GetObject("手工餅乾1", resourceCulture)
  196. Return CType(obj,System.Drawing.Bitmap)
  197. End Get
  198. End Property
  199. '''<summary>
  200. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  201. '''</summary>
  202. Friend ReadOnly Property 指甲油1() As System.Drawing.Bitmap
  203. Get
  204. Dim obj As Object = ResourceManager.GetObject("指甲油1", resourceCulture)
  205. Return CType(obj,System.Drawing.Bitmap)
  206. End Get
  207. End Property
  208. '''<summary>
  209. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  210. '''</summary>
  211. Friend ReadOnly Property 指甲油10() As System.Drawing.Bitmap
  212. Get
  213. Dim obj As Object = ResourceManager.GetObject("指甲油10", resourceCulture)
  214. Return CType(obj,System.Drawing.Bitmap)
  215. End Get
  216. End Property
  217. '''<summary>
  218. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  219. '''</summary>
  220. Friend ReadOnly Property 指甲油11() As System.Drawing.Bitmap
  221. Get
  222. Dim obj As Object = ResourceManager.GetObject("指甲油11", resourceCulture)
  223. Return CType(obj,System.Drawing.Bitmap)
  224. End Get
  225. End Property
  226. '''<summary>
  227. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  228. '''</summary>
  229. Friend ReadOnly Property 指甲油12() As System.Drawing.Bitmap
  230. Get
  231. Dim obj As Object = ResourceManager.GetObject("指甲油12", resourceCulture)
  232. Return CType(obj,System.Drawing.Bitmap)
  233. End Get
  234. End Property
  235. '''<summary>
  236. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  237. '''</summary>
  238. Friend ReadOnly Property 指甲油13() As System.Drawing.Bitmap
  239. Get
  240. Dim obj As Object = ResourceManager.GetObject("指甲油13", resourceCulture)
  241. Return CType(obj,System.Drawing.Bitmap)
  242. End Get
  243. End Property
  244. '''<summary>
  245. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  246. '''</summary>
  247. Friend ReadOnly Property 指甲油14() As System.Drawing.Bitmap
  248. Get
  249. Dim obj As Object = ResourceManager.GetObject("指甲油14", resourceCulture)
  250. Return CType(obj,System.Drawing.Bitmap)
  251. End Get
  252. End Property
  253. '''<summary>
  254. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  255. '''</summary>
  256. Friend ReadOnly Property 指甲油2() As System.Drawing.Bitmap
  257. Get
  258. Dim obj As Object = ResourceManager.GetObject("指甲油2", resourceCulture)
  259. Return CType(obj,System.Drawing.Bitmap)
  260. End Get
  261. End Property
  262. '''<summary>
  263. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  264. '''</summary>
  265. Friend ReadOnly Property 指甲油3() As System.Drawing.Bitmap
  266. Get
  267. Dim obj As Object = ResourceManager.GetObject("指甲油3", resourceCulture)
  268. Return CType(obj,System.Drawing.Bitmap)
  269. End Get
  270. End Property
  271. '''<summary>
  272. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  273. '''</summary>
  274. Friend ReadOnly Property 指甲油4() As System.Drawing.Bitmap
  275. Get
  276. Dim obj As Object = ResourceManager.GetObject("指甲油4", resourceCulture)
  277. Return CType(obj,System.Drawing.Bitmap)
  278. End Get
  279. End Property
  280. '''<summary>
  281. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  282. '''</summary>
  283. Friend ReadOnly Property 指甲油5() As System.Drawing.Bitmap
  284. Get
  285. Dim obj As Object = ResourceManager.GetObject("指甲油5", resourceCulture)
  286. Return CType(obj,System.Drawing.Bitmap)
  287. End Get
  288. End Property
  289. '''<summary>
  290. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  291. '''</summary>
  292. Friend ReadOnly Property 指甲油6() As System.Drawing.Bitmap
  293. Get
  294. Dim obj As Object = ResourceManager.GetObject("指甲油6", resourceCulture)
  295. Return CType(obj,System.Drawing.Bitmap)
  296. End Get
  297. End Property
  298. '''<summary>
  299. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  300. '''</summary>
  301. Friend ReadOnly Property 指甲油7() As System.Drawing.Bitmap
  302. Get
  303. Dim obj As Object = ResourceManager.GetObject("指甲油7", resourceCulture)
  304. Return CType(obj,System.Drawing.Bitmap)
  305. End Get
  306. End Property
  307. '''<summary>
  308. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  309. '''</summary>
  310. Friend ReadOnly Property 指甲油8() As System.Drawing.Bitmap
  311. Get
  312. Dim obj As Object = ResourceManager.GetObject("指甲油8", resourceCulture)
  313. Return CType(obj,System.Drawing.Bitmap)
  314. End Get
  315. End Property
  316. '''<summary>
  317. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  318. '''</summary>
  319. Friend ReadOnly Property 指甲油9() As System.Drawing.Bitmap
  320. Get
  321. Dim obj As Object = ResourceManager.GetObject("指甲油9", resourceCulture)
  322. Return CType(obj,System.Drawing.Bitmap)
  323. End Get
  324. End Property
  325. '''<summary>
  326. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  327. '''</summary>
  328. Friend ReadOnly Property 純銀1() As System.Drawing.Bitmap
  329. Get
  330. Dim obj As Object = ResourceManager.GetObject("純銀1", resourceCulture)
  331. Return CType(obj,System.Drawing.Bitmap)
  332. End Get
  333. End Property
  334. '''<summary>
  335. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  336. '''</summary>
  337. Friend ReadOnly Property 純銀2() As System.Drawing.Bitmap
  338. Get
  339. Dim obj As Object = ResourceManager.GetObject("純銀2", resourceCulture)
  340. Return CType(obj,System.Drawing.Bitmap)
  341. End Get
  342. End Property
  343. '''<summary>
  344. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  345. '''</summary>
  346. Friend ReadOnly Property 純銀3() As System.Drawing.Bitmap
  347. Get
  348. Dim obj As Object = ResourceManager.GetObject("純銀3", resourceCulture)
  349. Return CType(obj,System.Drawing.Bitmap)
  350. End Get
  351. End Property
  352. '''<summary>
  353. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  354. '''</summary>
  355. Friend ReadOnly Property 純銀4() As System.Drawing.Bitmap
  356. Get
  357. Dim obj As Object = ResourceManager.GetObject("純銀4", resourceCulture)
  358. Return CType(obj,System.Drawing.Bitmap)
  359. End Get
  360. End Property
  361. '''<summary>
  362. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  363. '''</summary>
  364. Friend ReadOnly Property 純銀5() As System.Drawing.Bitmap
  365. Get
  366. Dim obj As Object = ResourceManager.GetObject("純銀5", resourceCulture)
  367. Return CType(obj,System.Drawing.Bitmap)
  368. End Get
  369. End Property
  370. '''<summary>
  371. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  372. '''</summary>
  373. Friend ReadOnly Property 純銀6() As System.Drawing.Bitmap
  374. Get
  375. Dim obj As Object = ResourceManager.GetObject("純銀6", resourceCulture)
  376. Return CType(obj,System.Drawing.Bitmap)
  377. End Get
  378. End Property
  379. '''<summary>
  380. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  381. '''</summary>
  382. Friend ReadOnly Property 純銀7() As System.Drawing.Bitmap
  383. Get
  384. Dim obj As Object = ResourceManager.GetObject("純銀7", resourceCulture)
  385. Return CType(obj,System.Drawing.Bitmap)
  386. End Get
  387. End Property
  388. End Module
  389. End Namespace