taobin_project/xml/menu_list.xml
2020-09-14 15:09:29 +07:00

29 lines
400 B
XML

<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>