First start TaoBin
This commit is contained in:
commit
a497d17fc2
54 changed files with 27396 additions and 0 deletions
30
xml/menu_confirm.xml
Normal file
30
xml/menu_confirm.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<Page>
|
||||
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1288 </Height>
|
||||
<Background> "ROOT/ui/bg_main_menu.png" </Background>
|
||||
<EventOpen>
|
||||
; On open
|
||||
Var payment = "cash"
|
||||
Var showPic = "ROOT/ui/page_02_choose_an_additional/" + PictureDrink
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 5000 </Timeout>
|
||||
<EventTimeout>
|
||||
Open "ROOT/xml/menu_board.xml"
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 100 </X>
|
||||
<Y> 100 </Y>
|
||||
<Filename> showPic </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue