ALL: change button remove cup to be include, MYS: add very big button remove cup, UAE: fix bug @ catalog tabs
This commit is contained in:
parent
6ec9bde198
commit
26acc77ac9
242 changed files with 11056 additions and 12925 deletions
|
|
@ -251,6 +251,9 @@
|
|||
DEBUGVAR WheyButtonState
|
||||
DEBUGVAR WheyEnable
|
||||
|
||||
; Has disable menu
|
||||
Var HasDisableMenu = "false"
|
||||
|
||||
; Dtac.
|
||||
|
||||
Var CAMPAIGN1 = "false"
|
||||
|
|
@ -716,6 +719,10 @@
|
|||
EndIf
|
||||
|
||||
|
||||
; malay-cannot-see-bruh
|
||||
Var UseVeryBigRemoveCupButton = "true"
|
||||
|
||||
|
||||
|
||||
; load credit
|
||||
|
||||
|
|
@ -1266,6 +1273,25 @@
|
|||
Var CheckCupStateDoorCupClose = ""
|
||||
|
||||
; zone cup on arm
|
||||
|
||||
Var bnRemoveCup = RootPath + "image/main_page/bn_remove_cup.png"
|
||||
Var bpRemoveCup = RootPath + "image/main_page/bp_remove_cup.png"
|
||||
|
||||
Var btnRemoveCupX = 780
|
||||
Var btnRemoveCupY = 630
|
||||
Var btnRemoveCupYNotPageBoard = 500
|
||||
|
||||
Var UseVeryBigRemoveCupButton = "false"
|
||||
|
||||
If UseVeryBigRemoveCupButton = "true" Then
|
||||
Var btnRemoveCupX = 580
|
||||
Var btnRemoveCupY = 530
|
||||
Var btnRemoveCupYNotPageBoard = 400
|
||||
|
||||
Var bnRemoveCup = RootPath + "image/main_page/bn_remove_cup_beeg_af.png"
|
||||
Var bpRemoveCup = RootPath + "image/main_page/bp_remove_cup_beeg_af.png"
|
||||
EndIf
|
||||
|
||||
If CupOnArm = "true" Then
|
||||
|
||||
If CheckCupStateDoorCupClose = "" Then
|
||||
|
|
@ -1622,12 +1648,15 @@ PRICE "Reset" "-"
|
|||
<EventUnitTest8>
|
||||
Var buttonRemoveCup = "Enable"
|
||||
DEBUGVAR buttonRemoveCup
|
||||
DEBUGVAR bnRemoveCup
|
||||
DEBUGVAR bpRemoveCup
|
||||
|
||||
</EventUnitTest8>
|
||||
|
||||
<EventUnitTest9>
|
||||
Var XMLProfile = "Discount90Per"
|
||||
CacheVarStr "put" XMLProfile
|
||||
Var buttonRemoveCup = "Enable"
|
||||
Var UseVeryBigRemoveCupButton = "Enable"
|
||||
DEBUGVAR buttonRemoveCup
|
||||
|
||||
|
||||
</EventUnitTest9>
|
||||
|
|
@ -2227,13 +2256,13 @@ PRICE "Reset" "-"
|
|||
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 630 </Y>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupY </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> Var(RootPath + "image/main_page/bn_remove_cup.png") </Filename>
|
||||
<Filename> Var(RootPath + "image/main_page/bp_remove_cup.png") </Filename>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue