Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Resources.Designer.vb 63KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  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", "17.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("HSKIN_MIS_SYS.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 _000() As System.Drawing.Bitmap
  58. Get
  59. Dim obj As Object = ResourceManager.GetObject("000", 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 _001() As System.Drawing.Bitmap
  67. Get
  68. Dim obj As Object = ResourceManager.GetObject("001", 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 _002() As System.Drawing.Bitmap
  76. Get
  77. Dim obj As Object = ResourceManager.GetObject("002", 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 _003() As System.Drawing.Bitmap
  85. Get
  86. Dim obj As Object = ResourceManager.GetObject("003", 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 _004() As System.Drawing.Bitmap
  94. Get
  95. Dim obj As Object = ResourceManager.GetObject("004", resourceCulture)
  96. Return CType(obj,System.Drawing.Bitmap)
  97. End Get
  98. End Property
  99. '''<summary>
  100. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  101. '''</summary>
  102. Friend ReadOnly Property _005() As System.Drawing.Bitmap
  103. Get
  104. Dim obj As Object = ResourceManager.GetObject("005", resourceCulture)
  105. Return CType(obj,System.Drawing.Bitmap)
  106. End Get
  107. End Property
  108. '''<summary>
  109. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  110. '''</summary>
  111. Friend ReadOnly Property _006() As System.Drawing.Bitmap
  112. Get
  113. Dim obj As Object = ResourceManager.GetObject("006", resourceCulture)
  114. Return CType(obj,System.Drawing.Bitmap)
  115. End Get
  116. End Property
  117. '''<summary>
  118. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  119. '''</summary>
  120. Friend ReadOnly Property _007() As System.Drawing.Bitmap
  121. Get
  122. Dim obj As Object = ResourceManager.GetObject("007", resourceCulture)
  123. Return CType(obj,System.Drawing.Bitmap)
  124. End Get
  125. End Property
  126. '''<summary>
  127. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  128. '''</summary>
  129. Friend ReadOnly Property _008() As System.Drawing.Bitmap
  130. Get
  131. Dim obj As Object = ResourceManager.GetObject("008", resourceCulture)
  132. Return CType(obj,System.Drawing.Bitmap)
  133. End Get
  134. End Property
  135. '''<summary>
  136. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  137. '''</summary>
  138. Friend ReadOnly Property _009() As System.Drawing.Bitmap
  139. Get
  140. Dim obj As Object = ResourceManager.GetObject("009", resourceCulture)
  141. Return CType(obj,System.Drawing.Bitmap)
  142. End Get
  143. End Property
  144. '''<summary>
  145. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  146. '''</summary>
  147. Friend ReadOnly Property _010() As System.Drawing.Bitmap
  148. Get
  149. Dim obj As Object = ResourceManager.GetObject("010", resourceCulture)
  150. Return CType(obj,System.Drawing.Bitmap)
  151. End Get
  152. End Property
  153. '''<summary>
  154. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  155. '''</summary>
  156. Friend ReadOnly Property _011() As System.Drawing.Bitmap
  157. Get
  158. Dim obj As Object = ResourceManager.GetObject("011", resourceCulture)
  159. Return CType(obj,System.Drawing.Bitmap)
  160. End Get
  161. End Property
  162. '''<summary>
  163. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  164. '''</summary>
  165. Friend ReadOnly Property _012() As System.Drawing.Bitmap
  166. Get
  167. Dim obj As Object = ResourceManager.GetObject("012", resourceCulture)
  168. Return CType(obj,System.Drawing.Bitmap)
  169. End Get
  170. End Property
  171. '''<summary>
  172. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  173. '''</summary>
  174. Friend ReadOnly Property _013() As System.Drawing.Bitmap
  175. Get
  176. Dim obj As Object = ResourceManager.GetObject("013", resourceCulture)
  177. Return CType(obj,System.Drawing.Bitmap)
  178. End Get
  179. End Property
  180. '''<summary>
  181. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  182. '''</summary>
  183. Friend ReadOnly Property _014() As System.Drawing.Bitmap
  184. Get
  185. Dim obj As Object = ResourceManager.GetObject("014", resourceCulture)
  186. Return CType(obj,System.Drawing.Bitmap)
  187. End Get
  188. End Property
  189. '''<summary>
  190. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  191. '''</summary>
  192. Friend ReadOnly Property _015() As System.Drawing.Bitmap
  193. Get
  194. Dim obj As Object = ResourceManager.GetObject("015", resourceCulture)
  195. Return CType(obj,System.Drawing.Bitmap)
  196. End Get
  197. End Property
  198. '''<summary>
  199. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  200. '''</summary>
  201. Friend ReadOnly Property _016() As System.Drawing.Bitmap
  202. Get
  203. Dim obj As Object = ResourceManager.GetObject("016", resourceCulture)
  204. Return CType(obj,System.Drawing.Bitmap)
  205. End Get
  206. End Property
  207. '''<summary>
  208. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  209. '''</summary>
  210. Friend ReadOnly Property _017() As System.Drawing.Bitmap
  211. Get
  212. Dim obj As Object = ResourceManager.GetObject("017", resourceCulture)
  213. Return CType(obj,System.Drawing.Bitmap)
  214. End Get
  215. End Property
  216. '''<summary>
  217. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  218. '''</summary>
  219. Friend ReadOnly Property _018() As System.Drawing.Bitmap
  220. Get
  221. Dim obj As Object = ResourceManager.GetObject("018", resourceCulture)
  222. Return CType(obj,System.Drawing.Bitmap)
  223. End Get
  224. End Property
  225. '''<summary>
  226. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  227. '''</summary>
  228. Friend ReadOnly Property _019() As System.Drawing.Bitmap
  229. Get
  230. Dim obj As Object = ResourceManager.GetObject("019", resourceCulture)
  231. Return CType(obj,System.Drawing.Bitmap)
  232. End Get
  233. End Property
  234. '''<summary>
  235. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  236. '''</summary>
  237. Friend ReadOnly Property _020() As System.Drawing.Bitmap
  238. Get
  239. Dim obj As Object = ResourceManager.GetObject("020", resourceCulture)
  240. Return CType(obj,System.Drawing.Bitmap)
  241. End Get
  242. End Property
  243. '''<summary>
  244. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  245. '''</summary>
  246. Friend ReadOnly Property _021() As System.Drawing.Bitmap
  247. Get
  248. Dim obj As Object = ResourceManager.GetObject("021", resourceCulture)
  249. Return CType(obj,System.Drawing.Bitmap)
  250. End Get
  251. End Property
  252. '''<summary>
  253. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  254. '''</summary>
  255. Friend ReadOnly Property _022() As System.Drawing.Bitmap
  256. Get
  257. Dim obj As Object = ResourceManager.GetObject("022", resourceCulture)
  258. Return CType(obj,System.Drawing.Bitmap)
  259. End Get
  260. End Property
  261. '''<summary>
  262. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  263. '''</summary>
  264. Friend ReadOnly Property _023() As System.Drawing.Bitmap
  265. Get
  266. Dim obj As Object = ResourceManager.GetObject("023", resourceCulture)
  267. Return CType(obj,System.Drawing.Bitmap)
  268. End Get
  269. End Property
  270. '''<summary>
  271. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  272. '''</summary>
  273. Friend ReadOnly Property _024() As System.Drawing.Bitmap
  274. Get
  275. Dim obj As Object = ResourceManager.GetObject("024", resourceCulture)
  276. Return CType(obj,System.Drawing.Bitmap)
  277. End Get
  278. End Property
  279. '''<summary>
  280. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  281. '''</summary>
  282. Friend ReadOnly Property _025() As System.Drawing.Bitmap
  283. Get
  284. Dim obj As Object = ResourceManager.GetObject("025", resourceCulture)
  285. Return CType(obj,System.Drawing.Bitmap)
  286. End Get
  287. End Property
  288. '''<summary>
  289. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  290. '''</summary>
  291. Friend ReadOnly Property _026() As System.Drawing.Bitmap
  292. Get
  293. Dim obj As Object = ResourceManager.GetObject("026", resourceCulture)
  294. Return CType(obj,System.Drawing.Bitmap)
  295. End Get
  296. End Property
  297. '''<summary>
  298. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  299. '''</summary>
  300. Friend ReadOnly Property _027() As System.Drawing.Bitmap
  301. Get
  302. Dim obj As Object = ResourceManager.GetObject("027", resourceCulture)
  303. Return CType(obj,System.Drawing.Bitmap)
  304. End Get
  305. End Property
  306. '''<summary>
  307. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  308. '''</summary>
  309. Friend ReadOnly Property _028() As System.Drawing.Bitmap
  310. Get
  311. Dim obj As Object = ResourceManager.GetObject("028", resourceCulture)
  312. Return CType(obj,System.Drawing.Bitmap)
  313. End Get
  314. End Property
  315. '''<summary>
  316. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  317. '''</summary>
  318. Friend ReadOnly Property _029() As System.Drawing.Bitmap
  319. Get
  320. Dim obj As Object = ResourceManager.GetObject("029", resourceCulture)
  321. Return CType(obj,System.Drawing.Bitmap)
  322. End Get
  323. End Property
  324. '''<summary>
  325. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  326. '''</summary>
  327. Friend ReadOnly Property _030() As System.Drawing.Bitmap
  328. Get
  329. Dim obj As Object = ResourceManager.GetObject("030", resourceCulture)
  330. Return CType(obj,System.Drawing.Bitmap)
  331. End Get
  332. End Property
  333. '''<summary>
  334. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  335. '''</summary>
  336. Friend ReadOnly Property _031() As System.Drawing.Bitmap
  337. Get
  338. Dim obj As Object = ResourceManager.GetObject("031", resourceCulture)
  339. Return CType(obj,System.Drawing.Bitmap)
  340. End Get
  341. End Property
  342. '''<summary>
  343. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  344. '''</summary>
  345. Friend ReadOnly Property _032() As System.Drawing.Bitmap
  346. Get
  347. Dim obj As Object = ResourceManager.GetObject("032", resourceCulture)
  348. Return CType(obj,System.Drawing.Bitmap)
  349. End Get
  350. End Property
  351. '''<summary>
  352. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  353. '''</summary>
  354. Friend ReadOnly Property _033() As System.Drawing.Bitmap
  355. Get
  356. Dim obj As Object = ResourceManager.GetObject("033", resourceCulture)
  357. Return CType(obj,System.Drawing.Bitmap)
  358. End Get
  359. End Property
  360. '''<summary>
  361. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  362. '''</summary>
  363. Friend ReadOnly Property _034() As System.Drawing.Bitmap
  364. Get
  365. Dim obj As Object = ResourceManager.GetObject("034", resourceCulture)
  366. Return CType(obj,System.Drawing.Bitmap)
  367. End Get
  368. End Property
  369. '''<summary>
  370. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  371. '''</summary>
  372. Friend ReadOnly Property _035() As System.Drawing.Bitmap
  373. Get
  374. Dim obj As Object = ResourceManager.GetObject("035", resourceCulture)
  375. Return CType(obj,System.Drawing.Bitmap)
  376. End Get
  377. End Property
  378. '''<summary>
  379. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  380. '''</summary>
  381. Friend ReadOnly Property _036() As System.Drawing.Bitmap
  382. Get
  383. Dim obj As Object = ResourceManager.GetObject("036", resourceCulture)
  384. Return CType(obj,System.Drawing.Bitmap)
  385. End Get
  386. End Property
  387. '''<summary>
  388. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  389. '''</summary>
  390. Friend ReadOnly Property _037() As System.Drawing.Bitmap
  391. Get
  392. Dim obj As Object = ResourceManager.GetObject("037", resourceCulture)
  393. Return CType(obj,System.Drawing.Bitmap)
  394. End Get
  395. End Property
  396. '''<summary>
  397. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  398. '''</summary>
  399. Friend ReadOnly Property _038() As System.Drawing.Bitmap
  400. Get
  401. Dim obj As Object = ResourceManager.GetObject("038", resourceCulture)
  402. Return CType(obj,System.Drawing.Bitmap)
  403. End Get
  404. End Property
  405. '''<summary>
  406. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  407. '''</summary>
  408. Friend ReadOnly Property _039() As System.Drawing.Bitmap
  409. Get
  410. Dim obj As Object = ResourceManager.GetObject("039", resourceCulture)
  411. Return CType(obj,System.Drawing.Bitmap)
  412. End Get
  413. End Property
  414. '''<summary>
  415. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  416. '''</summary>
  417. Friend ReadOnly Property _040() As System.Drawing.Bitmap
  418. Get
  419. Dim obj As Object = ResourceManager.GetObject("040", resourceCulture)
  420. Return CType(obj,System.Drawing.Bitmap)
  421. End Get
  422. End Property
  423. '''<summary>
  424. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  425. '''</summary>
  426. Friend ReadOnly Property _041() As System.Drawing.Bitmap
  427. Get
  428. Dim obj As Object = ResourceManager.GetObject("041", resourceCulture)
  429. Return CType(obj,System.Drawing.Bitmap)
  430. End Get
  431. End Property
  432. '''<summary>
  433. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  434. '''</summary>
  435. Friend ReadOnly Property _042() As System.Drawing.Bitmap
  436. Get
  437. Dim obj As Object = ResourceManager.GetObject("042", resourceCulture)
  438. Return CType(obj,System.Drawing.Bitmap)
  439. End Get
  440. End Property
  441. '''<summary>
  442. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  443. '''</summary>
  444. Friend ReadOnly Property _043() As System.Drawing.Bitmap
  445. Get
  446. Dim obj As Object = ResourceManager.GetObject("043", resourceCulture)
  447. Return CType(obj,System.Drawing.Bitmap)
  448. End Get
  449. End Property
  450. '''<summary>
  451. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  452. '''</summary>
  453. Friend ReadOnly Property _044() As System.Drawing.Bitmap
  454. Get
  455. Dim obj As Object = ResourceManager.GetObject("044", resourceCulture)
  456. Return CType(obj,System.Drawing.Bitmap)
  457. End Get
  458. End Property
  459. '''<summary>
  460. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  461. '''</summary>
  462. Friend ReadOnly Property _045() As System.Drawing.Bitmap
  463. Get
  464. Dim obj As Object = ResourceManager.GetObject("045", resourceCulture)
  465. Return CType(obj,System.Drawing.Bitmap)
  466. End Get
  467. End Property
  468. '''<summary>
  469. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  470. '''</summary>
  471. Friend ReadOnly Property _046() As System.Drawing.Bitmap
  472. Get
  473. Dim obj As Object = ResourceManager.GetObject("046", resourceCulture)
  474. Return CType(obj,System.Drawing.Bitmap)
  475. End Get
  476. End Property
  477. '''<summary>
  478. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  479. '''</summary>
  480. Friend ReadOnly Property _047() As System.Drawing.Bitmap
  481. Get
  482. Dim obj As Object = ResourceManager.GetObject("047", resourceCulture)
  483. Return CType(obj,System.Drawing.Bitmap)
  484. End Get
  485. End Property
  486. '''<summary>
  487. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  488. '''</summary>
  489. Friend ReadOnly Property _048() As System.Drawing.Bitmap
  490. Get
  491. Dim obj As Object = ResourceManager.GetObject("048", resourceCulture)
  492. Return CType(obj,System.Drawing.Bitmap)
  493. End Get
  494. End Property
  495. '''<summary>
  496. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  497. '''</summary>
  498. Friend ReadOnly Property _049() As System.Drawing.Bitmap
  499. Get
  500. Dim obj As Object = ResourceManager.GetObject("049", resourceCulture)
  501. Return CType(obj,System.Drawing.Bitmap)
  502. End Get
  503. End Property
  504. '''<summary>
  505. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  506. '''</summary>
  507. Friend ReadOnly Property _050() As System.Drawing.Bitmap
  508. Get
  509. Dim obj As Object = ResourceManager.GetObject("050", resourceCulture)
  510. Return CType(obj,System.Drawing.Bitmap)
  511. End Get
  512. End Property
  513. '''<summary>
  514. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  515. '''</summary>
  516. Friend ReadOnly Property _051() As System.Drawing.Bitmap
  517. Get
  518. Dim obj As Object = ResourceManager.GetObject("051", resourceCulture)
  519. Return CType(obj,System.Drawing.Bitmap)
  520. End Get
  521. End Property
  522. '''<summary>
  523. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  524. '''</summary>
  525. Friend ReadOnly Property _052() As System.Drawing.Bitmap
  526. Get
  527. Dim obj As Object = ResourceManager.GetObject("052", resourceCulture)
  528. Return CType(obj,System.Drawing.Bitmap)
  529. End Get
  530. End Property
  531. '''<summary>
  532. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  533. '''</summary>
  534. Friend ReadOnly Property _053() As System.Drawing.Bitmap
  535. Get
  536. Dim obj As Object = ResourceManager.GetObject("053", resourceCulture)
  537. Return CType(obj,System.Drawing.Bitmap)
  538. End Get
  539. End Property
  540. '''<summary>
  541. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  542. '''</summary>
  543. Friend ReadOnly Property _054() As System.Drawing.Bitmap
  544. Get
  545. Dim obj As Object = ResourceManager.GetObject("054", resourceCulture)
  546. Return CType(obj,System.Drawing.Bitmap)
  547. End Get
  548. End Property
  549. '''<summary>
  550. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  551. '''</summary>
  552. Friend ReadOnly Property _055() As System.Drawing.Bitmap
  553. Get
  554. Dim obj As Object = ResourceManager.GetObject("055", resourceCulture)
  555. Return CType(obj,System.Drawing.Bitmap)
  556. End Get
  557. End Property
  558. '''<summary>
  559. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  560. '''</summary>
  561. Friend ReadOnly Property _056() As System.Drawing.Bitmap
  562. Get
  563. Dim obj As Object = ResourceManager.GetObject("056", resourceCulture)
  564. Return CType(obj,System.Drawing.Bitmap)
  565. End Get
  566. End Property
  567. '''<summary>
  568. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  569. '''</summary>
  570. Friend ReadOnly Property _057() As System.Drawing.Bitmap
  571. Get
  572. Dim obj As Object = ResourceManager.GetObject("057", resourceCulture)
  573. Return CType(obj,System.Drawing.Bitmap)
  574. End Get
  575. End Property
  576. '''<summary>
  577. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  578. '''</summary>
  579. Friend ReadOnly Property _058() As System.Drawing.Bitmap
  580. Get
  581. Dim obj As Object = ResourceManager.GetObject("058", resourceCulture)
  582. Return CType(obj,System.Drawing.Bitmap)
  583. End Get
  584. End Property
  585. '''<summary>
  586. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  587. '''</summary>
  588. Friend ReadOnly Property _059() As System.Drawing.Bitmap
  589. Get
  590. Dim obj As Object = ResourceManager.GetObject("059", resourceCulture)
  591. Return CType(obj,System.Drawing.Bitmap)
  592. End Get
  593. End Property
  594. '''<summary>
  595. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  596. '''</summary>
  597. Friend ReadOnly Property _060() As System.Drawing.Bitmap
  598. Get
  599. Dim obj As Object = ResourceManager.GetObject("060", resourceCulture)
  600. Return CType(obj,System.Drawing.Bitmap)
  601. End Get
  602. End Property
  603. '''<summary>
  604. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  605. '''</summary>
  606. Friend ReadOnly Property _061() As System.Drawing.Bitmap
  607. Get
  608. Dim obj As Object = ResourceManager.GetObject("061", resourceCulture)
  609. Return CType(obj,System.Drawing.Bitmap)
  610. End Get
  611. End Property
  612. '''<summary>
  613. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  614. '''</summary>
  615. Friend ReadOnly Property _062() As System.Drawing.Bitmap
  616. Get
  617. Dim obj As Object = ResourceManager.GetObject("062", resourceCulture)
  618. Return CType(obj,System.Drawing.Bitmap)
  619. End Get
  620. End Property
  621. '''<summary>
  622. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  623. '''</summary>
  624. Friend ReadOnly Property _063() As System.Drawing.Bitmap
  625. Get
  626. Dim obj As Object = ResourceManager.GetObject("063", resourceCulture)
  627. Return CType(obj,System.Drawing.Bitmap)
  628. End Get
  629. End Property
  630. '''<summary>
  631. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  632. '''</summary>
  633. Friend ReadOnly Property _064() As System.Drawing.Bitmap
  634. Get
  635. Dim obj As Object = ResourceManager.GetObject("064", resourceCulture)
  636. Return CType(obj,System.Drawing.Bitmap)
  637. End Get
  638. End Property
  639. '''<summary>
  640. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  641. '''</summary>
  642. Friend ReadOnly Property _065() As System.Drawing.Bitmap
  643. Get
  644. Dim obj As Object = ResourceManager.GetObject("065", resourceCulture)
  645. Return CType(obj,System.Drawing.Bitmap)
  646. End Get
  647. End Property
  648. '''<summary>
  649. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  650. '''</summary>
  651. Friend ReadOnly Property _066() As System.Drawing.Bitmap
  652. Get
  653. Dim obj As Object = ResourceManager.GetObject("066", resourceCulture)
  654. Return CType(obj,System.Drawing.Bitmap)
  655. End Get
  656. End Property
  657. '''<summary>
  658. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  659. '''</summary>
  660. Friend ReadOnly Property _067() As System.Drawing.Bitmap
  661. Get
  662. Dim obj As Object = ResourceManager.GetObject("067", resourceCulture)
  663. Return CType(obj,System.Drawing.Bitmap)
  664. End Get
  665. End Property
  666. '''<summary>
  667. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  668. '''</summary>
  669. Friend ReadOnly Property _068() As System.Drawing.Bitmap
  670. Get
  671. Dim obj As Object = ResourceManager.GetObject("068", resourceCulture)
  672. Return CType(obj,System.Drawing.Bitmap)
  673. End Get
  674. End Property
  675. '''<summary>
  676. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  677. '''</summary>
  678. Friend ReadOnly Property _069() As System.Drawing.Bitmap
  679. Get
  680. Dim obj As Object = ResourceManager.GetObject("069", resourceCulture)
  681. Return CType(obj,System.Drawing.Bitmap)
  682. End Get
  683. End Property
  684. '''<summary>
  685. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  686. '''</summary>
  687. Friend ReadOnly Property _070() As System.Drawing.Bitmap
  688. Get
  689. Dim obj As Object = ResourceManager.GetObject("070", resourceCulture)
  690. Return CType(obj,System.Drawing.Bitmap)
  691. End Get
  692. End Property
  693. '''<summary>
  694. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  695. '''</summary>
  696. Friend ReadOnly Property _071() As System.Drawing.Bitmap
  697. Get
  698. Dim obj As Object = ResourceManager.GetObject("071", resourceCulture)
  699. Return CType(obj,System.Drawing.Bitmap)
  700. End Get
  701. End Property
  702. '''<summary>
  703. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  704. '''</summary>
  705. Friend ReadOnly Property _072() As System.Drawing.Bitmap
  706. Get
  707. Dim obj As Object = ResourceManager.GetObject("072", resourceCulture)
  708. Return CType(obj,System.Drawing.Bitmap)
  709. End Get
  710. End Property
  711. '''<summary>
  712. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  713. '''</summary>
  714. Friend ReadOnly Property _073() As System.Drawing.Bitmap
  715. Get
  716. Dim obj As Object = ResourceManager.GetObject("073", resourceCulture)
  717. Return CType(obj,System.Drawing.Bitmap)
  718. End Get
  719. End Property
  720. '''<summary>
  721. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  722. '''</summary>
  723. Friend ReadOnly Property _074() As System.Drawing.Bitmap
  724. Get
  725. Dim obj As Object = ResourceManager.GetObject("074", resourceCulture)
  726. Return CType(obj,System.Drawing.Bitmap)
  727. End Get
  728. End Property
  729. '''<summary>
  730. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  731. '''</summary>
  732. Friend ReadOnly Property _075() As System.Drawing.Bitmap
  733. Get
  734. Dim obj As Object = ResourceManager.GetObject("075", resourceCulture)
  735. Return CType(obj,System.Drawing.Bitmap)
  736. End Get
  737. End Property
  738. '''<summary>
  739. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  740. '''</summary>
  741. Friend ReadOnly Property _076() As System.Drawing.Bitmap
  742. Get
  743. Dim obj As Object = ResourceManager.GetObject("076", resourceCulture)
  744. Return CType(obj,System.Drawing.Bitmap)
  745. End Get
  746. End Property
  747. '''<summary>
  748. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  749. '''</summary>
  750. Friend ReadOnly Property _077() As System.Drawing.Bitmap
  751. Get
  752. Dim obj As Object = ResourceManager.GetObject("077", resourceCulture)
  753. Return CType(obj,System.Drawing.Bitmap)
  754. End Get
  755. End Property
  756. '''<summary>
  757. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  758. '''</summary>
  759. Friend ReadOnly Property _078() As System.Drawing.Bitmap
  760. Get
  761. Dim obj As Object = ResourceManager.GetObject("078", resourceCulture)
  762. Return CType(obj,System.Drawing.Bitmap)
  763. End Get
  764. End Property
  765. '''<summary>
  766. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  767. '''</summary>
  768. Friend ReadOnly Property _079() As System.Drawing.Bitmap
  769. Get
  770. Dim obj As Object = ResourceManager.GetObject("079", resourceCulture)
  771. Return CType(obj,System.Drawing.Bitmap)
  772. End Get
  773. End Property
  774. '''<summary>
  775. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  776. '''</summary>
  777. Friend ReadOnly Property _080() As System.Drawing.Bitmap
  778. Get
  779. Dim obj As Object = ResourceManager.GetObject("080", resourceCulture)
  780. Return CType(obj,System.Drawing.Bitmap)
  781. End Get
  782. End Property
  783. '''<summary>
  784. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  785. '''</summary>
  786. Friend ReadOnly Property _081() As System.Drawing.Bitmap
  787. Get
  788. Dim obj As Object = ResourceManager.GetObject("081", resourceCulture)
  789. Return CType(obj,System.Drawing.Bitmap)
  790. End Get
  791. End Property
  792. '''<summary>
  793. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  794. '''</summary>
  795. Friend ReadOnly Property _082() As System.Drawing.Bitmap
  796. Get
  797. Dim obj As Object = ResourceManager.GetObject("082", resourceCulture)
  798. Return CType(obj,System.Drawing.Bitmap)
  799. End Get
  800. End Property
  801. '''<summary>
  802. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  803. '''</summary>
  804. Friend ReadOnly Property _083() As System.Drawing.Bitmap
  805. Get
  806. Dim obj As Object = ResourceManager.GetObject("083", resourceCulture)
  807. Return CType(obj,System.Drawing.Bitmap)
  808. End Get
  809. End Property
  810. '''<summary>
  811. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  812. '''</summary>
  813. Friend ReadOnly Property _084() As System.Drawing.Bitmap
  814. Get
  815. Dim obj As Object = ResourceManager.GetObject("084", resourceCulture)
  816. Return CType(obj,System.Drawing.Bitmap)
  817. End Get
  818. End Property
  819. '''<summary>
  820. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  821. '''</summary>
  822. Friend ReadOnly Property _085() As System.Drawing.Bitmap
  823. Get
  824. Dim obj As Object = ResourceManager.GetObject("085", resourceCulture)
  825. Return CType(obj,System.Drawing.Bitmap)
  826. End Get
  827. End Property
  828. '''<summary>
  829. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  830. '''</summary>
  831. Friend ReadOnly Property _086() As System.Drawing.Bitmap
  832. Get
  833. Dim obj As Object = ResourceManager.GetObject("086", resourceCulture)
  834. Return CType(obj,System.Drawing.Bitmap)
  835. End Get
  836. End Property
  837. '''<summary>
  838. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  839. '''</summary>
  840. Friend ReadOnly Property _087() As System.Drawing.Bitmap
  841. Get
  842. Dim obj As Object = ResourceManager.GetObject("087", resourceCulture)
  843. Return CType(obj,System.Drawing.Bitmap)
  844. End Get
  845. End Property
  846. '''<summary>
  847. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  848. '''</summary>
  849. Friend ReadOnly Property _088() As System.Drawing.Bitmap
  850. Get
  851. Dim obj As Object = ResourceManager.GetObject("088", resourceCulture)
  852. Return CType(obj,System.Drawing.Bitmap)
  853. End Get
  854. End Property
  855. '''<summary>
  856. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  857. '''</summary>
  858. Friend ReadOnly Property _089() As System.Drawing.Bitmap
  859. Get
  860. Dim obj As Object = ResourceManager.GetObject("089", resourceCulture)
  861. Return CType(obj,System.Drawing.Bitmap)
  862. End Get
  863. End Property
  864. '''<summary>
  865. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  866. '''</summary>
  867. Friend ReadOnly Property _090() As System.Drawing.Bitmap
  868. Get
  869. Dim obj As Object = ResourceManager.GetObject("090", resourceCulture)
  870. Return CType(obj,System.Drawing.Bitmap)
  871. End Get
  872. End Property
  873. '''<summary>
  874. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  875. '''</summary>
  876. Friend ReadOnly Property _091() As System.Drawing.Bitmap
  877. Get
  878. Dim obj As Object = ResourceManager.GetObject("091", resourceCulture)
  879. Return CType(obj,System.Drawing.Bitmap)
  880. End Get
  881. End Property
  882. '''<summary>
  883. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  884. '''</summary>
  885. Friend ReadOnly Property _092() As System.Drawing.Bitmap
  886. Get
  887. Dim obj As Object = ResourceManager.GetObject("092", resourceCulture)
  888. Return CType(obj,System.Drawing.Bitmap)
  889. End Get
  890. End Property
  891. '''<summary>
  892. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  893. '''</summary>
  894. Friend ReadOnly Property _093() As System.Drawing.Bitmap
  895. Get
  896. Dim obj As Object = ResourceManager.GetObject("093", resourceCulture)
  897. Return CType(obj,System.Drawing.Bitmap)
  898. End Get
  899. End Property
  900. '''<summary>
  901. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  902. '''</summary>
  903. Friend ReadOnly Property _094() As System.Drawing.Bitmap
  904. Get
  905. Dim obj As Object = ResourceManager.GetObject("094", resourceCulture)
  906. Return CType(obj,System.Drawing.Bitmap)
  907. End Get
  908. End Property
  909. '''<summary>
  910. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  911. '''</summary>
  912. Friend ReadOnly Property _095() As System.Drawing.Bitmap
  913. Get
  914. Dim obj As Object = ResourceManager.GetObject("095", resourceCulture)
  915. Return CType(obj,System.Drawing.Bitmap)
  916. End Get
  917. End Property
  918. '''<summary>
  919. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  920. '''</summary>
  921. Friend ReadOnly Property _096() As System.Drawing.Bitmap
  922. Get
  923. Dim obj As Object = ResourceManager.GetObject("096", resourceCulture)
  924. Return CType(obj,System.Drawing.Bitmap)
  925. End Get
  926. End Property
  927. '''<summary>
  928. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  929. '''</summary>
  930. Friend ReadOnly Property _097() As System.Drawing.Bitmap
  931. Get
  932. Dim obj As Object = ResourceManager.GetObject("097", resourceCulture)
  933. Return CType(obj,System.Drawing.Bitmap)
  934. End Get
  935. End Property
  936. '''<summary>
  937. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  938. '''</summary>
  939. Friend ReadOnly Property _098() As System.Drawing.Bitmap
  940. Get
  941. Dim obj As Object = ResourceManager.GetObject("098", resourceCulture)
  942. Return CType(obj,System.Drawing.Bitmap)
  943. End Get
  944. End Property
  945. '''<summary>
  946. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  947. '''</summary>
  948. Friend ReadOnly Property _099() As System.Drawing.Bitmap
  949. Get
  950. Dim obj As Object = ResourceManager.GetObject("099", resourceCulture)
  951. Return CType(obj,System.Drawing.Bitmap)
  952. End Get
  953. End Property
  954. '''<summary>
  955. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  956. '''</summary>
  957. Friend ReadOnly Property _0d384ecc8fab9abce353875491fd2045() As System.Drawing.Bitmap
  958. Get
  959. Dim obj As Object = ResourceManager.GetObject("0d384ecc8fab9abce353875491fd2045", resourceCulture)
  960. Return CType(obj,System.Drawing.Bitmap)
  961. End Get
  962. End Property
  963. '''<summary>
  964. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  965. '''</summary>
  966. Friend ReadOnly Property _0d384ecc8fab9abce353875491fd20451() As System.Drawing.Bitmap
  967. Get
  968. Dim obj As Object = ResourceManager.GetObject("0d384ecc8fab9abce353875491fd20451", resourceCulture)
  969. Return CType(obj,System.Drawing.Bitmap)
  970. End Get
  971. End Property
  972. '''<summary>
  973. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  974. '''</summary>
  975. Friend ReadOnly Property _100() As System.Drawing.Bitmap
  976. Get
  977. Dim obj As Object = ResourceManager.GetObject("100", resourceCulture)
  978. Return CType(obj,System.Drawing.Bitmap)
  979. End Get
  980. End Property
  981. '''<summary>
  982. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  983. '''</summary>
  984. Friend ReadOnly Property _1477960() As System.Drawing.Bitmap
  985. Get
  986. Dim obj As Object = ResourceManager.GetObject("1477960", resourceCulture)
  987. Return CType(obj,System.Drawing.Bitmap)
  988. End Get
  989. End Property
  990. '''<summary>
  991. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  992. '''</summary>
  993. Friend ReadOnly Property add_2() As System.Drawing.Bitmap
  994. Get
  995. Dim obj As Object = ResourceManager.GetObject("add-2", resourceCulture)
  996. Return CType(obj,System.Drawing.Bitmap)
  997. End Get
  998. End Property
  999. '''<summary>
  1000. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1001. '''</summary>
  1002. Friend ReadOnly Property Add_Image() As System.Drawing.Bitmap
  1003. Get
  1004. Dim obj As Object = ResourceManager.GetObject("Add_Image", resourceCulture)
  1005. Return CType(obj,System.Drawing.Bitmap)
  1006. End Get
  1007. End Property
  1008. '''<summary>
  1009. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1010. '''</summary>
  1011. Friend ReadOnly Property arrow_down() As System.Drawing.Bitmap
  1012. Get
  1013. Dim obj As Object = ResourceManager.GetObject("arrow-down", resourceCulture)
  1014. Return CType(obj,System.Drawing.Bitmap)
  1015. End Get
  1016. End Property
  1017. '''<summary>
  1018. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1019. '''</summary>
  1020. Friend ReadOnly Property arrow_left() As System.Drawing.Bitmap
  1021. Get
  1022. Dim obj As Object = ResourceManager.GetObject("arrow-left", resourceCulture)
  1023. Return CType(obj,System.Drawing.Bitmap)
  1024. End Get
  1025. End Property
  1026. '''<summary>
  1027. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1028. '''</summary>
  1029. Friend ReadOnly Property arrow_right() As System.Drawing.Bitmap
  1030. Get
  1031. Dim obj As Object = ResourceManager.GetObject("arrow-right", resourceCulture)
  1032. Return CType(obj,System.Drawing.Bitmap)
  1033. End Get
  1034. End Property
  1035. '''<summary>
  1036. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1037. '''</summary>
  1038. Friend ReadOnly Property arrow_up() As System.Drawing.Bitmap
  1039. Get
  1040. Dim obj As Object = ResourceManager.GetObject("arrow-up", resourceCulture)
  1041. Return CType(obj,System.Drawing.Bitmap)
  1042. End Get
  1043. End Property
  1044. '''<summary>
  1045. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1046. '''</summary>
  1047. Friend ReadOnly Property basket_back() As System.Drawing.Bitmap
  1048. Get
  1049. Dim obj As Object = ResourceManager.GetObject("basket_back", resourceCulture)
  1050. Return CType(obj,System.Drawing.Bitmap)
  1051. End Get
  1052. End Property
  1053. '''<summary>
  1054. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1055. '''</summary>
  1056. Friend ReadOnly Property business_info() As System.Drawing.Bitmap
  1057. Get
  1058. Dim obj As Object = ResourceManager.GetObject("business-info", resourceCulture)
  1059. Return CType(obj,System.Drawing.Bitmap)
  1060. End Get
  1061. End Property
  1062. '''<summary>
  1063. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1064. '''</summary>
  1065. Friend ReadOnly Property buy() As System.Drawing.Bitmap
  1066. Get
  1067. Dim obj As Object = ResourceManager.GetObject("buy", resourceCulture)
  1068. Return CType(obj,System.Drawing.Bitmap)
  1069. End Get
  1070. End Property
  1071. '''<summary>
  1072. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1073. '''</summary>
  1074. Friend ReadOnly Property card_ipod() As System.Drawing.Bitmap
  1075. Get
  1076. Dim obj As Object = ResourceManager.GetObject("card_ipod", resourceCulture)
  1077. Return CType(obj,System.Drawing.Bitmap)
  1078. End Get
  1079. End Property
  1080. '''<summary>
  1081. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1082. '''</summary>
  1083. Friend ReadOnly Property check() As System.Drawing.Bitmap
  1084. Get
  1085. Dim obj As Object = ResourceManager.GetObject("check", resourceCulture)
  1086. Return CType(obj,System.Drawing.Bitmap)
  1087. End Get
  1088. End Property
  1089. '''<summary>
  1090. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1091. '''</summary>
  1092. Friend ReadOnly Property check_icon() As System.Drawing.Bitmap
  1093. Get
  1094. Dim obj As Object = ResourceManager.GetObject("check-icon", resourceCulture)
  1095. Return CType(obj,System.Drawing.Bitmap)
  1096. End Get
  1097. End Property
  1098. '''<summary>
  1099. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1100. '''</summary>
  1101. Friend ReadOnly Property Close() As System.Drawing.Bitmap
  1102. Get
  1103. Dim obj As Object = ResourceManager.GetObject("Close", resourceCulture)
  1104. Return CType(obj,System.Drawing.Bitmap)
  1105. End Get
  1106. End Property
  1107. '''<summary>
  1108. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1109. '''</summary>
  1110. Friend ReadOnly Property delivery() As System.Drawing.Bitmap
  1111. Get
  1112. Dim obj As Object = ResourceManager.GetObject("delivery", resourceCulture)
  1113. Return CType(obj,System.Drawing.Bitmap)
  1114. End Get
  1115. End Property
  1116. '''<summary>
  1117. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1118. '''</summary>
  1119. Friend ReadOnly Property Delivery_Icon() As System.Drawing.Bitmap
  1120. Get
  1121. Dim obj As Object = ResourceManager.GetObject("Delivery-Icon", resourceCulture)
  1122. Return CType(obj,System.Drawing.Bitmap)
  1123. End Get
  1124. End Property
  1125. '''<summary>
  1126. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1127. '''</summary>
  1128. Friend ReadOnly Property document_accept() As System.Drawing.Bitmap
  1129. Get
  1130. Dim obj As Object = ResourceManager.GetObject("document-accept", resourceCulture)
  1131. Return CType(obj,System.Drawing.Bitmap)
  1132. End Get
  1133. End Property
  1134. '''<summary>
  1135. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1136. '''</summary>
  1137. Friend ReadOnly Property EXCELIN() As System.Drawing.Bitmap
  1138. Get
  1139. Dim obj As Object = ResourceManager.GetObject("EXCELIN", resourceCulture)
  1140. Return CType(obj,System.Drawing.Bitmap)
  1141. End Get
  1142. End Property
  1143. '''<summary>
  1144. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1145. '''</summary>
  1146. Friend ReadOnly Property EXCELOUT() As System.Drawing.Bitmap
  1147. Get
  1148. Dim obj As Object = ResourceManager.GetObject("EXCELOUT", resourceCulture)
  1149. Return CType(obj,System.Drawing.Bitmap)
  1150. End Get
  1151. End Property
  1152. '''<summary>
  1153. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1154. '''</summary>
  1155. Friend ReadOnly Property GarbageEmpty() As System.Drawing.Bitmap
  1156. Get
  1157. Dim obj As Object = ResourceManager.GetObject("GarbageEmpty", resourceCulture)
  1158. Return CType(obj,System.Drawing.Bitmap)
  1159. End Get
  1160. End Property
  1161. '''<summary>
  1162. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1163. '''</summary>
  1164. Friend ReadOnly Property GM() As System.Drawing.Bitmap
  1165. Get
  1166. Dim obj As Object = ResourceManager.GetObject("GM", resourceCulture)
  1167. Return CType(obj,System.Drawing.Bitmap)
  1168. End Get
  1169. End Property
  1170. '''<summary>
  1171. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1172. '''</summary>
  1173. Friend ReadOnly Property L180() As System.Drawing.Bitmap
  1174. Get
  1175. Dim obj As Object = ResourceManager.GetObject("L180", resourceCulture)
  1176. Return CType(obj,System.Drawing.Bitmap)
  1177. End Get
  1178. End Property
  1179. '''<summary>
  1180. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1181. '''</summary>
  1182. Friend ReadOnly Property L90() As System.Drawing.Bitmap
  1183. Get
  1184. Dim obj As Object = ResourceManager.GetObject("L90", resourceCulture)
  1185. Return CType(obj,System.Drawing.Bitmap)
  1186. End Get
  1187. End Property
  1188. '''<summary>
  1189. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1190. '''</summary>
  1191. Friend ReadOnly Property logo0001() As System.Drawing.Bitmap
  1192. Get
  1193. Dim obj As Object = ResourceManager.GetObject("logo0001", resourceCulture)
  1194. Return CType(obj,System.Drawing.Bitmap)
  1195. End Get
  1196. End Property
  1197. '''<summary>
  1198. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1199. '''</summary>
  1200. Friend ReadOnly Property LOGO01() As System.Drawing.Bitmap
  1201. Get
  1202. Dim obj As Object = ResourceManager.GetObject("LOGO01", resourceCulture)
  1203. Return CType(obj,System.Drawing.Bitmap)
  1204. End Get
  1205. End Property
  1206. '''<summary>
  1207. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1208. '''</summary>
  1209. Friend ReadOnly Property LOGO0101() As System.Drawing.Bitmap
  1210. Get
  1211. Dim obj As Object = ResourceManager.GetObject("LOGO0101", resourceCulture)
  1212. Return CType(obj,System.Drawing.Bitmap)
  1213. End Get
  1214. End Property
  1215. '''<summary>
  1216. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1217. '''</summary>
  1218. Friend ReadOnly Property LOGO02() As System.Drawing.Bitmap
  1219. Get
  1220. Dim obj As Object = ResourceManager.GetObject("LOGO02", resourceCulture)
  1221. Return CType(obj,System.Drawing.Bitmap)
  1222. End Get
  1223. End Property
  1224. '''<summary>
  1225. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1226. '''</summary>
  1227. Friend ReadOnly Property moving_and_packing_icon_set_03_blue() As System.Drawing.Bitmap
  1228. Get
  1229. Dim obj As Object = ResourceManager.GetObject("moving-and-packing-icon-set-03_blue", resourceCulture)
  1230. Return CType(obj,System.Drawing.Bitmap)
  1231. End Get
  1232. End Property
  1233. '''<summary>
  1234. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1235. '''</summary>
  1236. Friend ReadOnly Property moving_and_packing_icon_set_03_brown() As System.Drawing.Bitmap
  1237. Get
  1238. Dim obj As Object = ResourceManager.GetObject("moving-and-packing-icon-set-03_brown", resourceCulture)
  1239. Return CType(obj,System.Drawing.Bitmap)
  1240. End Get
  1241. End Property
  1242. '''<summary>
  1243. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1244. '''</summary>
  1245. Friend ReadOnly Property New_Folder() As System.Drawing.Bitmap
  1246. Get
  1247. Dim obj As Object = ResourceManager.GetObject("New Folder", resourceCulture)
  1248. Return CType(obj,System.Drawing.Bitmap)
  1249. End Get
  1250. End Property
  1251. '''<summary>
  1252. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1253. '''</summary>
  1254. Friend ReadOnly Property Payment() As System.Drawing.Bitmap
  1255. Get
  1256. Dim obj As Object = ResourceManager.GetObject("Payment", resourceCulture)
  1257. Return CType(obj,System.Drawing.Bitmap)
  1258. End Get
  1259. End Property
  1260. '''<summary>
  1261. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1262. '''</summary>
  1263. Friend ReadOnly Property PDF() As System.Drawing.Bitmap
  1264. Get
  1265. Dim obj As Object = ResourceManager.GetObject("PDF", resourceCulture)
  1266. Return CType(obj,System.Drawing.Bitmap)
  1267. End Get
  1268. End Property
  1269. '''<summary>
  1270. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1271. '''</summary>
  1272. Friend ReadOnly Property pen() As System.Drawing.Bitmap
  1273. Get
  1274. Dim obj As Object = ResourceManager.GetObject("pen", resourceCulture)
  1275. Return CType(obj,System.Drawing.Bitmap)
  1276. End Get
  1277. End Property
  1278. '''<summary>
  1279. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1280. '''</summary>
  1281. Friend ReadOnly Property Personnel() As System.Drawing.Bitmap
  1282. Get
  1283. Dim obj As Object = ResourceManager.GetObject("Personnel", resourceCulture)
  1284. Return CType(obj,System.Drawing.Bitmap)
  1285. End Get
  1286. End Property
  1287. '''<summary>
  1288. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1289. '''</summary>
  1290. Friend ReadOnly Property Picture() As System.Drawing.Bitmap
  1291. Get
  1292. Dim obj As Object = ResourceManager.GetObject("Picture", resourceCulture)
  1293. Return CType(obj,System.Drawing.Bitmap)
  1294. End Get
  1295. End Property
  1296. '''<summary>
  1297. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1298. '''</summary>
  1299. Friend ReadOnly Property PortableComputer() As System.Drawing.Bitmap
  1300. Get
  1301. Dim obj As Object = ResourceManager.GetObject("PortableComputer", resourceCulture)
  1302. Return CType(obj,System.Drawing.Bitmap)
  1303. End Get
  1304. End Property
  1305. '''<summary>
  1306. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1307. '''</summary>
  1308. Friend ReadOnly Property print() As System.Drawing.Bitmap
  1309. Get
  1310. Dim obj As Object = ResourceManager.GetObject("print", resourceCulture)
  1311. Return CType(obj,System.Drawing.Bitmap)
  1312. End Get
  1313. End Property
  1314. '''<summary>
  1315. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1316. '''</summary>
  1317. Friend ReadOnly Property R180() As System.Drawing.Bitmap
  1318. Get
  1319. Dim obj As Object = ResourceManager.GetObject("R180", resourceCulture)
  1320. Return CType(obj,System.Drawing.Bitmap)
  1321. End Get
  1322. End Property
  1323. '''<summary>
  1324. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1325. '''</summary>
  1326. Friend ReadOnly Property R90() As System.Drawing.Bitmap
  1327. Get
  1328. Dim obj As Object = ResourceManager.GetObject("R90", resourceCulture)
  1329. Return CType(obj,System.Drawing.Bitmap)
  1330. End Get
  1331. End Property
  1332. '''<summary>
  1333. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1334. '''</summary>
  1335. Friend ReadOnly Property REDL() As System.Drawing.Bitmap
  1336. Get
  1337. Dim obj As Object = ResourceManager.GetObject("REDL", resourceCulture)
  1338. Return CType(obj,System.Drawing.Bitmap)
  1339. End Get
  1340. End Property
  1341. '''<summary>
  1342. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1343. '''</summary>
  1344. Friend ReadOnly Property renew() As System.Drawing.Bitmap
  1345. Get
  1346. Dim obj As Object = ResourceManager.GetObject("renew", resourceCulture)
  1347. Return CType(obj,System.Drawing.Bitmap)
  1348. End Get
  1349. End Property
  1350. '''<summary>
  1351. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1352. '''</summary>
  1353. Friend ReadOnly Property Report() As System.Drawing.Bitmap
  1354. Get
  1355. Dim obj As Object = ResourceManager.GetObject("Report", resourceCulture)
  1356. Return CType(obj,System.Drawing.Bitmap)
  1357. End Get
  1358. End Property
  1359. '''<summary>
  1360. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1361. '''</summary>
  1362. Friend ReadOnly Property reports() As System.Drawing.Bitmap
  1363. Get
  1364. Dim obj As Object = ResourceManager.GetObject("reports", resourceCulture)
  1365. Return CType(obj,System.Drawing.Bitmap)
  1366. End Get
  1367. End Property
  1368. '''<summary>
  1369. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1370. '''</summary>
  1371. Friend ReadOnly Property reports1() As System.Drawing.Bitmap
  1372. Get
  1373. Dim obj As Object = ResourceManager.GetObject("reports1", resourceCulture)
  1374. Return CType(obj,System.Drawing.Bitmap)
  1375. End Get
  1376. End Property
  1377. '''<summary>
  1378. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1379. '''</summary>
  1380. Friend ReadOnly Property SAVER() As System.Drawing.Bitmap
  1381. Get
  1382. Dim obj As Object = ResourceManager.GetObject("SAVER", resourceCulture)
  1383. Return CType(obj,System.Drawing.Bitmap)
  1384. End Get
  1385. End Property
  1386. '''<summary>
  1387. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1388. '''</summary>
  1389. Friend ReadOnly Property Search() As System.Drawing.Bitmap
  1390. Get
  1391. Dim obj As Object = ResourceManager.GetObject("Search", resourceCulture)
  1392. Return CType(obj,System.Drawing.Bitmap)
  1393. End Get
  1394. End Property
  1395. '''<summary>
  1396. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1397. '''</summary>
  1398. Friend ReadOnly Property Shipping5() As System.Drawing.Bitmap
  1399. Get
  1400. Dim obj As Object = ResourceManager.GetObject("Shipping5", resourceCulture)
  1401. Return CType(obj,System.Drawing.Bitmap)
  1402. End Get
  1403. End Property
  1404. '''<summary>
  1405. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1406. '''</summary>
  1407. Friend ReadOnly Property Sys_Command() As System.Drawing.Bitmap
  1408. Get
  1409. Dim obj As Object = ResourceManager.GetObject("Sys-Command", resourceCulture)
  1410. Return CType(obj,System.Drawing.Bitmap)
  1411. End Get
  1412. End Property
  1413. '''<summary>
  1414. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1415. '''</summary>
  1416. Friend ReadOnly Property truck() As System.Drawing.Bitmap
  1417. Get
  1418. Dim obj As Object = ResourceManager.GetObject("truck", resourceCulture)
  1419. Return CType(obj,System.Drawing.Bitmap)
  1420. End Get
  1421. End Property
  1422. '''<summary>
  1423. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1424. '''</summary>
  1425. Friend ReadOnly Property Update_Image() As System.Drawing.Bitmap
  1426. Get
  1427. Dim obj As Object = ResourceManager.GetObject("Update_Image", resourceCulture)
  1428. Return CType(obj,System.Drawing.Bitmap)
  1429. End Get
  1430. End Property
  1431. '''<summary>
  1432. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1433. '''</summary>
  1434. Friend ReadOnly Property 底線() As System.Drawing.Bitmap
  1435. Get
  1436. Dim obj As Object = ResourceManager.GetObject("底線", resourceCulture)
  1437. Return CType(obj,System.Drawing.Bitmap)
  1438. End Get
  1439. End Property
  1440. '''<summary>
  1441. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1442. '''</summary>
  1443. Friend ReadOnly Property 溫度() As System.Drawing.Bitmap
  1444. Get
  1445. Dim obj As Object = ResourceManager.GetObject("溫度", resourceCulture)
  1446. Return CType(obj,System.Drawing.Bitmap)
  1447. End Get
  1448. End Property
  1449. '''<summary>
  1450. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1451. '''</summary>
  1452. Friend ReadOnly Property 無檔案() As System.Drawing.Bitmap
  1453. Get
  1454. Dim obj As Object = ResourceManager.GetObject("無檔案", resourceCulture)
  1455. Return CType(obj,System.Drawing.Bitmap)
  1456. End Get
  1457. End Property
  1458. '''<summary>
  1459. ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
  1460. '''</summary>
  1461. Friend ReadOnly Property 網格() As System.Drawing.Bitmap
  1462. Get
  1463. Dim obj As Object = ResourceManager.GetObject("網格", resourceCulture)
  1464. Return CType(obj,System.Drawing.Bitmap)
  1465. End Get
  1466. End Property
  1467. End Module
  1468. End Namespace