do brewing3
BIN
image/page_doing_inter/bn_get_lid.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
image/page_doing_inter/bn_get_more_straw.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
image/page_doing_inter/bn_send_report.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
image/page_doing_inter/bp_get_lid.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
image/page_doing_inter/bp_get_more_straw.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
image/page_doing_inter/bp_send_report.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
image/page_drink_disable_n2/bn_Cafe_Latte_Oreo_smoothie.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
image/page_drink_n/bn_Cafe_Latte_Oreo_smoothie.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 19 KiB |
BIN
image/page_drink_press_n/bn_Cafe_Latte_Oreo_smoothie.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -667,7 +667,7 @@
|
|||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
If SystemDateDayInt = 21 Then
|
||||
If SystemDateDayInt = 20 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -317,6 +317,9 @@
|
|||
Var bg_strawProblem_ST = "Invisible"
|
||||
var EnableGetMoreStrawFileName = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If NoLangObjectShow = "Enable" Then
|
||||
Var SelectMenuBetweenBrewEnable2 = "Invisible"
|
||||
|
||||
|
|
@ -1389,8 +1392,14 @@
|
|||
Var BREW_COUNT_DOWN_FROM_APP = "off"
|
||||
Var CountDownBrewing = 121
|
||||
</EventUnitTest1>
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Next Order
|
||||
;
|
||||
<Button>
|
||||
<X> 733 </X>
|
||||
<Y> 1787 </Y>
|
||||
|
|
@ -1437,8 +1446,14 @@
|
|||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Button Straw, More request and report.
|
||||
;
|
||||
<Button>
|
||||
<X> XStraw </X>
|
||||
<Y> 1787 </Y>
|
||||
|
|
@ -1476,8 +1491,14 @@
|
|||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Next Order
|
||||
;
|
||||
<Button>
|
||||
<X> 14 </X>
|
||||
<Y> 1787 </Y>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,45 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
<?hurr
|
||||
#include=menu_catalog_default_init.xml
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog_new_menu.xml
|
||||
?>
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog_inc.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v2.py
|
||||
?>
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||