DO
This commit is contained in:
parent
cb2b9d55fd
commit
a6ccab454d
3 changed files with 14 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.3 KiB |
|
|
@ -16,6 +16,7 @@
|
||||||
Var UserSelectProductCode = SelectDrink
|
Var UserSelectProductCode = SelectDrink
|
||||||
|
|
||||||
Var showText4 = "Invisible"
|
Var showText4 = "Invisible"
|
||||||
|
Var showText7 = "Invisible"
|
||||||
|
|
||||||
DEBUGVAR UserSelectProductCode
|
DEBUGVAR UserSelectProductCode
|
||||||
|
|
||||||
|
|
@ -750,6 +751,13 @@
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
<Image>
|
||||||
|
<State> showText7 </Stage>
|
||||||
|
<X> 602 </X>
|
||||||
|
<Y> 64 </Y>
|
||||||
|
<Filename> Var( DirImage + "/text7.png" ) </Filename>
|
||||||
|
</Image>
|
||||||
|
|
||||||
</Block>
|
</Block>
|
||||||
|
|
||||||
;- Begin topping1
|
;- Begin topping1
|
||||||
|
|
@ -1576,6 +1584,9 @@
|
||||||
|
|
||||||
Var topping2 = toppingID2index2
|
Var topping2 = toppingID2index2
|
||||||
Var DisableUsingCode = "true"
|
Var DisableUsingCode = "true"
|
||||||
|
|
||||||
|
Var showText7 = "Enable"
|
||||||
|
|
||||||
SAVELOG "Select add normal shot"
|
SAVELOG "Select add normal shot"
|
||||||
Else
|
Else
|
||||||
If blendedState = "Disable" Then
|
If blendedState = "Disable" Then
|
||||||
|
|
@ -1588,6 +1599,8 @@
|
||||||
Var DisableUsingCode = "false"
|
Var DisableUsingCode = "false"
|
||||||
SAVELOG "Deselect add normal shot"
|
SAVELOG "Deselect add normal shot"
|
||||||
|
|
||||||
|
Var showText7 = "Invisible"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
DEBUGVAR showShotEnable
|
DEBUGVAR showShotEnable
|
||||||
|
|
@ -1598,6 +1611,7 @@
|
||||||
|
|
||||||
SAVELOG PriceDrinkTmp
|
SAVELOG PriceDrinkTmp
|
||||||
|
|
||||||
|
Var Timeout = 0
|
||||||
Refresh
|
Refresh
|
||||||
|
|
||||||
</Function1>
|
</Function1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue