taobin_project/xml/page_catalog_group_whey.skt

56 lines
824 B
Text
Raw Normal View History

2022-03-21 16:36:20 +07:00
<?hurr
#include=menu_head.py
touch_less_gen = False
2022-03-21 16:36:20 +07:00
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
2022-05-05 23:15:44 +07:00
;<Background> "0xeae6e1" </Background>
2022-03-21 16:36:20 +07:00
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
#include=menu_catalog_default_init.py
2022-03-21 16:36:20 +07:00
?>
2022-09-12 13:44:32 +07:00
If AppFastEnable = "true" Then
Var Menu11Selected = "PressForever"
Var Menu7Selected = "Invisible"
2022-03-21 16:36:20 +07:00
Else
2022-09-12 13:44:32 +07:00
Var Menu11Selected = "Invisible"
Var Menu7Selected = "PressForever"
2022-03-23 22:02:11 +07:00
EndIf
2022-03-21 16:36:20 +07:00
SAVELOG PreviseXMLFileName2
Var Timeout = 0
<?hurr
#include=menu_catalog_new_menu.py
2022-03-21 16:36:20 +07:00
?>
</EventOpen>
2022-05-11 17:20:33 +07:00
2022-03-21 16:36:20 +07:00
<?hurr
2023-05-11 21:58:34 +07:00
#include=menu_catalog_new.py
2022-03-21 16:36:20 +07:00
?>
2023-01-16 22:27:19 +07:00
<?hurr
#include=menu_new_layout_gen_v2.py
?>
2022-03-21 16:36:20 +07:00
<?hurr
#include=menu_new_layout_gen.py
?>
</Popup>