merged bonus
This commit is contained in:
commit
f7ac3a74a8
209 changed files with 1888 additions and 1685 deletions
|
|
@ -10,6 +10,15 @@
|
|||
Var LidState = Lid1Status
|
||||
Var StarwState = "Enable"
|
||||
Var LidStrawCountDown = 15
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_en"
|
||||
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -52,24 +61,24 @@
|
|||
|
||||
|
||||
<Image>
|
||||
<X> 112 </X>
|
||||
<Y> 1286 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_lid_straw/text1.png" </Filename>
|
||||
<X> 0 </X>
|
||||
<Y> 1289 </Y>
|
||||
<Filename> Var( DirImage + "/text2.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 78 </X>
|
||||
<Y> 1425 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_lid_straw/img3.png" </Filename>
|
||||
<Filename> Var( DirImage + "/img3.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 750 </X>
|
||||
<Y> 1783 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_lid_straw/bn_ok.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_lid_straw/bn_ok.png" </FilenamePress>
|
||||
<Filename> Var( DirImage + "/bn_ok.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/bn_ok.png" )</FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -160,7 +169,7 @@
|
|||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_doing/img2.png" </Filename>
|
||||
<Filename> page_doing_show_time_image </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue