12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433 |
- '------------------------------------------------------------------------------
- ' <auto-generated>
- ' 這段程式碼是由工具產生的。
- ' 執行階段版本:4.0.30319.42000
- '
- ' 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
- ' 變更將會遺失。
- ' </auto-generated>
- '------------------------------------------------------------------------------
-
- Option Strict On
- Option Explicit On
-
- Imports System
-
- Namespace My.Resources
-
- '這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
- '類別透過 ResGen 或 Visual Studio 這類工具。
- '若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
- '(利用 /str 選項),或重建您的 VS 專案。
- '''<summary>
- ''' 用於查詢當地語系化字串等的強類型資源類別。
- '''</summary>
- <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
- Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
- Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
- Friend Module Resources
-
- Private resourceMan As Global.System.Resources.ResourceManager
-
- Private resourceCulture As Global.System.Globalization.CultureInfo
-
- '''<summary>
- ''' 傳回這個類別使用的快取的 ResourceManager 執行個體。
- '''</summary>
- <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
- Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
- Get
- If Object.ReferenceEquals(resourceMan, Nothing) Then
- Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("HSKIN_MIS_SYS.Resources", GetType(Resources).Assembly)
- resourceMan = temp
- End If
- Return resourceMan
- End Get
- End Property
-
- '''<summary>
- ''' 覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
- ''' 使用這個強類型資源類別的資源查閱。
- '''</summary>
- <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
- Friend Property Culture() As Global.System.Globalization.CultureInfo
- Get
- Return resourceCulture
- End Get
- Set
- resourceCulture = value
- End Set
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _000() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("000", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _001() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("001", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _002() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("002", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _003() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("003", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _004() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("004", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _005() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("005", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _006() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("006", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _007() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("007", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _008() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("008", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _009() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("009", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _010() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("010", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _011() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("011", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _012() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("012", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _013() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("013", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _014() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("014", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _015() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("015", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _016() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("016", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _017() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("017", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _018() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("018", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _019() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("019", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _020() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("020", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _021() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("021", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _022() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("022", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _023() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("023", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _024() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("024", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _025() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("025", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _026() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("026", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _027() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("027", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _028() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("028", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _029() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("029", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _030() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("030", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _031() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("031", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _032() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("032", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _033() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("033", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _034() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("034", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _035() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("035", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _036() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("036", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _037() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("037", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _038() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("038", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _039() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("039", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _040() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("040", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _041() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("041", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _042() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("042", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _043() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("043", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _044() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("044", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _045() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("045", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _046() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("046", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _047() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("047", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _048() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("048", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _049() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("049", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _050() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("050", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _051() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("051", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _052() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("052", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _053() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("053", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _054() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("054", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _055() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("055", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _056() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("056", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _057() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("057", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _058() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("058", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _059() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("059", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _060() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("060", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _061() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("061", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _062() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("062", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _063() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("063", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _064() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("064", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _065() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("065", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _066() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("066", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _067() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("067", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _068() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("068", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _069() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("069", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _070() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("070", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _071() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("071", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _072() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("072", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _073() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("073", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _074() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("074", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _075() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("075", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _076() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("076", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _077() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("077", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _078() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("078", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _079() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("079", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _080() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("080", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _081() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("081", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _082() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("082", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _083() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("083", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _084() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("084", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _085() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("085", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _086() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("086", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _087() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("087", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _088() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("088", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _089() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("089", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _090() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("090", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _091() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("091", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _092() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("092", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _093() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("093", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _094() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("094", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _095() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("095", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _096() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("096", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _097() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("097", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _098() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("098", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _099() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("099", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _0d384ecc8fab9abce353875491fd2045() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("0d384ecc8fab9abce353875491fd2045", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _0d384ecc8fab9abce353875491fd20451() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("0d384ecc8fab9abce353875491fd20451", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property _100() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("100", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Add_Image() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Add_Image", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property arrow_down() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("arrow-down", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property arrow_left() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("arrow-left", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property arrow_right() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("arrow-right", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property arrow_up() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("arrow-up", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property basket_back() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("basket_back", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property business_info() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("business-info", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property buy() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("buy", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property card_ipod() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("card_ipod", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property check() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("check", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property check_icon() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("check-icon", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property delivery() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("delivery", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Delivery_Icon() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Delivery-Icon", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property document_accept() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("document-accept", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property GarbageEmpty() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("GarbageEmpty", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property logo0001() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("logo0001", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property LOGO01() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("LOGO01", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property LOGO0101() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("LOGO0101", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property LOGO02() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("LOGO02", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property moving_and_packing_icon_set_03_blue() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("moving-and-packing-icon-set-03_blue", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property moving_and_packing_icon_set_03_brown() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("moving-and-packing-icon-set-03_brown", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Payment() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Payment", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property pen() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("pen", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Personnel() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Personnel", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Picture() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Picture", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property renew() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("renew", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Report() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Report", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property SAVER() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("SAVER", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Shipping5() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Shipping5", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Sys_Command() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Sys-Command", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property truck() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("truck", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property Update_Image() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("Update_Image", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property 底線() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("底線", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
-
- '''<summary>
- ''' 查詢類型 System.Drawing.Bitmap 的當地語系化資源。
- '''</summary>
- Friend ReadOnly Property 網格() As System.Drawing.Bitmap
- Get
- Dim obj As Object = ResourceManager.GetObject("網格", resourceCulture)
- Return CType(obj,System.Drawing.Bitmap)
- End Get
- End Property
- End Module
- End Namespace
|