First start TaoBin

This commit is contained in:
Wanlop 2020-09-14 15:09:29 +07:00
commit a497d17fc2
54 changed files with 27396 additions and 0 deletions

29
xml/menu_list.xml Normal file
View file

@ -0,0 +1,29 @@
<Popup>
<Width> 1080 </Width>
<Height> 1920 </Height>
<EventOpen>
Var menu_status = "run"
If VendingClass = "coffeeInthanin01" Then
Open "ROOT/xml/menu_list_inthanin.xml"
Else
Open "ROOT/xml/menu_list_original2.xml"
EndIf
</EventOpen>
<Timeout> 10000 </Timeout>
<EventTimeout>
;Var menu_status = "stop"
TimerReset
Refresh
</EventTimeout>
</Popup>