DO
This commit is contained in:
parent
6dc2c89b7a
commit
dbb7254a47
56 changed files with 5604 additions and 580 deletions
|
|
@ -89,7 +89,16 @@
|
|||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If NETCORE_LOST_CNT > 0 Then
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_en/"
|
||||
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
StopLongPlay
|
||||
|
||||
|
|
@ -254,7 +263,7 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If countClick = 5 Then
|
||||
If countClick = 10 Then
|
||||
Var countClick = 0
|
||||
MainMenu
|
||||
EndIf
|
||||
|
|
@ -272,40 +281,10 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var countClick2 = countClick2 + 1
|
||||
If countClick2 = 3 Then
|
||||
|
||||
EndIf
|
||||
|
||||
If countClick2 = 5 Then
|
||||
Var MachineStage = "show-menu"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
|
||||
EndIf
|
||||
Refresh
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
;<Text>
|
||||
;<X> 0 </X>
|
||||
;<Y> 1860 </Y>
|
||||
;<Size> 20 </Size>
|
||||
;<Width> 1080</Width>
|
||||
;<Align> Start </Align>
|
||||
;<Font> RobotoBlack </Font>
|
||||
;<Color> 0x513C2F </Color>
|
||||
;<Value> countClick </Value>
|
||||
;</Text>
|
||||
;<Text>
|
||||
;<X> 0 </X>
|
||||
;<Y> 1876 </Y>
|
||||
;<Size> 20 </Size>
|
||||
;<Width> 1080</Width>
|
||||
;<Align> end </Align>
|
||||
;<Font> RobotoBlack </Font>
|
||||
;<Color> 0x513C2F </Color>
|
||||
;<Value> countClick2 </Value>
|
||||
;</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 5 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue