83 lines
1.5 KiB
Text
83 lines
1.5 KiB
Text
<?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 Menu1Selected = "PressForever"
|
|
|
|
Var OreoBigButtonEnable = "Enable"
|
|
|
|
If $12-01-01-0001.Button = "Invisible" Then
|
|
Var esp102101001Enable = "Invisible"
|
|
Var esp122101001Enable = "Enable"
|
|
|
|
Else
|
|
Var esp102101001Enable = "Enable"
|
|
Var esp122101001Enable = "Invisible"
|
|
|
|
EndIf
|
|
|
|
SAVELOG PreviseXMLFileName2
|
|
|
|
Var Timeout = 0
|
|
|
|
If show_eng = "true" Then
|
|
|
|
Var text_unavailable = "UNAVAILABLE###size=16"
|
|
Else
|
|
Var text_unavailable = "หมด###size=32"
|
|
|
|
EndIf
|
|
|
|
<?hurr
|
|
#include=menu_catalog_new_menu.xml
|
|
?>
|
|
|
|
</EventOpen>
|
|
|
|
|
|
<?hurr
|
|
#include=menu_catalog_new.py
|
|
?>
|
|
|
|
|
|
<?hurr
|
|
#include=menu_new_layout_gen_v2.py
|
|
?>
|
|
<?hurr
|
|
#include=menu_new_layout_gen.py
|
|
?>
|
|
|
|
<Button>
|
|
<X> 780 </X>
|
|
<Y> 500 </Y>
|
|
<State> buttonRemoveCup </State>
|
|
;<Color> "0x00BDFF" </Color>
|
|
<Interval> 500 </Interval>
|
|
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
|
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
|
<EventClick>
|
|
Machine RemoveCup
|
|
Machine DoorLidOpen
|
|
Var buttonRemoveCup = "Invisible"
|
|
</EventClick>
|
|
</Button>
|
|
|
|
|
|
|
|
;BigLogoLayout
|
|
|
|
</Popup>
|
|
|
|
|