Do term tem
This commit is contained in:
parent
1dae55ca4b
commit
396e85c779
130 changed files with 2749 additions and 2863 deletions
|
|
@ -63,7 +63,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt_catalog.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -150,8 +150,8 @@
|
|||
<X> 696 </X>
|
||||
<Y> 395 </Y>
|
||||
<State> Menu7Selected </State>
|
||||
<Filename> Var( DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Filename> Var( DirImage + "/bn_sugar_and_energy.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_sugar_and_energy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||
|
|
@ -90,6 +90,16 @@
|
|||
DEBUGVAR TaobinOnline
|
||||
DEBUGVAR TermTemOnline
|
||||
|
||||
If TaobinOnline = "true" Then
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
||||
EndIf
|
||||
If TermTemOnline = "true" Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
Var VideoMainPage = "ROOT/taobin_project/termtem/video/termtem01.mp4"
|
||||
EndIf
|
||||
|
||||
|
||||
Var ShowPrice = "Enable"
|
||||
If RoadShow = "true" Then
|
||||
Var ShowPrice = "Invisible"
|
||||
|
|
@ -169,33 +179,46 @@
|
|||
;SAVELOG MachineStage
|
||||
;SAVELOG CountDownShowButton
|
||||
;SAVELOG ShowButtonClickFull
|
||||
|
||||
If TaobinOnline = "true" Then
|
||||
|
||||
If CountDownShowButton = 31 Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
Var ShowButtonClick = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
If CountDownShowButton = 31 Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
Var ShowButtonClick = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If CountDownShowButton = 3 Then
|
||||
|
||||
Var ShowButtonClick = "Enable"
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If CountDownPauseVideo > 0 Then
|
||||
; ignore
|
||||
;Var CountDownPauseVideo = CountDownPauseVideo - 1
|
||||
If CountDownPauseVideo = 0 Then
|
||||
|
||||
Var NextPage = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If CountDownShowButton = 3 Then
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
Var ShowButtonClick = "Enable"
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If CountDownPauseVideo > 0 Then
|
||||
; ignore
|
||||
;Var CountDownPauseVideo = CountDownPauseVideo - 1
|
||||
If CountDownPauseVideo = 0 Then
|
||||
|
||||
Var NextPage = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
|
||||
If CountDownShowButton = 3 Then
|
||||
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
Refresh
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -217,11 +240,14 @@
|
|||
|
||||
EndIf
|
||||
|
||||
;DEBUGVAR CupOnArm
|
||||
|
||||
If CupOnArm = "true" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
Refresh
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
|
@ -230,7 +256,10 @@
|
|||
;SAVELOG ShowButtonClick
|
||||
Var CountDownShowButton = 35
|
||||
Var CountDownPauseVideo = 6
|
||||
TouchTapClose
|
||||
If TaobinOnline = "true" Then
|
||||
TouchTapClose
|
||||
EndIf
|
||||
|
||||
Open CurrentXMLFileName0
|
||||
Refresh
|
||||
|
||||
|
|
@ -253,7 +282,7 @@
|
|||
<Y> 0 </Y>
|
||||
;<Loop>"true"</Loop>
|
||||
;<Volume> 80 </Volume>
|
||||
<Filename> "ROOT/taobin_project/video/main_page.mp4" </Filename>
|
||||
<Filename> VideoMainPage </Filename>
|
||||
</Video>
|
||||
|
||||
|
||||
|
|
@ -296,12 +325,12 @@
|
|||
Else
|
||||
If TaobinOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIF
|
||||
EndIf
|
||||
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIF
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -370,7 +399,7 @@
|
|||
|
||||
|
||||
<Button>
|
||||
<X> 868 </X>
|
||||
<X> 840 </X>
|
||||
<Y> 634 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
|
|
|
|||
|
|
@ -8,15 +8,23 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
TopView "hide"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/topview_button_back_main.xml"
|
||||
Var FileNumber = 1
|
||||
|
||||
Var taobin_version = "1.32"
|
||||
; 1.00 is
|
||||
|
||||
; On open
|
||||
Var menu_back_to_main = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
||||
Var charOfBaht = "฿"
|
||||
Var KanitTTF = "ROOT/taobin_project/font/Kanit/Kanit-Light.ttf"
|
||||
Var KanitMediaTTF = "ROOT/taobin_project/font/Kanit/Kanit-Medium.ttf"
|
||||
Var KanitBoldTTF = "ROOT/taobin_project/font/Kanit/Kanit-Bold.ttf"
|
||||
|
||||
Var RobotoBold = "ROOT/taobin_project/font/Roboto/Roboto-Bold.ttf"
|
||||
Var RobotoBlack = "ROOT/taobin_project/font/Roboto/Roboto-Black.ttf"
|
||||
Var RobotoRegular = "ROOT/taobin_project/font/Roboto/Roboto-Regular.ttf"
|
||||
|
||||
Var KanitMediumTTF = "ROOT/taobin_project/font/Kanit/Kanit-Regular.ttf"
|
||||
Var KanitRegularTTF = "ROOT/taobin_project/font/Kanit/Kanit-Regular.ttf"
|
||||
|
|
@ -25,22 +33,217 @@
|
|||
|
||||
Var KanitSemiBoldTTF = "ROOT/taobin_project/font/Kanit/Kanit-Medium.ttf"
|
||||
|
||||
Var BlinkStar = "ROOT/taobin_project/image/animation/blink_star.gif"
|
||||
|
||||
Var countClick = 0
|
||||
|
||||
Var RoadShow = "false"
|
||||
Var IgnorePoint = "true"
|
||||
|
||||
Var ShowButtonClick = "Enable"
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
|
||||
;SAVELOG DisplayType
|
||||
|
||||
If DisplayType = "2" Then
|
||||
Var XPosiShowCountDownBrew = 693
|
||||
Var WQR = 185
|
||||
Var HQR = 185
|
||||
Else
|
||||
Var XPosiShowCountDownBrew = 768
|
||||
Var WQR = 290
|
||||
Var HQR = 290
|
||||
|
||||
EndIf
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If MachineStage = "mcu-upgrade" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If NeedUpgrade = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
Var TestLoopMakeDrink = 0
|
||||
Var TestLoopSuccess = 0
|
||||
Var TestLoopFailed = 0
|
||||
|
||||
;Var IgnoreNetCore = "false"
|
||||
;SAVELOG SaleProfile
|
||||
|
||||
STRCONTAIN "whey" SaleProfile WheyShow
|
||||
STRCONTAIN "cocktail" SaleProfile CocktailShow
|
||||
STRCONTAIN "roadshow" SaleProfile RoadShow
|
||||
|
||||
Var TermTemOnline = "false"
|
||||
Var TaobinOnline = "false"
|
||||
STRCONTAIN "9501" MaterialAvailable TaobinOnline
|
||||
STRCONTAIN "9505" MaterialAvailable TermTemOnline
|
||||
|
||||
DEBUGVAR TaobinOnline
|
||||
DEBUGVAR TermTemOnline
|
||||
|
||||
Var ShowPrice = "Enable"
|
||||
If RoadShow = "true" Then
|
||||
Var ShowPrice = "Invisible"
|
||||
EndIf
|
||||
|
||||
;SAVELOG WheyShow
|
||||
;SAVELOG CocktailShow
|
||||
;SAVELOG RoadShow
|
||||
;SAVELOG ShowPrice
|
||||
|
||||
|
||||
Var CountDownShowButton = 35
|
||||
Var CountDownPauseVideo = 0
|
||||
Var NextPage = "-"
|
||||
|
||||
If StartUpExt = "false" Then
|
||||
|
||||
Else
|
||||
Machine Initial
|
||||
Var StartUpExt = "false"
|
||||
EndIf
|
||||
|
||||
StopLongPlay
|
||||
|
||||
|
||||
Var TimerFirst = "true"
|
||||
|
||||
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
<EventTimeout>
|
||||
If IgnoreNetCore = "true" Then
|
||||
|
||||
Else
|
||||
If NetworkStatus = "DOWN" Then
|
||||
Open "/ROOT/xml/outservice.xml"
|
||||
EndIf
|
||||
If NetworkStatus = "DEACTIVE" Then
|
||||
Open "/ROOT/xml/offline.xml"
|
||||
EndIf
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If MachineStage = "mcu-upgrade" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If MachineStage = "remove-cup" Then
|
||||
Open "ROOT/taobin_project/xml/page_remove_cup.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If NeedUpgrade = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
|
||||
If CountDownShowButton > 0 Then
|
||||
Var CountDownShowButton = CountDownShowButton - 1
|
||||
EndIf
|
||||
|
||||
;SAVELOG MachineStage
|
||||
;SAVELOG CountDownShowButton
|
||||
;SAVELOG ShowButtonClickFull
|
||||
|
||||
If CountDownShowButton = 31 Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
Var ShowButtonClick = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If CountDownShowButton = 3 Then
|
||||
|
||||
Var ShowButtonClick = "Enable"
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If CountDownPauseVideo > 0 Then
|
||||
; ignore
|
||||
;Var CountDownPauseVideo = CountDownPauseVideo - 1
|
||||
If CountDownPauseVideo = 0 Then
|
||||
|
||||
Var NextPage = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If TimerFirst = "true" Then
|
||||
Var TimerFirst = "false"
|
||||
Var CountUpReloadAll = CountUpReloadAll + 1
|
||||
|
||||
DEBUGVAR CountUpReloadAll
|
||||
|
||||
If CountUpReloadAll > 180 Then
|
||||
|
||||
Var StartUpExt = "-"
|
||||
Var CountUpReloadAll = 0
|
||||
|
||||
ReloadAll
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If CupOnArm = "true" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
<EventEnd>
|
||||
;SAVELOG ShowButtonClick
|
||||
Var CountDownShowButton = 35
|
||||
Var CountDownPauseVideo = 6
|
||||
TouchTapClose
|
||||
Open CurrentXMLFileName0
|
||||
Refresh
|
||||
|
||||
</EventEnd>
|
||||
|
||||
|
||||
<EventNetDown>
|
||||
SAVELOG NetworkStatus
|
||||
Open "/mnt/sdcard/coffeevending/xml/main.xml"
|
||||
</EventNetDown>
|
||||
|
||||
<EventNetDeactive>
|
||||
SAVELOG NetworkStatus
|
||||
Open "/mnt/sdcard/coffeevending/xml/main.xml"
|
||||
</EventNetDeactive>
|
||||
|
||||
|
|
@ -48,7 +251,8 @@
|
|||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Loop> "true" </Loop>
|
||||
;<Loop>"true"</Loop>
|
||||
;<Volume> 80 </Volume>
|
||||
<Filename> "ROOT/taobin_project/video/main_page.mp4" </Filename>
|
||||
</Video>
|
||||
|
||||
|
|
@ -62,7 +266,9 @@
|
|||
<EventClick>
|
||||
Var countClick = countClick + 1
|
||||
If countClick = 3 Then
|
||||
|
||||
|
||||
;Var TestLoopMakeDrink = 1
|
||||
|
||||
EndIf
|
||||
|
||||
If countClick = 5 Then
|
||||
|
|
@ -74,32 +280,106 @@
|
|||
</Button>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 2 </X>
|
||||
<Y> 2 </Y>
|
||||
<Width> 1076 </Width>
|
||||
<Height> 1308 </Height>
|
||||
<X> 212 </X>
|
||||
<Y> 1481 </Y>
|
||||
<State> ShowButtonClick </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<FilenamePress> "ROOT/taobin_project/image/main_page/bp_main_page_start.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
If CocktailShow = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
Else
|
||||
If TaobinOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 212 </X>
|
||||
<Y> 1695 </Y>
|
||||
<State> ShowButtonClick </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<FilenamePress> "ROOT/taobin_project/image/main_page/bp_main_page_member.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_check_member.xml"
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1886 </Y>
|
||||
<Size> 20 </Size>
|
||||
<Width> 1080</Width>
|
||||
<Align> Center </Align>
|
||||
<Font> RobotoBlack </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> countClick </Value>
|
||||
</Text>
|
||||
<Button>
|
||||
<X> 556 </X>
|
||||
<Y> 1695 </Y>
|
||||
<State> ShowButtonClick </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<FilenamePress> "ROOT/taobin_project/image/main_page/bp_main_page_topup.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
Open "ROOT/xml/service_menu.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 2 </X>
|
||||
<Y> 609 </Y>
|
||||
<State> ShowButtonClickFull </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Width> 1070 </Width>
|
||||
<Height> 1310 </Height>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
If TaobinOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
If TermTemOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 868 </X>
|
||||
<Y> 634 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 300 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Page>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@
|
|||
If CocktailShow = "true" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
EndIf
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
Var GetPayInfoFlag = 0
|
||||
Var countDownRetrun = 30
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
product_code.append('12-05-02-0012')
|
||||
product_code.append('12-05-02-0013')
|
||||
product_code.append('12-05-02-0025')
|
||||
product_code.append('12-05-02-0031')
|
||||
product_code.append('12-05-02-0008')
|
||||
product_code.append('12-05-02-0009')
|
||||
|
||||
|
|
@ -29,6 +31,9 @@
|
|||
product_code.append('12-05-02-0005')
|
||||
|
||||
product_code.append('12-05-02-0006')
|
||||
product_code.append('12-05-02-0024')
|
||||
product_code.append('12-05-02-0030')
|
||||
|
||||
product_code.append('12-05-02-0002')
|
||||
product_code.append('12-05-02-0003')
|
||||
product_code.append('12-05-02-0016')
|
||||
|
|
|
|||
|
|
@ -815,7 +815,191 @@
|
|||
<Value> $12-05-02-0013.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=7 12-05-02-0008
|
||||
; button i=7 12-05-02-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $12-05-02-0025.Button </State>
|
||||
<Button>
|
||||
<State> $12-05-02-0025.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0025.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0025.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0025.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $12-05-02-0025.Self
|
||||
Var NameDrink = $12-05-02-0025.NameE
|
||||
Var NameDrinkTH = $12-05-02-0025.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0025.description
|
||||
Var DrinkDescription = $12-05-02-0025.descriptionE
|
||||
Var PriceDrink = $12-05-02-0025.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0025.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 182 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $12-05-02-0025.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0025.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0025.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0025.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0025.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=8 12-05-02-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $12-05-02-0031.Button </State>
|
||||
<Button>
|
||||
<State> $12-05-02-0031.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0031.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0031.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0031.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $12-05-02-0031.Self
|
||||
Var NameDrink = $12-05-02-0031.NameE
|
||||
Var NameDrinkTH = $12-05-02-0031.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0031.description
|
||||
Var DrinkDescription = $12-05-02-0031.descriptionE
|
||||
Var PriceDrink = $12-05-02-0031.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0031.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 182 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $12-05-02-0031.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0031.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0031.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0031.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0031.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=9 12-05-02-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -907,7 +1091,7 @@
|
|||
<Value> $12-05-02-0008.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=8 12-05-02-0009
|
||||
; button i=10 12-05-02-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -999,7 +1183,7 @@
|
|||
<Value> $12-05-02-0009.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=9 12-05-02-0014
|
||||
; button i=11 12-05-02-0014
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1091,7 +1275,7 @@
|
|||
<Value> $12-05-02-0014.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=10 12-05-02-0015
|
||||
; button i=12 12-05-02-0015
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1183,7 +1367,7 @@
|
|||
<Value> $12-05-02-0015.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=11 12-05-01-0001
|
||||
; button i=13 12-05-01-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1275,7 +1459,7 @@
|
|||
<Value> $12-05-01-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=12 12-05-02-0001
|
||||
; button i=14 12-05-02-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1367,7 +1551,7 @@
|
|||
<Value> $12-05-02-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=13 12-05-02-0004
|
||||
; button i=15 12-05-02-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1459,7 +1643,7 @@
|
|||
<Value> $12-05-02-0004.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=14 12-05-02-0005
|
||||
; button i=16 12-05-02-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1551,7 +1735,7 @@
|
|||
<Value> $12-05-02-0005.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=15 12-05-02-0006
|
||||
; button i=17 12-05-02-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1643,7 +1827,191 @@
|
|||
<Value> $12-05-02-0006.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=16 12-05-02-0002
|
||||
; button i=18 12-05-02-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $12-05-02-0024.Button </State>
|
||||
<Button>
|
||||
<State> $12-05-02-0024.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0024.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0024.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0024.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $12-05-02-0024.Self
|
||||
Var NameDrink = $12-05-02-0024.NameE
|
||||
Var NameDrinkTH = $12-05-02-0024.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0024.description
|
||||
Var DrinkDescription = $12-05-02-0024.descriptionE
|
||||
Var PriceDrink = $12-05-02-0024.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0024.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 182 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $12-05-02-0024.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0024.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0024.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0024.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0024.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=19 12-05-02-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $12-05-02-0030.Button </State>
|
||||
<Button>
|
||||
<State> $12-05-02-0030.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0030.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0030.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0030.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $12-05-02-0030.Self
|
||||
Var NameDrink = $12-05-02-0030.NameE
|
||||
Var NameDrinkTH = $12-05-02-0030.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0030.description
|
||||
Var DrinkDescription = $12-05-02-0030.descriptionE
|
||||
Var PriceDrink = $12-05-02-0030.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0030.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 182 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $12-05-02-0030.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0030.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $12-05-02-0030.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0030.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $12-05-02-0030.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=20 12-05-02-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1735,7 +2103,7 @@
|
|||
<Value> $12-05-02-0002.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=17 12-05-02-0003
|
||||
; button i=21 12-05-02-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1827,7 +2195,7 @@
|
|||
<Value> $12-05-02-0003.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=18 12-05-02-0016
|
||||
; button i=22 12-05-02-0016
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -1919,7 +2287,7 @@
|
|||
<Value> $12-05-02-0016.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=19 12-05-02-0017
|
||||
; button i=23 12-05-02-0017
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -2011,7 +2379,7 @@
|
|||
<Value> $12-05-02-0017.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=20 12-05-02-0018
|
||||
; button i=24 12-05-02-0018
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
@ -2103,7 +2471,7 @@
|
|||
<Value> $12-05-02-0018.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=21 12-05-01-0002
|
||||
; button i=25 12-05-01-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
|
|
|
|||
|
|
@ -79,7 +79,18 @@
|
|||
Var PictureFile = PictureFile + "1"
|
||||
Var PictureFile = PictureFile + PictureEnd
|
||||
|
||||
STRCONTAIN "9701" BrewParam IgnoreLidStraw
|
||||
|
||||
DEBUGVAR BrewParam
|
||||
DEBUGVAR IgnoreLidStraw
|
||||
|
||||
|
||||
|
||||
If IgnoreLidStraw = "true" Then
|
||||
Var IgnoreLidStraw = "false"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
If Service_LidStraw = "Disable" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
|
@ -103,7 +114,12 @@
|
|||
; count down
|
||||
If LidStrawCountDown = 1 Then
|
||||
Var LidStrawCountDown = 10
|
||||
|
||||
If StarwState = "Press" Then
|
||||
Machine Straw
|
||||
EndIf
|
||||
If LidState = "Press" Then
|
||||
Machine Lid
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -247,6 +247,18 @@
|
|||
;Var showShotEnable = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
|
||||
If TOPPING2 = "shot coffee termtem" Then
|
||||
|
||||
Var y_shot_coffee_bg = y2_topping_bg
|
||||
Var y_shot_coffee_bt = y_shot_coffee_bg + 100
|
||||
Var ShotCoffeeBG = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
;Var ShotCoffeeBG = "Invisible"
|
||||
;Var showShotEnable = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
;-END
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt_catalog.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -199,8 +199,8 @@
|
|||
<X> 696 </X>
|
||||
<Y> 395 </Y>
|
||||
<State> Menu7Selected </State>
|
||||
<Filename> Var( DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Filename> Var( DirImage + "/bn_sugar_and_energy.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_sugar_and_energy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||
|
|
@ -7,30 +7,30 @@
|
|||
|
||||
|
||||
product_code = []
|
||||
product_code.append('13-01-01-0001')
|
||||
product_code.append('13-01-01-0013')
|
||||
product_code.append('13-11-01-0001')
|
||||
product_code.append('13-01-01-0003')
|
||||
product_code.append('13-01-01-0014')
|
||||
product_code.append('13-01-01-0004')
|
||||
product_code.append('13-01-01-0005')
|
||||
product_code.append('13-01-01-0006')
|
||||
product_code.append('13-01-01-0007')
|
||||
product_code.append('13-01-01-0009')
|
||||
product_code.append('13-01-01-0010')
|
||||
product_code.append('13-01-01-0011')
|
||||
product_code.append('13-01-01-0012')
|
||||
product_code.append('13-11-02-0001')
|
||||
product_code.append('13-01-02-0001')
|
||||
product_code.append('13-01-02-0011')
|
||||
product_code.append('13-01-02-0002')
|
||||
product_code.append('13-11-02-0002')
|
||||
product_code.append('13-01-02-0003')
|
||||
product_code.append('13-01-02-0004')
|
||||
product_code.append('13-01-02-0005')
|
||||
product_code.append('13-01-02-0007')
|
||||
product_code.append('13-01-02-0008')
|
||||
product_code.append('13-01-02-0009')
|
||||
product_code.append('14-01-01-0001')
|
||||
product_code.append('14-01-01-0013')
|
||||
product_code.append('14-11-01-0001')
|
||||
product_code.append('14-01-01-0003')
|
||||
product_code.append('14-01-01-0014')
|
||||
product_code.append('14-01-01-0004')
|
||||
product_code.append('14-01-01-0005')
|
||||
product_code.append('14-01-01-0006')
|
||||
product_code.append('14-01-01-0007')
|
||||
product_code.append('14-01-01-0009')
|
||||
product_code.append('14-01-01-0010')
|
||||
product_code.append('14-01-01-0011')
|
||||
product_code.append('14-01-01-0012')
|
||||
product_code.append('14-11-02-0001')
|
||||
product_code.append('14-01-02-0001')
|
||||
product_code.append('14-01-02-0011')
|
||||
product_code.append('14-01-02-0002')
|
||||
product_code.append('14-11-02-0002')
|
||||
product_code.append('14-01-02-0003')
|
||||
product_code.append('14-01-02-0004')
|
||||
product_code.append('14-01-02-0005')
|
||||
product_code.append('14-01-02-0007')
|
||||
product_code.append('14-01-02-0008')
|
||||
product_code.append('14-01-02-0009')
|
||||
#product_code.append('')
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -5,30 +5,30 @@
|
|||
|
||||
|
||||
product_code = []
|
||||
product_code.append('13-02-01-0001')
|
||||
product_code.append('13-02-01-0002')
|
||||
product_code.append('13-02-01-0003')
|
||||
product_code.append('13-02-01-0004')
|
||||
product_code.append('13-02-01-0005')
|
||||
product_code.append('13-02-01-0006')
|
||||
product_code.append('13-02-01-0007')
|
||||
product_code.append('13-02-01-0008')
|
||||
product_code.append('13-02-01-0009')
|
||||
product_code.append('13-02-01-0010')
|
||||
product_code.append('13-02-01-0011')
|
||||
product_code.append('13-02-01-0012')
|
||||
product_code.append('13-02-02-0001')
|
||||
product_code.append('13-02-02-0002')
|
||||
product_code.append('13-02-02-0003')
|
||||
product_code.append('13-02-02-0004')
|
||||
product_code.append('13-02-02-0005')
|
||||
product_code.append('13-02-02-0006')
|
||||
product_code.append('13-02-02-0007')
|
||||
product_code.append('13-02-02-0008')
|
||||
product_code.append('13-02-02-0009')
|
||||
product_code.append('13-02-02-0010')
|
||||
product_code.append('13-02-02-0011')
|
||||
product_code.append('13-02-02-0012')
|
||||
product_code.append('14-02-01-0001')
|
||||
product_code.append('14-02-01-0002')
|
||||
product_code.append('14-02-01-0003')
|
||||
product_code.append('14-02-01-0004')
|
||||
product_code.append('14-02-01-0005')
|
||||
product_code.append('14-02-01-0006')
|
||||
product_code.append('14-02-01-0007')
|
||||
#product_code.append('14-02-01-0008')
|
||||
#product_code.append('14-02-01-0009')
|
||||
#product_code.append('14-02-01-0010')
|
||||
#product_code.append('14-02-01-0011')
|
||||
#product_code.append('14-02-01-0012')
|
||||
product_code.append('14-02-02-0001')
|
||||
product_code.append('14-02-02-0002')
|
||||
product_code.append('14-02-02-0003')
|
||||
product_code.append('14-02-02-0004')
|
||||
product_code.append('14-02-02-0005')
|
||||
product_code.append('14-02-02-0006')
|
||||
product_code.append('14-02-02-0007')
|
||||
#product_code.append('14-02-02-0008')
|
||||
#product_code.append('14-02-02-0009')
|
||||
#product_code.append('14-02-02-0010')
|
||||
#product_code.append('14-02-02-0011')
|
||||
#product_code.append('14-02-02-0012')
|
||||
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -7,17 +7,17 @@
|
|||
|
||||
|
||||
product_code = []
|
||||
product_code.append('13-03-01-0001')
|
||||
product_code.append('13-03-01-0002')
|
||||
product_code.append('13-03-01-0003')
|
||||
product_code.append('13-03-01-0004')
|
||||
product_code.append('13-03-01-0005')
|
||||
product_code.append('13-03-02-0001')
|
||||
product_code.append('13-03-02-0002')
|
||||
product_code.append('13-03-02-0003')
|
||||
product_code.append('13-03-02-0004')
|
||||
product_code.append('13-03-02-0006')
|
||||
product_code.append('13-03-02-0005')
|
||||
product_code.append('14-03-01-0001')
|
||||
product_code.append('14-03-01-0002')
|
||||
product_code.append('14-03-01-0003')
|
||||
product_code.append('14-03-01-0004')
|
||||
product_code.append('14-03-01-0005')
|
||||
product_code.append('14-03-02-0001')
|
||||
product_code.append('14-03-02-0002')
|
||||
product_code.append('14-03-02-0003')
|
||||
product_code.append('14-03-02-0004')
|
||||
product_code.append('14-03-02-0006')
|
||||
product_code.append('14-03-02-0005')
|
||||
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt_catalog.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -198,8 +198,8 @@
|
|||
<X> 696 </X>
|
||||
<Y> 395 </Y>
|
||||
<State> Menu7Selected </State>
|
||||
<Filename> Var( DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Filename> Var( DirImage + "/bn_sugar_and_energy.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_sugar_and_energy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -262,28 +262,28 @@
|
|||
<ScrollHeight> "auto" </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
; button i=1 13-03-01-0001
|
||||
; button i=1 14-03-01-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-01-0001.Button </State>
|
||||
<State> $14-03-01-0001.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-01-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-01-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-01-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-01-0001.image ) " </FilenameDisable>
|
||||
<State> $14-03-01-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-01-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-01-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-01-0001.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-01-0001.Self
|
||||
Var NameDrink = $13-03-01-0001.NameE
|
||||
Var NameDrinkTH = $13-03-01-0001.Name
|
||||
Var DrinkDescriptionTH = $13-03-01-0001.description
|
||||
Var DrinkDescription = $13-03-01-0001.descriptionE
|
||||
Var PriceDrink = $13-03-01-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-01-0001.image
|
||||
Var SelectDrink = $14-03-01-0001.Self
|
||||
Var NameDrink = $14-03-01-0001.NameE
|
||||
Var NameDrinkTH = $14-03-01-0001.Name
|
||||
Var DrinkDescriptionTH = $14-03-01-0001.description
|
||||
Var DrinkDescription = $14-03-01-0001.descriptionE
|
||||
Var PriceDrink = $14-03-01-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-01-0001.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-01-0001.Price </Value>
|
||||
<Value> $14-03-01-0001.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -320,7 +320,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0001.Name </Value>
|
||||
<Value> $14-03-01-0001.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0001.description </Value>
|
||||
<Value> $14-03-01-0001.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -341,7 +341,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0001.NameE </Value>
|
||||
<Value> $14-03-01-0001.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -351,31 +351,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0001.descriptionE </Value>
|
||||
<Value> $14-03-01-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=2 13-03-01-0002
|
||||
; button i=2 14-03-01-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-01-0002.Button </State>
|
||||
<State> $14-03-01-0002.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-01-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-01-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-01-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-01-0002.image ) " </FilenameDisable>
|
||||
<State> $14-03-01-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-01-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-01-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-01-0002.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-01-0002.Self
|
||||
Var NameDrink = $13-03-01-0002.NameE
|
||||
Var NameDrinkTH = $13-03-01-0002.Name
|
||||
Var DrinkDescriptionTH = $13-03-01-0002.description
|
||||
Var DrinkDescription = $13-03-01-0002.descriptionE
|
||||
Var PriceDrink = $13-03-01-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-01-0002.image
|
||||
Var SelectDrink = $14-03-01-0002.Self
|
||||
Var NameDrink = $14-03-01-0002.NameE
|
||||
Var NameDrinkTH = $14-03-01-0002.Name
|
||||
Var DrinkDescriptionTH = $14-03-01-0002.description
|
||||
Var DrinkDescription = $14-03-01-0002.descriptionE
|
||||
Var PriceDrink = $14-03-01-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-01-0002.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-01-0002.Price </Value>
|
||||
<Value> $14-03-01-0002.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0002.Name </Value>
|
||||
<Value> $14-03-01-0002.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -422,7 +422,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0002.description </Value>
|
||||
<Value> $14-03-01-0002.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0002.NameE </Value>
|
||||
<Value> $14-03-01-0002.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -443,31 +443,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0002.descriptionE </Value>
|
||||
<Value> $14-03-01-0002.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=3 13-03-01-0003
|
||||
; button i=3 14-03-01-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-01-0003.Button </State>
|
||||
<State> $14-03-01-0003.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-01-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-01-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-01-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-01-0003.image ) " </FilenameDisable>
|
||||
<State> $14-03-01-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-01-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-01-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-01-0003.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-01-0003.Self
|
||||
Var NameDrink = $13-03-01-0003.NameE
|
||||
Var NameDrinkTH = $13-03-01-0003.Name
|
||||
Var DrinkDescriptionTH = $13-03-01-0003.description
|
||||
Var DrinkDescription = $13-03-01-0003.descriptionE
|
||||
Var PriceDrink = $13-03-01-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-01-0003.image
|
||||
Var SelectDrink = $14-03-01-0003.Self
|
||||
Var NameDrink = $14-03-01-0003.NameE
|
||||
Var NameDrinkTH = $14-03-01-0003.Name
|
||||
Var DrinkDescriptionTH = $14-03-01-0003.description
|
||||
Var DrinkDescription = $14-03-01-0003.descriptionE
|
||||
Var PriceDrink = $14-03-01-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-01-0003.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -483,7 +483,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-01-0003.Price </Value>
|
||||
<Value> $14-03-01-0003.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -504,7 +504,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0003.Name </Value>
|
||||
<Value> $14-03-01-0003.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -514,7 +514,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0003.description </Value>
|
||||
<Value> $14-03-01-0003.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -525,7 +525,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0003.NameE </Value>
|
||||
<Value> $14-03-01-0003.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -535,31 +535,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0003.descriptionE </Value>
|
||||
<Value> $14-03-01-0003.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=4 13-03-01-0004
|
||||
; button i=4 14-03-01-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-01-0004.Button </State>
|
||||
<State> $14-03-01-0004.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-01-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-01-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-01-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-01-0004.image ) " </FilenameDisable>
|
||||
<State> $14-03-01-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-01-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-01-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-01-0004.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-01-0004.Self
|
||||
Var NameDrink = $13-03-01-0004.NameE
|
||||
Var NameDrinkTH = $13-03-01-0004.Name
|
||||
Var DrinkDescriptionTH = $13-03-01-0004.description
|
||||
Var DrinkDescription = $13-03-01-0004.descriptionE
|
||||
Var PriceDrink = $13-03-01-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-01-0004.image
|
||||
Var SelectDrink = $14-03-01-0004.Self
|
||||
Var NameDrink = $14-03-01-0004.NameE
|
||||
Var NameDrinkTH = $14-03-01-0004.Name
|
||||
Var DrinkDescriptionTH = $14-03-01-0004.description
|
||||
Var DrinkDescription = $14-03-01-0004.descriptionE
|
||||
Var PriceDrink = $14-03-01-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-01-0004.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -575,7 +575,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-01-0004.Price </Value>
|
||||
<Value> $14-03-01-0004.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -596,7 +596,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0004.Name </Value>
|
||||
<Value> $14-03-01-0004.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -606,7 +606,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0004.description </Value>
|
||||
<Value> $14-03-01-0004.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -617,7 +617,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0004.NameE </Value>
|
||||
<Value> $14-03-01-0004.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -627,31 +627,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0004.descriptionE </Value>
|
||||
<Value> $14-03-01-0004.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=5 13-03-01-0005
|
||||
; button i=5 14-03-01-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-01-0005.Button </State>
|
||||
<State> $14-03-01-0005.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-01-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-01-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-01-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-01-0005.image ) " </FilenameDisable>
|
||||
<State> $14-03-01-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-01-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-01-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-01-0005.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-01-0005.Self
|
||||
Var NameDrink = $13-03-01-0005.NameE
|
||||
Var NameDrinkTH = $13-03-01-0005.Name
|
||||
Var DrinkDescriptionTH = $13-03-01-0005.description
|
||||
Var DrinkDescription = $13-03-01-0005.descriptionE
|
||||
Var PriceDrink = $13-03-01-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-01-0005.image
|
||||
Var SelectDrink = $14-03-01-0005.Self
|
||||
Var NameDrink = $14-03-01-0005.NameE
|
||||
Var NameDrinkTH = $14-03-01-0005.Name
|
||||
Var DrinkDescriptionTH = $14-03-01-0005.description
|
||||
Var DrinkDescription = $14-03-01-0005.descriptionE
|
||||
Var PriceDrink = $14-03-01-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-01-0005.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -667,7 +667,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-01-0005.Price </Value>
|
||||
<Value> $14-03-01-0005.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -688,7 +688,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0005.Name </Value>
|
||||
<Value> $14-03-01-0005.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -698,7 +698,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-01-0005.description </Value>
|
||||
<Value> $14-03-01-0005.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0005.NameE </Value>
|
||||
<Value> $14-03-01-0005.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -719,31 +719,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-01-0005.descriptionE </Value>
|
||||
<Value> $14-03-01-0005.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=6 13-03-02-0001
|
||||
; button i=6 14-03-02-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-02-0001.Button </State>
|
||||
<State> $14-03-02-0001.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-02-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-02-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-02-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-02-0001.image ) " </FilenameDisable>
|
||||
<State> $14-03-02-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-02-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-02-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-02-0001.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-02-0001.Self
|
||||
Var NameDrink = $13-03-02-0001.NameE
|
||||
Var NameDrinkTH = $13-03-02-0001.Name
|
||||
Var DrinkDescriptionTH = $13-03-02-0001.description
|
||||
Var DrinkDescription = $13-03-02-0001.descriptionE
|
||||
Var PriceDrink = $13-03-02-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-02-0001.image
|
||||
Var SelectDrink = $14-03-02-0001.Self
|
||||
Var NameDrink = $14-03-02-0001.NameE
|
||||
Var NameDrinkTH = $14-03-02-0001.Name
|
||||
Var DrinkDescriptionTH = $14-03-02-0001.description
|
||||
Var DrinkDescription = $14-03-02-0001.descriptionE
|
||||
Var PriceDrink = $14-03-02-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-02-0001.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -759,7 +759,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-02-0001.Price </Value>
|
||||
<Value> $14-03-02-0001.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -780,7 +780,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0001.Name </Value>
|
||||
<Value> $14-03-02-0001.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0001.description </Value>
|
||||
<Value> $14-03-02-0001.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -801,7 +801,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0001.NameE </Value>
|
||||
<Value> $14-03-02-0001.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -811,31 +811,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0001.descriptionE </Value>
|
||||
<Value> $14-03-02-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=7 13-03-02-0002
|
||||
; button i=7 14-03-02-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-02-0002.Button </State>
|
||||
<State> $14-03-02-0002.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-02-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-02-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-02-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-02-0002.image ) " </FilenameDisable>
|
||||
<State> $14-03-02-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-02-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-02-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-02-0002.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-02-0002.Self
|
||||
Var NameDrink = $13-03-02-0002.NameE
|
||||
Var NameDrinkTH = $13-03-02-0002.Name
|
||||
Var DrinkDescriptionTH = $13-03-02-0002.description
|
||||
Var DrinkDescription = $13-03-02-0002.descriptionE
|
||||
Var PriceDrink = $13-03-02-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-02-0002.image
|
||||
Var SelectDrink = $14-03-02-0002.Self
|
||||
Var NameDrink = $14-03-02-0002.NameE
|
||||
Var NameDrinkTH = $14-03-02-0002.Name
|
||||
Var DrinkDescriptionTH = $14-03-02-0002.description
|
||||
Var DrinkDescription = $14-03-02-0002.descriptionE
|
||||
Var PriceDrink = $14-03-02-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-02-0002.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -851,7 +851,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-02-0002.Price </Value>
|
||||
<Value> $14-03-02-0002.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -872,7 +872,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0002.Name </Value>
|
||||
<Value> $14-03-02-0002.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0002.description </Value>
|
||||
<Value> $14-03-02-0002.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -893,7 +893,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0002.NameE </Value>
|
||||
<Value> $14-03-02-0002.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -903,31 +903,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0002.descriptionE </Value>
|
||||
<Value> $14-03-02-0002.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=8 13-03-02-0003
|
||||
; button i=8 14-03-02-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-02-0003.Button </State>
|
||||
<State> $14-03-02-0003.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-02-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-02-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-02-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-02-0003.image ) " </FilenameDisable>
|
||||
<State> $14-03-02-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-02-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-02-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-02-0003.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-02-0003.Self
|
||||
Var NameDrink = $13-03-02-0003.NameE
|
||||
Var NameDrinkTH = $13-03-02-0003.Name
|
||||
Var DrinkDescriptionTH = $13-03-02-0003.description
|
||||
Var DrinkDescription = $13-03-02-0003.descriptionE
|
||||
Var PriceDrink = $13-03-02-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-02-0003.image
|
||||
Var SelectDrink = $14-03-02-0003.Self
|
||||
Var NameDrink = $14-03-02-0003.NameE
|
||||
Var NameDrinkTH = $14-03-02-0003.Name
|
||||
Var DrinkDescriptionTH = $14-03-02-0003.description
|
||||
Var DrinkDescription = $14-03-02-0003.descriptionE
|
||||
Var PriceDrink = $14-03-02-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-02-0003.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -943,7 +943,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-02-0003.Price </Value>
|
||||
<Value> $14-03-02-0003.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -964,7 +964,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0003.Name </Value>
|
||||
<Value> $14-03-02-0003.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -974,7 +974,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0003.description </Value>
|
||||
<Value> $14-03-02-0003.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -985,7 +985,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0003.NameE </Value>
|
||||
<Value> $14-03-02-0003.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -995,31 +995,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0003.descriptionE </Value>
|
||||
<Value> $14-03-02-0003.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=9 13-03-02-0004
|
||||
; button i=9 14-03-02-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-02-0004.Button </State>
|
||||
<State> $14-03-02-0004.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-02-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-02-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-02-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-02-0004.image ) " </FilenameDisable>
|
||||
<State> $14-03-02-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-02-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-02-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-02-0004.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-02-0004.Self
|
||||
Var NameDrink = $13-03-02-0004.NameE
|
||||
Var NameDrinkTH = $13-03-02-0004.Name
|
||||
Var DrinkDescriptionTH = $13-03-02-0004.description
|
||||
Var DrinkDescription = $13-03-02-0004.descriptionE
|
||||
Var PriceDrink = $13-03-02-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-02-0004.image
|
||||
Var SelectDrink = $14-03-02-0004.Self
|
||||
Var NameDrink = $14-03-02-0004.NameE
|
||||
Var NameDrinkTH = $14-03-02-0004.Name
|
||||
Var DrinkDescriptionTH = $14-03-02-0004.description
|
||||
Var DrinkDescription = $14-03-02-0004.descriptionE
|
||||
Var PriceDrink = $14-03-02-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-02-0004.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -1035,7 +1035,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-02-0004.Price </Value>
|
||||
<Value> $14-03-02-0004.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -1056,7 +1056,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0004.Name </Value>
|
||||
<Value> $14-03-02-0004.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1066,7 +1066,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0004.description </Value>
|
||||
<Value> $14-03-02-0004.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1077,7 +1077,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0004.NameE </Value>
|
||||
<Value> $14-03-02-0004.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1087,31 +1087,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0004.descriptionE </Value>
|
||||
<Value> $14-03-02-0004.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=10 13-03-02-0006
|
||||
; button i=10 14-03-02-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-02-0006.Button </State>
|
||||
<State> $14-03-02-0006.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-02-0006.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-02-0006.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-02-0006.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-02-0006.image ) " </FilenameDisable>
|
||||
<State> $14-03-02-0006.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-02-0006.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-02-0006.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-02-0006.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-02-0006.Self
|
||||
Var NameDrink = $13-03-02-0006.NameE
|
||||
Var NameDrinkTH = $13-03-02-0006.Name
|
||||
Var DrinkDescriptionTH = $13-03-02-0006.description
|
||||
Var DrinkDescription = $13-03-02-0006.descriptionE
|
||||
Var PriceDrink = $13-03-02-0006.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-02-0006.image
|
||||
Var SelectDrink = $14-03-02-0006.Self
|
||||
Var NameDrink = $14-03-02-0006.NameE
|
||||
Var NameDrinkTH = $14-03-02-0006.Name
|
||||
Var DrinkDescriptionTH = $14-03-02-0006.description
|
||||
Var DrinkDescription = $14-03-02-0006.descriptionE
|
||||
Var PriceDrink = $14-03-02-0006.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-02-0006.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -1127,7 +1127,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-02-0006.Price </Value>
|
||||
<Value> $14-03-02-0006.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -1148,7 +1148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0006.Name </Value>
|
||||
<Value> $14-03-02-0006.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1158,7 +1158,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0006.description </Value>
|
||||
<Value> $14-03-02-0006.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1169,7 +1169,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0006.NameE </Value>
|
||||
<Value> $14-03-02-0006.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1179,31 +1179,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0006.descriptionE </Value>
|
||||
<Value> $14-03-02-0006.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=11 13-03-02-0005
|
||||
; button i=11 14-03-02-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-03-02-0005.Button </State>
|
||||
<State> $14-03-02-0005.Button </State>
|
||||
<Button>
|
||||
<State> $13-03-02-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-03-02-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-03-02-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-03-02-0005.image ) " </FilenameDisable>
|
||||
<State> $14-03-02-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-03-02-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-03-02-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-03-02-0005.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-03-02-0005.Self
|
||||
Var NameDrink = $13-03-02-0005.NameE
|
||||
Var NameDrinkTH = $13-03-02-0005.Name
|
||||
Var DrinkDescriptionTH = $13-03-02-0005.description
|
||||
Var DrinkDescription = $13-03-02-0005.descriptionE
|
||||
Var PriceDrink = $13-03-02-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-03-02-0005.image
|
||||
Var SelectDrink = $14-03-02-0005.Self
|
||||
Var NameDrink = $14-03-02-0005.NameE
|
||||
Var NameDrinkTH = $14-03-02-0005.Name
|
||||
Var DrinkDescriptionTH = $14-03-02-0005.description
|
||||
Var DrinkDescription = $14-03-02-0005.descriptionE
|
||||
Var PriceDrink = $14-03-02-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-03-02-0005.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -1219,7 +1219,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-03-02-0005.Price </Value>
|
||||
<Value> $14-03-02-0005.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -1240,7 +1240,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0005.Name </Value>
|
||||
<Value> $14-03-02-0005.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1250,7 +1250,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-03-02-0005.description </Value>
|
||||
<Value> $14-03-02-0005.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1261,7 +1261,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0005.NameE </Value>
|
||||
<Value> $14-03-02-0005.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1271,7 +1271,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-03-02-0005.descriptionE </Value>
|
||||
<Value> $14-03-02-0005.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
</FrameScroll>
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
|
||||
product_code = []
|
||||
product_code.append('13-05-01-0001')
|
||||
product_code.append('13-05-02-0001')
|
||||
product_code.append('13-05-02-0002')
|
||||
product_code.append('13-05-02-0003')
|
||||
product_code.append('13-05-02-0004')
|
||||
product_code.append('13-05-02-0005')
|
||||
product_code.append('13-05-02-0006')
|
||||
product_code.append('14-05-01-0001')
|
||||
product_code.append('14-05-02-0001')
|
||||
product_code.append('14-05-02-0002')
|
||||
product_code.append('14-05-02-0003')
|
||||
product_code.append('14-05-02-0004')
|
||||
product_code.append('14-05-02-0005')
|
||||
product_code.append('14-05-02-0006')
|
||||
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt_catalog.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -198,8 +198,8 @@
|
|||
<X> 696 </X>
|
||||
<Y> 395 </Y>
|
||||
<State> Menu7Selected </State>
|
||||
<Filename> Var( DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Filename> Var( DirImage + "/bn_sugar_and_energy.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_sugar_and_energy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -262,28 +262,28 @@
|
|||
<ScrollHeight> "auto" </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
; button i=1 13-05-01-0001
|
||||
; button i=1 14-05-01-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-01-0001.Button </State>
|
||||
<State> $14-05-01-0001.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-01-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-01-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-01-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-01-0001.image ) " </FilenameDisable>
|
||||
<State> $14-05-01-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-01-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-01-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-01-0001.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-01-0001.Self
|
||||
Var NameDrink = $13-05-01-0001.NameE
|
||||
Var NameDrinkTH = $13-05-01-0001.Name
|
||||
Var DrinkDescriptionTH = $13-05-01-0001.description
|
||||
Var DrinkDescription = $13-05-01-0001.descriptionE
|
||||
Var PriceDrink = $13-05-01-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-01-0001.image
|
||||
Var SelectDrink = $14-05-01-0001.Self
|
||||
Var NameDrink = $14-05-01-0001.NameE
|
||||
Var NameDrinkTH = $14-05-01-0001.Name
|
||||
Var DrinkDescriptionTH = $14-05-01-0001.description
|
||||
Var DrinkDescription = $14-05-01-0001.descriptionE
|
||||
Var PriceDrink = $14-05-01-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-01-0001.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-01-0001.Price </Value>
|
||||
<Value> $14-05-01-0001.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -320,7 +320,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-01-0001.Name </Value>
|
||||
<Value> $14-05-01-0001.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-01-0001.description </Value>
|
||||
<Value> $14-05-01-0001.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -341,7 +341,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-01-0001.NameE </Value>
|
||||
<Value> $14-05-01-0001.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -351,31 +351,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-01-0001.descriptionE </Value>
|
||||
<Value> $14-05-01-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=2 13-05-02-0001
|
||||
; button i=2 14-05-02-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-02-0001.Button </State>
|
||||
<State> $14-05-02-0001.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-02-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-02-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-02-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-02-0001.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0001.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-02-0001.Self
|
||||
Var NameDrink = $13-05-02-0001.NameE
|
||||
Var NameDrinkTH = $13-05-02-0001.Name
|
||||
Var DrinkDescriptionTH = $13-05-02-0001.description
|
||||
Var DrinkDescription = $13-05-02-0001.descriptionE
|
||||
Var PriceDrink = $13-05-02-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-02-0001.image
|
||||
Var SelectDrink = $14-05-02-0001.Self
|
||||
Var NameDrink = $14-05-02-0001.NameE
|
||||
Var NameDrinkTH = $14-05-02-0001.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0001.description
|
||||
Var DrinkDescription = $14-05-02-0001.descriptionE
|
||||
Var PriceDrink = $14-05-02-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0001.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-02-0001.Price </Value>
|
||||
<Value> $14-05-02-0001.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0001.Name </Value>
|
||||
<Value> $14-05-02-0001.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -422,7 +422,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0001.description </Value>
|
||||
<Value> $14-05-02-0001.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0001.NameE </Value>
|
||||
<Value> $14-05-02-0001.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -443,31 +443,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0001.descriptionE </Value>
|
||||
<Value> $14-05-02-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=3 13-05-02-0002
|
||||
; button i=3 14-05-02-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-02-0002.Button </State>
|
||||
<State> $14-05-02-0002.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-02-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-02-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-02-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-02-0002.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0002.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-02-0002.Self
|
||||
Var NameDrink = $13-05-02-0002.NameE
|
||||
Var NameDrinkTH = $13-05-02-0002.Name
|
||||
Var DrinkDescriptionTH = $13-05-02-0002.description
|
||||
Var DrinkDescription = $13-05-02-0002.descriptionE
|
||||
Var PriceDrink = $13-05-02-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-02-0002.image
|
||||
Var SelectDrink = $14-05-02-0002.Self
|
||||
Var NameDrink = $14-05-02-0002.NameE
|
||||
Var NameDrinkTH = $14-05-02-0002.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0002.description
|
||||
Var DrinkDescription = $14-05-02-0002.descriptionE
|
||||
Var PriceDrink = $14-05-02-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0002.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -483,7 +483,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-02-0002.Price </Value>
|
||||
<Value> $14-05-02-0002.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -504,7 +504,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0002.Name </Value>
|
||||
<Value> $14-05-02-0002.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -514,7 +514,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0002.description </Value>
|
||||
<Value> $14-05-02-0002.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -525,7 +525,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0002.NameE </Value>
|
||||
<Value> $14-05-02-0002.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -535,31 +535,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0002.descriptionE </Value>
|
||||
<Value> $14-05-02-0002.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=4 13-05-02-0003
|
||||
; button i=4 14-05-02-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-02-0003.Button </State>
|
||||
<State> $14-05-02-0003.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-02-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-02-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-02-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-02-0003.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0003.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-02-0003.Self
|
||||
Var NameDrink = $13-05-02-0003.NameE
|
||||
Var NameDrinkTH = $13-05-02-0003.Name
|
||||
Var DrinkDescriptionTH = $13-05-02-0003.description
|
||||
Var DrinkDescription = $13-05-02-0003.descriptionE
|
||||
Var PriceDrink = $13-05-02-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-02-0003.image
|
||||
Var SelectDrink = $14-05-02-0003.Self
|
||||
Var NameDrink = $14-05-02-0003.NameE
|
||||
Var NameDrinkTH = $14-05-02-0003.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0003.description
|
||||
Var DrinkDescription = $14-05-02-0003.descriptionE
|
||||
Var PriceDrink = $14-05-02-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0003.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -575,7 +575,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-02-0003.Price </Value>
|
||||
<Value> $14-05-02-0003.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -596,7 +596,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0003.Name </Value>
|
||||
<Value> $14-05-02-0003.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -606,7 +606,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0003.description </Value>
|
||||
<Value> $14-05-02-0003.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -617,7 +617,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0003.NameE </Value>
|
||||
<Value> $14-05-02-0003.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -627,31 +627,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0003.descriptionE </Value>
|
||||
<Value> $14-05-02-0003.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=5 13-05-02-0004
|
||||
; button i=5 14-05-02-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-02-0004.Button </State>
|
||||
<State> $14-05-02-0004.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-02-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-02-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-02-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-02-0004.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0004.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-02-0004.Self
|
||||
Var NameDrink = $13-05-02-0004.NameE
|
||||
Var NameDrinkTH = $13-05-02-0004.Name
|
||||
Var DrinkDescriptionTH = $13-05-02-0004.description
|
||||
Var DrinkDescription = $13-05-02-0004.descriptionE
|
||||
Var PriceDrink = $13-05-02-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-02-0004.image
|
||||
Var SelectDrink = $14-05-02-0004.Self
|
||||
Var NameDrink = $14-05-02-0004.NameE
|
||||
Var NameDrinkTH = $14-05-02-0004.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0004.description
|
||||
Var DrinkDescription = $14-05-02-0004.descriptionE
|
||||
Var PriceDrink = $14-05-02-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0004.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -667,7 +667,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-02-0004.Price </Value>
|
||||
<Value> $14-05-02-0004.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -688,7 +688,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0004.Name </Value>
|
||||
<Value> $14-05-02-0004.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -698,7 +698,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0004.description </Value>
|
||||
<Value> $14-05-02-0004.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0004.NameE </Value>
|
||||
<Value> $14-05-02-0004.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -719,31 +719,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0004.descriptionE </Value>
|
||||
<Value> $14-05-02-0004.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=6 13-05-02-0005
|
||||
; button i=6 14-05-02-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-02-0005.Button </State>
|
||||
<State> $14-05-02-0005.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-02-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-02-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-02-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-02-0005.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0005.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-02-0005.Self
|
||||
Var NameDrink = $13-05-02-0005.NameE
|
||||
Var NameDrinkTH = $13-05-02-0005.Name
|
||||
Var DrinkDescriptionTH = $13-05-02-0005.description
|
||||
Var DrinkDescription = $13-05-02-0005.descriptionE
|
||||
Var PriceDrink = $13-05-02-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-02-0005.image
|
||||
Var SelectDrink = $14-05-02-0005.Self
|
||||
Var NameDrink = $14-05-02-0005.NameE
|
||||
Var NameDrinkTH = $14-05-02-0005.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0005.description
|
||||
Var DrinkDescription = $14-05-02-0005.descriptionE
|
||||
Var PriceDrink = $14-05-02-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0005.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -759,7 +759,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-02-0005.Price </Value>
|
||||
<Value> $14-05-02-0005.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -780,7 +780,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0005.Name </Value>
|
||||
<Value> $14-05-02-0005.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0005.description </Value>
|
||||
<Value> $14-05-02-0005.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -801,7 +801,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0005.NameE </Value>
|
||||
<Value> $14-05-02-0005.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -811,31 +811,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0005.descriptionE </Value>
|
||||
<Value> $14-05-02-0005.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=7 13-05-02-0006
|
||||
; button i=7 14-05-02-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-05-02-0006.Button </State>
|
||||
<State> $14-05-02-0006.Button </State>
|
||||
<Button>
|
||||
<State> $13-05-02-0006.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-05-02-0006.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-05-02-0006.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-05-02-0006.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0006.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0006.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0006.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0006.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-05-02-0006.Self
|
||||
Var NameDrink = $13-05-02-0006.NameE
|
||||
Var NameDrinkTH = $13-05-02-0006.Name
|
||||
Var DrinkDescriptionTH = $13-05-02-0006.description
|
||||
Var DrinkDescription = $13-05-02-0006.descriptionE
|
||||
Var PriceDrink = $13-05-02-0006.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-05-02-0006.image
|
||||
Var SelectDrink = $14-05-02-0006.Self
|
||||
Var NameDrink = $14-05-02-0006.NameE
|
||||
Var NameDrinkTH = $14-05-02-0006.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0006.description
|
||||
Var DrinkDescription = $14-05-02-0006.descriptionE
|
||||
Var PriceDrink = $14-05-02-0006.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0006.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -851,7 +851,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-05-02-0006.Price </Value>
|
||||
<Value> $14-05-02-0006.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -872,7 +872,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0006.Name </Value>
|
||||
<Value> $14-05-02-0006.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-05-02-0006.description </Value>
|
||||
<Value> $14-05-02-0006.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -893,7 +893,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0006.NameE </Value>
|
||||
<Value> $14-05-02-0006.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -903,7 +903,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-05-02-0006.descriptionE </Value>
|
||||
<Value> $14-05-02-0006.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
</FrameScroll>
|
||||
|
|
|
|||
|
|
@ -6,27 +6,36 @@
|
|||
|
||||
|
||||
product_code = []
|
||||
product_code.append('13-05-02-0007')
|
||||
product_code.append('13-05-02-0021')
|
||||
product_code.append('13-05-02-0010')
|
||||
product_code.append('13-05-02-0011')
|
||||
product_code.append('13-05-02-0012')
|
||||
product_code.append('13-05-02-0013')
|
||||
product_code.append('13-05-02-0008')
|
||||
product_code.append('13-05-02-0009')
|
||||
product_code.append('13-05-02-0014')
|
||||
product_code.append('13-05-02-0015')
|
||||
product_code.append('13-05-01-0001')
|
||||
product_code.append('13-05-02-0001')
|
||||
product_code.append('13-05-02-0004')
|
||||
product_code.append('13-05-02-0005')
|
||||
product_code.append('13-05-02-0006')
|
||||
product_code.append('13-05-02-0002')
|
||||
product_code.append('13-05-02-0003')
|
||||
product_code.append('13-05-02-0016')
|
||||
product_code.append('13-05-02-0017')
|
||||
product_code.append('13-05-02-0018')
|
||||
product_code.append('13-05-01-0002')
|
||||
product_code.append('14-05-02-0007')
|
||||
product_code.append('14-05-02-0021')
|
||||
product_code.append('14-05-02-0035')
|
||||
product_code.append('14-05-02-0010')
|
||||
product_code.append('14-05-02-0011')
|
||||
product_code.append('14-05-02-0012')
|
||||
#product_code.append('14-05-02-0013')
|
||||
product_code.append('14-05-02-0008')
|
||||
product_code.append('14-05-02-0009')
|
||||
product_code.append('14-05-02-0014')
|
||||
product_code.append('14-05-02-0015')
|
||||
product_code.append('14-05-02-0037')
|
||||
|
||||
product_code.append('14-05-02-0001')
|
||||
product_code.append('14-05-02-0004')
|
||||
product_code.append('14-05-02-0036')
|
||||
|
||||
#product_code.append('14-05-02-0005')
|
||||
#product_code.append('14-05-02-0006')
|
||||
product_code.append('14-05-02-0002')
|
||||
product_code.append('14-05-02-0003')
|
||||
|
||||
# DRINKING WATER
|
||||
product_code.append('14-05-02-0016')
|
||||
# ICE
|
||||
product_code.append('14-05-02-0017')
|
||||
# ICE WATER
|
||||
product_code.append('14-05-02-0018')
|
||||
# Hot water
|
||||
product_code.append('14-05-01-0002')
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -6,18 +6,18 @@
|
|||
|
||||
|
||||
product_code = []
|
||||
product_code.append('13-04-02-0001')
|
||||
product_code.append('13-04-02-0002')
|
||||
product_code.append('13-04-02-0003')
|
||||
product_code.append('13-04-02-0004')
|
||||
product_code.append('13-04-02-0005')
|
||||
product_code.append('13-04-02-0006')
|
||||
product_code.append('13-04-02-0007')
|
||||
product_code.append('13-04-02-0008')
|
||||
product_code.append('13-04-02-0009')
|
||||
product_code.append('13-04-02-0010')
|
||||
product_code.append('13-04-02-0011')
|
||||
product_code.append('14-05-01-0001')
|
||||
product_code.append('14-05-02-0034')
|
||||
product_code.append('14-05-02-0001')
|
||||
product_code.append('14-05-02-0002')
|
||||
|
||||
product_code.append('14-05-02-0003')
|
||||
product_code.append('14-05-02-0004')
|
||||
product_code.append('12-05-02-0005')
|
||||
product_code.append('14-05-02-0026')
|
||||
|
||||
product_code.append('12-05-02-0030')
|
||||
product_code.append('12-05-02-0032')
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog.xml
|
||||
#include=menu_tt_catalog.xml
|
||||
?>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt_catalog.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink1.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink2.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink2.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink3.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink3.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink4.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink4.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -196,13 +196,13 @@
|
|||
<X> 696 </X>
|
||||
<Y> 395 </Y>
|
||||
<State> Menu7Selected </State>
|
||||
<Filename> Var( DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Filename> Var( DirImage + "/bn_sugar_and_energy.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_sugar_and_energy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink7.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink7.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -217,7 +217,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink8.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink8.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
;<Volume> SoundVolume </Volume>
|
||||
;<EventClick>
|
||||
; Open "ROOT/taobin_project/xml/page_catalog_choose_drink5.xml"
|
||||
; Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink5.xml"
|
||||
;</EventClick>
|
||||
;</Button>
|
||||
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink6.xml"
|
||||
Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink6.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -262,28 +262,28 @@
|
|||
<ScrollHeight> "auto" </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
; button i=1 13-04-02-0001
|
||||
; button i=1 14-05-01-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0001.Button </State>
|
||||
<State> $14-05-01-0001.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0001.image ) " </FilenameDisable>
|
||||
<State> $14-05-01-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-01-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-01-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-01-0001.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0001.Self
|
||||
Var NameDrink = $13-04-02-0001.NameE
|
||||
Var NameDrinkTH = $13-04-02-0001.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0001.description
|
||||
Var DrinkDescription = $13-04-02-0001.descriptionE
|
||||
Var PriceDrink = $13-04-02-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0001.image
|
||||
Var SelectDrink = $14-05-01-0001.Self
|
||||
Var NameDrink = $14-05-01-0001.NameE
|
||||
Var NameDrinkTH = $14-05-01-0001.Name
|
||||
Var DrinkDescriptionTH = $14-05-01-0001.description
|
||||
Var DrinkDescription = $14-05-01-0001.descriptionE
|
||||
Var PriceDrink = $14-05-01-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-01-0001.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0001.Price </Value>
|
||||
<Value> $14-05-01-0001.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -320,7 +320,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0001.Name </Value>
|
||||
<Value> $14-05-01-0001.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0001.description </Value>
|
||||
<Value> $14-05-01-0001.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -341,7 +341,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0001.NameE </Value>
|
||||
<Value> $14-05-01-0001.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -351,31 +351,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0001.descriptionE </Value>
|
||||
<Value> $14-05-01-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=2 13-04-02-0002
|
||||
; button i=2 14-05-02-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0002.Button </State>
|
||||
<State> $14-05-02-0034.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0002.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0034.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0034.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0034.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0034.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0002.Self
|
||||
Var NameDrink = $13-04-02-0002.NameE
|
||||
Var NameDrinkTH = $13-04-02-0002.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0002.description
|
||||
Var DrinkDescription = $13-04-02-0002.descriptionE
|
||||
Var PriceDrink = $13-04-02-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0002.image
|
||||
Var SelectDrink = $14-05-02-0034.Self
|
||||
Var NameDrink = $14-05-02-0034.NameE
|
||||
Var NameDrinkTH = $14-05-02-0034.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0034.description
|
||||
Var DrinkDescription = $14-05-02-0034.descriptionE
|
||||
Var PriceDrink = $14-05-02-0034.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0034.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0002.Price </Value>
|
||||
<Value> $14-05-02-0034.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0002.Name </Value>
|
||||
<Value> $14-05-02-0034.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -422,7 +422,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0002.description </Value>
|
||||
<Value> $14-05-02-0034.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0002.NameE </Value>
|
||||
<Value> $14-05-02-0034.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -443,31 +443,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0002.descriptionE </Value>
|
||||
<Value> $14-05-02-0034.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=3 13-04-02-0003
|
||||
; button i=3 14-05-02-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0003.Button </State>
|
||||
<State> $14-05-02-0001.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0003.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0001.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0001.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0001.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0001.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0003.Self
|
||||
Var NameDrink = $13-04-02-0003.NameE
|
||||
Var NameDrinkTH = $13-04-02-0003.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0003.description
|
||||
Var DrinkDescription = $13-04-02-0003.descriptionE
|
||||
Var PriceDrink = $13-04-02-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0003.image
|
||||
Var SelectDrink = $14-05-02-0001.Self
|
||||
Var NameDrink = $14-05-02-0001.NameE
|
||||
Var NameDrinkTH = $14-05-02-0001.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0001.description
|
||||
Var DrinkDescription = $14-05-02-0001.descriptionE
|
||||
Var PriceDrink = $14-05-02-0001.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0001.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -483,7 +483,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0003.Price </Value>
|
||||
<Value> $14-05-02-0001.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -504,7 +504,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0003.Name </Value>
|
||||
<Value> $14-05-02-0001.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -514,7 +514,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0003.description </Value>
|
||||
<Value> $14-05-02-0001.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -525,7 +525,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0003.NameE </Value>
|
||||
<Value> $14-05-02-0001.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -535,31 +535,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0003.descriptionE </Value>
|
||||
<Value> $14-05-02-0001.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=4 13-04-02-0004
|
||||
; button i=4 14-05-02-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0004.Button </State>
|
||||
<State> $14-05-02-0002.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0004.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0002.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0002.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0002.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0002.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0004.Self
|
||||
Var NameDrink = $13-04-02-0004.NameE
|
||||
Var NameDrinkTH = $13-04-02-0004.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0004.description
|
||||
Var DrinkDescription = $13-04-02-0004.descriptionE
|
||||
Var PriceDrink = $13-04-02-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0004.image
|
||||
Var SelectDrink = $14-05-02-0002.Self
|
||||
Var NameDrink = $14-05-02-0002.NameE
|
||||
Var NameDrinkTH = $14-05-02-0002.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0002.description
|
||||
Var DrinkDescription = $14-05-02-0002.descriptionE
|
||||
Var PriceDrink = $14-05-02-0002.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0002.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -575,7 +575,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0004.Price </Value>
|
||||
<Value> $14-05-02-0002.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -596,7 +596,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0004.Name </Value>
|
||||
<Value> $14-05-02-0002.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -606,7 +606,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0004.description </Value>
|
||||
<Value> $14-05-02-0002.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -617,7 +617,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0004.NameE </Value>
|
||||
<Value> $14-05-02-0002.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -627,31 +627,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0004.descriptionE </Value>
|
||||
<Value> $14-05-02-0002.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=5 13-04-02-0005
|
||||
; button i=5 14-05-02-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0005.Button </State>
|
||||
<State> $14-05-02-0003.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0005.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0003.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0003.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0003.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0003.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0005.Self
|
||||
Var NameDrink = $13-04-02-0005.NameE
|
||||
Var NameDrinkTH = $13-04-02-0005.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0005.description
|
||||
Var DrinkDescription = $13-04-02-0005.descriptionE
|
||||
Var PriceDrink = $13-04-02-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0005.image
|
||||
Var SelectDrink = $14-05-02-0003.Self
|
||||
Var NameDrink = $14-05-02-0003.NameE
|
||||
Var NameDrinkTH = $14-05-02-0003.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0003.description
|
||||
Var DrinkDescription = $14-05-02-0003.descriptionE
|
||||
Var PriceDrink = $14-05-02-0003.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0003.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -667,7 +667,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0005.Price </Value>
|
||||
<Value> $14-05-02-0003.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -688,7 +688,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0005.Name </Value>
|
||||
<Value> $14-05-02-0003.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -698,7 +698,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0005.description </Value>
|
||||
<Value> $14-05-02-0003.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0005.NameE </Value>
|
||||
<Value> $14-05-02-0003.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -719,31 +719,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0005.descriptionE </Value>
|
||||
<Value> $14-05-02-0003.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=6 13-04-02-0006
|
||||
; button i=6 14-05-02-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0006.Button </State>
|
||||
<State> $14-05-02-0004.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0006.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0006.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0006.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0006.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0004.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0004.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0004.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0004.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0006.Self
|
||||
Var NameDrink = $13-04-02-0006.NameE
|
||||
Var NameDrinkTH = $13-04-02-0006.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0006.description
|
||||
Var DrinkDescription = $13-04-02-0006.descriptionE
|
||||
Var PriceDrink = $13-04-02-0006.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0006.image
|
||||
Var SelectDrink = $14-05-02-0004.Self
|
||||
Var NameDrink = $14-05-02-0004.NameE
|
||||
Var NameDrinkTH = $14-05-02-0004.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0004.description
|
||||
Var DrinkDescription = $14-05-02-0004.descriptionE
|
||||
Var PriceDrink = $14-05-02-0004.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0004.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -759,7 +759,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0006.Price </Value>
|
||||
<Value> $14-05-02-0004.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -780,7 +780,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0006.Name </Value>
|
||||
<Value> $14-05-02-0004.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0006.description </Value>
|
||||
<Value> $14-05-02-0004.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -801,7 +801,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0006.NameE </Value>
|
||||
<Value> $14-05-02-0004.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -811,31 +811,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0006.descriptionE </Value>
|
||||
<Value> $14-05-02-0004.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=7 13-04-02-0007
|
||||
; button i=7 12-05-02-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0007.Button </State>
|
||||
<State> $12-05-02-0005.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0007.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0007.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0007.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0007.image ) " </FilenameDisable>
|
||||
<State> $12-05-02-0005.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0005.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0005.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0005.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0007.Self
|
||||
Var NameDrink = $13-04-02-0007.NameE
|
||||
Var NameDrinkTH = $13-04-02-0007.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0007.description
|
||||
Var DrinkDescription = $13-04-02-0007.descriptionE
|
||||
Var PriceDrink = $13-04-02-0007.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0007.image
|
||||
Var SelectDrink = $12-05-02-0005.Self
|
||||
Var NameDrink = $12-05-02-0005.NameE
|
||||
Var NameDrinkTH = $12-05-02-0005.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0005.description
|
||||
Var DrinkDescription = $12-05-02-0005.descriptionE
|
||||
Var PriceDrink = $12-05-02-0005.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0005.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -851,7 +851,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0007.Price </Value>
|
||||
<Value> $12-05-02-0005.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -872,7 +872,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0007.Name </Value>
|
||||
<Value> $12-05-02-0005.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0007.description </Value>
|
||||
<Value> $12-05-02-0005.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -893,7 +893,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0007.NameE </Value>
|
||||
<Value> $12-05-02-0005.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -903,31 +903,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0007.descriptionE </Value>
|
||||
<Value> $12-05-02-0005.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=8 13-04-02-0008
|
||||
; button i=8 14-05-02-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0008.Button </State>
|
||||
<State> $14-05-02-0026.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0008.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0008.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0008.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0008.image ) " </FilenameDisable>
|
||||
<State> $14-05-02-0026.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $14-05-02-0026.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $14-05-02-0026.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $14-05-02-0026.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0008.Self
|
||||
Var NameDrink = $13-04-02-0008.NameE
|
||||
Var NameDrinkTH = $13-04-02-0008.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0008.description
|
||||
Var DrinkDescription = $13-04-02-0008.descriptionE
|
||||
Var PriceDrink = $13-04-02-0008.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0008.image
|
||||
Var SelectDrink = $14-05-02-0026.Self
|
||||
Var NameDrink = $14-05-02-0026.NameE
|
||||
Var NameDrinkTH = $14-05-02-0026.Name
|
||||
Var DrinkDescriptionTH = $14-05-02-0026.description
|
||||
Var DrinkDescription = $14-05-02-0026.descriptionE
|
||||
Var PriceDrink = $14-05-02-0026.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $14-05-02-0026.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -943,7 +943,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0008.Price </Value>
|
||||
<Value> $14-05-02-0026.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -964,7 +964,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0008.Name </Value>
|
||||
<Value> $14-05-02-0026.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -974,7 +974,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0008.description </Value>
|
||||
<Value> $14-05-02-0026.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -985,7 +985,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0008.NameE </Value>
|
||||
<Value> $14-05-02-0026.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -995,31 +995,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0008.descriptionE </Value>
|
||||
<Value> $14-05-02-0026.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=9 13-04-02-0009
|
||||
; button i=9 12-05-02-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0009.Button </State>
|
||||
<State> $12-05-02-0030.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0009.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0009.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0009.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0009.image ) " </FilenameDisable>
|
||||
<State> $12-05-02-0030.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0030.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0030.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0030.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0009.Self
|
||||
Var NameDrink = $13-04-02-0009.NameE
|
||||
Var NameDrinkTH = $13-04-02-0009.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0009.description
|
||||
Var DrinkDescription = $13-04-02-0009.descriptionE
|
||||
Var PriceDrink = $13-04-02-0009.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0009.image
|
||||
Var SelectDrink = $12-05-02-0030.Self
|
||||
Var NameDrink = $12-05-02-0030.NameE
|
||||
Var NameDrinkTH = $12-05-02-0030.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0030.description
|
||||
Var DrinkDescription = $12-05-02-0030.descriptionE
|
||||
Var PriceDrink = $12-05-02-0030.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0030.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -1035,7 +1035,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0009.Price </Value>
|
||||
<Value> $12-05-02-0030.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -1056,7 +1056,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0009.Name </Value>
|
||||
<Value> $12-05-02-0030.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1066,7 +1066,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0009.description </Value>
|
||||
<Value> $12-05-02-0030.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1077,7 +1077,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0009.NameE </Value>
|
||||
<Value> $12-05-02-0030.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1087,31 +1087,31 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0009.descriptionE </Value>
|
||||
<Value> $12-05-02-0030.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=10 13-04-02-0010
|
||||
; button i=10 12-05-02-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0010.Button </State>
|
||||
<State> $12-05-02-0032.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0010.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0010.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0010.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0010.image ) " </FilenameDisable>
|
||||
<State> $12-05-02-0032.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0032.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0032.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0032.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0010.Self
|
||||
Var NameDrink = $13-04-02-0010.NameE
|
||||
Var NameDrinkTH = $13-04-02-0010.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0010.description
|
||||
Var DrinkDescription = $13-04-02-0010.descriptionE
|
||||
Var PriceDrink = $13-04-02-0010.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0010.image
|
||||
Var SelectDrink = $12-05-02-0032.Self
|
||||
Var NameDrink = $12-05-02-0032.NameE
|
||||
Var NameDrinkTH = $12-05-02-0032.Name
|
||||
Var DrinkDescriptionTH = $12-05-02-0032.description
|
||||
Var DrinkDescription = $12-05-02-0032.descriptionE
|
||||
Var PriceDrink = $12-05-02-0032.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0032.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
|
|
@ -1127,7 +1127,7 @@
|
|||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0010.Price </Value>
|
||||
<Value> $12-05-02-0032.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
|
|
@ -1148,7 +1148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0010.Name </Value>
|
||||
<Value> $12-05-02-0032.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1158,7 +1158,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0010.description </Value>
|
||||
<Value> $12-05-02-0032.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1169,7 +1169,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0010.NameE </Value>
|
||||
<Value> $12-05-02-0032.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -1179,99 +1179,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0010.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; button i=11 13-04-02-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> $13-04-02-0011.Button </State>
|
||||
<Button>
|
||||
<State> $13-04-02-0011.Button </State>
|
||||
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $13-04-02-0011.image ) </Filename>
|
||||
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $13-04-02-0011.image ) " </FilenamePress>
|
||||
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $13-04-02-0011.image ) " </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var SelectDrink = $13-04-02-0011.Self
|
||||
Var NameDrink = $13-04-02-0011.NameE
|
||||
Var NameDrinkTH = $13-04-02-0011.Name
|
||||
Var DrinkDescriptionTH = $13-04-02-0011.description
|
||||
Var DrinkDescription = $13-04-02-0011.descriptionE
|
||||
Var PriceDrink = $13-04-02-0011.Price
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $13-04-02-0011.image
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 182 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> $13-04-02-0011.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 164 </X>
|
||||
<Y> 12 </Y>
|
||||
<State> ShowPrice </State>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0011.Name </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> $13-04-02-0011.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 190 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0011.NameE </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 246 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> $13-04-02-0011.descriptionE </Value>
|
||||
<Value> $12-05-02-0032.descriptionE </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
</FrameScroll>
|
||||
|
|
|
|||
|
|
@ -21,14 +21,14 @@
|
|||
Topping "clear" "-"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page2_en/page2"
|
||||
Var DirImage = "ROOT/taobin_project/image/tt_eng/TermTempage2"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/What_would_you_like_to_drink_today.mp3"
|
||||
Play PlaySoundLag
|
||||
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/page2"
|
||||
Var DirImage = "ROOT/taobin_project/image/TermTempage2"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/taobin_sawade.mp3"
|
||||
|
|
@ -179,24 +179,11 @@
|
|||
</Button>
|
||||
|
||||
|
||||
; menu row 3
|
||||
;<Button>
|
||||
;<X> 205 </X>
|
||||
;<Y> 1533 </Y>
|
||||
;<Filename> Var(DirImage + "/bn_fruit.png") </Filename>
|
||||
;<FilenamePress> Var(DirImage + "/bp_fruit.png") </FilenamePress>
|
||||
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
;<Volume> SoundVolume </Volume>
|
||||
;<EventClick>
|
||||
; Open "ROOT/taobin_project/xml/page_tt__catalog_choose_drink5.xml"
|
||||
;</EventClick>
|
||||
;</Button>
|
||||
|
||||
<Button>
|
||||
<X> 205 </X>
|
||||
<Y> 1533 </Y>
|
||||
<Filename> Var(DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Filename> Var(DirImage + "/bn_sugar_energy.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_sugar_energy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue