rename file
This commit is contained in:
parent
01e30d5e45
commit
7278543b84
63 changed files with 0 additions and 0 deletions
|
|
@ -1,63 +0,0 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Sound> "ROOT/sounds/Ding-dong.wav" </Sound>
|
||||
<EventOpen>
|
||||
; On open
|
||||
Var LidState = "Enable"
|
||||
Var StarwState = "Enable"
|
||||
Var videoEnd = 0
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
If HaveCup = "false" Then
|
||||
Open "ROOT/taobin_project/xml/menu_back_to_main.xml"
|
||||
EndIf
|
||||
TimerReset
|
||||
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/ad_medium_2.png" </Filename>
|
||||
</Image>
|
||||
|
||||
; Old
|
||||
|
||||
<Video>
|
||||
<X> 36 </X>
|
||||
<Y> 621 </Y>
|
||||
<Width> 917 </Width>
|
||||
<Height> 917 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> "ROOT/taobin_project/video/taobin_drink_ok.mov" </Filename>
|
||||
</Video>
|
||||
|
||||
<Image>
|
||||
<X> 119 </X>
|
||||
<Y> 508 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/complete/img1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 217 </X>
|
||||
<Y> 1640 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/complete/bn_goto_main.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/complete/bp_goto_main.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/menu_back_to_main.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue