Delete file not use

This commit is contained in:
kong 2020-10-20 11:54:27 +07:00
parent a581fcdaea
commit 07bc0fb0c3
13 changed files with 47 additions and 19374 deletions

View file

@ -6,6 +6,7 @@
<Volume> SoundVolume </Volume>
<Sound> "ROOT/sounds/selectPayment.wav" </Sound>
<EventOpen>
Var countClick2 = 0
;SAVELOG SelectDrink
;SAVELOG NameDrink
;SAVELOG NameDrinkTH
@ -551,6 +552,7 @@
<EventSecurity>
Open "/media/bt/xml/security_alarm.xml"
</EventSecurity>
<Text>
<X> 0 </X>
<Y> 1880 </Y>
@ -563,4 +565,35 @@
</Text>
<Button>
<X> 870 </X>
<Y> 1860 </Y>
<Width> 200 </Width>
<Height> 50 </Height>
<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
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_back_to_error.xml"
EndIf
Refresh
</EventClick>
</Button>
<Text>
<X> 0 </X>
<Y> 1886 </Y>
<Size> 20 </Size>
<Width> 1080</Width>
<Align> end </Align>
<Font> RobotoBlack </Font>
<Color> 0x513C2F </Color>
<Value> countClick2 </Value>
</Text>
</Popup>