taobin_project/xml/page_catalog_group_recommend.skt

84 lines
1.5 KiB
Text
Raw Normal View History

2022-03-23 22:02:11 +07:00
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
2022-05-05 23:15:44 +07:00
;<Background> "0xeae6e1" </Background>
2022-03-23 22:02:11 +07:00
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
#include=menu_catalog_default_init.xml
?>
2022-09-12 13:44:32 +07:00
Var Menu1Selected = "PressForever"
2022-03-23 22:02:11 +07:00
2023-03-28 14:44:43 +07:00
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
2022-03-23 22:02:11 +07:00
SAVELOG PreviseXMLFileName2
Var Timeout = 0
2022-09-13 21:35:00 +07:00
If show_eng = "true" Then
Var text_unavailable = "UNAVAILABLE###size=16"
Else
Var text_unavailable = "หมด###size=32"
EndIf
2022-03-23 22:02:11 +07:00
<?hurr
#include=menu_catalog_new_menu.xml
?>
</EventOpen>
<?hurr
2023-05-11 21:58:34 +07:00
#include=menu_catalog_new.py
2022-03-23 22:02:11 +07:00
?>
2023-01-16 14:57:11 +07:00
<?hurr
#include=menu_new_layout_gen_v2.py
?>
2022-04-20 15:38:07 +07:00
<?hurr
#include=menu_new_layout_gen.py
?>
2022-03-23 22:02:11 +07:00
<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
2023-05-02 15:06:46 +07:00
;Var buttonRemoveCup = "Invisible"
2022-03-23 22:02:11 +07:00
</EventClick>
</Button>
2023-03-28 14:44:43 +07:00
;BigLogoLayout
2022-03-23 22:02:11 +07:00
</Popup>
2023-03-27 16:50:13 +07:00