do brewing3

This commit is contained in:
kong 2023-02-23 13:49:19 +07:00
parent 170c05cad8
commit 347d4fe4b5
14 changed files with 2600 additions and 523 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -667,7 +667,7 @@
Var PromotionOreoVolcanoEnable = 0
If SystemDateMonthInt = 2 Then
If SystemDateDayInt = 21 Then
If SystemDateDayInt = 20 Then
Var PromotionOreoVolcanoEnable = 1
EndIf

View file

@ -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>

View file

@ -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>

File diff suppressed because it is too large Load diff