Update vending pre main to support v3 ui

This commit is contained in:
Pakin 2025-06-05 11:26:33 +07:00
parent a810d6baa6
commit 3f3ee8dd82

View file

@ -21,6 +21,13 @@
Var EnableTestCoinBank = "Invisible"
EndIf
If CatalogLayoutV3 = 1 Then
If CountryName = "Thailand" Then
Var EnableCheckin = "Enable"
Var EnableTestCoinBank = "Enable"
EndIf
EndIf
SAVELOG "VendingPreMain"
</EventOpen>
@ -48,7 +55,7 @@
DEBUGVAR tmpPassPhrase
__CMD "still-stay-on-pre-main" "-" "-" "-"
Refresh
TimerReset
@ -128,7 +135,7 @@
<MarginTop> 22 </MarginTop>
<Width> 560 </Width>
<Height> 80 </Height>
<State> EnableTestSystem </State>
<State> EnableTestSystem </State>
<Button>
<Filename> "ROOT/taobin_project/image/new_vending_info/test_sys_only.png" </Filename>
@ -144,7 +151,7 @@
<MarginTop> 22 </MarginTop>
<Width> 560 </Width>
<Height> 142 </Height>
<State> EnableServiceOp </State>
<State> EnableServiceOp </State>
<Button>
<Filename> "ROOT/taobin_project/image/new_vending_info/service_ops.png" </Filename>
@ -160,7 +167,7 @@
<MarginTop> 22 </MarginTop>
<Width> 560 </Width>
<Height> 142 </Height>
<State> EnableMaintenance </State>
<State> EnableMaintenance </State>
<Button>
<Filename> "ROOT/taobin_project/image/new_vending_info/maintenance_repair.png" </Filename>
@ -176,7 +183,7 @@
<MarginTop> 22 </MarginTop>
<Width> 560 </Width>
<Height> 142 </Height>
<State> EnableConfigureMachine </State>
<State> EnableConfigureMachine </State>
<Button>
<Filename> "ROOT/taobin_project/image/new_vending_info/configure_machine.png" </Filename>