Resources.Designer.vb 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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("WindowsApp1.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 a() As System.Drawing.Bitmap
  58. Get
  59. Dim obj As Object = ResourceManager.GetObject("a", 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 a2() As System.Drawing.Bitmap
  67. Get
  68. Dim obj As Object = ResourceManager.GetObject("a2", 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 b() As System.Drawing.Bitmap
  76. Get
  77. Dim obj As Object = ResourceManager.GetObject("b", 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 b2() As System.Drawing.Bitmap
  85. Get
  86. Dim obj As Object = ResourceManager.GetObject("b2", resourceCulture)
  87. Return CType(obj,System.Drawing.Bitmap)
  88. End Get
  89. End Property
  90. '''<summary>
  91. ''' 查詢類似 System.IO.MemoryStream 的類型 System.IO.UnmanagedMemoryStream 當地語系化資源。
  92. '''</summary>
  93. Friend ReadOnly Property bgm() As System.IO.UnmanagedMemoryStream
  94. Get
  95. Return ResourceManager.GetStream("bgm", resourceCulture)
  96. End Get
  97. End Property
  98. '''<summary>
  99. ''' 查詢類似 System.IO.MemoryStream 的類型 System.IO.UnmanagedMemoryStream 當地語系化資源。
  100. '''</summary>
  101. Friend ReadOnly Property bgm2() As System.IO.UnmanagedMemoryStream
  102. Get
  103. Return ResourceManager.GetStream("bgm2", resourceCulture)
  104. End Get
  105. End Property
  106. '''<summary>
  107. ''' 查詢類似 System.IO.MemoryStream 的類型 System.IO.UnmanagedMemoryStream 當地語系化資源。
  108. '''</summary>
  109. Friend ReadOnly Property bgm3() As System.IO.UnmanagedMemoryStream
  110. Get
  111. Return ResourceManager.GetStream("bgm3", resourceCulture)
  112. End Get
  113. End Property
  114. '''<summary>
  115. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  116. '''</summary>
  117. Friend ReadOnly Property c() As System.Drawing.Bitmap
  118. Get
  119. Dim obj As Object = ResourceManager.GetObject("c", resourceCulture)
  120. Return CType(obj,System.Drawing.Bitmap)
  121. End Get
  122. End Property
  123. '''<summary>
  124. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  125. '''</summary>
  126. Friend ReadOnly Property c2() As System.Drawing.Bitmap
  127. Get
  128. Dim obj As Object = ResourceManager.GetObject("c2", resourceCulture)
  129. Return CType(obj,System.Drawing.Bitmap)
  130. End Get
  131. End Property
  132. '''<summary>
  133. ''' 查詢類似 (圖示) 的類型 System.Drawing.Icon 當地語系化資源。
  134. '''</summary>
  135. Friend ReadOnly Property cbzze_rsjt0_001() As System.Drawing.Icon
  136. Get
  137. Dim obj As Object = ResourceManager.GetObject("cbzze_rsjt0_001", resourceCulture)
  138. Return CType(obj,System.Drawing.Icon)
  139. End Get
  140. End Property
  141. '''<summary>
  142. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  143. '''</summary>
  144. Friend ReadOnly Property d() As System.Drawing.Bitmap
  145. Get
  146. Dim obj As Object = ResourceManager.GetObject("d", resourceCulture)
  147. Return CType(obj,System.Drawing.Bitmap)
  148. End Get
  149. End Property
  150. '''<summary>
  151. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  152. '''</summary>
  153. Friend ReadOnly Property d2() As System.Drawing.Bitmap
  154. Get
  155. Dim obj As Object = ResourceManager.GetObject("d2", resourceCulture)
  156. Return CType(obj,System.Drawing.Bitmap)
  157. End Get
  158. End Property
  159. '''<summary>
  160. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  161. '''</summary>
  162. Friend ReadOnly Property e() As System.Drawing.Bitmap
  163. Get
  164. Dim obj As Object = ResourceManager.GetObject("e", resourceCulture)
  165. Return CType(obj,System.Drawing.Bitmap)
  166. End Get
  167. End Property
  168. '''<summary>
  169. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  170. '''</summary>
  171. Friend ReadOnly Property e2() As System.Drawing.Bitmap
  172. Get
  173. Dim obj As Object = ResourceManager.GetObject("e2", resourceCulture)
  174. Return CType(obj,System.Drawing.Bitmap)
  175. End Get
  176. End Property
  177. '''<summary>
  178. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  179. '''</summary>
  180. Friend ReadOnly Property f() As System.Drawing.Bitmap
  181. Get
  182. Dim obj As Object = ResourceManager.GetObject("f", resourceCulture)
  183. Return CType(obj,System.Drawing.Bitmap)
  184. End Get
  185. End Property
  186. '''<summary>
  187. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  188. '''</summary>
  189. Friend ReadOnly Property f2() As System.Drawing.Bitmap
  190. Get
  191. Dim obj As Object = ResourceManager.GetObject("f2", resourceCulture)
  192. Return CType(obj,System.Drawing.Bitmap)
  193. End Get
  194. End Property
  195. '''<summary>
  196. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  197. '''</summary>
  198. Friend ReadOnly Property g() As System.Drawing.Bitmap
  199. Get
  200. Dim obj As Object = ResourceManager.GetObject("g", resourceCulture)
  201. Return CType(obj,System.Drawing.Bitmap)
  202. End Get
  203. End Property
  204. '''<summary>
  205. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  206. '''</summary>
  207. Friend ReadOnly Property g2() As System.Drawing.Bitmap
  208. Get
  209. Dim obj As Object = ResourceManager.GetObject("g2", resourceCulture)
  210. Return CType(obj,System.Drawing.Bitmap)
  211. End Get
  212. End Property
  213. '''<summary>
  214. ''' 查詢類似 System.IO.MemoryStream 的類型 System.IO.UnmanagedMemoryStream 當地語系化資源。
  215. '''</summary>
  216. Friend ReadOnly Property gain() As System.IO.UnmanagedMemoryStream
  217. Get
  218. Return ResourceManager.GetStream("gain", resourceCulture)
  219. End Get
  220. End Property
  221. '''<summary>
  222. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  223. '''</summary>
  224. Friend ReadOnly Property grass() As System.Drawing.Bitmap
  225. Get
  226. Dim obj As Object = ResourceManager.GetObject("grass", resourceCulture)
  227. Return CType(obj,System.Drawing.Bitmap)
  228. End Get
  229. End Property
  230. '''<summary>
  231. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  232. '''</summary>
  233. Friend ReadOnly Property h() As System.Drawing.Bitmap
  234. Get
  235. Dim obj As Object = ResourceManager.GetObject("h", resourceCulture)
  236. Return CType(obj,System.Drawing.Bitmap)
  237. End Get
  238. End Property
  239. '''<summary>
  240. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  241. '''</summary>
  242. Friend ReadOnly Property h2() As System.Drawing.Bitmap
  243. Get
  244. Dim obj As Object = ResourceManager.GetObject("h2", resourceCulture)
  245. Return CType(obj,System.Drawing.Bitmap)
  246. End Get
  247. End Property
  248. '''<summary>
  249. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  250. '''</summary>
  251. Friend ReadOnly Property i() As System.Drawing.Bitmap
  252. Get
  253. Dim obj As Object = ResourceManager.GetObject("i", resourceCulture)
  254. Return CType(obj,System.Drawing.Bitmap)
  255. End Get
  256. End Property
  257. '''<summary>
  258. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  259. '''</summary>
  260. Friend ReadOnly Property i2() As System.Drawing.Bitmap
  261. Get
  262. Dim obj As Object = ResourceManager.GetObject("i2", resourceCulture)
  263. Return CType(obj,System.Drawing.Bitmap)
  264. End Get
  265. End Property
  266. '''<summary>
  267. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  268. '''</summary>
  269. Friend ReadOnly Property j() As System.Drawing.Bitmap
  270. Get
  271. Dim obj As Object = ResourceManager.GetObject("j", resourceCulture)
  272. Return CType(obj,System.Drawing.Bitmap)
  273. End Get
  274. End Property
  275. '''<summary>
  276. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  277. '''</summary>
  278. Friend ReadOnly Property j2() As System.Drawing.Bitmap
  279. Get
  280. Dim obj As Object = ResourceManager.GetObject("j2", resourceCulture)
  281. Return CType(obj,System.Drawing.Bitmap)
  282. End Get
  283. End Property
  284. '''<summary>
  285. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  286. '''</summary>
  287. Friend ReadOnly Property trash() As System.Drawing.Bitmap
  288. Get
  289. Dim obj As Object = ResourceManager.GetObject("trash", resourceCulture)
  290. Return CType(obj,System.Drawing.Bitmap)
  291. End Get
  292. End Property
  293. End Module
  294. End Namespace