Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
3b7213eefc
211 changed files with 54939 additions and 9621 deletions
12204
xml/event/double_promotion_nam_hom_coconut_and_wednesday_melon.xml
Normal file
12204
xml/event/double_promotion_nam_hom_coconut_and_wednesday_melon.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,564 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Refresh> "Partial" </Refresh>
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
|
||||
Var Tel_Confirm_State = "Invisible"
|
||||
Var ShowTextNumber = "Enable"
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = ""
|
||||
Var TelephoneNumberX = ""
|
||||
|
||||
Var TimeOutPlay = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collect_point1_en"
|
||||
Var DirImage2 = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
||||
;Play "ROOT/taobin_project/sound_eng/Reward_final.mp3"
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/collect_point1"
|
||||
Var DirImage2 = "ROOT/taobin_project/image/page_payment"
|
||||
;Play "ROOT/taobin_project/sound_thai/dontforget_number.mp3"
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var FailState = "Invisible"
|
||||
Var FailPopupImage = "ROOT/taobin_project/image/event/energy_drink_1_bath/check_member_fail_th.png"
|
||||
|
||||
Var Tel_Confirm_Flag = 1
|
||||
|
||||
Var MaxNumber = 10
|
||||
|
||||
Var StepGetServer = 0
|
||||
var OtpCode = ""
|
||||
|
||||
Var failTime = 0
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
If TelNumLen > 0 Then
|
||||
Var ShowTextNumber = "Invisible"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Timeout
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 30 Then
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
If FailState = "Enable" Then
|
||||
|
||||
Var failTime = failTime + 1
|
||||
If failTime >= 5 Then
|
||||
Var failTime = 0
|
||||
Var FailState = "Invisible"
|
||||
Var TelephoneNumber = ""
|
||||
Var Tel_Confirm_State = "Invisible"
|
||||
Var Timeout = 0
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<EventActionOk>
|
||||
|
||||
DEBUGVAR Ext1a
|
||||
If StepGetServer = 1 Then
|
||||
|
||||
If Ext1a = "ok" Then
|
||||
Open "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_catalog.xml"
|
||||
Else
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var FailState = "Enable"
|
||||
Var img_popup16 = "/img_popup16-1.png"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
SAVELOG "GET ERROR!!!"
|
||||
</EventActionError>
|
||||
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 158 </X>
|
||||
<Y> 665 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/img_popup1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 333 </X>
|
||||
<Y> 1086 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_1.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_1.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "1"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 477 </X>
|
||||
<Y> 1086 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_2.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "2"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 620 </X>
|
||||
<Y> 1086 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_3.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_3.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "3"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 333 </X>
|
||||
<Y> 1230 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_4.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_4.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "4"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 477 </X>
|
||||
<Y> 1230 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_5.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_5.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "5"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 620 </X>
|
||||
<Y> 1230 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_6.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_6.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "6"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 333 </X>
|
||||
<Y> 1373 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_7.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_7.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "7"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 477 </X>
|
||||
<Y> 1373 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_8.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_8.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "8"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 620 </X>
|
||||
<Y> 1373 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_9.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_9.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "9"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 477 </X>
|
||||
<Y> 1517 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_0.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_0.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Var TelephoneNumber = TelephoneNumber + "0"
|
||||
Trim TelephoneNumber MaxNumber
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen >= 10 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
Var ShowTextNumber = "Invisible"
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 620 </X>
|
||||
<Y> 1517 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collectiing/bn_back-1.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/collectiing/bp_back-1.png" </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var Timeout = 0
|
||||
Trim TelephoneNumber -1
|
||||
|
||||
StrLen TelephoneNumber TelNumLen
|
||||
|
||||
If TelNumLen < 10 Then
|
||||
Var Tel_Confirm_State = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
If TelNumLen = 0 Then
|
||||
Var ShowTextNumber = "Enable"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 873 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 62 </Size>
|
||||
<Font> RobotoBlack </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> TelephoneNumber </Value>
|
||||
<Format> Telnum-mask-1 </Format>
|
||||
</Text>
|
||||
|
||||
<Button>
|
||||
<X> 218 </X>
|
||||
<Y> 1671 </Y>
|
||||
<Filename> Var( DirImage + "/bn_back.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_back.png") </FilenamePress>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog2.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 577 </X>
|
||||
<Y> 1671 </Y>
|
||||
<State> Tel_Confirm_State </State>
|
||||
<Filename> Var( DirImage + "/bn_positive.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_positive.png") </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bn_positive.png") </FilenameDisable>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
|
||||
|
||||
If Tel_Confirm_Flag = 1 Then
|
||||
|
||||
Var Tel2DFlag = 0
|
||||
|
||||
Var Tel2D = TelephoneNumber
|
||||
Trim Tel2D 1
|
||||
|
||||
If Tel2D = "0" Then
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If Tel2DFlag = 1 Then
|
||||
;Open "ROOT/taobin_project/xml/page_identityMember_consent.xml"
|
||||
|
||||
|
||||
Var Param1 = TelephoneNumber
|
||||
GETACCEXT Param1 33
|
||||
Var StepGetServer = 1
|
||||
|
||||
|
||||
Else
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage2 = "ROOT/taobin_project/image/collectiing_en"
|
||||
Else
|
||||
Var DirImage2 = "ROOT/taobin_project/image/collectiing"
|
||||
EndIf
|
||||
|
||||
Var text_show_error = DirImage2 + "/text_show_error5.png"
|
||||
|
||||
Var ShowErrorText = "Enable"
|
||||
Var TelephoneNumber = ""
|
||||
Var Tel_Confirm_State = "Invisible"
|
||||
Refresh
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
; Border Edit
|
||||
<Image>
|
||||
<X> 217 </X>
|
||||
<Y> 866 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/collect_point1/img3.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 157 </X>
|
||||
<Y> 868 </Y>
|
||||
<State> ShowTextNumber </State>
|
||||
<Filename> Var( DirImage + "/text_edit.png") </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 188 </X>
|
||||
<Y> 699 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/energy_drink_1_bath/text20.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 152 </X>
|
||||
<Y> 955 </Y>
|
||||
<State> ShowErrorText </State>
|
||||
<Filename> text_show_error </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> FailState </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 249 </X>
|
||||
<Y> 751 </Y>
|
||||
<State> FailState </State>
|
||||
<Filename> FailPopupImage </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
|
|
@ -0,0 +1,188 @@
|
|||
; TODO: like y20, but without age check instead check usage of that id.
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
|
||||
<EventOpen>
|
||||
|
||||
</EventOpen>
|
||||
|
||||
; ads
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
|
||||
; back --- debug
|
||||
;
|
||||
; move this to bottom left later
|
||||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 381 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
; Thai policy
|
||||
<Image>
|
||||
<X> 76 </X>
|
||||
<Y> 408 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_policy.png" </Filename>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
; Eng policy
|
||||
<Image>
|
||||
<X> 76 </X>
|
||||
<Y> 408 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_policy_en.png" </Filename>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
; TH: accept button
|
||||
<Button>
|
||||
<X> 673 </X>
|
||||
<Y> 1785 </Y>
|
||||
<Width> 286 </Width>
|
||||
<Height> 92 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/consent/bn_accept.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/consent/bp_accept.png" </FilenamePress>
|
||||
<EventOnClick>
|
||||
; TODO: implement something
|
||||
Open "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_identity.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
; TH: back button
|
||||
<Button>
|
||||
<X> 44 </X>
|
||||
<Y> 1785 </Y>
|
||||
<Width> 286 </Width>
|
||||
<Height> 92 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/consent/bn_back.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/consent/bp_back.png" </FilenamePress>
|
||||
<EventOnClick>
|
||||
; TODO: implement something
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
; EN: accept button
|
||||
<Button>
|
||||
<X> 673 </X>
|
||||
<Y> 1785 </Y>
|
||||
<Width> 286 </Width>
|
||||
<Height> 92 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/consent_en/bn_accept.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/consent_en/bp_accept.png" </FilenamePress>
|
||||
<EventOnClick>
|
||||
; TODO: implement something
|
||||
Open "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_identity.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
; EN: back button
|
||||
<Button>
|
||||
<X> 44 </X>
|
||||
<Y> 1785 </Y>
|
||||
<Width> 286 </Width>
|
||||
<Height> 92 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/consent_en/bn_back.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/consent_en/bp_back.png" </FilenamePress>
|
||||
<EventOnClick>
|
||||
; TODO: implement something
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog2.xml"
|
||||
EndIf
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
|
@ -0,0 +1,544 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
Var CamFlag = 0
|
||||
Var CamCount = 0
|
||||
Var Timeout = 0
|
||||
Var ShutterResult = "-"
|
||||
|
||||
Var AdultFlag = 1
|
||||
|
||||
If AdultFlag = 1 Then
|
||||
|
||||
Var AdultFlag = 0
|
||||
|
||||
DEBUGVAR SystemDate
|
||||
Var sdate = ""
|
||||
Var sdate = SystemDate
|
||||
Var sdateday = ""
|
||||
Var sdatemonth = ""
|
||||
Var sdateyear = ""
|
||||
SPLIT sdate "/" 1 sdateday
|
||||
SPLIT sdate "/" 2 sdatemonth
|
||||
SPLIT sdate "/" 3 sdateyear
|
||||
INT sdateday
|
||||
INT sdatemonth
|
||||
INT sdateyear
|
||||
Var AdultState = "Enable"
|
||||
Var AdultState1 = "Enable"
|
||||
|
||||
Var countAdultS2 = 0
|
||||
Var AdultFlag2 = 1
|
||||
EndIf
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
||||
Var DirImage2 = "ROOT/taobin_project/image/page_payment_cash_extend_en"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/page_payment"
|
||||
Var DirImage2 = "ROOT/taobin_project/image/page_payment_cash_extend"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
EndIf
|
||||
|
||||
|
||||
If CameraCount = 1 Then
|
||||
|
||||
EndIf
|
||||
|
||||
Var IDBirthdate = ""
|
||||
|
||||
Var LivenessResult = ""
|
||||
|
||||
Var CountDownDelayReadCardID = 5
|
||||
DEBUGVAR CameraCount
|
||||
;STOPCARDID
|
||||
Var LivenessShowString = ""
|
||||
|
||||
Var CameraStage = "Invisible"
|
||||
Var IDcardStage = "Enable"
|
||||
Var IDcardStageText = "Enable"
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var IDcardTextStatus = "โปรดเสียบบัตรประชาชน \nเพื่อดำเนินการต่อ"
|
||||
|
||||
Var LivenessRestartCount = 0
|
||||
Var FailTrickCount = 0
|
||||
|
||||
Var FailState = "Invisible"
|
||||
Var FullQuotaState = "Invisible"
|
||||
|
||||
Var StepGetServer = 0
|
||||
|
||||
Var Cid = 29
|
||||
Var PointCrm = "2"
|
||||
Var GetScore = "1"
|
||||
Var IDNumx = "2640100003053"
|
||||
;AddData Cid TelephoneNumber IDNumx PointCrm GetScore
|
||||
|
||||
; Reset
|
||||
Var IDNum = ""
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
||||
DEBUGVAR Ext1a
|
||||
DEBUGVAR Ext1b
|
||||
DEBUGVAR Ext1c
|
||||
|
||||
; example
|
||||
|
||||
If StepGetServer = 1 Then
|
||||
|
||||
If Ext1a = "ok" Then
|
||||
If LegitAge = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_payment.xml"
|
||||
Else
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var FailState = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
; Error
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var FullQuotaState = "Enable"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
|
||||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
|
||||
; handle quota full
|
||||
; response smth
|
||||
Var FullQuotaState = "Enable"
|
||||
Refresh
|
||||
|
||||
</EventActionError>
|
||||
|
||||
|
||||
<EventIDCard>
|
||||
|
||||
DEBUGVAR IDCardStatus
|
||||
DEBUGVAR IDCardReady
|
||||
DEBUGVAR IDCardData
|
||||
DEBUGVAR IDBirthdate
|
||||
DEBUGVAR IDFullNameEng
|
||||
|
||||
|
||||
If IDCardStatus = "OK" Then
|
||||
If IDCardReady = "OK" Then
|
||||
If IDCardData = "START" Then
|
||||
Var load_gif_stage = "Enable"
|
||||
Var IDcardStageText = "Invisible"
|
||||
Var FailState = "Invisible"
|
||||
;Var img_popup16 = "/img_popup16-1.png"
|
||||
RefreshAll
|
||||
Var Timeout = 90
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
If IDCardStatus = "OK" Then
|
||||
If IDCardReady = "OK" Then
|
||||
If IDCardData = "ERROR" Then
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var IDcardStageText = "Enable"
|
||||
Var IDcardTextStatus = "อ่านบัตรไม่ได้"
|
||||
|
||||
Var FailState = "Enable"
|
||||
;
|
||||
If show_eng = "true" Then
|
||||
Var img_popup16 = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_error_en.png"
|
||||
Else
|
||||
Var img_popup16 = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_error.png"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If IDCardStatus = "ERROR" Then
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var IDcardStageText = "Enable"
|
||||
Var IDcardTextStatus = "อ่านบัตรไม่ได้"
|
||||
|
||||
Var FailState = "Enable"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var img_popup16 = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_error_en.png"
|
||||
Else
|
||||
Var img_popup16 = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_error.png"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If IDCardStatus = "ERROR" Then
|
||||
If IDCardReady = "ERROR" Then
|
||||
If IDCardData = "ERROR" Then
|
||||
Var FailState = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If IDCardStatus = "OK" Then
|
||||
If IDCardReady = "OK" Then
|
||||
If IDCardData = "DONE" Then
|
||||
|
||||
;Var birthDate = IDBirthdate
|
||||
Var StrYear = ""
|
||||
Var StrMon = ""
|
||||
Var StrDay = ""
|
||||
|
||||
SUBSTRING IDBirthdate 0 4 StrYear
|
||||
SUBSTRING IDBirthdate 4 6 StrMon
|
||||
SUBSTRING IDBirthdate 6 8 StrDay
|
||||
|
||||
INT StrYear
|
||||
INT StrMon
|
||||
INT StrDay
|
||||
|
||||
Var Adult7 = 0
|
||||
Var Adult15 = 0
|
||||
|
||||
DEBUGVAR StrYear
|
||||
DEBUGVAR StrMon
|
||||
DEBUGVAR StrDay
|
||||
|
||||
DEBUGVAR sdatemonth
|
||||
DEBUGVAR sdateday
|
||||
|
||||
Var sdateyear = sdateyear + 543
|
||||
Var AgeNumber = sdateyear - StrYear
|
||||
DEBUGVAR AgeNumber
|
||||
|
||||
If AgeNumber >= 18 Then
|
||||
; TODO: check quota --- AddData; Wait for new add num
|
||||
Var LegitAge = "true"
|
||||
DEBUGVAR IDNum
|
||||
|
||||
If IDNum = "" Then
|
||||
|
||||
Else
|
||||
GETACCEXT IDNum 33
|
||||
Var StepGetServer = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
</EventIDCard>
|
||||
|
||||
|
||||
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
DEBUGVAR IDCardStatus
|
||||
DEBUGVAR IDCardReady
|
||||
DEBUGVAR IDCardData
|
||||
DEBUGVAR IDBirthdate
|
||||
DEBUGVAR CountDownDelayReadCardID
|
||||
DEBUGVAR ShutterResult
|
||||
DEBUGVAR IDCardState
|
||||
DEBUGVAR load_gif_stage
|
||||
DEBUGVAR img_popup16
|
||||
DEBUGVAR IDNum
|
||||
DEBUGVAR LegitAge
|
||||
|
||||
If IDBirthdate = "" Then
|
||||
Var CountDownDelayReadCardID = CountDownDelayReadCardID - 1
|
||||
If CountDownDelayReadCardID = 0 Then
|
||||
READCARDID
|
||||
Var CountDownDelayReadCardID = 600
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Timeout
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout > 120 Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog2.xml"
|
||||
EndIf
|
||||
|
||||
If IDCardState = "PRESENT" Then
|
||||
If IDCardStatus = "ERROR" Then
|
||||
Var load_gif_stage = "Invisible"
|
||||
Var IDcardStageText = "Enable"
|
||||
Var IDcardTextStatus = "อ่านบัตรไม่ได้อะ"
|
||||
Refresh
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
; back
|
||||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 420 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
DEBUGVAR OpenFromXML
|
||||
|
||||
Var FromPowerUpPro = 0
|
||||
Var FromEnergyDrink1BathPro = 0
|
||||
Var FromCoffeeDrink1BathPro = 0
|
||||
Var FromNamHomCoconutPro = 0
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
|
||||
DEBUGVAR OpenFromInstMenuTab
|
||||
If OpenFromInstMenuTab > 0 Then
|
||||
DEBUGVAR OpenFromInstMenuTab
|
||||
TabMenuVisibleInst OpenFromInstMenuTab
|
||||
EndIf
|
||||
|
||||
Open OpenFromXML
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
; TODO: fix filename path, change dir image
|
||||
<Image>
|
||||
<X> 75 </X>
|
||||
<Y> 493 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/event/energy_drink_1_bath/insert_id_card.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 75 </X>
|
||||
<Y> 493 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/event/energy_drink_1_bath/insert_id_card_en.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 358 </X>
|
||||
<Y> 1769 </Y>
|
||||
<State>"Enable"</State>
|
||||
<Filename> Var( DirImage + "/bn_cancel_all.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_cancel_all.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bp_cancel_all.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var FromEnergyDrink1BathPro = 0
|
||||
|
||||
If Seeker = "next" Then
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 360 </X>
|
||||
<Y> 1373 </Y>
|
||||
<State>FailState</State>
|
||||
<Filename> Var( DirImage + "/bn_cancel_all.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_cancel_all.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bp_cancel_all.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var FromEnergyDrink1BathPro = 0
|
||||
|
||||
If Seeker = "next" Then
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> load_gif_stage </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> FailState </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 249 </X>
|
||||
<Y> 751 </Y>
|
||||
<State> load_gif_stage </State>
|
||||
<Filename> Var( DirImage + "/img_popup15.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 249 </X>
|
||||
<Y> 751 </Y>
|
||||
<State> FailState </State>
|
||||
<Filename> eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_error_en.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_error.png"
|
||||
EndIf
|
||||
) </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 350 </X>
|
||||
<Y> 1370 </Y>
|
||||
<State>FailState</State>
|
||||
<Filename> Var( DirImage + "/bn_cancel_all.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_cancel_all.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bp_cancel_all.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog2.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
; Full Quota
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> FullQuotaState </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 249 </X>
|
||||
<Y> 751 </Y>
|
||||
<State> FullQuotaState </State>
|
||||
<Filename> eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_quota_full_en.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/event/energy_drink_1_bath/energy_drink_1_bath_quota_full.png"
|
||||
EndIf
|
||||
) </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 350 </X>
|
||||
<Y> 1370 </Y>
|
||||
<State>FullQuotaState</State>
|
||||
<Filename> Var( DirImage + "/bn_cancel_all.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_cancel_all.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bp_cancel_all.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var RoadShow = ""
|
||||
Open "ROOT/taobin_project/xml/page_catalog2.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<GIF>
|
||||
<X> 440 </X>
|
||||
<Y> 988 </Y>
|
||||
<State> load_gif_stage </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/loading.gif"</Filename>
|
||||
</GIF>
|
||||
|
||||
<EventUnitTest1>
|
||||
Var IDCardStatus = "OK"
|
||||
Var IDCardReady = "OK"
|
||||
Var IDCardData = "START"
|
||||
EventEvaluate "EventIDCard"
|
||||
</EventUnitTest1>
|
||||
|
||||
<EventUnitTest2>
|
||||
Var IDBirthdate = 25271014
|
||||
Var IDCardStatus = "OK"
|
||||
Var IDCardReady = "OK"
|
||||
Var IDCardData = "DONE"
|
||||
EventEvaluate "EventIDCard"
|
||||
</EventUnitTest2>
|
||||
<EventUnitTest3>
|
||||
Var Param1 = ""
|
||||
Var Param2 = ""
|
||||
Var Param3 = ""
|
||||
Var TestIDNum = "1104500029416"
|
||||
Var DefaultTel = "0899999999"
|
||||
|
||||
AddData 44 DefaultTel TestIDNum Param1 Param2
|
||||
</EventUnitTest3>
|
||||
|
||||
<EventUnitTest4>
|
||||
GETACCEXT TestIDNum 33
|
||||
</EventUnitTest4>
|
||||
|
||||
</Popup>
|
||||
|
||||
13190
xml/event/ignore_gen_promotion_nam_hom_coconut.xml
Normal file
13190
xml/event/ignore_gen_promotion_nam_hom_coconut.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,43 @@
|
|||
[
|
||||
{
|
||||
"name": "nam_hom_coconut",
|
||||
"template": "/event/promotion_video_template.inc",
|
||||
"config": {
|
||||
"normal_eng": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_en.png",
|
||||
"normal_thai": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_th.png",
|
||||
"press_eng": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_en.png",
|
||||
"press_thai": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_th.png",
|
||||
"disable_eng": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_en.png",
|
||||
"disable_thai": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_th.png",
|
||||
"video_eng": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_en.mp4",
|
||||
"video_thai": "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_th.mp4",
|
||||
"event_on_click": "ROOT/taobin_project/xml/page_catalog_group_pro_nam_hom_coconut.xml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "energy_drink_1_bath",
|
||||
"template": "/event/promotion_template.inc",
|
||||
"config": {
|
||||
"normal_eng": "ROOT/taobin_project/image/event/energy_drink_1_bath/1_baht_energy_EN.png",
|
||||
"normal_thai": "ROOT/taobin_project/image/event/energy_drink_1_bath/1_baht_energy_TH.png",
|
||||
"press_eng": "ROOT/taobin_project/image/event/energy_drink_1_bath/1_baht_energy_EN.png",
|
||||
"press_thai": "ROOT/taobin_project/image/event/energy_drink_1_bath/1_baht_energy_TH.png",
|
||||
"disable_eng": "ROOT/taobin_project/image/event/energy_drink_1_bath/1_baht_energy_EN.png",
|
||||
"disable_thai": "ROOT/taobin_project/image/event/energy_drink_1_bath/1_baht_energy_TH.png",
|
||||
"event_on_click": "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_catalog.xml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wednesday_melon",
|
||||
"template": "/event/promotion_template.inc",
|
||||
"config": {
|
||||
"normal_eng": "ROOT/taobin_project/image/event/wednesday_melon/wednesday_melon_EN.png",
|
||||
"normal_thai": "ROOT/taobin_project/image/event/wednesday_melon/wednesday_melon_TH.png",
|
||||
"press_eng": "ROOT/taobin_project/image/event/wednesday_melon/wednesday_melon_EN.png",
|
||||
"press_thai": "ROOT/taobin_project/image/event/wednesday_melon/wednesday_melon_TH.png",
|
||||
"disable_eng": "ROOT/taobin_project/image/event/wednesday_melon/wednesday_melon_EN.png",
|
||||
"disable_thai": "ROOT/taobin_project/image/event/wednesday_melon/wednesday_melon_TH.png",
|
||||
"event_on_click": "ROOT/taobin_project/xml/page_catalog_group_pro_wednesday_melon.xml"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,645 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
Var Timeout = 0
|
||||
SAVELOG UnitTestType
|
||||
|
||||
Var TaobinLevel = 0
|
||||
Var Point2X = 0
|
||||
|
||||
Var Seeker.TaobinErrorNetwork = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing_en"
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing"
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
EndIf
|
||||
|
||||
Var Seeker.IsLineMember = 0
|
||||
Var SuperSetOutOfStock = 0
|
||||
Var BalanceEssenceTonerOutOfStock = 0
|
||||
|
||||
If PayOfflineMode = 1 Then
|
||||
Var Seeker.TaobinErrorNetwork = 1
|
||||
Var Seeker.PointTaobinStr = ParamCP
|
||||
Var TelephoneNumber = TelephoneNumberX
|
||||
Var Seeker.TNumberTaobinMember= TelephoneNumber
|
||||
Var CollectPointError = "collect"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_error.xml"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 30 Then
|
||||
|
||||
|
||||
Var TaobinLevel = 0
|
||||
Var CoffeePoint = 1
|
||||
|
||||
Var Seeker.TaobinErrorNetwork = 1
|
||||
Var Seeker.PointTaobinStr = ParamCP
|
||||
|
||||
Var TelephoneNumber = TelephoneNumberX
|
||||
|
||||
Var Seeker.TNumberTaobinMember= TelephoneNumber
|
||||
Var CollectPointError = "collect"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
<EventActionOk>
|
||||
If Ext1a = "" Then
|
||||
|
||||
Var Seeker.TaobinErrorNetwork = 1
|
||||
Var Seeker.PointTaobinStr = ParamCP
|
||||
Var TelephoneNumber = TelephoneNumberX
|
||||
Var Seeker.TNumberTaobinMember = TelephoneNumber
|
||||
Var CollectPointError = "collect"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_error.xml"
|
||||
|
||||
Else
|
||||
Var TaobinName = Ext1b
|
||||
Var TelephoneNumber = TelephoneNumberX
|
||||
Var TNumberTaobinMemberXXX = TelephoneNumber
|
||||
Var Seeker.IsAlreadyGetReward = Ext1c
|
||||
Var SuperSetOutOfStock = Ext1d
|
||||
Var BalanceEssenceTonerOutOfStock = Ext1e
|
||||
Var CleansingGelOutOfStock = Ext1f
|
||||
Var TumbleBottleOutOfStock = Ext1g
|
||||
Var ClearGelOutOfStock = Ext1h
|
||||
|
||||
;DEBUG
|
||||
;Var SuperSetOutOfStock = 1
|
||||
;Var BalanceEssenceTonerOutOfStock = 1
|
||||
;Var CleansingGelOutOfStock = 1
|
||||
;Var TumbleBottleOutOfStock = 1
|
||||
;Var ClearGelOutOfStock = 1
|
||||
|
||||
|
||||
DEBUGVAR SuperSetOutOfStock
|
||||
DEBUGVAR BalanceEssenceTonerOutOfStock
|
||||
DEBUGVAR CleansingGelOutOfStock
|
||||
DEBUGVAR TumbleBottleOutOfStock
|
||||
DEBUGVAR ClearGelOutOfStock
|
||||
|
||||
If TaobinName = "" Then
|
||||
Var Seeker.IsLineMember = 0
|
||||
Else
|
||||
If TaobinName = "-" Then
|
||||
Var Seeker.IsLineMember = 0
|
||||
Else
|
||||
Var Seeker.IsLineMember = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If Seeker.IsLineMember = 0 Then
|
||||
SAVELOG "Not Line Member skip to normal collect point."
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 1 Then
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
;If Seeker.IsAlreadyGetReward = 1 Then
|
||||
; SAVELOG "Already get reward skip to normal collect point."
|
||||
; If Seeker.CodeChannel = 1 Then
|
||||
; If Seeker.CollectPointMain = 1 Then
|
||||
; GETACCEXT Param1 23
|
||||
; Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
; Else
|
||||
; Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
; EndIf
|
||||
; Else
|
||||
; GETACCEXT Param1 23
|
||||
; Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
; EndIf
|
||||
;EndIf
|
||||
|
||||
If SuperSetOutOfStock = 1 Then
|
||||
If BalanceEssenceTonerOutOfStock = 1 Then
|
||||
If CleansingGalOutOfStock = 1 Then
|
||||
If TumbleBottleOutOfStock = 1 Then
|
||||
If ClearGalOutOfStock = 1 Then
|
||||
SAVELOG "All reward out of stock skip to normal collect point."
|
||||
|
||||
WRITE_FILE "/mnt/sdcard/nam_hom_coconut_reward_out_of_stock" "1"
|
||||
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 1 Then
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var Seeker.PointTaobinStr = ParamCP
|
||||
Var Seeker.TNumberTaobinMember = TelephoneNumberX
|
||||
|
||||
Var PointState[0] = 0
|
||||
Var PointState[1] = 0
|
||||
Var PointState[2] = 0
|
||||
Var PointState[3] = 0
|
||||
Var PointState[4] = 0
|
||||
Var PointState[5] = 0
|
||||
Var PointState[6] = 0
|
||||
Var PointState[7] = 0
|
||||
Var PointState[8] = 0
|
||||
Var PointState[9] = 0
|
||||
|
||||
Var PointNameIndex[0] = -1
|
||||
Var PointNameIndex[1] = -1
|
||||
Var PointNameIndex[2] = -1
|
||||
Var PointNameIndex[3] = -1
|
||||
Var PointNameIndex[4] = -1
|
||||
Var PointNameIndex[5] = -1
|
||||
Var PointNameIndex[6] = -1
|
||||
Var PointNameIndex[7] = -1
|
||||
Var PointNameIndex[8] = -1
|
||||
Var PointNameIndex[9] = -1
|
||||
|
||||
|
||||
|
||||
DEBUGVAR Ext1a
|
||||
|
||||
SPLIT Ext1a "/" 1 MenuPoint[0]
|
||||
SPLIT Ext1a "/" 2 MenuPoint[1]
|
||||
SPLIT Ext1a "/" 3 MenuPoint[2]
|
||||
SPLIT Ext1a "/" 4 MenuPoint[3]
|
||||
SPLIT Ext1a "/" 5 MenuPoint[4]
|
||||
SPLIT Ext1a "/" 6 MenuPoint[5]
|
||||
SPLIT Ext1a "/" 7 MenuPoint[6]
|
||||
SPLIT Ext1a "/" 8 MenuPoint[7]
|
||||
SPLIT Ext1a "/" 9 MenuPoint[8]
|
||||
SPLIT Ext1a "/" 10 MenuPoint[9]
|
||||
SPLIT Ext1a "/" 11 MenuPoint[10]
|
||||
SPLIT Ext1a "/" 12 MenuPoint[11]
|
||||
SPLIT Ext1a "/" 13 MenuPoint[12]
|
||||
|
||||
INT MenuPoint[0]
|
||||
INT MenuPoint[1]
|
||||
INT MenuPoint[2]
|
||||
INT MenuPoint[3]
|
||||
INT MenuPoint[4]
|
||||
INT MenuPoint[5]
|
||||
INT MenuPoint[6]
|
||||
INT MenuPoint[7]
|
||||
INT MenuPoint[8]
|
||||
INT MenuPoint[9]
|
||||
INT MenuPoint[10]
|
||||
INT MenuPoint[11]
|
||||
INT MenuPoint[12]
|
||||
|
||||
DEBUGVAR MenuPoint[0]
|
||||
DEBUGVAR MenuPoint[1]
|
||||
DEBUGVAR MenuPoint[2]
|
||||
DEBUGVAR MenuPoint[3]
|
||||
DEBUGVAR MenuPoint[4]
|
||||
DEBUGVAR MenuPoint[5]
|
||||
DEBUGVAR MenuPoint[6]
|
||||
DEBUGVAR MenuPoint[7]
|
||||
DEBUGVAR MenuPoint[8]
|
||||
DEBUGVAR MenuPoint[9]
|
||||
DEBUGVAR MenuPoint[10]
|
||||
DEBUGVAR MenuPoint[11]
|
||||
DEBUGVAR MenuPoint[12]
|
||||
|
||||
; Menu 1
|
||||
If Seeker.selected_a_drink = "12-01-02-0068" Then
|
||||
If MenuPoint[0] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[0] = 1
|
||||
Var newPointIndex = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-21-02-0068" Then
|
||||
If MenuPoint[0] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[0] = 1
|
||||
Var newPointIndex = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 2
|
||||
If Seeker.selected_a_drink = "12-05-03-0092" Then
|
||||
If MenuPoint[1] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[1] = 1
|
||||
Var newPointIndex = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 3
|
||||
If Seeker.selected_a_drink = "12-03-02-0058" Then
|
||||
If MenuPoint[2] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[2] = 1
|
||||
Var newPointIndex = 2
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-03-03-0058" Then
|
||||
If MenuPoint[2] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[2] = 1
|
||||
Var newPointIndex = 2
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 4
|
||||
If Seeker.selected_a_drink = "12-03-02-0059" Then
|
||||
If MenuPoint[3] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[3] = 1
|
||||
Var newPointIndex = 3
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-03-03-0059" Then
|
||||
If MenuPoint[3] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[3] = 1
|
||||
Var newPointIndex = 3
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 5
|
||||
If Seeker.selected_a_drink = "12-02-02-0060" Then
|
||||
If MenuPoint[4] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[4] = 1
|
||||
Var newPointIndex = 4
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0060" Then
|
||||
If MenuPoint[4] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[4] = 1
|
||||
Var newPointIndex = 4
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 6
|
||||
If Seeker.selected_a_drink = "12-02-02-0061" Then
|
||||
If MenuPoint[5] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[5] = 1
|
||||
Var newPointIndex = 5
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0061" Then
|
||||
If MenuPoint[5] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[5] = 1
|
||||
Var newPointIndex = 5
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 7
|
||||
If Seeker.selected_a_drink = "12-02-02-0062" Then
|
||||
If MenuPoint[6] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[6] = 1
|
||||
Var newPointIndex = 6
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0062" Then
|
||||
If MenuPoint[6] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[6] = 1
|
||||
Var newPointIndex = 6
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 8
|
||||
If Seeker.selected_a_drink = "12-02-02-0063" Then
|
||||
If MenuPoint[7] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[7] = 1
|
||||
Var newPointIndex = 7
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0063" Then
|
||||
If MenuPoint[7] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[7] = 1
|
||||
Var newPointIndex = 7
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 9
|
||||
If Seeker.selected_a_drink = "12-02-02-0064" Then
|
||||
If MenuPoint[8] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[8] = 1
|
||||
Var newPointIndex = 8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0064" Then
|
||||
If MenuPoint[8] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[8] = 1
|
||||
Var newPointIndex = 8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 10
|
||||
If Seeker.selected_a_drink = "12-02-02-0065" Then
|
||||
If MenuPoint[9] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[9] = 1
|
||||
Var newPointIndex = 9
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0065" Then
|
||||
If MenuPoint[9] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[9] = 1
|
||||
Var newPointIndex = 9
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 11
|
||||
If Seeker.selected_a_drink = "12-05-02-0090" Then
|
||||
If MenuPoint[10] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[10] = 1
|
||||
Var newPointIndex = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 12
|
||||
If Seeker.selected_a_drink = "12-05-02-0091" Then
|
||||
If MenuPoint[11] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[11] = 1
|
||||
Var newPointIndex = 11
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-05-03-0091" Then
|
||||
If MenuPoint[11] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[11] = 1
|
||||
Var newPointIndex = 11
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 13
|
||||
If Seeker.selected_a_drink = "12-05-02-0093" Then
|
||||
If MenuPoint[12] = 1 then
|
||||
|
||||
Else
|
||||
Var MenuPoint[12] = 1
|
||||
Var newPointIndex = 12
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var CurrentIndexPoint = -1
|
||||
|
||||
If MenuPoint[0] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 0
|
||||
EndIf
|
||||
|
||||
If MenuPoint[1] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 1
|
||||
EndIf
|
||||
|
||||
If MenuPoint[2] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 2
|
||||
EndIf
|
||||
|
||||
If MenuPoint[3] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 3
|
||||
EndIf
|
||||
|
||||
If MenuPoint[4] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 4
|
||||
EndIf
|
||||
|
||||
If MenuPoint[5] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 5
|
||||
EndIf
|
||||
|
||||
If MenuPoint[6] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 6
|
||||
EndIf
|
||||
|
||||
If MenuPoint[7] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 7
|
||||
EndIf
|
||||
|
||||
If MenuPoint[8] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 8
|
||||
EndIf
|
||||
|
||||
If MenuPoint[9] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 9
|
||||
EndIf
|
||||
|
||||
If MenuPoint[10] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 10
|
||||
EndIf
|
||||
|
||||
If MenuPoint[11] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 11
|
||||
EndIf
|
||||
|
||||
If MenuPoint[12] = 1 Then
|
||||
Var CurrentIndexPoint = CurrentIndexPoint + 1
|
||||
Var PointState[CurrentIndexPoint] = 1
|
||||
Var PointNameIndex[CurrentIndexPoint] = 12
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Seeker.selected_a_drink
|
||||
DEBUGVAR newPointIndex
|
||||
|
||||
DEBUGVAR Seeker.PointTaobinStr
|
||||
DEBUGVAR Seeker.TNumberTaobinMember
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_3.xml"
|
||||
EndIf
|
||||
|
||||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
|
||||
Var Seeker.TaobinErrorNetwork = 1
|
||||
|
||||
Var Seeker.PointTaobinStr = ParamCP
|
||||
Var TelephoneNumber = TelephoneNumberX
|
||||
Var Seeker.TNumberTaobinMember= TelephoneNumber
|
||||
Var CollectPointError = "collect"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_error.xml"
|
||||
|
||||
|
||||
</EventActionError>
|
||||
|
||||
<EventMachine>
|
||||
If MachineStage = "drink-success" Then
|
||||
Var MachineState_Result = 1
|
||||
EndIf
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Var MachineState_Result = 2
|
||||
EndIf
|
||||
</EventMachine>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 178 </X>
|
||||
<Y> 680 </Y>
|
||||
<Filename> Var( DirImage + "/text20.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 873 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 62 </Size>
|
||||
<Font> RobotoBlack </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> TelephoneNumber </Value>
|
||||
<Format> Telnum-mask-1 </Format>
|
||||
</Text>
|
||||
|
||||
|
||||
;
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> IMG_CNT </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Text>
|
||||
<X> XPosiShowCountDownBrew </X>
|
||||
<Y> 470 </Y>
|
||||
<Align> End </Align>
|
||||
<Width> 153 </Width>
|
||||
<Size> 88 </Size>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
</Popup>
|
||||
|
||||
|
|
@ -0,0 +1,723 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
Var Timeout = 0
|
||||
Var BmiYear = "0/0/0/0/0/0/0/0/0/1"
|
||||
Var PointCrm = "pdpa1"
|
||||
Var GetScore = ""
|
||||
Var TelephoneNumber = TelephoneNumberX
|
||||
Var Seeker.TNumberTaobinMember = TelephoneNumber
|
||||
|
||||
Var PointMaskState = "Invisible"
|
||||
Var showRandomBtnState = "Invisible"
|
||||
Var showCloseBtnState = "Enable"
|
||||
|
||||
Var CoffeePointStr = CoffeePoint
|
||||
|
||||
DEBUGVAR TelephoneNumber
|
||||
DEBUGVAR TelephoneNumberX
|
||||
|
||||
Var PointRootDir = "ROOT/taobin_project/image/event/nam_hom_coconut/display_point"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
Var CloseBtnImg = PointRootDir + "/continue_en_btn.png"
|
||||
Var RandomBtnImg = PointRootDir + "/random_btn_en.png"
|
||||
Else
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
Var CloseBtnImg = PointRootDir + "/continue_btn.png"
|
||||
Var RandomBtnImg = PointRootDir + "/random_btn.png"
|
||||
EndIf
|
||||
|
||||
Var CheckCoupons = 0
|
||||
Var MakeDrinkState = 0
|
||||
|
||||
Var taobinImgPoint[0] = "/coconut_point.png"
|
||||
Var taobinImgPoint[1]= "/coconut_point.png"
|
||||
Var taobinImgPoint[2]= "/coconut_point.png"
|
||||
Var taobinImgPoint[3]= "/coconut_point.png"
|
||||
Var taobinImgPoint[4]= "/coconut_point.png"
|
||||
Var taobinImgPoint[5]= "/coconut_point.png"
|
||||
Var taobinImgPoint[6]= "/coconut_point.png"
|
||||
Var taobinImgPoint[7]= "/coconut_point.png"
|
||||
Var taobinImgPoint[8]= "/coconut_point.png"
|
||||
Var taobinImgPoint[9]= "/coconut_point.png"
|
||||
|
||||
Var PointCount = 0
|
||||
|
||||
Var taobinTextColorPoint[0] = "0x000000"
|
||||
Var taobinTextColorPoint[1] = "0x000000"
|
||||
Var taobinTextColorPoint[2] = "0x000000"
|
||||
Var taobinTextColorPoint[3] = "0x000000"
|
||||
Var taobinTextColorPoint[4] = "0x000000"
|
||||
Var taobinTextColorPoint[5] = "0x000000"
|
||||
Var taobinTextColorPoint[6] = "0x000000"
|
||||
Var taobinTextColorPoint[7] = "0x000000"
|
||||
Var taobinTextColorPoint[8] = "0x000000"
|
||||
Var taobinTextColorPoint[9] = "0x000000"
|
||||
|
||||
DEBUGVAR PointState[0]
|
||||
DEBUGVAR PointState[1]
|
||||
DEBUGVAR PointState[2]
|
||||
DEBUGVAR PointState[3]
|
||||
DEBUGVAR PointState[4]
|
||||
DEBUGVAR PointState[5]
|
||||
DEBUGVAR PointState[6]
|
||||
DEBUGVAR PointState[7]
|
||||
DEBUGVAR PointState[8]
|
||||
DEBUGVAR PointState[9]
|
||||
|
||||
Var PointNameIndex0 = PointNameIndex[0]
|
||||
Var PointNameIndex1 = PointNameIndex[1]
|
||||
Var PointNameIndex2 = PointNameIndex[2]
|
||||
Var PointNameIndex3 = PointNameIndex[3]
|
||||
Var PointNameIndex4 = PointNameIndex[4]
|
||||
Var PointNameIndex5 = PointNameIndex[5]
|
||||
Var PointNameIndex6 = PointNameIndex[6]
|
||||
Var PointNameIndex7 = PointNameIndex[7]
|
||||
Var PointNameIndex8 = PointNameIndex[8]
|
||||
Var PointNameIndex9 = PointNameIndex[9]
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var MenuPointName[0] = "Hat Yai\nBeach coconut"
|
||||
Var MenuPointName[1] = "Bangsaen\nBeach Coconut"
|
||||
Var MenuPointName[2] = "Jomtien\nBeach Coconut"
|
||||
Var MenuPointName[3] = "Nang Ram\nBeach Coconut"
|
||||
Var MenuPointName[4] = "Glass Sand\nBeach Coconut"
|
||||
Var MenuPointName[5] = "Mae Pim\nBeach Coconut"
|
||||
Var MenuPointName[6] = "Moonlight\nBeach Coconut"
|
||||
Var MenuPointName[7] = "Pattaya\nBeach Coconut"
|
||||
Var MenuPointName[8] = "Suan Son\nBeach Coconut"
|
||||
Var MenuPointName[9] = "Laem Sing\nBeach Coconut"
|
||||
Var MenuPointName[10] = "Toem Rak\nBeach Coconut"
|
||||
Var MenuPointName[11] = "Long\nBeach Coconut"
|
||||
Var MenuPointName[12] = "Hat\nBeach Coconut"
|
||||
Else
|
||||
Var MenuPointName[0] = "มะพร้าวหาดใหญ่(มาก)"
|
||||
Var MenuPointName[1] = "มะพร้าวหาดบางแสน\n(ห้า)"
|
||||
Var MenuPointName[2] = "มะพร้าวหาดจอมเทียน\n(พรรษา)"
|
||||
Var MenuPointName[3] = "มะพร้าวหาดนางรำ\n(สวย)"
|
||||
Var MenuPointName[4] = "มะพร้าวหาดทรายแก้ว\n(มังกร)"
|
||||
Var MenuPointName[5] = "มะพร้าวหาดแม่พิมพ์\n(ดีด)"
|
||||
Var MenuPointName[6] = "มะพร้าวหาดแสงจันทร์\n(ไรอะ)"
|
||||
Var MenuPointName[7] = "มะพร้าวหาดพัทยา\n(พารา)"
|
||||
Var MenuPointName[8] = "มะพร้าวหาดสวนสน\n(ใจไหม)"
|
||||
Var MenuPointName[9] = "มะพร้าวหาดแหลมสิง\n(หไกรภพ)"
|
||||
Var MenuPointName[10] = "มะพร้าวหาดเติมรัก(ฉันทำไม)"
|
||||
Var MenuPointName[11] = "มะพร้าวหาดยาว\n(ไปยาวไป)"
|
||||
Var MenuPointName[12] = "มะพร้าวหาด(ใกล้ฉัน)"
|
||||
EndIf
|
||||
|
||||
|
||||
If PointState[0] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[0] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[1] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[1] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[2] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[2] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[3] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[3] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[4] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[4] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[5] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[5] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[6] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[6] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[7] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[7] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[8] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[8] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
If PointState[9] = 1 Then
|
||||
Var PointCount = PointCount + 1
|
||||
Var taobinImgPoint[9] = "/coconut_point_active.png"
|
||||
EndIf
|
||||
|
||||
Var PointDiff = 10 - PointCount
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var MemberText = "HELLO PAL, WANNA FELL FRESH?"
|
||||
Var MissionText = "BEAT THE HEAT, GO!"
|
||||
|
||||
Var TaobinLevelDesc1 = "You have " + PointDiff
|
||||
Var TaobinLevelDesc1 = TaobinLevelDesc1 + " more fresh menus left to unlock CURA-MD"
|
||||
Var TaobinLevelDesc2 = "Collect 10 menu items to receive an acne-free complexion prize."
|
||||
|
||||
Var subTitle_Y = 839
|
||||
|
||||
Var text8_X = 224
|
||||
|
||||
Else
|
||||
Var MemberText = "สถานะสมาชิก"
|
||||
Var MissionText = "ฝ่าไอร้อนพิชิตไอเท่มหน้าใส"
|
||||
|
||||
Var TaobinLevelDesc1 = "เหลืออีก " + PointDiff
|
||||
Var TaobinLevelDesc1 = TaobinLevelDesc1 + " เมนูที่จะได้กดสุ่มรางวัลจาก CURA-MD"
|
||||
Var TaobinLevelDesc2 = "สะสมให้ครบ 10 เมนูมะพร้าวแสนแล้วมาลุ้นกัน!"
|
||||
|
||||
Var subTitle_Y = 853
|
||||
|
||||
Var text8_X = 346
|
||||
|
||||
EndIf
|
||||
|
||||
If PointCount = 10 Then
|
||||
Var showRandomBtnState = "Enable"
|
||||
Var showCloseBtnState = "Invisible"
|
||||
EndIf
|
||||
|
||||
Var CurrentPointSlot = newPointIndex + 1
|
||||
|
||||
Var UpdatePoint = 0
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
|
||||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 10 Then
|
||||
Var CurrentPointCheck = "check"
|
||||
Var val3 = "X"
|
||||
AddData 37 TelephoneNumber CurrentPointSlot CurrentPointCheck val3
|
||||
Var UpdatePoint = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
<EventActionError>
|
||||
|
||||
</EventActionError>
|
||||
|
||||
<EventActionOk>
|
||||
|
||||
If UpdatePoint = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 1 Then
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
</EventActionOk>
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
<EventMachine>
|
||||
If MachineStage = "drink-success" Then
|
||||
Var MachineState_Result = 1
|
||||
EndIf
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Var MachineState_Result = 2
|
||||
EndIf
|
||||
</EventMachine>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/display_point/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 158 </X>
|
||||
<Y> 665 </Y>
|
||||
<Filename> Var( PointRootDir + "/bg_top.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 158 </X>
|
||||
<Y> 1085 </Y>
|
||||
<Filename> Var( PointRootDir + "/bg_bottom.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 243 </X>
|
||||
<Y> 722 </Y>
|
||||
<Width> 380 </Width>
|
||||
<Height> 36 </Height>
|
||||
<Size> 24 </Size>
|
||||
<Color> 0x746253 </Color>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Value> MemberText </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 243 </X>
|
||||
<Y> 850 </Y>
|
||||
<Width> 360 </Width>
|
||||
<Height> 48 </Height>
|
||||
<Size> 32 </Size>
|
||||
<Color> 0x746253 </Color>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Value> MissionText </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 619 </X>
|
||||
<Y> 732 </Y>
|
||||
<Filename> Var( PointRootDir + "/tao_drink_coconut.png" )</Filename>
|
||||
</Image>
|
||||
;
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 243 </X>
|
||||
<Y> 758 </Y>
|
||||
<Size> 36 </Size>
|
||||
<Width> 480 </Width>
|
||||
<Height> 42 </Height>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> TaobinName </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 243 </X>
|
||||
<Y> 815 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width> 100 </Width>
|
||||
<Font> RobotoRegular </Font>
|
||||
<Color> 0x746253 </Color>
|
||||
<Value> TNumberTaobinMemberXXX </Value>
|
||||
<Format> Telnum-mask-1 </Format>
|
||||
</Text>
|
||||
|
||||
; Header
|
||||
<Text>
|
||||
<X> 247 </X>
|
||||
<Y> 902 </Y>
|
||||
<Size> 48 </Size>
|
||||
<Width> 56 </Width>
|
||||
<Height> 56 </Height>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Value> PointCount </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 247 </X>
|
||||
<Y> 970 </Y>
|
||||
<Size> 20 </Size>
|
||||
<Width> 500 </Width>
|
||||
<Height> 30 </Height>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Value> TaobinLevelDesc1 </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 247 </X>
|
||||
<Y> 1001 </Y>
|
||||
<Size> 20 </Size>
|
||||
<Width> 600 </Width>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0x746253 </Color>
|
||||
<Value> TaobinLevelDesc2 </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 234 </X>
|
||||
<Y> 1113 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[0]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 234 </X>
|
||||
<Y> 1252 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[0] </Color>
|
||||
<Value> MenuPointName[PointNameIndex0] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex0 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 388 </X>
|
||||
<Y> 1113 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[1]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 388 </X>
|
||||
<Y> 1252 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[1] </Color>
|
||||
<Value> MenuPointName[PointNameIndex1] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex1 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 542 </X>
|
||||
<Y> 1113 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[2]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 542 </X>
|
||||
<Y> 1252 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[2] </Color>
|
||||
<Value> MenuPointName[PointNameIndex2] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex2 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 696 </X>
|
||||
<Y> 1113 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[3]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 696 </X>
|
||||
<Y> 1252 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[3] </Color>
|
||||
<Value> MenuPointName[PointNameIndex3] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex3 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 234 </X>
|
||||
<Y> 1295 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[4]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 234 </X>
|
||||
<Y> 1434 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[4] </Color>
|
||||
<Value> MenuPointName[PointNameIndex4] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex4 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 388 </X>
|
||||
<Y> 1295 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[5]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 388 </X>
|
||||
<Y> 1434 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[5] </Color>
|
||||
<Value> MenuPointName[PointNameIndex5] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex5 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 542 </X>
|
||||
<Y> 1295 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[6]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 542 </X>
|
||||
<Y> 1434 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[6] </Color>
|
||||
<Value> MenuPointName[PointNameIndex6] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex6 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 696 </X>
|
||||
<Y> 1295 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[7]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 696 </X>
|
||||
<Y> 1434 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[7] </Color>
|
||||
<Value> MenuPointName[PointNameIndex7] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex7 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 388 </X>
|
||||
<Y> 1477 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[8]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 388 </X>
|
||||
<Y> 1616 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[8] </Color>
|
||||
<Value> MenuPointName[PointNameIndex8] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex8 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 542 </X>
|
||||
<Y> 1477 </Y>
|
||||
<Filename> Var( PointRootDir + taobinImgPoint[9]) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 542 </X>
|
||||
<Y> 1616 </Y>
|
||||
<Size> 12 </Size>
|
||||
<Width> 154 </Width>
|
||||
<Font> InterRegular </Font>
|
||||
<Color> taobinTextColorPoint[9] </Color>
|
||||
<Value> MenuPointName[PointNameIndex9] </Value>
|
||||
<State>
|
||||
eval(
|
||||
If PointNameIndex9 = -1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 413 </X>
|
||||
<Y> 1660 </Y>
|
||||
<State> showRandomBtnState </State>
|
||||
<Filename> RandomBtnImg </Filename>
|
||||
<FilenamePress> RandomBtnImg </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; goto lid straw
|
||||
|
||||
If SELLONLINE = 1 Then
|
||||
Var CurrentPointCheck = ""
|
||||
Else
|
||||
Var CurrentPointCheck = "check"
|
||||
EndIf
|
||||
Var val3 = "X"
|
||||
AddData 37 TelephoneNumber CurrentPointSlot CurrentPointCheck val3
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 413 </X>
|
||||
<Y> 1660 </Y>
|
||||
<State> showCloseBtnState </State>
|
||||
<Filename> CloseBtnImg </Filename>
|
||||
<FilenamePress> CloseBtnImg </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; goto lid straw
|
||||
|
||||
Var CurrentPointCheck = "check"
|
||||
Var val3 = "X"
|
||||
AddData 37 TelephoneNumber CurrentPointSlot CurrentPointCheck val3
|
||||
Var UpdatePoint = 1
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
;
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> IMG_CNT </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Text>
|
||||
<X> XPosiShowCountDownBrew </X>
|
||||
<Y> 470 </Y>
|
||||
<Align> End </Align>
|
||||
<Width> 153 </Width>
|
||||
<Size> 88 </Size>
|
||||
<Font> RobotoBold </Font
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
<EventUnitTest3>
|
||||
Var PointState[0] = 1
|
||||
Var PointState[1] = 1
|
||||
Var PointState[2] = 1
|
||||
Var PointState[3] = 1
|
||||
Var PointState[4] = 1
|
||||
Var PointState[5] = 1
|
||||
Var PointState[6] = 1
|
||||
Var PointState[7] = 1
|
||||
Var PointState[8] = 1
|
||||
Var PointState[9] = 1
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_3.xml"
|
||||
</EventUnitTest3>
|
||||
|
||||
<EventUnitTest4>
|
||||
If show_eng = "true" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_3.xml"
|
||||
</EventUnitTest4>
|
||||
|
||||
|
||||
</Popup>
|
||||
|
||||
|
|
@ -0,0 +1,283 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
SAVELOG show_eng
|
||||
|
||||
|
||||
DEBUGVAR CollectPointError
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/event/nam_hom_coconut/error"
|
||||
|
||||
If CollectPointError = "collect" Then
|
||||
|
||||
Var ImgError = DirImage + "/coconut.png"
|
||||
Var ImgError_X = 253
|
||||
Var ImgError_Y = 888
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var text_fail = DirImage + "/text_en.png"
|
||||
Else
|
||||
Var text_fail = DirImage + "/text_th.png"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If CollectPointError = "random" Then
|
||||
|
||||
Var ImgError = DirImage + "/cura-md-bag.png"
|
||||
Var ImgError_X = 294
|
||||
Var ImgError_Y = 768
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var text_fail = DirImage + "/text2_en.png"
|
||||
Else
|
||||
Var text_fail = DirImage + "/text2_th.png"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var newPointIndex = 0
|
||||
|
||||
; Menu 1
|
||||
If Seeker.selected_a_drink = "12-01-02-0068" Then
|
||||
Var newPointIndex = 0
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-21-02-0068" Then
|
||||
Var newPointIndex = 0
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 2
|
||||
If Seeker.selected_a_drink = "12-05-03-0092" Then
|
||||
Var newPointIndex = 1
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 3
|
||||
If Seeker.selected_a_drink = "12-03-02-0058" Then
|
||||
Var newPointIndex = 2
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-03-03-0058" Then
|
||||
Var newPointIndex = 2
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 4
|
||||
If Seeker.selected_a_drink = "12-03-02-0059" Then
|
||||
Var newPointIndex = 3
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-03-03-0059" Then
|
||||
Var newPointIndex = 3
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 5
|
||||
If Seeker.selected_a_drink = "12-02-02-0060" Then
|
||||
Var newPointIndex = 4
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0060" Then
|
||||
Var newPointIndex = 4
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 6
|
||||
If Seeker.selected_a_drink = "12-02-02-0061" Then
|
||||
Var newPointIndex = 5
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0061" Then
|
||||
Var newPointIndex = 5
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 7
|
||||
If Seeker.selected_a_drink = "12-02-02-0062" Then
|
||||
Var newPointIndex = 6
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0062" Then
|
||||
Var newPointIndex = 6
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 8
|
||||
If Seeker.selected_a_drink = "12-02-02-0063" Then
|
||||
Var newPointIndex = 7
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0063" Then
|
||||
Var newPointIndex = 7
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 9
|
||||
If Seeker.selected_a_drink = "12-02-02-0064" Then
|
||||
Var newPointIndex = 8
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0064" Then
|
||||
Var newPointIndex = 8
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 10
|
||||
If Seeker.selected_a_drink = "12-02-02-0065" Then
|
||||
Var newPointIndex = 9
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-02-03-0065" Then
|
||||
Var newPointIndex = 9
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 11
|
||||
If Seeker.selected_a_drink = "12-05-02-0090" Then
|
||||
Var newPointIndex = 10
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 12
|
||||
If Seeker.selected_a_drink = "12-05-02-0091" Then
|
||||
Var newPointIndex = 11
|
||||
EndIf
|
||||
|
||||
If Seeker.selected_a_drink = "12-05-03-0091" Then
|
||||
Var newPointIndex = 11
|
||||
EndIf
|
||||
|
||||
|
||||
; Menu 13
|
||||
If Seeker.selected_a_drink = "12-05-02-0093" Then
|
||||
Var newPointIndex = 12
|
||||
EndIf
|
||||
|
||||
Var CurrentPointSlot = newPointIndex + 1
|
||||
Var CurrentPointCheck = "check"
|
||||
Var val3 = "X"
|
||||
AddData 37 TelephoneNumber CurrentPointSlot CurrentPointCheck val3
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 5 Then
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
<EventMachine>
|
||||
If MachineStage = "drink-success" Then
|
||||
Var MachineState_Result = 1
|
||||
EndIf
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Var MachineState_Result = 2
|
||||
EndIf
|
||||
</EventMachine>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> Var( DirImage + "/bg.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> ImgError_X </X>
|
||||
<Y> ImgError_Y </Y>
|
||||
<Filename> ImgError </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 1490 </Y>
|
||||
<Filename> text_fail </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 401 </X>
|
||||
<Y> 1771 </Y>
|
||||
<Filename> Var( DirImage + "/confirm_btn.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/confirm_btn_press.png" )</FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; goto lid straw
|
||||
|
||||
If PromotionIDCurrentOrder > 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_display_Promo1Get1Free.xml"
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
|
||||
;
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> IMG_CNT </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Text>
|
||||
<X> XPosiShowCountDownBrew </X>
|
||||
<Y> 470 </Y>
|
||||
<Align> End </Align>
|
||||
<Width> 153 </Width>
|
||||
<Size> 88 </Size>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
<EventUnitTest1>
|
||||
If show_eng = "true" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/event/lipit/page_collect_point_nam_hom_coconut_error.xml.xml"
|
||||
</EventUnitTest1>
|
||||
|
||||
<EventUnitTest4>
|
||||
If CollectPointError = "collect" then
|
||||
Var CollectPointError = "random"
|
||||
Else
|
||||
Var CollectPointError = "collect"
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/lipit/page_collect_point_nam_hom_coconut_error.xml.xml"
|
||||
</EventUnitTest4>
|
||||
|
||||
</Page>
|
||||
280
xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml
Normal file
280
xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml
Normal file
|
|
@ -0,0 +1,280 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
|
||||
<EventOpen>
|
||||
Var Timeout = 0
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/event/nam_hom_coconut/random"
|
||||
|
||||
Var RandomStyle = 0
|
||||
Random2 0 2 RandomStyle
|
||||
|
||||
If RandomStyle = 0 Then
|
||||
Var Text_X = 241
|
||||
Var Text_Y = 1113
|
||||
|
||||
Var BagImg = DirImage + "/cura-md-bag_md.png"
|
||||
|
||||
Var Bag1_X = 75
|
||||
Var Bag1_Y = 715
|
||||
|
||||
Var Bag2_X = 424
|
||||
Var Bag2_Y = 715
|
||||
|
||||
Var Bag3_X = 774
|
||||
Var Bag3_Y = 715
|
||||
|
||||
Var Bag4_X = 249
|
||||
Var Bag4_Y = 1338
|
||||
|
||||
Var Bag5_X = 599
|
||||
Var Bag5_Y = 1338
|
||||
|
||||
Else
|
||||
|
||||
Var Text_X = 256
|
||||
Var Text_Y = 628
|
||||
|
||||
Var BagImg = DirImage + "/cura-md-bag_lg.png"
|
||||
|
||||
Var Bag1_X = 75
|
||||
Var Bag1_Y = 806
|
||||
|
||||
Var Bag2_X = 713
|
||||
Var Bag2_Y = 806
|
||||
|
||||
Var Bag3_X = 394
|
||||
Var Bag3_Y = 1129
|
||||
|
||||
Var Bag4_X = 75
|
||||
Var Bag4_Y = 1471
|
||||
|
||||
Var Bag5_X = 713
|
||||
Var Bag5_Y = 1471
|
||||
|
||||
EndIf
|
||||
|
||||
Var MaxRandomIndex = 0
|
||||
|
||||
If ClearGelOutOfStock = 0 Then
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "clear_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
EndIf
|
||||
|
||||
If TumbleBottleOutOfStock = 0 Then
|
||||
Var rewardList[MaxRandomIndex] = "tumble_bottle"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "tumble_bottle"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "tumble_bottle"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "tumble_bottle"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "tumble_bottle"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
EndIf
|
||||
|
||||
If CleansingGelOutOfStock = 0 Then
|
||||
Var rewardList[MaxRandomIndex] = "cleansing_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "cleansing_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "cleansing_gel"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
EndIf
|
||||
|
||||
If BalanceEssenceTonerOutOfStock = 0 Then
|
||||
Var rewardList[MaxRandomIndex] = "balance_essence_toner"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
Var rewardList[MaxRandomIndex] = "balance_essence_toner"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
EndIf
|
||||
|
||||
If SuperSetOutOfStock = 0 Then
|
||||
Var rewardList[MaxRandomIndex] = "super_set"
|
||||
Var MaxRandomIndex = MaxRandomIndex + 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
DEBUGVAR Timeout
|
||||
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
|
||||
If Timeout > 15 Then
|
||||
SAVELOG "Timeout 15 second auto random for you"
|
||||
Function 2
|
||||
EndIf
|
||||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
; Background
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> Var( DirImage + "/bg.png") </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> Text_X </X>
|
||||
<Y> Text_Y </Y>
|
||||
<Filename> Var( DirImage + "/random_text.png") </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> Bag1_X </X>
|
||||
<Y> Bag1_Y </Y>
|
||||
<Filename> BagImg </Filename>
|
||||
<FilenamePress> BagImg </FilenamePress>
|
||||
<EventClick>
|
||||
Function 2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> Bag2_X </X>
|
||||
<Y> Bag2_Y </Y>
|
||||
<Filename> BagImg </Filename>
|
||||
<FilenamePress> BagImg </FilenamePress>
|
||||
<EventClick>
|
||||
Function 2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> Bag3_X </X>
|
||||
<Y> Bag3_Y </Y>
|
||||
<Filename> BagImg </Filename>
|
||||
<FilenamePress> BagImg </FilenamePress>
|
||||
<EventClick>
|
||||
Function 2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> Bag4_X </X>
|
||||
<Y> Bag4_Y </Y>
|
||||
<Filename> BagImg </Filename>
|
||||
<FilenamePress> BagImg </FilenamePress>
|
||||
<EventClick>
|
||||
Function 2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> Bag5_X </X>
|
||||
<Y> Bag5_Y </Y>
|
||||
<Filename> BagImg </Filename>
|
||||
<FilenamePress> BagImg </FilenamePress>
|
||||
<EventClick>
|
||||
Function 2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Function2>
|
||||
; Random coupon
|
||||
Var randResultInt = 0
|
||||
DEBUGVAR MaxRandomIndex
|
||||
Random2 0 MaxRandomIndex randResultInt
|
||||
|
||||
Var CodeType = ""
|
||||
|
||||
Var randResultStr = rewardList[randResultInt]
|
||||
|
||||
If randResultStr = "super_set" Then
|
||||
Var CodeType = "130"
|
||||
EndIf
|
||||
|
||||
if randResultStr = "balance_essence_toner" Then
|
||||
Var CodeType = "131"
|
||||
EndIf
|
||||
|
||||
If randResultStr = "cleansing_gel" Then
|
||||
Var CodeType = "132"
|
||||
EndIf
|
||||
|
||||
If randResultStr = "tumble_bottle" Then
|
||||
Var CodeType = "133"
|
||||
EndIf
|
||||
|
||||
If randResultStr = "clear_gel" Then
|
||||
Var CodeType = "134"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR randResultInt
|
||||
DEBUGVAR randResultStr
|
||||
DEBUGVAR CodeType
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_nam_hom_coconut_random_result.xml"
|
||||
</Function2>
|
||||
|
||||
|
||||
;
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> IMG_CNT </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Text>
|
||||
<X> XPosiShowCountDownBrew </X>
|
||||
<Y> 470 </Y>
|
||||
<Align> End </Align>
|
||||
<Width> 153 </Width>
|
||||
<Size> 88 </Size>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
<EventUnitTest1>
|
||||
OpenInst 2 "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
</EventUnitTest1>
|
||||
|
||||
<EventUnitTest2>
|
||||
Var show_eng = "false"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml"
|
||||
</EventUnitTest2>
|
||||
|
||||
<EventUnitTest3>
|
||||
Var show_eng = "true"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml"
|
||||
</EventUnitTest3>
|
||||
|
||||
</Popup>
|
||||
191
xml/event/nam_hom_coconut/page_nam_hom_coconut_random_result.xml
Normal file
191
xml/event/nam_hom_coconut/page_nam_hom_coconut_random_result.xml
Normal file
|
|
@ -0,0 +1,191 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
|
||||
<EventOpen>
|
||||
Var Timeout = 0
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/event/nam_hom_coconut/random"
|
||||
|
||||
If CodeType = "130" Then
|
||||
Var RewardText = DirImage + "/super_set_reward_text.png"
|
||||
Var RewardImage = DirImage + "/super_set_reward.png"
|
||||
Var RewardImage_X = 27
|
||||
Var RewardImage_Y = 876
|
||||
EndIf
|
||||
|
||||
If CodeType = "131" Then
|
||||
Var RewardText = DirImage + "/balance_essence_toner_reward_text.png"
|
||||
Var RewardImage = DirImage + "/balance_essence_toner_reward.png"
|
||||
Var RewardImage_X = 328
|
||||
Var RewardImage_Y = 843
|
||||
EndIf
|
||||
|
||||
If CodeType = "132" Then
|
||||
Var RewardText = DirImage + "/cleansing_gel_reward_text.png"
|
||||
Var RewardImage = DirImage + "/cleansing_gel_reward.png"
|
||||
Var RewardImage_X = 270
|
||||
Var RewardImage_Y = 833
|
||||
EndIf
|
||||
|
||||
If CodeType = "133" Then
|
||||
Var RewardText = DirImage + "/tumble_bottle_reward_text.png"
|
||||
Var RewardImage = DirImage + "/tumble_bottle_reward.png"
|
||||
Var RewardImage_X = 148
|
||||
Var RewardImage_Y = 608
|
||||
EndIf
|
||||
|
||||
If CodeType = "134" Then
|
||||
Var RewardText = DirImage + "/clear_gel_reward_text.png"
|
||||
Var RewardImage = DirImage + "/clear_gel_reward.png"
|
||||
Var RewardImage_X = 445
|
||||
Var RewardImage_Y = 864
|
||||
EndIf
|
||||
|
||||
Var AddData = 0
|
||||
|
||||
Var CodeReward = CodeType
|
||||
Var var2 = "X"
|
||||
Var var3 = "X"
|
||||
Var PhoneNum = TelephoneNumber
|
||||
AddData 38 TelephoneNumber CodeReward var2 var3
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
If Ext1a = "" Then
|
||||
|
||||
Else
|
||||
|
||||
If AddData = 0 Then
|
||||
Var AddData = 1
|
||||
GETACCEXT PhoneNum 34
|
||||
Else
|
||||
SAVELOG "NamHomCoconutPro: Update RemainReward"
|
||||
|
||||
SPLIT2 Ext1a "/" RemainRewardSpl
|
||||
|
||||
Var SuperSetRemain = RemainRewardSpl[0]
|
||||
Var BalanceEssenceTonerRemain = RemainRewardSpl[1]
|
||||
Var CleansingGalRemain = RemainRewardSpl[2]
|
||||
Var TumbleBottleRemain = RemainRewardSpl[3]
|
||||
Var ClearGalRemain = RemainRewardSpl[4]
|
||||
|
||||
INT SuperSetRemain
|
||||
INT BalanceEssenceTonerRemain
|
||||
INT CleansingGalRemain
|
||||
INT TumbleBottleRemain
|
||||
INT ClearGalRemain
|
||||
|
||||
Var SumNamHomCoconutRemainReward = SuperSetRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + BalanceEssenceTonerRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + CleansingGalRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + TumbleBottleRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + ClearGalRemain
|
||||
|
||||
If SumNamHomCoconutRemainReward = 0 Then
|
||||
SAVELOG "NamHomCoconutPro: All reward out of stock"
|
||||
|
||||
WRITE_FILE "/mnt/sdcard/nam_hom_coconut_reward_out_of_stock" "1"
|
||||
EndIf
|
||||
|
||||
Var NamHomCoconutRemainReward = SumNamHomCoconutRemainReward
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
</EventActionOk>
|
||||
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
DEBUGVAR Timeout
|
||||
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
|
||||
If Timeout = 5 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 1 Then
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Timeout = Timeout + 1
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
; Background
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> Var( DirImage + "/bg_reward.png") </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> RewardImage_X </X>
|
||||
<Y> RewardImage_Y </Y>
|
||||
<Filename> RewardImage </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 126 </X>
|
||||
<Y> 595 </Y>
|
||||
<Filename> RewardText </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 229 </X>
|
||||
<Y> 1662 </Y>
|
||||
<Filename> Var( DirImage + "/reward_result_line_register_text.png") </Filename>
|
||||
</Image>
|
||||
|
||||
;
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> IMG_CNT </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Text>
|
||||
<X> XPosiShowCountDownBrew </X>
|
||||
<Y> 470 </Y>
|
||||
<Align> End </Align>
|
||||
<Width> 153 </Width>
|
||||
<Size> 88 </Size>
|
||||
<Font> RobotoBold </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
<EventUnitTest1>
|
||||
OpenInst 2 "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
</EventUnitTest1>
|
||||
|
||||
<EventUnitTest2>
|
||||
Var show_eng = "false"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml"
|
||||
</EventUnitTest2>
|
||||
|
||||
<EventUnitTest3>
|
||||
Var show_eng = "true"
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_nam_hom_coconut_random.xml"
|
||||
</EventUnitTest3>
|
||||
|
||||
</Popup>
|
||||
|
|
@ -1 +1 @@
|
|||
/event/promotion_tea_time.xml
|
||||
/event/promotion_nam_hom_coconut.xml
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -32,8 +32,7 @@
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventOnClick>
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_catalog.xml"
|
||||
Open "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_check_member.xml"
|
||||
|
||||
</EventOnClick>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
</FilenameDisable>
|
||||
<EventOnClick>
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_pro_tea_time.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_pro_nam_hom_coconut.xml"
|
||||
|
||||
</EventOnClick>
|
||||
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/event/tea_time/tea_time_th.mp4" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_th.mp4" </Filename>
|
||||
</Video>
|
||||
|
||||
<Video>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
)
|
||||
</State>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> "ROOT/taobin_project/image/event/tea_time/tea_time_en.mp4" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_en.mp4" </Filename>
|
||||
</Video>
|
||||
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ DEBUGVAR EnergyDrinkEnable
|
|||
DEBUGVAR EnergyDrink1BathPro
|
||||
DEBUGVAR CoffeeDrink1BathPro
|
||||
DEBUGVAR WednesdayMelonPro
|
||||
DEBUGVAR NamHomCoconutPro
|
||||
|
||||
Var PromotionState1 = "Invisible"
|
||||
Var PromotionState2 = "Invisible"
|
||||
|
|
@ -38,7 +39,7 @@ Else
|
|||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
; zone promote
|
||||
|
||||
If TeaTimePro = 1 Then
|
||||
If NamHomCoconutPro = 1 Then
|
||||
Var PromotionState1 = "Enable"
|
||||
Var CountEnablePromotion = CountEnablePromotion + 1
|
||||
|
||||
|
|
@ -47,15 +48,15 @@ Else
|
|||
Var CountEnablePromotion = CountEnablePromotion + 1
|
||||
EndIf
|
||||
|
||||
If CoffeeDrink1BathPro = 1 Then
|
||||
If WednesdayMelonPro = 1 Then
|
||||
Var PromotionState3 = "Enable"
|
||||
Var CountEnablePromotion = CountEnablePromotion + 1
|
||||
EndIf
|
||||
|
||||
If CountEnablePromotion > 1 Then
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/triple_promotion_tea_time_and_energy_drink_1_bath_and_coffee_drink_1_bath.xml"
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/triple_promotion_nam_hom_coconut_and_energy_drink_1_bath_and_wednesday_melon.xml"
|
||||
Else
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/promotion_tea_time.xml"
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/ignore_gen_promotion_nam_hom_coconut.xml"
|
||||
EndIf
|
||||
Else
|
||||
If EnergyDrink1BathPro = 1 Then
|
||||
|
|
|
|||
|
|
@ -103,6 +103,11 @@ Var FromCoffeeDrink1BathPro = 0
|
|||
Var WednesdayMelonPro = 0
|
||||
Var FromWednesdayMelonPro = 0
|
||||
|
||||
; Enable Nam Hom Coconut, 3 - 21 June
|
||||
Var NamHomCoconutPro = 0
|
||||
Var FromNamHomCoconutPro = 0
|
||||
Var NamHomCoconutRewardOutOfStock = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
|
||||
Var NewFlowPaymentCode = 0
|
||||
|
|
@ -283,6 +288,20 @@ If SystemDateMonthInt = 5 Then
|
|||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
|
||||
If SystemDateDayInt >= 3 Then
|
||||
If SystemDateDayInt <= 21 Then
|
||||
Var NamHomCoconutPro = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt <= 15 Then
|
||||
STRCONTAIN "TaoBin_1_Baht_Energy" XMLProfile TaoBin_1_Baht_Energy
|
||||
If TaoBin_1_Baht_Energy = "true" Then
|
||||
Var EnergyDrink1BathPro = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt = 5 Then
|
||||
Var WednesdayMelonPro = 1
|
||||
EndIf
|
||||
|
|
@ -290,6 +309,7 @@ If SystemDateMonthInt = 6 Then
|
|||
If SystemDateDayInt = 12 Then
|
||||
Var WednesdayMelonPro = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -299,16 +319,12 @@ If BoxID = 173149 Then
|
|||
Var PepsiSecondCup30Enable = 1
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
;Var EnableFreeEnergyDrink = "true"
|
||||
Var WednesdayMelonPro = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 172644 Then
|
||||
Var NewFlowPaymentCode = 1
|
||||
Var LipitPro = 0
|
||||
Var TeaTimePro = 1
|
||||
|
||||
EndIf
|
||||
|
||||
If BoxID = 201316 Then
|
||||
|
|
@ -318,15 +334,9 @@ EndIf
|
|||
|
||||
If BoxID = 105005 Then
|
||||
Var NewFlowPaymentCode = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var ProBadValentineEnable = 0
|
||||
Var PepsiSecondCup30Enable = 0
|
||||
Var LipitPro = 0
|
||||
Var TeaTimePro = 1
|
||||
|
||||
Var EnergyDrink1BathPro = 1
|
||||
Var CoffeeDrink1BathPro = 0
|
||||
Var NamHomCoconutPro = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -340,18 +350,6 @@ EndIf
|
|||
|
||||
Var XMLLiveInfoEnable = 1
|
||||
|
||||
If BoxID = 172053 Then
|
||||
Var ProBadValentineEnable = 0
|
||||
Var PepsiSecondCup30Enable = 0
|
||||
Var PepsiSecondCup30DiscountEnable = 0
|
||||
Var NewFlowPaymentCode = 0
|
||||
Var MondayBananaPro = 0
|
||||
Var LipitPro = 0
|
||||
Var FreeFirePro = 1
|
||||
Var TeaTimePro = 1
|
||||
Var FreeEnergyDrink = 0
|
||||
EndIf
|
||||
|
||||
|
||||
; Exclusive Box
|
||||
|
||||
|
|
@ -390,6 +388,7 @@ If InternationalEnable = 1 Then
|
|||
Var ProBadValentineEnable = 0
|
||||
Var FreeEnergyDrink = 0
|
||||
Var WednesdayMelonPro = 0
|
||||
Var NamHomCoconutPro = 0
|
||||
EndIf
|
||||
|
||||
STRCONTAIN "taobin_nopro" XMLProfile taobin_nopro
|
||||
|
|
@ -423,12 +422,18 @@ If taobin_nopro = "true" Then
|
|||
Var LipitPro = 0
|
||||
|
||||
Var WednesdayMelonPro = 0
|
||||
|
||||
Var NamHomCoconutPro = 0
|
||||
|
||||
Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
||||
|
||||
EndIf
|
||||
|
||||
If CoconutSyrupEnable = "true" Then
|
||||
|
||||
Else
|
||||
Var NamHomCoconutPro = 0
|
||||
EndIf
|
||||
|
||||
If MelonSyrupEnable = "true" Then
|
||||
|
||||
Else
|
||||
|
|
@ -489,8 +494,17 @@ EndIf
|
|||
|
||||
Var CurrentMainVideoTemp = 0
|
||||
|
||||
If TeaTimePro = 1 Then
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event_pro1.mp4"
|
||||
If NamHomCoconutPro = 1 Then
|
||||
|
||||
READ_FILE "/mnt/sdcard/nam_hom_coconut_reward_out_of_stock" coconutRewardOutOfStock
|
||||
STRCONTAIN "1" coconutRewardOutOfStock coconutRewardOutOfStockContain
|
||||
If coconutRewardOutOfStockContain = "true" Then
|
||||
Var NamHomCoconutRewardOutOfStock = 1
|
||||
EndIf
|
||||
|
||||
DEBUGVAR NamHomCoconutRewardOutOfStock
|
||||
|
||||
Var VideoMainPage = "ROOT/taobin_project/image/event/nam_hom_coconut/nam_hom_coconut_main_page.png"
|
||||
Var CurrentMainVideoTemp = 1
|
||||
Var CountDownShowButton = 0
|
||||
;Var MainPageEventWithTimeout = 25
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -231,6 +231,11 @@
|
|||
wednesday_melon_original_prices = {}
|
||||
wednesday_melon_fix_price = False
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_nam_hom_coconut.skt":
|
||||
from_nam_hom_coconut = True
|
||||
else:
|
||||
from_nam_hom_coconut = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
|
|
@ -549,6 +554,9 @@
|
|||
if from_tea_time_pro:
|
||||
out_xml( '\t\tVar FromTeaTimePro = 1 \r\n')
|
||||
|
||||
if from_nam_hom_coconut:
|
||||
out_xml( '\t\tVar FromNamHomCoconutPro = 1 \r\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t'+ button_add_string +'\r\n')
|
||||
|
|
@ -1140,6 +1148,9 @@
|
|||
|
||||
if wednesday_melon_fix_price:
|
||||
out_xml( '\t\tVar FromWednesdayMelonPro = 1 \r\n')
|
||||
|
||||
if from_nam_hom_coconut:
|
||||
out_xml( '\t\tVar FromNamHomCoconutPro = 1 \r\n')
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -573,7 +573,7 @@
|
|||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
; menu_new_list 64
|
||||
; menu_new_list 66
|
||||
; ==================> Len = 17
|
||||
; 12-01-01-0001 - -
|
||||
<Block>
|
||||
|
|
|
|||
|
|
@ -572,7 +572,7 @@
|
|||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
; menu_new_list 69
|
||||
; menu_new_list 78
|
||||
; ==================> Len = 17
|
||||
; - 12-05-02-0007 12-05-03-0007
|
||||
<Block>
|
||||
|
|
@ -2621,8 +2621,8 @@ SODA" </Value>
|
|||
<EventOnClick>
|
||||
Var NameDrink = "LYCHEE LIMENADE SODA"
|
||||
Var NameDrinkTH = "ลิ้นจี่มะนาวโซดา "
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมสตอเบอร์รี่ มะนาว โซดา "
|
||||
Var DrinkDescription = "Strawberry Syrup, Limenade, Soda & Ice"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมลิ้นจี่ มะนาว โซดา "
|
||||
Var DrinkDescription = "Lychee Syrup, Limenade, Soda & Ice"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Lychee_lime_soda.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2705,7 +2705,7 @@ SODA" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำเชื่อมสตอเบอร์รี่ มะนาว
|
||||
<Value> "น้ำเชื่อมลิ้นจี่ มะนาว
|
||||
โซดา " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2728,7 +2728,7 @@ LIMENADE SODA" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Syrup,
|
||||
<Value> "Lychee Syrup,
|
||||
Limenade, Soda & Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -11727,6 +11727,259 @@ LEMON SODA" </Value>
|
|||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 12
|
||||
; - 12-05-02-0109 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0109.Button,$Sum1205020109) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020109 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_peach_pepsi.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_peach_pepsi.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_peach_pepsi.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-02-0109, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "PEPSI PEACH"
|
||||
Var NameDrinkTH = "เป๊ปซี่พีช"
|
||||
Var DrinkDescriptionTH = "เป๊ปซี่ น้ำเชื่อมพีช และโซดา"
|
||||
Var DrinkDescription = "Pepsi, Peach Syrup& Ice"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_peach_pepsi.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $12-05-02-0109.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-05-02-0109"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-05-02-0109.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-05-02-0109, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0109"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-05-02-0109.NameE
|
||||
Var menu_desc_eng_cold = $12-05-02-0109.descriptionE
|
||||
Var menu_name_thai_cold = $12-05-02-0109.Name
|
||||
Var menu_desc_thai_cold = $12-05-02-0109.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เป๊ปซี่พีช" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เป๊ปซี่ น้ำเชื่อมพีช และโซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "PEPSI PEACH" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi, Peach Syrup& Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> $12-05-02-0109.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0109.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0109.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1205020109 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-05-02-0109.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1205020109 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 12
|
||||
|
|
|
|||
|
|
@ -585,7 +585,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Kapella's Sweet Drinks"
|
||||
Var NameDrink = ""
|
||||
Var NameDrinkTH = "คาเพลล่าสวีทดริ๊งค์"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมสตอเบอร์รี่ นม น้ำตาล Oreo"
|
||||
Var DrinkDescription = "Strawberry Syrup, Milk, Sugar, Oreo"
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Kapella's Sweet Drinks" </Value>
|
||||
<Value> "" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
|
|||
|
|
@ -576,18 +576,18 @@
|
|||
<State> Flag( 12-01-02-0068.Button,$Sum1201020068) </State>
|
||||
<Button>
|
||||
<State> $Sum1201020068 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_Coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_Coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_americano_Coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_Coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_Coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_americano_Coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-01-02-0068, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Americano"
|
||||
Var NameDrinkTH = "กาแฟดำมะพร้าวน้ำหอม"
|
||||
Var NameDrink = "Hat Yai Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาดใหญ่ (มาก)"
|
||||
Var DrinkDescriptionTH = "กาแฟ น้ำ และ น้ำเชื่อมมะพร้าว"
|
||||
Var DrinkDescription = "Espresso, Coconut Syrup, Sugar, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_americano_Coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_americano_Coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -659,7 +659,8 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟดำมะพร้าวน้ำหอม" </Value>
|
||||
<Value> "มะพร้าวหาดใหญ่
|
||||
(มาก)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -680,7 +681,8 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Americano" </Value>
|
||||
<Value> "Hat Yai Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -819,7 +821,260 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; - 12-21-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-21-02-0068.Button,$Sum1221020068) </State>
|
||||
<Button>
|
||||
<State> $Sum1221020068 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_Coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_Coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_americano_Coconut_pro.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<OverlayImage> xmlpro( 12-21-02-0068, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Hat Yai Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาดใหญ่ (มาก)"
|
||||
Var DrinkDescriptionTH = "กาแฟ น้ำ และ น้ำเชื่อมมะพร้าว"
|
||||
Var DrinkDescription = "Espresso, Coconut Syrup, Sugar, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_americano_Coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $12-21-02-0068.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-21-02-0068"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-21-02-0068.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-21-02-0068, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-21-02-0068"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-21-02-0068.NameE
|
||||
Var menu_desc_eng_cold = $12-21-02-0068.descriptionE
|
||||
Var menu_name_thai_cold = $12-21-02-0068.Name
|
||||
Var menu_desc_thai_cold = $12-21-02-0068.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาดใหญ่
|
||||
(มาก)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ น้ำ และ น้ำเชื่อมมะพร้าว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hat Yai Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Coconut Syrup,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> $12-21-02-0068.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0068.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0068.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1221020068 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-21-02-0068.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1221020068 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 12
|
||||
; - - 12-05-03-0092
|
||||
<Block>
|
||||
|
|
@ -830,18 +1085,18 @@ Sugar, Water" </Value>
|
|||
<State> Flag( 12-05-03-0092.Button,$Sum1205030092) </State>
|
||||
<Button>
|
||||
<State> $Sum1205030092 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-03-0092, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Smoothie"
|
||||
Var NameDrinkTH = "มะพร้าวน้ำหอมปั่น"
|
||||
Var NameDrink = "Bangsaen Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด บางแสน(ห้า)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว และน้ำ "
|
||||
Var DrinkDescription = "Coconut Syrup and Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_smoothie_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_smoothie_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -913,7 +1168,8 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
บางแสน(ห้า)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -934,7 +1190,8 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Smoothie" </Value>
|
||||
<Value> "Bangsaen Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1083,18 +1340,18 @@ Sugar, Water" </Value>
|
|||
<State> Flag( 12-03-02-0058.Button,12-03-03-0058.Button,$Sum12030200581203030058) </State>
|
||||
<Button>
|
||||
<State> $Sum12030200581203030058 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_milk_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_milk_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_milk_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_milk_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_milk_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_milk_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-03-03-0058, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut milk"
|
||||
Var NameDrinkTH = "มะพร้าวน้ำหอมปั่นนมนิวซีแลนด์"
|
||||
Var NameDrink = "Jomtien Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด จอมเทียน(พรรษา)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว นม และน้ำ "
|
||||
Var DrinkDescription = "Coconut syrup, Milk, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_milk_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_milk_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -1166,7 +1423,8 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่นนมนิวซีแลนด์" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
จอมเทียน(พรรษา)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1187,7 +1445,8 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut milk" </Value>
|
||||
<Value> "Jomtien Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1337,18 +1596,18 @@ Water" </Value>
|
|||
<State> Flag( 12-03-02-0059.Button,12-03-03-0059.Button,$Sum12030200591203030059) </State>
|
||||
<Button>
|
||||
<State> $Sum12030200591203030059 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Cocoa_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Cocoa_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Cocoa_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Cocoa_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Cocoa_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Cocoa_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-03-03-0059, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Chocolate milk"
|
||||
Var NameDrinkTH = "มะพร้าวโกโก้ปั่นนมนิวซีแลนด์"
|
||||
Var NameDrink = "Nang Ram Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด นางรำ(สวย)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว โกโก้ นม และน้ำ "
|
||||
Var DrinkDescription = "Coconut syrup, Cocoa, Milk, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Cocoa_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Cocoa_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -1420,7 +1679,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวโกโก้ปั่นนมนิวซีแลนด์" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
นางรำ(สวย)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1441,7 +1701,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Chocolate milk" </Value>
|
||||
<Value> "Nang Ram Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1591,18 +1852,18 @@ Water" </Value>
|
|||
<State> Flag( 12-02-02-0060.Button,12-02-03-0060.Button,$Sum12020200601202030060) </State>
|
||||
<Button>
|
||||
<State> $Sum12020200601202030060 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_match_milk_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_match_milk_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_match_milk_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_match_milk_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_match_milk_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_match_milk_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-03-0060, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Matcha latte"
|
||||
Var NameDrinkTH = "มะพร้าวน้ำหอมมัทฉะลาเต้"
|
||||
Var NameDrink = "Glass Sand Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด ทรายแก้ว(มังกร)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว มัทฉะ นมและน้ำ"
|
||||
Var DrinkDescription = "Coconut Syrup, Matcha Milk Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_match_milk_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_match_milk_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -1674,7 +1935,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมมัทฉะลาเต้" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
ทรายแก้ว(มังกร)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1695,7 +1957,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Matcha latte" </Value>
|
||||
<Value> "Glass Sand Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1845,18 +2108,18 @@ Water" </Value>
|
|||
<State> Flag( 12-02-02-0061.Button,12-02-03-0061.Button,$Sum12020200611202030061) </State>
|
||||
<Button>
|
||||
<State> $Sum12020200611202030061 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_matcha_tea_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_matcha_tea_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_matcha_tea_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_matcha_tea_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_matcha_tea_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_matcha_tea_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-03-0061, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Matcha"
|
||||
Var NameDrinkTH = "ชาเขียวญี่ปุ่นมะพร้าวน้ำหอม"
|
||||
Var NameDrink = "Mae Pim Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด แม่พิมพ์(ดีด)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว มัทฉะ และน้ำ"
|
||||
Var DrinkDescription = "Coconut Syrup, Matcha and Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_matcha_tea_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_matcha_tea_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -1928,7 +2191,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชาเขียวญี่ปุ่นมะพร้าวน้ำหอม" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
แม่พิมพ์(ดีด)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1949,7 +2213,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Matcha" </Value>
|
||||
<Value> "Mae Pim Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2098,18 +2363,18 @@ Water" </Value>
|
|||
<State> Flag( 12-02-02-0062.Button,12-02-03-0062.Button,$Sum12020200621202030062) </State>
|
||||
<Button>
|
||||
<State> $Sum12020200621202030062 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_thai_milk_tea_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_thai_milk_tea_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_thai_milk_tea_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_thai_milk_tea_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_thai_milk_tea_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_thai_milk_tea_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-03-0062, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Thai Milk Tea"
|
||||
Var NameDrinkTH = "มะพร้าวชาไทยนมนิวซีแลนด์"
|
||||
Var NameDrink = "Moonlight Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด แสงจันทร์(ไรอะ)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว ชาไทย นมและน้ำ"
|
||||
Var DrinkDescription = "Coconut Syrup, Thai Tea, Milk Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_thai_milk_tea_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_thai_milk_tea_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -2181,7 +2446,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวชาไทยนมนิวซีแลนด์" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
แสงจันทร์(ไรอะ)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2202,7 +2468,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Thai Milk Tea" </Value>
|
||||
<Value> "Moonlight Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2352,18 +2619,18 @@ Water" </Value>
|
|||
<State> Flag( 12-02-02-0063.Button,12-02-03-0063.Button,$Sum12020200631202030063) </State>
|
||||
<Button>
|
||||
<State> $Sum12020200631202030063 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_black_tea_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_black_tea_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_black_tea_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_black_tea_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_black_tea_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_black_tea_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-03-0063, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Thai Black Tea"
|
||||
Var NameDrinkTH = "ชาดำเย็นมะพร้าวน้ำหอม"
|
||||
Var NameDrink = "Pattaya Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด พัทยา(พารา)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว ชาไทย และน้ำ"
|
||||
Var DrinkDescription = "Coconut Syrup, Thai Tea and Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_black_tea_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_black_tea_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -2435,7 +2702,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชาดำเย็นมะพร้าวน้ำหอม" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
พัทยา(พารา)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2456,7 +2724,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Thai Black Tea" </Value>
|
||||
<Value> "Pattaya Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2605,18 +2874,18 @@ Water" </Value>
|
|||
<State> Flag( 12-02-02-0064.Button,12-02-03-0064.Button,$Sum12020200641202030064) </State>
|
||||
<Button>
|
||||
<State> $Sum12020200641202030064 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_jasmine_milk_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_jasmine_milk_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_jasmine_milk_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_jasmine_milk_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_jasmine_milk_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_jasmine_milk_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-03-0064, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Jasmine milk tea"
|
||||
Var NameDrinkTH = "มะพร้าวชามะลินมนิวซีแลนด์"
|
||||
Var NameDrink = "Suan Son Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด สวนสน(ใจไหม)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว ชามะลิ นมและน้ำ"
|
||||
Var DrinkDescription = "Coconut Syrup, Jasmine Tea, Milk Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_jasmine_milk_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_jasmine_milk_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -2688,7 +2957,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวชามะลินมนิวซีแลนด์" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
สวนสน(ใจไหม)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2709,7 +2979,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Jasmine milk tea" </Value>
|
||||
<Value> "Suan Son Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2859,18 +3130,18 @@ Water" </Value>
|
|||
<State> Flag( 12-02-02-0065.Button,12-02-03-0065.Button,$Sum12020200651202030065) </State>
|
||||
<Button>
|
||||
<State> $Sum12020200651202030065 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_jasmine_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_jasmine_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_jasmine_coconut.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_jasmine_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_jasmine_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_jasmine_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-03-0065, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Jasmine tea"
|
||||
Var NameDrinkTH = "ชามะลิมะพร้าวน้ำหอม"
|
||||
Var NameDrink = "Laem Sing Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด แหลมสิง(หไกรภพ)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว ชามะลิ และน้ำ"
|
||||
Var DrinkDescription = "Coconut Syrup, Jasmine Tea and Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_jasmine_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_jasmine_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -2942,7 +3213,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชามะลิมะพร้าวน้ำหอม" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
แหลมสิง(หไกรภพ)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -2963,7 +3235,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Jasmine tea" </Value>
|
||||
<Value> "Laem Sing Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3112,18 +3385,18 @@ Water" </Value>
|
|||
<State> Flag( 12-05-02-0090.Button,$Sum1205020090) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020090 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Coconut_soda.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Coconut_soda.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Coconut_soda.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Coconut_soda_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Coconut_soda_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Coconut_soda_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-02-0090, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Soda"
|
||||
Var NameDrinkTH = "มะพร้าวน้ำหอมโซดา"
|
||||
Var NameDrink = "Toem Rak Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด เติมรัก(ฉันทำไม)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว และโซดา"
|
||||
Var DrinkDescription = "Coconut Syrup and Soda"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Coconut_soda.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Coconut_soda_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
|
|
@ -3195,7 +3468,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมโซดา" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
เติมรัก(ฉันทำไม)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3216,7 +3490,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Soda" </Value>
|
||||
<Value> "Toem Rak Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3356,39 +3631,39 @@ Water" </Value>
|
|||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 12
|
||||
; - 12-05-02-0091 -
|
||||
; - 12-05-02-0091 12-05-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0091.Button,$Sum1205020091) </State>
|
||||
<State> Flag( 12-05-02-0091.Button,12-05-03-0091.Button,$Sum12050200911205030091) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020091 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_pepsi_coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_pepsi_coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_pepsi_coconut.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-02-0091, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<State> $Sum12050200911205030091 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_pepsi_coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_pepsi_coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_pepsi_coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-03-0091, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Pepsi"
|
||||
Var NameDrinkTH = "มะพร้าวน้ำหอมเป๊ปซี่"
|
||||
Var NameDrink = "Long Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด ยาว(ไปยาวไป)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว เป๊ปซี่ และโซดา"
|
||||
Var DrinkDescription = "Coconut Syrup, Pepsi and Soda"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_pepsi_coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_pepsi_coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $12-05-02-0091.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PriceD3 = $12-05-03-0091.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-05-02-0091"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-05-03-0091"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-05-02-0091.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-05-02-0091, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
Var PD_STAGE_3 = $12-05-03-0091.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-05-03-0091, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
|
|
@ -3410,7 +3685,7 @@ Water" </Value>
|
|||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
Topping "Load" "12-05-03-0091"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -3423,10 +3698,10 @@ Water" </Value>
|
|||
Var menu_name_thai_cold = $12-05-02-0091.Name
|
||||
Var menu_desc_thai_cold = $12-05-02-0091.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
Var menu_name_eng_blender = $12-05-03-0091.NameE
|
||||
Var menu_desc_eng_blender = $12-05-03-0091.descriptionE
|
||||
Var menu_name_thai_blender = $12-05-03-0091.Name
|
||||
Var menu_desc_thai_blender = $12-05-03-0091.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
|
|
@ -3448,7 +3723,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมเป๊ปซี่" </Value>
|
||||
<Value> "มะพร้าวหาด
|
||||
ยาว(ไปยาวไป)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3469,7 +3745,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Pepsi" </Value>
|
||||
<Value> "Long Beach Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3527,7 +3803,7 @@ Water" </Value>
|
|||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
<State> $12-05-03-0091.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
|
|
@ -3537,8 +3813,8 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<State> $12-05-03-0091.Button </State>
|
||||
<Value> Var( "฿" + $12-05-03-0091.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3563,10 +3839,10 @@ Water" </Value>
|
|||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1205020091 = "Disable" Then
|
||||
If $Sum12050200911205030091 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-05-02-0091.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
|
||||
STRCONTAIN "ERR" $12-05-03-0091.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
|
|
@ -3602,46 +3878,46 @@ Water" </Value>
|
|||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1205020091 </State>
|
||||
<State> $Sum12050200911205030091 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 12
|
||||
; - 12-05-02-0093
|
||||
; - 12-05-02-0093 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0093.Button,.Button,$Sum1205020093) </State>
|
||||
<State> Flag( 12-05-02-0093.Button,$Sum1205020093) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020093 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Lychee_Coconut.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Lychee_Coconut.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Lychee_Coconut.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( , "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Lychee_Coconut_pro.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Lychee_Coconut_pro.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Lychee_Coconut_pro.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-02-0093, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Coconut Lychee Soda"
|
||||
Var NameDrinkTH = "มะพร้าวน้ำหอมลิ้นจี่โซดา"
|
||||
Var NameDrink = "Hat Beach Coconut"
|
||||
Var NameDrinkTH = "มะพร้าวหาด(ใกล้ฉัน)"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมมะพร้าว ลิ้นจี่ โซดา"
|
||||
Var DrinkDescription = "Coconut Syrup, Lychee Syrup and Soda"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Lychee_Coconut.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Lychee_Coconut_pro.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $12-05-02-0093.Price
|
||||
Var PriceD3 = $.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-05-02-0093"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-05-02-0093.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( , "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-05-02-0093, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
|
|
@ -3663,7 +3939,7 @@ Water" </Value>
|
|||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" ""
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -3701,7 +3977,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมลิ้นจี่โซดา" </Value>
|
||||
<Value> "มะพร้าวหาด(ใกล้ฉัน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3722,7 +3998,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Lychee Soda" </Value>
|
||||
<Value> "Hat Beach Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -3791,7 +4067,7 @@ Water" </Value>
|
|||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $.Price ) </Value>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -587,7 +587,7 @@
|
|||
<EventOnClick>
|
||||
Var NameDrink = "MELON MILK"
|
||||
Var NameDrinkTH = "นมเมล่อน"
|
||||
Var DrinkDescriptionTH = "นม และ น้ำเชื่อมเมล่อน"
|
||||
Var DrinkDescriptionTH = "นม และ น้ำเชื่อมเมล่อน "
|
||||
Var DrinkDescription = "Milk & Melon Syrup"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_melon_milk.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
|
|
@ -671,7 +671,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม และ น้ำเชื่อมเมล่อน" </Value>
|
||||
<Value> "นม และ น้ำเชื่อมเมล่อน " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -575,7 +575,7 @@
|
|||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
; menu_new_list 42
|
||||
; menu_new_list 43
|
||||
; ==================> Len = 12
|
||||
; 12-02-01-0001 12-02-02-0001 12-02-03-0001
|
||||
<Block>
|
||||
|
|
@ -8532,6 +8532,263 @@ Water" </Value>
|
|||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 12
|
||||
; 12-02-01-0066 12-02-02-0066 12-02-03-0066
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0066.Button,12-02-02-0066.Button,12-02-03-0066.Button,$Sum120201006612020200661202030066) </State>
|
||||
<Button>
|
||||
<State> $Sum120201006612020200661202030066 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_chrysanthemum_tea.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_chrysanthemum_tea.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_chrysanthemum_tea.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-01-0066, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "CHRYSANTHS TEA"
|
||||
Var NameDrinkTH = "เก็กฮวย "
|
||||
Var DrinkDescriptionTH = "น้ำเก๊กฮวย น้ำตาล"
|
||||
Var DrinkDescription = "Chrysanthemum & Water "
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_chrysanthemum_tea.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var PriceD1 = $12-02-01-0066.Price
|
||||
Var PriceD2 = $12-02-02-0066.Price
|
||||
Var PriceD3 = $12-02-03-0066.Price
|
||||
Var PD_CODE1 = "12-02-01-0066"
|
||||
Var PD_CODE2 = "12-02-02-0066"
|
||||
Var PD_CODE3 = "12-02-03-0066"
|
||||
Var PD_STAGE_1 = $12-02-01-0066.Button
|
||||
Var PD_STAGE_2 = $12-02-02-0066.Button
|
||||
Var PD_STAGE_3 = $12-02-03-0066.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-02-01-0066, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-02-02-0066"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-02-01-0066"
|
||||
Else
|
||||
Topping "Load" "12-02-03-0066"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0066.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0066.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0066.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0066.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0066.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0066.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0066.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0066.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0066.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0066.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0066.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0066.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เก็กฮวย " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำเก๊กฮวย น้ำตาล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "CHRYSANTHS TEA" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Chrysanthemum & Water " </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> $12-02-01-0066.Button </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0066.Button </State>
|
||||
<Value> Var( "฿" + $12-02-01-0066.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> $12-02-02-0066.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0066.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0066.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> $12-02-03-0066.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0066.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0066.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
If $Sum120201006612020200661202030066 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum120201006612020200661202030066 = "Disable" Then
|
||||
STRCONTAIN "ERR" $12-02-01-0066.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-02-02-0066.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $12-02-03-0066.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum120201006612020200661202030066 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 17
|
||||
|
|
|
|||
|
|
@ -41,10 +41,6 @@ Var CurrentTotalCupInt = CurrentTotalCup
|
|||
INT CurrentTotalCupInt
|
||||
|
||||
DEBUGVAR CurrentTotalCupInt
|
||||
If CurrentTotalCupInt < 55555 Then
|
||||
Var XMLLiveInfoEnable = 0
|
||||
EndIf
|
||||
|
||||
|
||||
If XMLLiveInfoEnable = 0 Then
|
||||
Var showMultiAds = "false"
|
||||
|
|
|
|||
|
|
@ -21,11 +21,7 @@
|
|||
If InternationalEnable = 1 Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
|
||||
Else
|
||||
If TeaTimePro = 1 Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/sometime/top_spender.xml"
|
||||
Else
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
|
||||
EndIf
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@
|
|||
|
||||
Var OpunMediumTTF = "ROOT/taobin_project/font/Opun/Opun-Medium.ttf"
|
||||
Var OpunThinTTF = "ROOT/taobin_project/font/Opun/Opun-Thin.ttf"
|
||||
Var OpunBoldTTF = "ROOT/taobin_project/font/Opun/Opun-Bold.ttf"
|
||||
|
||||
Var KanitSemiBoldTTF = "ROOT/taobin_project/font/Kanit/Kanit-Medium.ttf"
|
||||
|
||||
|
|
@ -104,6 +105,8 @@
|
|||
Var ChivoMonoBold = "ROOT/taobin_project/font/ChivoMono/ChivoMono-Bold.ttf"
|
||||
Var ChivoMonoSemiBold = "ROOT/taobin_project/font/ChivoMono/ChivoMono-SemiBold.ttf"
|
||||
|
||||
Var InterRegular = "ROOT/taobin_project/font/Inter/Inter-Regular.ttf"
|
||||
|
||||
|
||||
Var countClick = 0
|
||||
|
||||
|
|
@ -201,6 +204,7 @@
|
|||
|
||||
STRCONTAIN "1215" MaterialAvailable SugarZeroCalEnable
|
||||
STRCONTAIN "1206" MaterialAvailable EnergyDrinkEnable
|
||||
STRCONTAIN "1216" MaterialAvailable CoconutSyrupEnable
|
||||
|
||||
;Var AppFastEnable = "false"
|
||||
If AppFastEnable = "true" Then
|
||||
|
|
@ -607,14 +611,11 @@
|
|||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/sgp/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
;inter-xml-open
|
||||
If CountryName = "UnitedArabEmirates Dubai" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/uae_dubai/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR CountDownShowButton
|
||||
DEBUGVAR EventTurnOn
|
||||
|
||||
DEBUGVAR CountDownShowButton
|
||||
DEBUGVAR EventTurnOn
|
||||
|
||||
;inter-page-board
|
||||
If CountryName = "Malaysia" Then
|
||||
|
|
@ -715,7 +716,7 @@
|
|||
Var CountryRootPath = "ROOT/taobin_project/inter/aus/"
|
||||
Var CountryShortName = "aus"
|
||||
|
||||
ar TextPriceMenuSize = 12
|
||||
Var TextPriceMenuSize = 12
|
||||
Var TextPriceMenuY = 264
|
||||
Var TextPriceMenuBlendX = 180
|
||||
Var TextPriceMenuHotX = 48
|
||||
|
|
@ -842,9 +843,14 @@
|
|||
|
||||
;inter-page-board
|
||||
; wait
|
||||
|
||||
If CountryName = "UnitedArabEmirates Dubai" Then
|
||||
|
||||
SAVELOG "UnitedArabEmirates Dubai UnitedArabEmirates Dubai UnitedArabEmirates Dubai"
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/uae_dubai/video/script_video.ev"
|
||||
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
EnableLanguage "UAE_DUBAI"
|
||||
|
|
@ -861,7 +867,7 @@
|
|||
Var CountryShortName = "uae_dubai"
|
||||
|
||||
Var TextPriceMenuSize = 12
|
||||
Var TextPriceMenuY = 264
|
||||
Var TextPriceMenuY = 266
|
||||
Var TextPriceMenuBlendX = 180
|
||||
Var TextPriceMenuHotX = 48
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
|
|
@ -882,6 +888,12 @@
|
|||
EndIf
|
||||
|
||||
Var SettingDisableTaobinCredit = "true"
|
||||
Var SettingDisableTaobinCode = "false"
|
||||
|
||||
; Dubai disable point
|
||||
Var SettingIgnoreCollectPoint = 1
|
||||
|
||||
Var SettingVideoBrewingUseCommon = 1
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -1008,6 +1020,22 @@
|
|||
|
||||
Var SlientRefreshEnable = 0
|
||||
|
||||
Var ShouldShowNamHomCoconutRemainReward = 0
|
||||
Var ShowNamHomCoconutRemainReward = "Invisible"
|
||||
Var GetNamHomCoconutRemainReward = 0
|
||||
Var NamHomCoconutRemainReward_Y = 1071
|
||||
Var NamHomCoconutRemainRewardNumber_Y = 1130
|
||||
DEBUGVAR NamHomCoconutPro
|
||||
DEBUGVAR CurrentMainVideo
|
||||
If NamHomCoconutPro = 1 Then
|
||||
If CurrentMainVideo = 2 Then
|
||||
Var ShouldShowNamHomCoconutRemainReward = 1
|
||||
EndIf
|
||||
Var GetNamHomCoconutRemainReward = 1
|
||||
Var dummy_phone = "089999999"
|
||||
GETACCEXT dummy_phone 34
|
||||
EndIf
|
||||
|
||||
If EnergyDrink1BathPro = 1 Then
|
||||
If CurrentMainVideo = 1 Then
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event_pro2.mp4"
|
||||
|
|
@ -1030,6 +1058,62 @@
|
|||
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
If GetNamHomCoconutRemainReward = 1 Then
|
||||
If Ext1a = "" Then
|
||||
SAVELOG "Get Nam hom coconut remain reward error Ext1a is empty."
|
||||
Else
|
||||
DEBUGVAR Ext1a
|
||||
|
||||
SPLIT2 Ext1a "/" RemainRewardSpl
|
||||
|
||||
Var SuperSetRemain = RemainRewardSpl[0]
|
||||
Var BalanceEssenceTonerRemain = RemainRewardSpl[1]
|
||||
Var CleansingGalRemain = RemainRewardSpl[2]
|
||||
Var TumbleBottleRemain = RemainRewardSpl[3]
|
||||
Var ClearGalRemain = RemainRewardSpl[4]
|
||||
|
||||
INT SuperSetRemain
|
||||
INT BalanceEssenceTonerRemain
|
||||
INT CleansingGalRemain
|
||||
INT TumbleBottleRemain
|
||||
INT ClearGalRemain
|
||||
|
||||
Var SumNamHomCoconutRemainReward = SuperSetRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + BalanceEssenceTonerRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + CleansingGalRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + TumbleBottleRemain
|
||||
Var SumNamHomCoconutRemainReward = SumNamHomCoconutRemainReward + ClearGalRemain
|
||||
|
||||
If ShouldShowNamHomCoconutRemainReward = 1 Then
|
||||
Var ShowNamHomCoconutRemainReward = "Enable"
|
||||
EndIf
|
||||
|
||||
;DEBUG
|
||||
;Var SumNamHomCoconutRemainReward = 200
|
||||
|
||||
If SumNamHomCoconutRemainReward > 500 Then
|
||||
Var ShowNamHomCoconutRemainReward = "Invisible"
|
||||
Else
|
||||
If SumNamHomCoconutRemainReward = 0 Then
|
||||
SAVELOG "NamHomCoconutPro: All reward out of stock"
|
||||
|
||||
WRITE_FILE "/mnt/sdcard/nam_hom_coconut_reward_out_of_stock" "1"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var NamHomCoconutRemainReward = SumNamHomCoconutRemainReward
|
||||
DEBUGVAR NamHomCoconutRemainReward
|
||||
EndIf
|
||||
EndIf
|
||||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
If GetNamHomCoconutRemainReward = 1 Then
|
||||
SAVELOG "Get Nam hom coconut remain reward requet error."
|
||||
EndIf
|
||||
</EventActionError>
|
||||
|
||||
<EventUnitTest1>
|
||||
Var XMLProfile = "AllPriceUp05"
|
||||
Open CurrentXMLFileName0
|
||||
|
|
@ -1230,11 +1314,19 @@
|
|||
; ignore
|
||||
Var CountDownPauseVideo = CountDownPauseVideo - 1
|
||||
|
||||
If CountDownPauseVideo = 1 Then
|
||||
If CountDownPauseVideo = 2 Then
|
||||
|
||||
TapScreen 30 638
|
||||
TapScreen 30 638
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If CountDownPauseVideo = 1 Then
|
||||
|
||||
TapScreen 860 1004
|
||||
|
||||
EndIf
|
||||
|
||||
If CountDownPauseVideo = 0 Then
|
||||
|
||||
Var NextPage = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
|
@ -1244,6 +1336,8 @@
|
|||
|
||||
Var OpenFromPageBoard = 1
|
||||
|
||||
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
|
||||
; show language icon
|
||||
|
|
@ -1430,6 +1524,27 @@
|
|||
</Video>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 224 </X>
|
||||
<Y> NamHomCoconutRemainReward_Y </Y>
|
||||
<State> ShowNamHomCoconutRemainReward </State>
|
||||
<Filename> "ROOT/taobin_project/image/event/nam_hom_coconut/reward_remain.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 379 </X>
|
||||
<Y> NamHomCoconutRemainRewardNumber_Y </Y>
|
||||
<State> ShowNamHomCoconutRemainReward </State>
|
||||
<Width> 224 </Width>
|
||||
<Height> 112 </Height>
|
||||
<Font> OpunBoldTTF </Font>
|
||||
<Size> 100 </Size>
|
||||
<Color> 0xFF0000 </Color>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> NamHomCoconutRemainReward </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
|
|
|
|||
|
|
@ -273,6 +273,29 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If EnergyDrink1BathPro = 1 Then
|
||||
If FromEnergyDrink1BathPro = 1 Then
|
||||
SAVELOG "Adding Energy drink 1 Bath pro quota"
|
||||
Var Param1 = ""
|
||||
Var Param2 = ""
|
||||
Var Param3 = ""
|
||||
|
||||
If IDNum = "" Then
|
||||
|
||||
Else
|
||||
AddData 44 TelephoneNumber IDNum Param1 Param2
|
||||
EndIf
|
||||
|
||||
; clear id
|
||||
Var IDNum = ""
|
||||
Var FromEnergyDrink1BathPro = 0
|
||||
Var AddData = 0
|
||||
Var DisableFromPowerup = "true"
|
||||
Else
|
||||
Var DisableFromPowerup = ""
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If GetFreeFromError = 1 Then
|
||||
;Var GetFreeFromError = 0
|
||||
Var TelephoneNumberProblem = TelephoneNumberGOTFree
|
||||
|
|
|
|||
|
|
@ -108,6 +108,11 @@
|
|||
Var SELLONLINE = 1
|
||||
EndIf
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
|
||||
;include="ROOT/taobin_project/inc/return_condition_when_deative.ev"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If SELLONLINE = 1 Then
|
||||
|
|
|
|||
|
|
@ -695,14 +695,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -713,14 +713,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-1018.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-1018.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -730,15 +730,15 @@ essential nutrients" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -948,14 +948,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -966,14 +966,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-1019.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-1019.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -983,15 +983,15 @@ essential nutrients" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1202,14 +1202,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1220,14 +1220,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-1020.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-1020.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1237,15 +1237,15 @@ essential nutrients" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1456,14 +1456,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1474,14 +1474,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-1021.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-1021.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1491,15 +1491,15 @@ essential nutrients" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1710,14 +1710,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1728,14 +1728,14 @@ essential nutrients" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-1022.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-1022.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1745,15 +1745,15 @@ essential nutrients" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -693,14 +693,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0005.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0005.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -711,14 +711,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0005.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0005.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -728,15 +728,15 @@
|
|||
<State> $12-03-03-0005.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0005.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0005.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -948,14 +948,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0001.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0001.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -966,14 +966,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0001.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0001.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -983,15 +983,15 @@
|
|||
<State> $12-03-03-0001.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0001.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0001.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1204,14 +1204,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1222,14 +1222,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1239,15 +1239,15 @@ MILK" </Value>
|
|||
<State> $12-03-03-0003.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1460,14 +1460,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1478,14 +1478,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0006.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0006.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1495,15 +1495,15 @@ MILK" </Value>
|
|||
<State> $12-03-03-0006.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0006.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0006.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1711,14 +1711,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0002.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1729,14 +1729,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0002.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1746,15 +1746,15 @@ MILK" </Value>
|
|||
<State> $12-03-03-0002.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0002.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1966,14 +1966,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0022.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0022.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1984,14 +1984,14 @@ MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0022.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0022.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2001,15 +2001,15 @@ MILK" </Value>
|
|||
<State> $12-03-03-0022.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0022.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0022.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2223,14 +2223,14 @@ SMOOTHIE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2241,14 +2241,14 @@ SMOOTHIE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2258,15 +2258,15 @@ SMOOTHIE" </Value>
|
|||
<State> $12-03-03-0010.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0010.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0010.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2475,14 +2475,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2493,14 +2493,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2510,15 +2510,15 @@ VOLCANO" </Value>
|
|||
<State> $12-03-03-0020.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0020.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0020.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2727,14 +2727,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2745,14 +2745,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2762,15 +2762,15 @@ VOLCANO" </Value>
|
|||
<State> $12-03-03-0021.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0021.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0021.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2978,14 +2978,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2996,14 +2996,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0041.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0041.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3013,15 +3013,15 @@ VOLCANO" </Value>
|
|||
<State> $12-05-03-0041.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0041.Button </State>
|
||||
<Value> Var( "฿" + $12-05-03-0041.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3229,14 +3229,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3247,14 +3247,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0008.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0008.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3264,15 +3264,15 @@ VOLCANO" </Value>
|
|||
<State> $12-05-03-0008.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0008.Button </State>
|
||||
<Value> Var( "฿" + $12-05-03-0008.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3481,14 +3481,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3499,14 +3499,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0044.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0044.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3516,15 +3516,15 @@ VOLCANO" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3733,14 +3733,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3751,14 +3751,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0045.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0045.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3768,15 +3768,15 @@ VOLCANO" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3986,14 +3986,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4004,14 +4004,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4021,15 +4021,15 @@ VOLCANO" </Value>
|
|||
<State> $12-03-03-0009.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0009.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0009.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4238,14 +4238,14 @@ BANANA MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0023.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0023.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4256,14 +4256,14 @@ BANANA MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0023.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0023.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4273,15 +4273,15 @@ BANANA MILK" </Value>
|
|||
<State> $12-03-03-0023.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0023.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0023.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4495,14 +4495,14 @@ BANANA MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0024.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0024.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4513,14 +4513,14 @@ BANANA MILK" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0024.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0024.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4530,15 +4530,15 @@ BANANA MILK" </Value>
|
|||
<State> $12-03-03-0024.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0024.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0024.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -680,14 +680,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -698,14 +698,14 @@ VOLCANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -715,15 +715,15 @@ VOLCANO" </Value>
|
|||
<State> $12-03-03-0009.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0009.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0009.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -935,14 +935,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -953,14 +953,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -970,15 +970,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0027.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0027.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0027.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1189,14 +1189,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1207,14 +1207,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1224,15 +1224,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0028.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0028.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0028.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1443,14 +1443,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1461,14 +1461,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1478,15 +1478,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0029.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0029.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0029.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1697,14 +1697,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1715,14 +1715,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1732,15 +1732,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0030.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0030.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0030.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1952,14 +1952,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1970,14 +1970,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1987,15 +1987,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0031.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0031.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0031.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2206,14 +2206,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2224,14 +2224,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2241,15 +2241,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-02-03-0043.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0043.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0043.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2460,14 +2460,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2478,14 +2478,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2495,15 +2495,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-02-03-0044.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0044.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0044.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2714,14 +2714,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2732,14 +2732,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2749,15 +2749,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-01-03-0043.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-03-0043.Button </State>
|
||||
<Value> Var( "฿" + $12-01-03-0043.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2969,14 +2969,14 @@ Sugar Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2987,14 +2987,14 @@ Sugar Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3004,15 +3004,15 @@ Sugar Oreo" </Value>
|
|||
<State> $12-03-03-0026.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0026.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0026.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3223,14 +3223,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3241,14 +3241,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3258,15 +3258,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-02-03-0045.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0045.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0045.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-03-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3476,14 +3476,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3494,14 +3494,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3511,15 +3511,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0034.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0034.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0034.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3729,14 +3729,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3747,14 +3747,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3764,15 +3764,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0040.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0040.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0040.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3980,14 +3980,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $.Price ) </Value>
|
||||
<Value> StringFmt( $.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3998,14 +3998,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $.Price ) </Value>
|
||||
<Value> StringFmt( $.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4016,14 +4016,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $.Price ) </Value>
|
||||
<Value> StringFmt( $.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -679,14 +679,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -697,14 +697,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0009.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0009.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -714,15 +714,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -930,14 +930,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -948,14 +948,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0002.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -965,15 +965,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1181,14 +1181,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1199,14 +1199,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0019.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0019.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1216,15 +1216,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1432,14 +1432,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1450,14 +1450,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0006.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0006.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1467,15 +1467,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1683,14 +1683,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1701,14 +1701,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0007.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0007.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1718,15 +1718,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1934,14 +1934,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1952,14 +1952,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0008.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0008.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1969,15 +1969,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2185,14 +2185,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2203,14 +2203,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0001.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0001.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2220,15 +2220,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2436,14 +2436,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2454,14 +2454,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2471,15 +2471,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2688,14 +2688,14 @@ WITH MELON" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2706,14 +2706,14 @@ WITH MELON" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0005.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0005.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2723,15 +2723,15 @@ WITH MELON" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2940,14 +2940,14 @@ QUEEN" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2958,14 +2958,14 @@ QUEEN" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0004.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0004.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2975,15 +2975,15 @@ QUEEN" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -699,14 +699,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-01-0001.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -717,14 +717,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0001.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -734,15 +734,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -956,14 +956,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -974,14 +974,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0002.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -991,15 +991,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1208,14 +1208,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1226,14 +1226,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0007.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1243,15 +1243,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1461,14 +1461,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1479,14 +1479,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0034.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1496,15 +1496,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1714,14 +1714,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1732,14 +1732,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0035.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1749,15 +1749,15 @@ DRINK SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1966,14 +1966,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0027.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1984,14 +1984,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0027.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2001,15 +2001,15 @@ DRINK SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2222,14 +2222,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0045.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2240,14 +2240,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0045.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2257,15 +2257,15 @@ DRINK SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2478,14 +2478,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0048.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2496,14 +2496,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0049.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2513,15 +2513,15 @@ DRINK SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2734,14 +2734,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0047.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2752,14 +2752,14 @@ DRINK SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0047.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2769,15 +2769,15 @@ DRINK SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -683,14 +683,14 @@ cocoa, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -701,14 +701,14 @@ cocoa, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0061.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0061.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -718,15 +718,15 @@ cocoa, Milk" </Value>
|
|||
<State> $12-01-03-0061.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-03-0061.Button </State>
|
||||
<Value> Var( "฿" + $12-01-03-0061.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -936,14 +936,14 @@ cocoa, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -954,14 +954,14 @@ cocoa, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0061.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0061.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -972,14 +972,14 @@ cocoa, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-03-0061.Button </State>
|
||||
<Value> Var( "฿" + $12-21-03-0061.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1190,14 +1190,14 @@ Matcha, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1208,14 +1208,14 @@ Matcha, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0062.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0062.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1225,15 +1225,15 @@ Matcha, Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1443,14 +1443,14 @@ Matcha, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1461,14 +1461,14 @@ Matcha, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0062.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0062.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1479,14 +1479,14 @@ Matcha, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1697,14 +1697,14 @@ Milk, cocoa " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1715,14 +1715,14 @@ Milk, cocoa " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0024.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0024.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1732,15 +1732,15 @@ Milk, cocoa " </Value>
|
|||
<State> $12-03-03-0024.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0024.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0024.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1952,14 +1952,14 @@ Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1970,14 +1970,14 @@ Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1987,15 +1987,15 @@ Milk" </Value>
|
|||
<State> $12-03-03-0045.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0045.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0045.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2207,14 +2207,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2225,14 +2225,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2242,15 +2242,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0029.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0029.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0029.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2461,14 +2461,14 @@ rest bail on you." </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2479,14 +2479,14 @@ rest bail on you." </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0053.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0053.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2496,15 +2496,15 @@ rest bail on you." </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2715,14 +2715,14 @@ hard–the real deal." </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2733,14 +2733,14 @@ hard–the real deal." </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0054.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0054.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2750,15 +2750,15 @@ hard–the real deal." </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2969,14 +2969,14 @@ the L" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2987,14 +2987,14 @@ the L" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0023.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0023.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3004,15 +3004,15 @@ the L" </Value>
|
|||
<State> $12-03-03-0023.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0023.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0023.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3224,14 +3224,14 @@ gold in NO REPLY" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3242,14 +3242,14 @@ gold in NO REPLY" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0078.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0078.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3259,15 +3259,15 @@ gold in NO REPLY" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -556,7 +556,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Kapella's Sweet Drinks"
|
||||
Var NameDrink = ""
|
||||
Var NameDrinkTH = "คาเพลล่าสวีทดริ๊งค์"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมสตอเบอร์รี่ นม น้ำตาล Oreo"
|
||||
Var DrinkDescription = "Strawberry Syrup, Milk, Sugar, Oreo"
|
||||
|
|
@ -652,7 +652,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Kapella's Sweet Drinks" </Value>
|
||||
<Value> "" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -679,14 +679,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -697,14 +697,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -714,15 +714,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-99-03-0026.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0026.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0026.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -930,14 +930,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -948,14 +948,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -965,15 +965,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-99-03-0067.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0067.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0067.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1182,14 +1182,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1200,14 +1200,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1217,15 +1217,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-99-03-0066.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0066.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0066.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -680,14 +680,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -698,14 +698,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -715,15 +715,15 @@
|
|||
<State> $12-03-03-0046.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0046.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0046.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -932,14 +932,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -950,14 +950,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -967,15 +967,15 @@
|
|||
<State> $12-03-03-0047.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0047.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0047.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1184,14 +1184,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1202,14 +1202,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0063.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0063.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1219,15 +1219,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1436,14 +1436,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1454,14 +1454,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0040.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0040.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1471,15 +1471,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1689,14 +1689,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1707,14 +1707,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1724,15 +1724,15 @@ Water" </Value>
|
|||
<State> $12-05-03-0063.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0063.Button </State>
|
||||
<Value> Var( "฿" + $12-05-03-0063.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1942,14 +1942,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1960,14 +1960,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0080.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0080.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1977,15 +1977,15 @@ Water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2195,14 +2195,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2213,14 +2213,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2230,15 +2230,15 @@ Water" </Value>
|
|||
<State> $12-02-03-0053.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0053.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0053.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2447,14 +2447,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2465,14 +2465,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0041.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0041.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2482,15 +2482,15 @@ Water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2700,14 +2700,14 @@ thai Tea Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2718,14 +2718,14 @@ thai Tea Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0056.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0056.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2735,15 +2735,15 @@ thai Tea Water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2954,14 +2954,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2972,14 +2972,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2989,15 +2989,15 @@ Water" </Value>
|
|||
<State> $12-05-03-0064.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0064.Button </State>
|
||||
<Value> Var( "฿" + $12-05-03-0064.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -676,14 +676,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -694,14 +694,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0011.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0011.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -711,15 +711,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -927,14 +927,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -945,14 +945,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0013.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0013.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -962,15 +962,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1178,14 +1178,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1196,14 +1196,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0014.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0014.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1213,15 +1213,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1429,14 +1429,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1447,14 +1447,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0015.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0015.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1464,15 +1464,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1680,14 +1680,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1698,14 +1698,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0016.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0016.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1715,15 +1715,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1931,14 +1931,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1949,14 +1949,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0018.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0018.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1966,15 +1966,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -684,14 +684,14 @@ is RELIEVE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -702,14 +702,14 @@ is RELIEVE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0024.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -719,15 +719,15 @@ is RELIEVE" </Value>
|
|||
<State> $12-03-03-0024.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0024.Button </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -941,14 +941,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -959,14 +959,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -976,15 +976,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0029.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0029.Button </State>
|
||||
<Value> "฿40" </Value>
|
||||
<Value> StringFmt( 40 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1198,14 +1198,14 @@ is a MONEY BOOST" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1216,14 +1216,14 @@ is a MONEY BOOST" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0023.Button </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1233,15 +1233,15 @@ is a MONEY BOOST" </Value>
|
|||
<State> $12-03-03-0023.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0023.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -680,14 +680,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-01-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-01-01-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-01-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -698,14 +698,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -715,15 +715,15 @@ Sugar, Milk" </Value>
|
|||
<State> $12-01-03-0057.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-03-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-01-03-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-03-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -936,14 +936,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-01-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-21-01-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-01-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -954,14 +954,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -972,14 +972,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-03-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-21-03-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-03-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1193,14 +1193,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-01-0058.Button </State>
|
||||
<Value> Var( "฿" + $12-01-01-0058.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-01-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1211,14 +1211,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0058.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0058.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1228,15 +1228,15 @@ Sugar, Water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1449,14 +1449,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-01-0058.Button </State>
|
||||
<Value> Var( "฿" + $12-21-01-0058.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-01-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1467,14 +1467,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0058.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0058.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1485,14 +1485,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1705,14 +1705,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0050.Button </State>
|
||||
<Value> Var( "฿" + $12-02-01-0050.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-01-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1723,14 +1723,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0050.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0050.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1740,15 +1740,15 @@ Sugar, Water" </Value>
|
|||
<State> $12-02-03-0050.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0050.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0050.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1963,14 +1963,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0035.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0035.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1981,14 +1981,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0035.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0035.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1998,15 +1998,15 @@ Sugar, Cocoa" </Value>
|
|||
<State> $12-03-03-0035.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0035.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0035.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2220,14 +2220,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0036.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0036.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2238,14 +2238,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0036.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0036.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2255,15 +2255,15 @@ Sugar, Cocoa" </Value>
|
|||
<State> $12-03-03-0036.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0036.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0036.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2479,14 +2479,14 @@ Strawberry Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2497,14 +2497,14 @@ Strawberry Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0037.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0037.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2514,15 +2514,15 @@ Strawberry Syrup" </Value>
|
|||
<State> $12-03-03-0037.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0037.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0037.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2735,14 +2735,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2753,14 +2753,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2770,15 +2770,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0034.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0034.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0034.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2988,14 +2988,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3006,14 +3006,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3023,15 +3023,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3242,14 +3242,14 @@ MINT SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3260,14 +3260,14 @@ MINT SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0063.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0063.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3277,15 +3277,15 @@ MINT SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3495,14 +3495,14 @@ MINT SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3513,14 +3513,14 @@ MINT SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0064.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0064.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3530,15 +3530,15 @@ MINT SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3749,14 +3749,14 @@ MINT SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3767,14 +3767,14 @@ MINT SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0065.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0065.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0065.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3784,15 +3784,15 @@ MINT SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4003,14 +4003,14 @@ LEMON SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4021,14 +4021,14 @@ LEMON SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0066.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0066.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0066.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4038,15 +4038,15 @@ LEMON SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4256,14 +4256,14 @@ LEMON SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4274,14 +4274,14 @@ LEMON SODA" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0067.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0067.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4291,15 +4291,15 @@ LEMON SODA" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -679,14 +679,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-01-0059.Button </State>
|
||||
<Value> Var( "฿" + $12-01-01-0059.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-01-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -697,14 +697,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0059.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0059.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -714,15 +714,15 @@ Sugar, Water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -933,14 +933,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-01-0059.Button </State>
|
||||
<Value> Var( "฿" + $12-21-01-0059.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-01-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -951,14 +951,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0059.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0059.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-02-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -969,14 +969,14 @@ Sugar, Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1189,14 +1189,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-01-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-01-01-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-01-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1207,14 +1207,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1224,15 +1224,15 @@ Sugar, Milk" </Value>
|
|||
<State> $12-01-03-0060.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-03-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-01-03-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-03-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1444,14 +1444,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-01-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-21-01-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-01-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1462,14 +1462,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-21-02-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-02-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1480,14 +1480,14 @@ Sugar, Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-03-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-21-03-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-21-03-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1700,14 +1700,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0051.Button </State>
|
||||
<Value> Var( "฿" + $12-02-01-0051.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-01-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1718,14 +1718,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0051.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0051.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1735,15 +1735,15 @@ Water" </Value>
|
|||
<State> $12-02-03-0051.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-03-0051.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0051.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-03-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1956,14 +1956,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1974,14 +1974,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0052.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0052.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0052.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1991,15 +1991,15 @@ Water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2209,14 +2209,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0038.Button </State>
|
||||
<Value> Var( "฿" + $12-03-01-0038.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-01-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2227,14 +2227,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0038.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0038.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2244,15 +2244,15 @@ Water" </Value>
|
|||
<State> $12-03-03-0038.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0038.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0038.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2467,14 +2467,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2485,14 +2485,14 @@ Water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0039.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0039.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2502,15 +2502,15 @@ Water" </Value>
|
|||
<State> $12-03-03-0039.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0039.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0039.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2720,14 +2720,14 @@ PEACH" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2738,14 +2738,14 @@ PEACH" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2755,15 +2755,15 @@ PEACH" </Value>
|
|||
<State> $12-03-03-0040.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0040.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0040.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2972,14 +2972,14 @@ how to love" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2990,14 +2990,14 @@ how to love" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0068.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0068.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0068.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3007,15 +3007,15 @@ how to love" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3224,14 +3224,14 @@ empty heart " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3242,14 +3242,14 @@ empty heart " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0069.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0069.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0069.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3259,15 +3259,15 @@ empty heart " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3477,14 +3477,14 @@ my heart waiting." </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3495,14 +3495,14 @@ my heart waiting." </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0070.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0070.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0070.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3512,15 +3512,15 @@ my heart waiting." </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3729,14 +3729,14 @@ you need me" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3747,14 +3747,14 @@ you need me" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0072.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0072.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0072.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3764,15 +3764,15 @@ you need me" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3981,14 +3981,14 @@ PEACH" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3999,14 +3999,14 @@ PEACH" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0073.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0073.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0073.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4016,15 +4016,15 @@ PEACH" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -681,14 +681,14 @@ melting in the heat!" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -699,14 +699,14 @@ melting in the heat!" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0008.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0008.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -716,15 +716,15 @@ melting in the heat!" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -933,14 +933,14 @@ melting in the heat!" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -951,14 +951,14 @@ melting in the heat!" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -968,15 +968,15 @@ melting in the heat!" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1186,14 +1186,14 @@ masterpiece" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1204,14 +1204,14 @@ masterpiece" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0046.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0046.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1221,15 +1221,15 @@ masterpiece" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1440,14 +1440,14 @@ and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1458,14 +1458,14 @@ and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0058.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0058.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1475,15 +1475,15 @@ and Soda" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1693,14 +1693,14 @@ just bearable" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1711,14 +1711,14 @@ just bearable" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1728,15 +1728,15 @@ just bearable" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1946,14 +1946,14 @@ Breathe-able" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1964,14 +1964,14 @@ Breathe-able" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0007.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0007.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1981,15 +1981,15 @@ Breathe-able" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2201,14 +2201,14 @@ Limenade and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2219,14 +2219,14 @@ Limenade and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0053.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0053.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2236,15 +2236,15 @@ Limenade and Soda" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2455,14 +2455,14 @@ Lime and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2473,14 +2473,14 @@ Lime and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0064.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0064.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2490,15 +2490,15 @@ Lime and Soda" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2708,14 +2708,14 @@ hot" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2726,14 +2726,14 @@ hot" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0007.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0007.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2743,15 +2743,15 @@ hot" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2961,14 +2961,14 @@ OVERDONE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2979,14 +2979,14 @@ OVERDONE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0084.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0084.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0084.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2996,15 +2996,15 @@ OVERDONE" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3215,14 +3215,14 @@ and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3233,14 +3233,14 @@ and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0052.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0052.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3250,15 +3250,15 @@ and Soda" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3469,14 +3469,14 @@ ANGRY sun mode" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3487,14 +3487,14 @@ ANGRY sun mode" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0067.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0067.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3504,15 +3504,15 @@ ANGRY sun mode" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3722,14 +3722,14 @@ point reached" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3740,14 +3740,14 @@ point reached" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3757,15 +3757,15 @@ point reached" </Value>
|
|||
<State> $12-05-03-0007.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0007.Button </State>
|
||||
<Value> Var( "฿" + $12-05-03-0007.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3977,14 +3977,14 @@ and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3995,14 +3995,14 @@ and Soda" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4012,15 +4012,15 @@ and Soda" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -707,14 +707,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -725,14 +725,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0053.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0053.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -742,15 +742,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -958,14 +958,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -976,14 +976,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0054.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0054.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0054.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -993,15 +993,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1210,14 +1210,14 @@ music box" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1228,14 +1228,14 @@ music box" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0055.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0055.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0055.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1245,15 +1245,15 @@ music box" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1462,14 +1462,14 @@ music box" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1480,14 +1480,14 @@ music box" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0056.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0056.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0056.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1497,15 +1497,15 @@ music box" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1714,14 +1714,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1732,14 +1732,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0057.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0057.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1749,15 +1749,15 @@ the Past" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1965,14 +1965,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1983,14 +1983,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0058.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0058.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2000,15 +2000,15 @@ the Past" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2217,14 +2217,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2235,14 +2235,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0059.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0059.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2252,15 +2252,15 @@ the Past" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2468,14 +2468,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2486,14 +2486,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0060.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0060.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2503,15 +2503,15 @@ the Past" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2719,14 +2719,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2737,14 +2737,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0061.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0061.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2754,15 +2754,15 @@ the Past" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2971,14 +2971,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2989,14 +2989,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0062.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0062.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0062.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3006,15 +3006,15 @@ Hag of village" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3222,14 +3222,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3240,14 +3240,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0064.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0064.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3257,15 +3257,15 @@ Hag of village" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3473,14 +3473,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3491,14 +3491,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0065.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0065.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0065.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3508,15 +3508,15 @@ Hag of village" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3724,14 +3724,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3742,14 +3742,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3759,15 +3759,15 @@ Hag of village" </Value>
|
|||
<State> $12-99-03-0066.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0066.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0066.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3975,14 +3975,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3993,14 +3993,14 @@ Hag of village" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4010,15 +4010,15 @@ Hag of village" </Value>
|
|||
<State> $12-99-03-0067.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0067.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0067.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -684,14 +684,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -702,14 +702,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0044.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -719,15 +719,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -938,14 +938,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -956,14 +956,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0043.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -973,15 +973,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1192,14 +1192,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1210,14 +1210,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0003.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1227,15 +1227,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1446,14 +1446,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1464,14 +1464,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0001.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1481,15 +1481,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1700,14 +1700,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1718,14 +1718,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1735,15 +1735,15 @@ HOUSE " </Value>
|
|||
<State> $12-99-03-0046.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0046.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1954,14 +1954,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1972,14 +1972,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0011.Button </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1989,15 +1989,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2208,14 +2208,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2226,14 +2226,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0015.Button </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2243,15 +2243,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2463,14 +2463,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2481,14 +2481,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0059.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2498,15 +2498,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2718,14 +2718,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2736,14 +2736,14 @@ the Past" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0057.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2753,15 +2753,15 @@ the Past" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2974,14 +2974,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2992,14 +2992,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3009,15 +3009,15 @@ Sugar, Cocoa" </Value>
|
|||
<State> $12-03-03-0035.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0035.Button </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3229,14 +3229,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3247,14 +3247,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0036.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3264,15 +3264,15 @@ Sugar, Cocoa" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3483,14 +3483,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3501,14 +3501,14 @@ Sugar, Cocoa" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3518,15 +3518,15 @@ Sugar, Cocoa" </Value>
|
|||
<State> $12-99-03-0066.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0066.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -558,7 +558,7 @@
|
|||
<EventOnClick>
|
||||
Var NameDrink = "MELON MILK"
|
||||
Var NameDrinkTH = "นมเมล่อน"
|
||||
Var DrinkDescriptionTH = "นม และ น้ำเชื่อมเมล่อน"
|
||||
Var DrinkDescriptionTH = "นม และ น้ำเชื่อมเมล่อน "
|
||||
Var DrinkDescription = "Milk & Melon Syrup"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_melon_milk.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
|
|
@ -644,7 +644,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม และ น้ำเชื่อมเมล่อน" </Value>
|
||||
<Value> "นม และ น้ำเชื่อมเมล่อน " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -681,14 +681,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0022.Button </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -699,14 +699,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0022.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -716,15 +716,15 @@
|
|||
<State> $12-03-03-0022.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0022.Button </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -942,14 +942,14 @@ CAFÉ LATTE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-01-0039.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -960,14 +960,14 @@ CAFÉ LATTE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0039.Button </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -977,15 +977,15 @@ CAFÉ LATTE" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1201,14 +1201,14 @@ CAFÉ LATTE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-01-0039.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1219,14 +1219,14 @@ CAFÉ LATTE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-21-02-0039.Button </State>
|
||||
<Value> "฿35" </Value>
|
||||
<Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1237,14 +1237,14 @@ CAFÉ LATTE" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1462,14 +1462,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1480,14 +1480,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1497,15 +1497,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-03-03-0028.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0028.Button </State>
|
||||
<Value> "฿40" </Value>
|
||||
<Value> StringFmt( 40 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1718,14 +1718,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1736,14 +1736,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0044.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1753,15 +1753,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1973,14 +1973,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1991,14 +1991,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0047.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2008,15 +2008,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-05-03-0047.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0047.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2228,14 +2228,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2246,14 +2246,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0105.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2263,15 +2263,15 @@ Sugar, Oreo" </Value>
|
|||
<State> $12-05-03-0105.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-03-0105.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2483,14 +2483,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2501,14 +2501,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0011.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2518,15 +2518,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2738,14 +2738,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2756,14 +2756,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0013.Button </State>
|
||||
<Value> "฿30" </Value>
|
||||
<Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2773,15 +2773,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2993,14 +2993,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3011,14 +3011,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0014.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3028,15 +3028,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3248,14 +3248,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3266,14 +3266,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0015.Button </State>
|
||||
<Value> "฿15" </Value>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3283,15 +3283,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3503,14 +3503,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3521,14 +3521,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0016.Button </State>
|
||||
<Value> "฿20" </Value>
|
||||
<Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3538,15 +3538,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3758,14 +3758,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3776,14 +3776,14 @@ Sugar, Oreo" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0018.Button </State>
|
||||
<Value> "฿25" </Value>
|
||||
<Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3793,15 +3793,15 @@ Sugar, Oreo" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> "฿"-"" </Value>
|
||||
<Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -678,14 +678,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -696,14 +696,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -713,15 +713,15 @@
|
|||
<State> $12-41-03-0001.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0001.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0001.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -929,14 +929,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -947,14 +947,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -964,15 +964,15 @@
|
|||
<State> $12-41-03-0002.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0002.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1180,14 +1180,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1198,14 +1198,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1215,15 +1215,15 @@
|
|||
<State> $12-41-03-0003.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1431,14 +1431,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1449,14 +1449,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1466,15 +1466,15 @@
|
|||
<State> $12-41-03-0004.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0004.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0004.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1682,14 +1682,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1700,14 +1700,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1717,15 +1717,15 @@
|
|||
<State> $12-41-03-0005.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0005.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0005.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1933,14 +1933,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1951,14 +1951,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1968,15 +1968,15 @@
|
|||
<State> $12-41-03-0006.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0006.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0006.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2184,14 +2184,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2202,14 +2202,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2219,15 +2219,15 @@
|
|||
<State> $12-41-03-0007.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0007.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0007.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2435,14 +2435,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2453,14 +2453,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2470,15 +2470,15 @@
|
|||
<State> $12-41-03-0008.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0008.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0008.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2686,14 +2686,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2704,14 +2704,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2721,15 +2721,15 @@
|
|||
<State> $12-41-03-0009.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0009.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0009.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2937,14 +2937,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2955,14 +2955,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2972,15 +2972,15 @@
|
|||
<State> $12-41-03-0010.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0010.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0010.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3188,14 +3188,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3206,14 +3206,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3223,15 +3223,15 @@
|
|||
<State> $12-41-03-0011.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0011.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0011.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3439,14 +3439,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3457,14 +3457,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3474,15 +3474,15 @@
|
|||
<State> $12-41-03-0012.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0012.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0012.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3690,14 +3690,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3708,14 +3708,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3725,15 +3725,15 @@
|
|||
<State> $12-41-03-0013.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0013.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0013.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3941,14 +3941,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3959,14 +3959,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3976,15 +3976,15 @@
|
|||
<State> $12-41-03-0016.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0016.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0016.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4192,14 +4192,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4210,14 +4210,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4227,15 +4227,15 @@
|
|||
<State> $12-41-03-0021.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0021.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0021.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4445,14 +4445,14 @@ Banana" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4463,14 +4463,14 @@ Banana" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4480,15 +4480,15 @@ Banana" </Value>
|
|||
<State> $12-41-03-0022.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0022.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0022.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4696,14 +4696,14 @@ Banana" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4714,14 +4714,14 @@ Banana" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4731,15 +4731,15 @@ Banana" </Value>
|
|||
<State> $12-41-03-0023.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-41-03-0023.Button </State>
|
||||
<Value> Var( "฿" + $12-41-03-0023.Price ) </Value>
|
||||
<Value> StringFmt( $12-41-03-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -680,14 +680,14 @@ water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -698,14 +698,14 @@ water" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0053.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0053.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -715,15 +715,15 @@ water" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -933,14 +933,14 @@ AMERICANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -951,14 +951,14 @@ AMERICANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-01-02-0054.Button </State>
|
||||
<Value> Var( "฿" + $12-01-02-0054.Price ) </Value>
|
||||
<Value> StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -968,15 +968,15 @@ AMERICANO" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1184,14 +1184,14 @@ AMERICANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1202,14 +1202,14 @@ AMERICANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0026.Button </State>
|
||||
<Value> Var( "฿" + $12-03-02-0026.Price ) </Value>
|
||||
<Value> StringFmt( $12-03-02-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1219,15 +1219,15 @@ AMERICANO" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1435,14 +1435,14 @@ AMERICANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1453,14 +1453,14 @@ AMERICANO" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0043.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0043.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1470,15 +1470,15 @@ AMERICANO" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1687,14 +1687,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1705,14 +1705,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-02-0044.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0044.Price ) </Value>
|
||||
<Value> StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1722,15 +1722,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1938,14 +1938,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1956,14 +1956,14 @@ HOUSE " </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0055.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0055.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1973,15 +1973,15 @@ HOUSE " </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2190,14 +2190,14 @@ PEPSI" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2208,14 +2208,14 @@ PEPSI" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0056.Button </State>
|
||||
<Value> Var( "฿" + $12-05-02-0056.Price ) </Value>
|
||||
<Value> StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2225,15 +2225,15 @@ PEPSI" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -689,14 +689,14 @@ Matcha, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -707,14 +707,14 @@ Matcha, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0001.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0001.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -724,15 +724,15 @@ Matcha, & Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -941,14 +941,14 @@ Matcha, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -959,14 +959,14 @@ Matcha, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0016.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0016.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -976,15 +976,15 @@ Matcha, & Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1193,14 +1193,14 @@ Cocoa, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1211,14 +1211,14 @@ Cocoa, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0002.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1228,15 +1228,15 @@ Cocoa, & Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1447,14 +1447,14 @@ Strawberry Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1465,14 +1465,14 @@ Strawberry Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0003.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0003.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1482,15 +1482,15 @@ Strawberry Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1701,14 +1701,14 @@ Strawberry Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1719,14 +1719,14 @@ Strawberry Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0013.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0013.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1736,15 +1736,15 @@ Strawberry Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1954,14 +1954,14 @@ Melon Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1972,14 +1972,14 @@ Melon Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0018.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0018.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1989,15 +1989,15 @@ Melon Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2206,14 +2206,14 @@ Melon Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2224,14 +2224,14 @@ Melon Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0004.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0004.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2241,15 +2241,15 @@ Melon Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2458,14 +2458,14 @@ Thai Tea, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2476,14 +2476,14 @@ Thai Tea, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0005.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0005.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2493,15 +2493,15 @@ Thai Tea, & Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2710,14 +2710,14 @@ Thai Tea, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2728,14 +2728,14 @@ Thai Tea, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0015.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0015.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0015.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2745,15 +2745,15 @@ Thai Tea, & Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2962,14 +2962,14 @@ Thai Tea, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -2980,14 +2980,14 @@ Thai Tea, & Milk" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0055.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0055.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0055.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -2997,15 +2997,15 @@ Thai Tea, & Milk" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3216,14 +3216,14 @@ Kokuto syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3234,14 +3234,14 @@ Kokuto syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0006.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0006.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3251,15 +3251,15 @@ Kokuto syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3470,14 +3470,14 @@ Taiwanese Tea, Sugar" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3488,14 +3488,14 @@ Taiwanese Tea, Sugar" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0008.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0008.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3505,15 +3505,15 @@ Taiwanese Tea, Sugar" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3724,14 +3724,14 @@ Taiwanese Tea, Sugar" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3742,14 +3742,14 @@ Taiwanese Tea, Sugar" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0017.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0017.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -3759,15 +3759,15 @@ Taiwanese Tea, Sugar" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3977,14 +3977,14 @@ Caramel Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -3995,14 +3995,14 @@ Caramel Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0009.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0009.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4012,15 +4012,15 @@ Caramel Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4228,14 +4228,14 @@ Caramel Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4246,14 +4246,14 @@ Caramel Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0010.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0010.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4263,15 +4263,15 @@ Caramel Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4479,14 +4479,14 @@ Caramel Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4497,14 +4497,14 @@ Caramel Syrup" </Value>
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-04-02-0011.Button </State>
|
||||
<Value> Var( "฿" + $12-04-02-0011.Price ) </Value>
|
||||
<Value> StringFmt( $12-04-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -4514,15 +4514,15 @@ Caramel Syrup" </Value>
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -678,14 +678,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-01-0042.Button </State>
|
||||
<Value> Var( "฿" + $12-99-01-0042.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -696,14 +696,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0044.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0044.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -713,15 +713,15 @@
|
|||
<State> $12-99-03-0046.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0046.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0046.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -933,14 +933,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-01-0043.Button </State>
|
||||
<Value> Var( "฿" + $12-99-01-0043.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -951,14 +951,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0045.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0045.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -968,15 +968,15 @@
|
|||
<State> $12-99-03-0047.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0047.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0047.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1188,14 +1188,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1206,14 +1206,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1223,15 +1223,15 @@
|
|||
<State> $12-99-03-0048.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-03-0048.Button </State>
|
||||
<Value> Var( "฿" + $12-99-03-0048.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1439,14 +1439,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-01-0049.Button </State>
|
||||
<Value> Var( "฿" + $12-99-01-0049.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1457,14 +1457,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-02-0050.Button </State>
|
||||
<Value> Var( "฿" + $12-99-02-0050.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1474,15 +1474,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1694,14 +1694,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1712,14 +1712,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0051.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0051.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1729,15 +1729,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1945,14 +1945,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -1963,14 +1963,14 @@
|
|||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-99-05-0052.Button </State>
|
||||
<Value> Var( "฿" + $12-99-05-0052.Price ) </Value>
|
||||
<Value> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
|
|
@ -1980,15 +1980,15 @@
|
|||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 264 </Y>
|
||||
<Size> 14 </Size>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
|
|||
|
|
@ -236,6 +236,27 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR NamHomCoconutPro
|
||||
DEBUGVAR FromNamHomCoconutPro
|
||||
DEBUGVAR Seeker.CodeChannel
|
||||
If NamHomCoconutPro = 1 Then
|
||||
If FromNamHomCoconutPro = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointPromotion = 1 Then
|
||||
If NamHomCoconutRewardOutOfStock = 0 Then
|
||||
GETACCEXT TelephoneNumber 32
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If NamHomCoconutRewardOutOfStock = 0 Then
|
||||
GETACCEXT TelephoneNumber 32
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
|
||||
|
|
@ -326,6 +347,27 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR NamHomCoconutPro
|
||||
DEBUGVAR FromNamHomCoconutPro
|
||||
DEBUGVAR Seeker.CodeChannel
|
||||
If NamHomCoconutPro = 1 Then
|
||||
If FromNamHomCoconutPro = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointPromotion = 1 Then
|
||||
If NamHomCoconutRewardOutOfStock = 0 Then
|
||||
GETACCEXT TelephoneNumber 32
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If NamHomCoconutRewardOutOfStock = 0 Then
|
||||
GETACCEXT TelephoneNumber 32
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If PepweenCollectPoint = 0 Then
|
||||
GETACCEXT TelephoneNumber 31
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_collect_point_pro_pepween_2.xml"
|
||||
|
|
@ -861,6 +903,27 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR NamHomCoconutPro
|
||||
DEBUGVAR FromNamHomCoconutPro
|
||||
DEBUGVAR Seeker.CodeChannel
|
||||
If NamHomCoconutPro = 1 Then
|
||||
If FromNamHomCoconutPro = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointPromotion = 1 Then
|
||||
If NamHomCoconutRewardOutOfStock = 0 Then
|
||||
GETACCEXT TelephoneNumber 32
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If NamHomCoconutRewardOutOfStock = 0 Then
|
||||
GETACCEXT TelephoneNumber 32
|
||||
Open "ROOT/taobin_project/xml/event/nam_hom_coconut/page_collect_point_nam_hom_coconut_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If PepweenCollectPoint = 0 Then
|
||||
GETACCEXT TelephoneNumber 31
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_collect_point_pro_pepween_2.xml"
|
||||
|
|
|
|||
|
|
@ -472,22 +472,14 @@
|
|||
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw_without_change.m4a"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw_without_change.m4a"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundStraw
|
||||
Else
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/drinkfinish.mp3"
|
||||
|
||||
; Play Sound #zone
|
||||
If SoundBackToSchoolEnable = 1 Then
|
||||
|
||||
If SoundBackToSchoolType = 1 Then
|
||||
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/boy/"
|
||||
EndIf
|
||||
If SoundBackToSchoolType = 2 Then
|
||||
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/girl/"
|
||||
EndIf
|
||||
Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -436,6 +436,12 @@
|
|||
If PromotionIDCurrentOrder = 2 Then
|
||||
SAVELOG "Promotion: Oreo Get 1 Free 1"
|
||||
EndIf
|
||||
|
||||
If FromCoffeeDrink1BathPro = 1 Then
|
||||
SAVELOG "From Coffee Drink 1 Bath pro"
|
||||
Var PromotionIDCurrentOrder = 3
|
||||
EndIf
|
||||
|
||||
DEBUGVAR PromotionIDCurrentOrder
|
||||
|
||||
Var CoundDownStillOnPage = 240
|
||||
|
|
@ -646,13 +652,6 @@
|
|||
<Value> showdesc </Value>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<State> StageShowAlias</State>
|
||||
<X> 144 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> Var( DirImage + "/text_1.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
<GIF>
|
||||
<X> 493 </X>
|
||||
<Y> 968 </Y>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,8 @@
|
|||
Var ShowLidStraw = "Invisible"
|
||||
Var ShowStrawOnly = "Invisible"
|
||||
Var ShowLidOnly = "Invisible"
|
||||
|
||||
Var ShowNormalNextButton = "Enable"
|
||||
|
||||
; On open
|
||||
Var lidAndStrawOldPageIgnore = "true"
|
||||
|
|
@ -492,6 +494,12 @@
|
|||
If FromCoffeeDrink1BathPro = 1 Then
|
||||
Var DisableAllNotFreeTopping = 1
|
||||
EndIf
|
||||
|
||||
Var ShowGetEnergyDrinkIn1BathButton = "Invisible"
|
||||
If FromEnergyDrink1BathPro = 1 Then
|
||||
Var ShowNormalNextButton = "Invisible"
|
||||
Var ShowGetEnergyDrinkIn1BathButton = "Enable"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -905,6 +913,7 @@
|
|||
Var FromPowerUpPro = 0
|
||||
Var FromEnergyDrink1BathPro = 0
|
||||
Var FromCoffeeDrink1BathPro = 0
|
||||
Var FromNamHomCoconutPro = 0
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
|
||||
|
|
@ -6224,6 +6233,7 @@
|
|||
EndIf
|
||||
|
||||
Var FromPowerUpPro = 0
|
||||
Var FromEnergyDrink1BathPro = 0
|
||||
|
||||
If Seeker = "next" Then
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
|
|
@ -6560,13 +6570,7 @@
|
|||
<Button>
|
||||
<X> 673 </X>
|
||||
<Y> 1785 </Y>
|
||||
<State> eval(
|
||||
If FromPowerUpPro = 1 Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> ShowNormalNextButton </State>
|
||||
<Filename> Var( DirImage + "/bn_next.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_next.png" )</FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -7453,17 +7457,11 @@
|
|||
|
||||
; zone
|
||||
|
||||
; free energy drink
|
||||
; energy drink 1 bath
|
||||
<Button>
|
||||
<X> 673 </X>
|
||||
<Y> 1785 </Y>
|
||||
<State> eval(
|
||||
If FromPowerUpPro = 1 Then
|
||||
Var return = FreePowerup;
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
) </State>
|
||||
<State> ShowGetEnergyDrinkIn1BathButton </State>
|
||||
<Filename> Var( DirImage + "/bn_powerup1baht.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_powerup1baht.png" )</FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -7803,7 +7801,7 @@
|
|||
|
||||
|
||||
; policy
|
||||
Open "ROOT/taobin_project/xml/event/powerup_free_1/page_powerup_consent.xml"
|
||||
Open "ROOT/taobin_project/xml/event/energy_drink_1_bath/page_energy_drink_1_bath_consent.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
|
|||
47
xml/sometime/nam_hom_coconut_remain_reward.xml
Normal file
47
xml/sometime/nam_hom_coconut_remain_reward.xml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<Popup>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 846 </Height>
|
||||
<Background> "0xFF0000" </Background>
|
||||
<EventOpen>
|
||||
|
||||
Var GettingData = 0
|
||||
Var dummyPhone = "0899999999"
|
||||
|
||||
If LastPullingTimeMinutes = "" Then
|
||||
Var LastPullingTimeMinutes = 0
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
||||
|
||||
</EventActionOk>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
DEBUGVAR SystemTimeMinuteInt
|
||||
DEBUGVAR LastPullingTimeMinutes
|
||||
Var PullingTimeDiff = LastPullingTimeMinutes - SystemTimeMinuteInt
|
||||
DEBUGVAR PullingTimeDiff
|
||||
|
||||
If PullingTimeDiff >= 10 Then
|
||||
If GettingData = 0 Then
|
||||
GETACCEXT dummyPhone 34
|
||||
Var GettingData = 1
|
||||
EndIf
|
||||
Else
|
||||
If PullingTimeDiff <= -10 Then
|
||||
If GettingData = 0 Then
|
||||
GETACCEXT dummyPhone 34
|
||||
Var GettingData = 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
</Popup>
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
Var strTouchScreen = " Reset Touch : disable."
|
||||
|
||||
|
||||
|
||||
Var MainMenuBlockCount = 2
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -311,7 +311,12 @@
|
|||
<Y> info_5Y </Y>
|
||||
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
|
||||
<EventClick>
|
||||
MainMenu
|
||||
|
||||
Var MainMenuBlockCount = MainMenuBlockCount - 1
|
||||
DEBUGVAR MainMenuBlockCount
|
||||
If MainMenuBlockCount = 1 Then
|
||||
MainMenu
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue