DO
This commit is contained in:
parent
7fe1806d26
commit
c0550b32fd
21 changed files with 150 additions and 27 deletions
95
xml/counter/taobinvd/page_wait_order.xml
Normal file
95
xml/counter/taobinvd/page_wait_order.xml
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
TopView "show"
|
||||
; On open
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
<EventLanguageChange>
|
||||
;
|
||||
DEBUGVAR LangEng
|
||||
If LangEng = "true" Then
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR LangThai
|
||||
If LangThai = "true" Then
|
||||
|
||||
EndIf
|
||||
|
||||
</EventLanguageChange>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
;SAVELOG SoundPlaying
|
||||
|
||||
If countDownRetrun > 0 Then
|
||||
Var countDownRetrun = countDownRetrun - 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1540 </Height>
|
||||
<Color> "0xeae6e1" </Color>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 870 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 200 </Height>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClickLong>
|
||||
OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/vending_info.xml"
|
||||
;OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/page_remove_cup.xml"
|
||||
</EventClickLong>
|
||||
|
||||
</Image>
|
||||
|
||||
|
||||
<EventUnitTest1>
|
||||
|
||||
</EventUnitTest1>
|
||||
<EventUnitTest2>
|
||||
|
||||
</EventUnitTest2>
|
||||
|
||||
<EventUnitTest3>
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/event/promotion_pepsi.xml"
|
||||
</EventUnitTest3>
|
||||
<EventUnitTest4>
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/event/page_recommend_oreo_buy2_save_more.xml"
|
||||
</EventUnitTest4>
|
||||
|
||||
<Text>
|
||||
<X> 1 </X>
|
||||
<Y> 1 </Y>
|
||||
<Font> KanitTTF </Font>
|
||||
<Size> 22 </Size>
|
||||
<Width> 1080 </Width>
|
||||
<Align> end </Align>
|
||||
<Color> 0xFF0000 </Color>
|
||||
<Value> "#CT"</Value>
|
||||
</Text>
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue