First start TaoBin
This commit is contained in:
commit
a497d17fc2
54 changed files with 27396 additions and 0 deletions
29
xml/menu_list.xml
Normal file
29
xml/menu_list.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue