taobin_project/menu/page_catalog_group_recommend.skt

66 lines
1.3 KiB
Text
Raw Normal View History

2023-07-25 11:25:53 +07:00
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
2023-08-29 15:56:54 +07:00
#include=components/menu_catalog_default_init.xml
2023-07-25 11:25:53 +07:00
?>
2023-08-29 15:56:54 +07:00
2023-07-25 11:25:53 +07:00
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
2023-08-29 15:56:54 +07:00
2023-07-25 11:25:53 +07:00
SAVELOG PreviseXMLFileName2
Var Timeout = 0
2023-08-29 15:56:54 +07:00
If show_eng = "true" Then
2023-07-25 11:25:53 +07:00
Var text_unavailable = "UNAVAILABLE###size=16"
Else
Var text_unavailable = "หมด###size=32"
2023-08-29 15:56:54 +07:00
2023-07-25 11:25:53 +07:00
EndIf
2023-08-29 15:56:54 +07:00
<?hurr
#include=components/menu_catalog_new_menu.xml
2023-07-25 11:25:53 +07:00
?>
</EventOpen>
<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>
2023-08-29 15:56:54 +07:00
<EventClick>
2023-07-25 11:25:53 +07:00
Machine RemoveCup
Machine DoorLidOpen
Var buttonRemoveCup = "Invisible"
</EventClick>
</Button>
2023-08-29 15:56:54 +07:00
<?hurr
2023-11-15 10:06:05 +07:00
#generate_layout=menu_v1
2023-08-29 15:56:54 +07:00
?>
2023-07-25 11:25:53 +07:00
;BigLogoLayout
2023-08-29 15:56:54 +07:00
</Popup>