- add led v4 animations - extend timeout page test color - add elock

button for newui
This commit is contained in:
Pakin 2025-07-03 14:55:55 +07:00
parent 3b1cda6b64
commit 05543413ec
26 changed files with 705 additions and 406 deletions

View file

@ -14,6 +14,14 @@
Var EnableCheckin = "Enable"
Var EnableTestCoinBank = "Enable"
If EnableBrewIPC = "true" Then
Var EnableElockFromXML = "Enable"
Var EnableElockByCMD = "Invisible"
Else
Var EnableElockFromXML = "Invisible"
Var EnableElockByCMD = "Enable"
EndIf
Var Timeout = 0
If InternationalEnable = 1 Then
@ -224,6 +232,43 @@
</EventOnClick>
</Button>
</Block>
<Block>
<MarginLeft> 0 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 560 </Width>
<Height> 142 </Height>
<State> EnableElockFromXML </State>
<Button>
<Filename> "ROOT/taobin_project/image/new_vending_info/unlock_elock.png" </Filename>
<EventOnClick>
UnlockElock
;StatusLog "UnlockElock"
SAVELOG "Unlock Elock by xml"
</EventOnClick>
</Button>
</Block>
<Block>
<MarginLeft> 0 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 560 </Width>
<Height> 142 </Height>
<State> EnableElockByCMD </State>
<Button>
<Filename> "ROOT/taobin_project/image/new_vending_info/unlock_elock.png" </Filename>
<EventOnClick>
__CMD "UnlockElock" "-" "-" "-"
;StatusLog "UnlockElock"
SAVELOG "Unlock Elock by xml cmd"
</EventOnClick>
</Button>
</Block>
</FrameScroll>