diff --git a/image/topping_revamp_mmr/bg_top_cocoa.png b/image/topping_revamp_mmr/bg_top_cocoa.png
new file mode 100644
index 00000000..81b9cfbc
Binary files /dev/null and b/image/topping_revamp_mmr/bg_top_cocoa.png differ
diff --git a/image/topping_revamp_mmr/bg_top_oreo.png b/image/topping_revamp_mmr/bg_top_oreo.png
new file mode 100644
index 00000000..54574480
Binary files /dev/null and b/image/topping_revamp_mmr/bg_top_oreo.png differ
diff --git a/image/topping_revamp_mmr/bg_top_ovaltine.png b/image/topping_revamp_mmr/bg_top_ovaltine.png
new file mode 100644
index 00000000..b262635a
Binary files /dev/null and b/image/topping_revamp_mmr/bg_top_ovaltine.png differ
diff --git a/image/topping_revamp_mmr/bg_top_popup.png b/image/topping_revamp_mmr/bg_top_popup.png
new file mode 100644
index 00000000..1882575d
Binary files /dev/null and b/image/topping_revamp_mmr/bg_top_popup.png differ
diff --git a/image/topping_revamp_mmr/bn_accept.png b/image/topping_revamp_mmr/bn_accept.png
new file mode 100644
index 00000000..3a41ae26
Binary files /dev/null and b/image/topping_revamp_mmr/bn_accept.png differ
diff --git a/image/topping_revamp_mmr/bn_accept2.png b/image/topping_revamp_mmr/bn_accept2.png
new file mode 100644
index 00000000..4a4dd78d
Binary files /dev/null and b/image/topping_revamp_mmr/bn_accept2.png differ
diff --git a/image/topping_revamp_mmr/bp_accept.png b/image/topping_revamp_mmr/bp_accept.png
new file mode 100644
index 00000000..5ae3cbd1
Binary files /dev/null and b/image/topping_revamp_mmr/bp_accept.png differ
diff --git a/image/topping_revamp_mmr/bp_accept2.png b/image/topping_revamp_mmr/bp_accept2.png
new file mode 100644
index 00000000..4c45ce50
Binary files /dev/null and b/image/topping_revamp_mmr/bp_accept2.png differ
diff --git a/image/topping_revamp_msc/bg_bottom.png b/image/topping_revamp_msc/bg_bottom.png
new file mode 100644
index 00000000..29c229f2
Binary files /dev/null and b/image/topping_revamp_msc/bg_bottom.png differ
diff --git a/image/topping_revamp_msc/bg_top_cocoa.png b/image/topping_revamp_msc/bg_top_cocoa.png
new file mode 100644
index 00000000..951e597a
Binary files /dev/null and b/image/topping_revamp_msc/bg_top_cocoa.png differ
diff --git a/image/topping_revamp_msc/bg_top_oreo.png b/image/topping_revamp_msc/bg_top_oreo.png
new file mode 100644
index 00000000..6f9432f7
Binary files /dev/null and b/image/topping_revamp_msc/bg_top_oreo.png differ
diff --git a/image/topping_revamp_msc/bg_top_ovaltine.png b/image/topping_revamp_msc/bg_top_ovaltine.png
new file mode 100644
index 00000000..04c3dc92
Binary files /dev/null and b/image/topping_revamp_msc/bg_top_ovaltine.png differ
diff --git a/image/topping_revamp_msc/bg_top_popup.png b/image/topping_revamp_msc/bg_top_popup.png
new file mode 100644
index 00000000..a29c29f4
Binary files /dev/null and b/image/topping_revamp_msc/bg_top_popup.png differ
diff --git a/image/topping_revamp_msc/bn_accept.png b/image/topping_revamp_msc/bn_accept.png
new file mode 100644
index 00000000..325771bf
Binary files /dev/null and b/image/topping_revamp_msc/bn_accept.png differ
diff --git a/image/topping_revamp_msc/bn_accept2.png b/image/topping_revamp_msc/bn_accept2.png
new file mode 100644
index 00000000..fcb8cbd2
Binary files /dev/null and b/image/topping_revamp_msc/bn_accept2.png differ
diff --git a/image/topping_revamp_msc/bp_accept.png b/image/topping_revamp_msc/bp_accept.png
new file mode 100644
index 00000000..ec21dd63
Binary files /dev/null and b/image/topping_revamp_msc/bp_accept.png differ
diff --git a/image/topping_revamp_msc/bp_accept2.png b/image/topping_revamp_msc/bp_accept2.png
new file mode 100644
index 00000000..d1967056
Binary files /dev/null and b/image/topping_revamp_msc/bp_accept2.png differ
diff --git a/inter/aus/configure.ev b/inter/aus/configure.ev
new file mode 100644
index 00000000..07532c6e
--- /dev/null
+++ b/inter/aus/configure.ev
@@ -0,0 +1,10 @@
+
+ If BoxID = 200027 Then
+ Var EnableMultiInstanceFromBoxID = 1
+ EndIf
+
+ READ_FILE "/mnt/sdcard/enable_ui_v3" EnableMultiInstanceFromConfig
+ If EnableMultiInstanceFromConfig = "true" Then
+ DEBUGVAR EnableMultiInstanceFromConfig
+ Var EnableMultiInstanceFromBoxID = 1
+ EndIf
diff --git a/inter/aus/xml/multi/ForProGroup.inc b/inter/aus/xml/multi/ForProGroup.inc
new file mode 100644
index 00000000..6ba3248b
--- /dev/null
+++ b/inter/aus/xml/multi/ForProGroup.inc
@@ -0,0 +1,27 @@
+;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ GetVisible inst_show_exclude_group
+
+ If inst_show_exclude_group_counter = "" Then
+ Var inst_show_exclude_group_counter = 15
+ EndIf
+
+
+ If inst_show_exclude_group = 1 Then
+ If inst_show_exclude_group_counter > 0 Then
+
+ Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
+
+ If inst_show_exclude_group_counter = 0 Then
+ RefreshAll
+ Var inst_show_exclude_group_counter = 15
+ EndIf
+ EndIf
+ EndIf
+
+ If Timeout > 60 Then
+ ;include="ROOT/taobin_project/inc/return_condition.ev"
+ EndIf
+
+ Var Timeout = Timeout + 1
diff --git a/inter/aus/xml/multi/InstanceGetSetString.inc b/inter/aus/xml/multi/InstanceGetSetString.inc
new file mode 100644
index 00000000..da82c003
--- /dev/null
+++ b/inter/aus/xml/multi/InstanceGetSetString.inc
@@ -0,0 +1,17 @@
+ InstanceGetString SaveStringInst
+ ;DEBUGVAR SaveStringInst
+ ;DEBUGVAR show_eng
+
+
+
+ If SaveStringInst = "RefreshNow" Then
+ RefreshAll
+ Else
+
+
+ EndIf
+ InstanceSetString "-"
+ ;DEBUGVAR LanguageShow
+
+
+
diff --git a/inter/aus/xml/multi/coffee.ev b/inter/aus/xml/multi/coffee.ev
new file mode 100644
index 00000000..dc99d5ed
--- /dev/null
+++ b/inter/aus/xml/multi/coffee.ev
@@ -0,0 +1,4 @@
+SAVELOG "Call coffee.ev"
+RootLayoutVisible 10 "show"
+TabMenuVisibleInst 2
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/control_and_lang_swith.lxml b/inter/aus/xml/multi/control_and_lang_swith.lxml
index c203f2bb..036e1abc 100644
--- a/inter/aus/xml/multi/control_and_lang_swith.lxml
+++ b/inter/aus/xml/multi/control_and_lang_swith.lxml
@@ -1,437 +1,98 @@
-
- 1080
- 1920
+Var layoutVersion = ""
-
- Var Top2Timeout = 0
+If CatalogLayoutV3 = 1 Then
+ Var layoutVersion = "v3/"
+EndIf
-
-
- If InternationalEnable = 1 Then
- Var topview2_script = CountryRootPath + "/xml/topview2_script.ev"
+TRY "ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+TRY "ROOT/taobin_project/aus/xml/event/tricker.ev"
- ; will apply other countries
- If CountryName = "UnitedArabEmirates Dubai" Then
- TRY topview2_script
- Else
- If CountryName = "Malaysia" Then
- TRY topview2_script
- Else
- Var lang_icon_file_name[0] = "bn_eng_lang.png"
- Var lang_icon_file_name[1] = "bn_thai_lang.png"
- Var lang_icon_file_name[2] = "bn_china_lang.png"
- Var lang_icon_file_name[3] = "bn_japan_lang.png"
+SAVELOG "=================================================== Control language and switch instance ========================="
- Var lang_icon_file_name[4] = "bn_malay_lang.png"
- var lang_icon_file_name[5] = "bn_uae_dubai_lang.png"
- EndIf
- EndIf
- Else
-
- Var lang_icon_file_name[0] = "bn_eng_lang.png"
- Var lang_icon_file_name[1] = "bn_thai_lang.png"
- Var lang_icon_file_name[3] = "bn_japan_lang.png"
- Var lang_icon_file_name[2] = "bn_china_lang.png"
-
- Var lang_icon_file_name[4] = "bn_malay_lang.png"
- var lang_icon_file_name[5] = "bn_uae_dubai_lang.png"
-
- EndIf
+OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_coffee.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/coffee.ev"
+Var InstanceTabOpenFile2 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+Var InstanceTabOpenFile2 = InstanceTabOpenFile2 + "/page_catalog_group_coffee.lxml"
- Var LanguageButtonListEnable = "Invisible"
-
- Var langFileNameIcon = lang_icon_file_name[LanguageShowByIndex]
+OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_tea.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/tea.ev"
+Var InstanceTabOpenFile3 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+Var InstanceTabOpenFile3 = InstanceTabOpenFile3 + "/page_catalog_group_tea.lxml"
- Var langfn = "ROOT/taobin_project/image/lang/" + langFileNameIcon
+OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_milk.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/milk.ev"
+Var InstanceTabOpenFile4 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+Var InstanceTabOpenFile4 = InstanceTabOpenFile4 + "/page_catalog_group_milk.lxml"
- ;If CountryName = "Malaysia" Then
- ; Var dirImageLang = CountryRootPath + "image/lang/"
- ; Var langfn = dirImageLang + langFileNameIcon
- ; DEBUGVAR langfn
- ; DEBUGVAR ButtonLanguageCurrentXPosition
- ; DEBUGVAR ButtonLanguageCurrentYPosition
- ;EndIf
-
+OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_other.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/other.ev"
+Var InstanceTabOpenFile7 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
- Var ButtonLanguageListXPositionIcon = ButtonLanguageListXPosition + 27
- Var ButtonLanguageListYPositionIcon = ButtonLanguageListYPosition + 14
-
- DEBUGVAR ENABLE_LANGUAGE_COUNT
- If ENABLE_LANGUAGE_COUNT = "" Then
- LanguageControl "UpdateList" 1
- EndIf
+If AppFastButtonState = "Enable" Then
+ Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+ Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_appfast.lxml"
+EndIf
- If ENABLE_LANGUAGE_COUNT = 1 Then
- Var LanguageButtonEnable = "Invisible"
- EndIf
+If WheyButtonState = "Enable" Then
+ OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_whey.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/kidandwhey.ev"
+ Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+ Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_whey.lxml"
+Else
+ OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_forkid.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/kidandwhey.ev"
+ Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+ Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_forkid.lxml"
+EndIf
- If FirstTimeOpenFile = "" Then
- ;Var Not#CountDownForMulti = 5
- Var FirstTimeOpenFile = "done"
- EndIf
+If MenuKidButtonState = "Enable" Then
+ OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_forkid.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/kidandwhey.ev"
+ Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+ Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_forkid.lxml"
+EndIf
- IF Not#CountDownForMulti = "" Then
- Var Not#CountDownForMulti = 99
- EndIf
- If EnableMultiInstance = "true" Then
- Var OpenRedirectSize = -1
- GetRedirectCount OpenRedirectSize
- ;DEBUGVAR OpenRedirectSize
- If OpenRedirectSize = 0 Then
- SAVELOG "OpenRedirectSize zero size"
- Var Not#CountDownForMulti = 5
- EndIf
+If CocktailShow = "true" Then
+ OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_cocktail.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/health.ev"
+ Var InstanceTabOpenFile6 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+ Var InstanceTabOpenFile6 = InstanceTabOpenFile6 + "/page_catalog_group_cocktail.lxml"
+Else
+ OpenRedirect "/taobin_project/inter/aus/xml/page_catalog_group_dessert.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/health.ev"
+ Var InstanceTabOpenFile6 = "ROOT/taobin_project/inter/aus/xml/multi/" + layoutVersion
+ Var InstanceTabOpenFile6 = InstanceTabOpenFile6 + "/page_catalog_group_dessert.lxml"
+EndIfi
- EndIf
-
- 1000
-
- ;DEBUGVAR Top2Timeout
- Var Top2Timeout = Top2Timeout + 1
- If Top2Timeout = 20 Then
- Open "ROOT/taobin_project/xml/topview2.xml"
- EndIf
+OpenRedirect "taobin_project/inter/aus/xml/page_catalog_group_recommend.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/recommend.ev"
- If TimeForClose > 0 Then
- Var TimeForClose = TimeForClose - 1
- DEBUGVAR TimeForClose
- EndIf
- If TimeForClose = 1 Then
- Var LanguageButtonListEnable = "Invisible"
- Refresh
- EndIf
- If EnableMultiInstance = "true" Then
- If Not#CountDownForMulti = 99 Then
+TabMenuLock 15
+OpenInst 15 "ROOT/taobin_project/inter/aus/xml/multi/tab_menu.lxml"
- ;DEBUGVAR Not#CountDownForMulti
-
- Else
- If Not#CountDownForMulti = 1 Then
-
- OpenRedirect "/taobin_project/xml/page_catalog_group_coffee.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/coffee.ev"
- OpenRedirect "/taobin_project/xml/page_catalog_group_tea.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/tea.ev"
- OpenRedirect "/taobin_project/xml/page_catalog_group_milk.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/milk.ev"
- OpenRedirect "/taobin_project/xml/page_catalog_group_other_other.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/otherOther.ev"
- OpenRedirect "/taobin_project/xml/page_catalog_group_pepsi7up.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/pepsi7up.ev"
-
- Var InstanceTabOpenFile2 = "ROOT/taobin_project/xml/menutab/page_catalog_group_coffee.xml"
- Var InstanceTabOpenFile3 = "ROOT/taobin_project/xml/menutab/page_catalog_group_tea.xml"
- Var InstanceTabOpenFile4 = "ROOT/taobin_project/xml/menutab/page_catalog_group_milk.xml"
-
- If AppFastButtonState = "Enable" Then
- Var InstanceTabOpenFile5 = "ROOT/taobin_project/xml/menutab/page_catalog_group_appfast.xml"
- EndIf
- If WheyButtonState = "Enable" Then
- Var InstanceTabOpenFile5 = "ROOT/taobin_project/xml/menutab/page_catalog_group_whey.xml"
- OpenRedirect "/taobin_project/xml/page_catalog_group_whey.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/kidandwhey.ev"
- EndIf
- If MenuKidButtonState = "Enable" Then
- Var InstanceTabOpenFile5 = "ROOT/taobin_project/xml/menutab/page_catalog_group_forkid.xml"
- OpenRedirect "/taobin_project/xml/page_catalog_group_forkid.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/kidandwhey.ev"
- EndIf
+TabMenuVisibleInst 99
- If CocktailShow = "true" Then
- Var InstanceTabOpenFile6 = "ROOT/taobin_project/xml/menutab/page_catalog_group_cocktail.xml"
- OpenRedirect "/taobin_project/xml/page_catalog_group_cocktail.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/health.ev"
+DEBUGVAR Not#CountDownForMulti
+DEBUGVAR InstanceTabOpenFile2
+DEBUGVAR InstanceTabOpenFile3
+DEBUGVAR InstanceTabOpenFile4
+DEBUGVAR InstanceTabOpenFile5
+DEBUGVAR InstanceTabOpenFile6
+DEBUGVAR InstanceTabOpenFile7
+DEBUGVAR InstanceTabOpenFile8
+DEBUGVAR InstanceTabOpenFile9
- Else
- Var InstanceTabOpenFile6 = "ROOT/taobin_project/xml/menutab/page_catalog_group_health.xml"
- OpenRedirect "/taobin_project/xml/page_catalog_group_health.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/health.ev"
- EndIf
- Var InstanceTabOpenFile7 = "ROOT/taobin_project/xml/menutab/page_catalog_group_other_other.xml"
-
- Var InstanceTabOpenFile8 = "ROOT/taobin_project/xml/menutab/page_catalog_group_pepsi_7up.xml"
+DEBUGVAR InstanceTabOpenFile10
-
- Var InstanceTabOpenFile9 = "ROOT/taobin_project/xml/menutab/start_up_inst_dummy.xml"
- Var InstanceTabOpenFile10 = "ROOT/taobin_project/xml/menutab/start_up_inst_dummy.xml"
- Var InstanceTabOpenFile11 = "ROOT/taobin_project/xml/menutab/start_up_inst_dummy.xml"
- Var InstanceTabOpenFile12 = "ROOT/taobin_project/xml/menutab/start_up_inst_dummy.xml"
- Var InstanceTabOpenFile13 = "ROOT/taobin_project/xml/menutab/start_up_inst_dummy.xml"
+DEBUGVAR WheyButtonState
+DEBUGVAR MenuKidButtonState
+DEBUGVAR CocktailShow
- TabMenuVisibleInst 99
- EndIf
-
- If Not#CountDownForMulti > 0 Then
- DEBUGVAR Not#CountDownForMulti
- Var Not#CountDownForMulti = Not#CountDownForMulti - 1
- EndIf
- EndIf
+ Var ButtonLanguageCurrentXPosition = 1015
+ Var ButtonLanguageCurrentYPosition = 458 - 38
+
+ Var ButtonLanguageListXPosition = 990
+ Var ButtonLanguageListYPosition = 450 - 38
- EndIf
- If BrewCommand = "RefreshAll" Then
- DEBUGVAR BrewCommand
- Var BrewCommand = "-"
- If EnableMultiInstance = "true" Then
- InstanceOverSetString "RefreshNow" 5
- InstanceOverSetString "RefreshNow" 6
- InstanceOverSetString "RefreshNow" 7
- InstanceOverSetString "RefreshNow" 8
- InstanceOverSetString "RefreshNow" 9
- InstanceOverSetString "RefreshNow" 10
- InstanceOverSetString "RefreshNow" 11
- ; TODO
+Var CatalogLayoutV3Loaded = 1
-
- EndIf
- If Not#CountDownForMulti = 99 Then
- Var Not#CountDownForMulti = 5
- EndIf
- EndIf
-
-
-
- TimerReset
-
-
-
-; setvarint SlientRefreshEnable 1
-;
-;
-
-
-
-
-
- ButtonLanguageListXPosition
- ButtonLanguageListYPosition
- 986
- "auto"
- "vertical"
- LanguageButtonListEnable
-;
-
- 82
- 51
- "Enable"
-
- "ROOT/taobin_project/image/lang/lang_bg_top.png"
-
-
-
- 82
- 56
- ENABLE_THAI
-
- "ROOT/taobin_project/image/lang/lang_bg_center.png"
-
-
-
- 82
- 56
- ENABLE_ENG
-
- "ROOT/taobin_project/image/lang/lang_bg_center.png"
-
-
-
- 82
- 56
- ENABLE_JAPAN
-
-
- "ROOT/taobin_project/image/lang/lang_bg_center.png"
-
-
-
-
- 82
- 56
- ENABLE_CHINA
-
- "ROOT/taobin_project/image/lang/lang_bg_center.png"
-
-
-
- 82
- 56
- ENABLE_MALAY
-
- "ROOT/taobin_project/image/lang/lang_bg_center.png"
-
-
-
- 82
- 56
- ENABLE_UAE_DUBAI
-
- "ROOT/taobin_project/image/lang/lang_bg_center.png"
-
-
-
- 82
- 51
- "Enable"
-
- "ROOT/taobin_project/image/lang/lang_bg_bottom.png"
-
-
-
-
-
-
- ButtonLanguageListXPositionIcon
- ButtonLanguageListYPositionIcon
- 958
- "auto"
- "vertical"
- LanguageButtonListEnable
-;
-
- 82
- 68
- ENABLE_THAI
-
-
-
- 82
- 68
- ENABLE_ENG
-
-
-
- 82
- 68
- ENABLE_JAPAN
-
-
-
- 82
- 68
- ENABLE_CHINA
-
-
-
- 82
- 68
- ENABLE_MALAY
-
-
-
- 82
- 68
- ENABLE_UAE_DUBAI
-
-
-
-
-
-;
-
-
+LanguageShow = "ENG"
diff --git a/inter/aus/xml/multi/health.ev b/inter/aus/xml/multi/health.ev
new file mode 100644
index 00000000..92620920
--- /dev/null
+++ b/inter/aus/xml/multi/health.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call health.ev"
+TabMenuVisibleInst 6
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/kidandwhey.ev b/inter/aus/xml/multi/kidandwhey.ev
new file mode 100644
index 00000000..cfd232dd
--- /dev/null
+++ b/inter/aus/xml/multi/kidandwhey.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call kidandwhey.ev"
+TabMenuVisibleInst 5
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/menu_catalog_default_init.lxml b/inter/aus/xml/multi/menu_catalog_default_init.lxml
new file mode 100644
index 00000000..51111d75
--- /dev/null
+++ b/inter/aus/xml/multi/menu_catalog_default_init.lxml
@@ -0,0 +1,125 @@
+ Var NextPage = "-"
+
+ DEBUGVAR ICE_PROCESS_STATUS
+ DEBUGVAR ICE_PROCESS_TXT
+
+
+ DEBUGVAR LanguageShow
+ DEBUGVAR CountryName
+
+ If LanguageShow = "ENG" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+ Var DirImage = "ROOT/taobin_project/image/page3_en"
+ Var ice_tab_text = "Ice will be ready at "
+
+ EndIf
+ If LanguageShow = "THAI" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
+ Var ice_tab_text = "น้ำแข็งจะพร้อมเวลา "
+ Var DirImage = "ROOT/taobin_project/image/page3"
+ EndIf
+
+ ;inter-image
+ If CountryName = "Malaysia" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_myr/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+ Var DirImage = "ROOT/taobin_project/image/page3_en"
+ Var ice_tab_text = "Ice will be ready at "
+ EndIf
+
+
+ ;inter-image
+ If CountryName = "Australia" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_aus/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+ Var DirImage = "ROOT/taobin_project/image/page3_en"
+ Var ice_tab_text = "Ice will be ready at "
+ EndIf
+
+
+ If ICE_PROCESS_STATUS = 2 Then
+ Var ice_tab_process_show = "Enable"
+ Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+
+
+ ; SpiralOnline
+
+ Var MenuVSelected2 = "Invisible"
+
+ Var Menu1Selected2 = "Invisible"
+ Var Menu2Selected2 = "Invisible"
+ Var Menu3Selected2 = "Invisible"
+ Var Menu4Selected2 = "Invisible"
+
+ Var Menu6Selected2 = "Invisible"
+ Var Menu7Selected2 = "Invisible"
+ Var MenuVSelected2 = "Invisible"
+ Var Menu11Selected2 = "Invisible"
+
+ Var Menu21Selected2 = "Invisible"
+
+ Var MenuVSelected2 = "Invisible"
+ If SpiralOnline = "true" Then
+ If Seeker = "curr" Then
+ Var MenuVSelected2 = "Enable"
+ EndIf
+ EndIf
+
+ ; init default
+ Var Menu1Selected = "Enable"
+ Var Menu2Selected = "Enable"
+ Var Menu3Selected = "Enable"
+ Var Menu4Selected = "Enable"
+ ; 5 fruit
+ Var Menu5Selected = "Invisible"
+ Var Menu6Selected = "Enable"
+ Var Menu7Selected = "Enable"
+ ; 8 cocktail
+ Var Menu8Selected = "Invisible"
+
+ If CocktailShow = "true" Then
+ Var Menu7Selected = "Invisible"
+ Var Menu8Selected = "Enable"
+ EndIf
+
+
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "Enable"
+ Var Menu21Selected = "Invisible"
+ Var Menu7Selected = "Invisible"
+ Else
+ If MenuKidEnable = "true" Then
+ Var Menu11Selected = "Invisible"
+ Var Menu21Selected = "Enable"
+ Var Menu7Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu21Selected = "Invisible"
+ Var Menu7Selected = "Enable"
+ EndIf
+ EndIf
+
+ If CocktailShow = "true" Then
+ Var Menu7Selected = "Invisible"
+ EndIf
+
+ If RecipeTag1 = "HealthTurnOn" Then
+ Var Menu22Selected = "Enable"
+ Else
+ Var Menu22Selected = "Invisible"
+ EndIf
+
+ If WinterWarmersCatalogFlag = 1 Then
+ Var MenuWinterWarmersCatalogState = "Enable"
+ Else
+ Var MenuWinterWarmersCatalogState = "Invisible"
+ EndIf
+ DEBUGVAR WinterWarmersCatalogFlag
+ DEBUGVAR MenuWinterWarmersCatalogState
+ ;
+
diff --git a/inter/aus/xml/multi/menu_catalog_default_init.py b/inter/aus/xml/multi/menu_catalog_default_init.py
deleted file mode 100644
index 9f8318e9..00000000
--- a/inter/aus/xml/multi/menu_catalog_default_init.py
+++ /dev/null
@@ -1,12 +0,0 @@
-if "v2" in param:
- print("new menu_catalog_default_init catalog ============================> inter.")
- f = open( directory_to_process + "/menu_catalog_default_init.lxml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
-else:
- print("new menu_catalog_default_init catalog enable.")
- f = open( directory_to_process + "/menu_catalog_default_init.xml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
\ No newline at end of file
diff --git a/inter/aus/xml/multi/menu_catalog_new.lxml b/inter/aus/xml/multi/menu_catalog_new.lxml
new file mode 100644
index 00000000..e8248538
--- /dev/null
+++ b/inter/aus/xml/multi/menu_catalog_new.lxml
@@ -0,0 +1,492 @@
+
+; notice enable heathy menu
+
+
+ 0
+ 380
+ 1080
+ 1540
+ "0xeae6e1"
+
+
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ If ICE_PROCESS_STATUS = 2 Then
+ Var ice_tab_process_show = "Enable"
+ Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+
+
+ If NextPage = "-" Then
+
+ Else
+ If CupOnArm = "true" Then
+ If Timeout > 9 Then
+ SAVELOG "COA9"
+ Open NextPage
+ EndIf
+ Else
+ If Timeout > 30 Then
+ SAVELOG "COA30"
+ Open NextPage
+ EndIf
+ EndIf
+ EndIf
+
+ If Timeout > 60 Then
+ SAVELOG "Timeout"
+ If Seeker = "next" Then
+ Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
+ Else
+ SAVELOG "Back"
+ Open "ROOT/taobin_project/xml/page_back_to_main.xml"
+ EndIf
+ EndIf
+
+ If BrewCommand = "RefreshAll" Then
+ Var BrewCommand = "-"
+ Open CurrentXMLFileName2
+ EndIf
+
+ If Seeker = "curr" Then
+ If DoorCupPosition = "bottom" Then
+ ; It normal
+ Var EmergencyStop = "false"
+ Else
+ Var EmergencyStop = "true"
+
+ ;Open "ROOT/taobin_project/xml/page_back_to_error.xml"
+
+ EndIf
+ EndIf
+
+ If IgnoreNetCore = "true" Then
+
+ Else
+ ;stop_now
+ If NETCORE_LOST_CNT > 120 Then
+ Var stop_now = "true"
+ Var MachineErrorDetailAll = "???"
+ SAVELOG "NETCORE_LOST_CNT"
+
+ Open "ROOT/taobin_project/xml/page_back_to_error.xml"
+ EndIf
+ EndIf
+
+ ; zone cup on arm
+ If Seeker = "curr" Then
+ If CupOnArm = "true" Then
+ Var buttonRemoveCup = "Enable"
+ Refresh
+ Else
+ If buttonRemoveCup = "Enable" Then
+ Var buttonRemoveCup = "Invisible"
+ Refresh
+ EndIf
+ EndIf
+ Else
+ Var buttonRemoveCup = "Invisible"
+ Refresh
+ EndIf
+
+ Var Timeout = Timeout + 1
+ TimerReset
+
+
+
+ DEBUGVAR LanguageShow
+ If LanguageShow = "ENG" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+
+ EndIf
+ If LanguageShow = "THAI" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
+ EndIf
+ ;inter-image
+ If CountryName = "Malaysia" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_myr/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+ Var DirImage = "ROOT/taobin_project/image/page3_en"
+ Var ice_tab_text = "Ice will be ready at "
+ EndIf
+ ;inter-image
+ If CountryName = "Australia" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_aus/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+ Var DirImageAlterAus = "ROOT/taobin_project/inter/aus/image/page3_2_en/"
+ Var DirImage = "ROOT/taobin_project/image/page3_en"
+ Var ice_tab_text = "Ice will be ready at "
+ EndIf
+
+ SAVELOG "EventLanguageOnChange menu -list"
+
+ Refresh
+
+ Var LanguageButtonEnable = "Enable"
+ Var ButtonLanguageCurrentXPosition = 990
+ Var ButtonLanguageCurrentYPosition = 438 - 38
+
+ Var ButtonLanguageListXPosition = 970
+ Var ButtonLanguageListYPosition = 430 - 38
+ OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
+
+
+
+
+
+; under line
+
+ 0
+ 494
+ "ROOT/taobin_project/image/page3/tab_line_bottom.png"
+
+
+
+; under line
+
+ 0
+ 380
+ "ROOT/taobin_project/image/page3/bg1.png"
+
+
+
+; back
+
+
+
+
+
+
+
+
+ 1080
+ "auto"
+ 0
+ 395
+
+ "Enable"
+ 896
+ 102
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 940
+ 462
+ 22
+ 170
+ 30
+ KanitMediumTTF
+ 0x6F5F51
+ PriceUnitText
+
+
+
+
+ DEBUGVAR web_ready
+ If web_ready = "true" Then
+ If web_ref = QRCODE99x Then
+
+ Var web_readyOK = web_ready
+ Var web_telnumOK = web_telnum
+
+ Var web_app_prepar = "true"
+ Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
+
+ EndIf
+ Else
+ EndIf
+
+
+
diff --git a/inter/aus/xml/multi/menu_catalog_new.py b/inter/aus/xml/multi/menu_catalog_new.py
deleted file mode 100644
index 6637d6b6..00000000
--- a/inter/aus/xml/multi/menu_catalog_new.py
+++ /dev/null
@@ -1,22 +0,0 @@
-
-print("directory_to_process =" + directory_to_process)
-if param == "old":
- print("old layout catalog enable.")
- f = open( directory_to_process + "/menu_catalog.xml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
-else:
- if "v2" in param:
- print("new layout catalog ============================> inter.")
- f = open( directory_to_process + "/menu_catalog_new.lxml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
- else:
- print("new layout catalog enable.")
- f = open( directory_to_process + "/menu_catalog_new.xml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
-
diff --git a/inter/aus/xml/multi/menu_catalog_new_menu.lxml b/inter/aus/xml/multi/menu_catalog_new_menu.lxml
new file mode 100644
index 00000000..dd8cbf3d
--- /dev/null
+++ b/inter/aus/xml/multi/menu_catalog_new_menu.lxml
@@ -0,0 +1,9 @@
+
+If show_eng = "true" Then
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+
+Else
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
+EndIf
\ No newline at end of file
diff --git a/inter/aus/xml/multi/menu_catalog_new_menu.py b/inter/aus/xml/multi/menu_catalog_new_menu.py
deleted file mode 100644
index 408f86da..00000000
--- a/inter/aus/xml/multi/menu_catalog_new_menu.py
+++ /dev/null
@@ -1,12 +0,0 @@
-if "v2" in param:
- print("new menu_catalog_new_menu catalog ============================> inter.")
- f = open( directory_to_process + "/menu_catalog_new_menu.lxml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
-else:
- print("new menu_catalog_new_menu catalog enable.")
- f = open( directory_to_process + "/menu_catalog_new_menu.xml", "r")
- #print(f.read())
- out_xml(f.read())
- f.close()
\ No newline at end of file
diff --git a/inter/aus/xml/multi/milk.ev b/inter/aus/xml/multi/milk.ev
new file mode 100644
index 00000000..22cdf943
--- /dev/null
+++ b/inter/aus/xml/multi/milk.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call milk.ev"
+TabMenuVisibleInst 4
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/open_page_catalog.ev b/inter/aus/xml/multi/open_page_catalog.ev
deleted file mode 100644
index bb6529bb..00000000
--- a/inter/aus/xml/multi/open_page_catalog.ev
+++ /dev/null
@@ -1,9 +0,0 @@
-If WinterWarmersCatalogFlag = 1 Then
- Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
-Else
- Var catalogFile = CountryRootPath + "/xml/page_catalog_westfield.lxml"
-EndIf
-
-
-
-Open catalogFile
\ No newline at end of file
diff --git a/inter/aus/xml/multi/other.ev b/inter/aus/xml/multi/other.ev
new file mode 100644
index 00000000..6fc877a5
--- /dev/null
+++ b/inter/aus/xml/multi/other.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call other"
+TabMenuVisibleInst 7
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/page_catalog.lxml b/inter/aus/xml/multi/page_catalog.lxml
new file mode 100644
index 00000000..2ffc673a
--- /dev/null
+++ b/inter/aus/xml/multi/page_catalog.lxml
@@ -0,0 +1,910 @@
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ SAVELOG "======================================= catalog inter multi instance ================================"
+ ; On open
+
+ TopView "show"
+ ; On open
+
+ ; helper
+ RootLayoutVisible 14 "hide"
+
+ Machine WakeUp
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_hide.lxml"
+
+ DEBUGVAR ToppingNewShow
+
+ DEBUGVAR OpenFromPageBoard
+ If OpenFromPageBoard = 1 Then
+ Var OpenFromPageBoard = 0
+ Var langnext1 = "true"
+ Var langnext2 = "true"
+ Var langnext3 = "true"
+ Var langnext4 = "true"
+ Var langnext5 = "true"
+ Var langnext6 = "true"
+ Var langnext7 = "true"
+ Var langnext8 = "true"
+ Var langnext9 = "true"
+ SAVELOG "======================================= RefreshAll Languages ================================"
+ EndIf
+
+ Var BaseOnPageBoard = 0
+
+ Var NextPage = "-"
+
+ Var Seeker.thankLidFlag = 0
+ Var Seeker.thankStrawFlag = 0
+ Var Seeker.SmoothieToPayment = 0
+
+ WEB "DISABLE"
+
+ Var web_readyOK = "false"
+ Var web_telnumOK = ""
+
+ Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/image/page_doing/"
+
+ If Seeker = "curr" Then
+ Machine DoorLidClose
+ EndIf
+
+ Var GetPayInfoFlag = 0
+ Var countDownRetrun = 120
+
+ Var OpenRouteManTest = 0
+
+ CoinVending OFF
+
+ ; Clear value
+ Topping "clear" "-"
+
+
+ Var DirImage = "ROOT/taobin_project/image/page2_inter/"
+ Var DirImageAUS = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/image/catalog/"
+
+ Var StrawAutoRelease1 = "false"
+ Var StrawAutoRelease2 = "false"
+
+
+ Var SELLONLINE = 0
+ If SELLSTATUS = "SELLONLINE" Then
+ Var SELLONLINE = 1
+ EndIf
+ If SELLSTATUS = "SELLNOCASH" Then
+ Var SELLONLINE = 1
+ EndIf
+
+
+
+ If SELLONLINE = 1 Then
+ Var ShowButtonClick2 = "Enable"
+ Else
+ Var ShowButtonClick2 = "Invisible"
+ Var ButtontoTopupMenu = "Invisible"
+ EndIf
+
+ If SELLONLINE = 1 Then
+ Var ShowNetworkProblem = "Invisible"
+ Var ShowNetworkProblemText = ""
+
+ ;GenHashWithTimeStamp QRCODE99x
+ WEB "ENABLE"
+
+ Else
+ Var ShowNetworkProblem = "Enable"
+ Var ShowButtonClick2 = "Invisible"
+ Var ButtontoTopupMenu = "Invisible"
+ ;Var ShowNetworkProblemText = "การสื่อสารขัดข้อง ชำระเงินได้เฉพาะเงินสด"
+
+ Var QRCODE99 = ""
+ WEB "DISABLE"
+
+ EndIf
+
+ If RoadShow = "true" Then
+ Var ShowNetworkProblem = "Invisible"
+ Var ShowNetworkProblemText = ""
+ EndIf
+
+ Var bnSodaAndOther = DirImage + "/bn_soda_coke.png"
+ Var bpSodaAndOther = DirImage + "/bp_soda_coke.png"
+
+
+ Var countClick = 0
+
+
+ DEBUGVAR CART_COUNT
+
+
+ Var QRCODE99_Y = 1718
+
+ Var showCart = "Invisible"
+ If MultiPayEnable = "true" Then
+
+ If CART_COUNT = 1 Then
+ Var showCart = "Enable"
+ Var cart_image_bn = DirImageCart + "/bn_cart1.png"
+ Var cart_image_bp = DirImageCart + "/bp_cart1.png"
+
+ Var QRCODE99_Y = 1580
+
+ EndIf
+
+ If CART_COUNT = 2 Then
+ Var showCart = "Enable"
+ Var cart_image_bn = DirImageCart + "/bn_cart2.png"
+ Var cart_image_bp = DirImageCart + "/bp_cart2.png"
+
+ Var QRCODE99_Y = 1580
+
+ EndIf
+
+
+
+ If CART_COUNT = 3 Then
+ Open "ROOT/taobin_project/xml/page_payment_multi.xml"
+ EndIf
+
+ EndIf
+
+ DEBUGVAR Seeker
+
+ If Seeker = "next" Then
+ Var ShowButtonClick2 = "Invisible"
+ Var ButtontoTopupMenu = "Invisible"
+ EndIf
+
+
+ If XMLProfile = "taobin_notopup" Then
+ Var ButtontoTopupMenu = "Disable"
+
+ EndIf
+
+
+ Var menu_name_eng_hot = ""
+ Var menu_desc_eng_hot = ""
+ Var menu_name_thai_hot = ""
+ Var menu_desc_thai_hot = ""
+
+ Var menu_name_eng_cold = ""
+ Var menu_desc_eng_cold = ""
+ Var menu_name_thai_cold = ""
+ Var menu_desc_thai_cold = ""
+
+
+ Var menu_name_eng_blender = ""
+ Var menu_desc_eng_blender = ""
+ Var menu_name_thai_blender = ""
+ Var menu_desc_thai_blender = ""
+
+ TRY "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/event/tricker.ev"
+
+ TRY "ROOT/taobin_project/xml/sometime/RoadShow.ev"
+
+ If BoxID = 0 Then
+ RebootWithCause "BoxID was zero"
+ EndIf
+
+
+ DEBUGVAR ShowButtonClick2
+
+ DEBUGVAR MenuKidButtonState
+ DEBUGVAR New_Payment
+
+
+
+
+ Var PromotionIDCurrentOrder = 0
+ RootLayoutVisible 3 "show"
+
+ Var ButtonLanguageCurrentXPosition = 1005
+ Var ButtonLanguageCurrentYPosition = 458 - 38
+
+ Var ButtonLanguageListXPosition = 970
+ Var ButtonLanguageListYPosition = 450 - 38
+
+ Var SelectedMenu = ""
+ Var MultiProcess = "Invisible"
+
+ Var ButtonSpiralStage = "Invisible"
+
+ RootLayoutVisible 15 "hide"
+
+
+ 1000
+
+
+ ;SAVELOG SoundPlaying
+
+ If countDownRetrun > 0 Then
+ Var countDownRetrun = countDownRetrun - 1
+ EndIf
+
+ If countDownRetrun = 0 Then
+ If Seeker = "next" Then
+ RootLayoutVisible 3 "hide"
+ Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
+ Else
+ Open "ROOT/taobin_project/xml/page_back_to_main.xml"
+ EndIf
+ EndIf
+
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+
+
+
+ DEBUGVAR MultiProcess
+
+
+ DEBUGVAR MultiProcessTimer
+ DEBUGVAR CatalogLayoutV3
+ Var Inst5MenuLoaded = "done"
+ Var Inst6MenuLoaded = "done"
+ Var Inst7MenuLoaded = "done"
+ Var Inst8MenuLoaded = "done"
+ Var Inst9MenuLoaded = "done"
+ Var Inst10MenuLoaded = "done"
+ Var Inst11MenuLoaded = "done"
+
+
+
+ If MultiProcess = "Enable" Then
+ If SelectedMenu = "coffee" Then
+ Var MultiProcessTimer = MultiProcessTimer + 1
+ If Inst5MenuLoaded = "done" Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 2
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ Else
+ If MultiProcessTimer >= 20 Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 2
+ Var MultiProcessTimer = 0
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ EndIf
+ EndIf
+ EndIf
+
+ If SelectedMenu = "tea" Then
+ Var MultiProcessTimer = MultiProcessTimer + 1
+ If Inst6MenuLoaded = "done" Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 3
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ Else
+ If MultiProcessTimer >= 20 Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 3
+ Var MultiProcessTimer = 0
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ EndIf
+ EndIf
+ EndIf
+
+ If SelectedMenu = "caramel" Then
+ Var MultiProcessTimer = MultiProcessTimer + 1
+ If Inst7MenuLoaded = "done" Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 4
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ Else
+ If MultiProcessTimer >= 20 Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 4
+ Var MultiProcessTimer = 0
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ EndIf
+ EndIf
+ EndIf
+
+ If SelectedMenu = "whey" Then
+ Var MultiProcessTimer = MultiProcessTimer + 1
+ If Inst8MenuLoaded = "done" Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 5
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ Else
+ If MultiProcessTimer >= 20 Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 5
+ Var MultiProcessTimer = 0
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ EndIf
+ EndIf
+ EndIf
+
+ If SelectedMenu = "dessert" Then
+ Var MultiProcessTimer = MultiProcessTimer + 1
+ If Inst9MenuLoaded = "done" Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 6
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ Else
+ If MultiProcessTimer >= 20 Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 6
+ Var MultiProcessTimer = 0
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ EndIf
+ EndIf
+ EndIf
+
+ If SelectedMenu = "soda" Then
+ Var MultiProcessTimer = MultiProcessTimer + 1
+ If Inst11MenuLoaded = "done" Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 7
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ Else
+ If MultiProcessTimer >= 20 Then
+ Var MultiProcess = "Invisible"
+ TabMenuVisibleInst 7
+ Var MultiProcessTimer = 0
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+ EndIf
+ EndIf
+ EndIf
+ EndIf
+
+
+
+ Refresh
+ TimerReset
+
+
+
+ ;If ChangeStatus = "payout-end" Then
+ ; Var ChangeOK = 1
+ ;EndIf
+
+
+
+
+ DEBUGVAR web_ready
+ If web_ready = "true" Then
+ If web_ref = QRCODE99 Then
+ Cart "DeleteMenuID" "ALL"
+ Var web_readyOK = web_ready
+ Var web_telnumOK = web_telnum
+
+
+
+ Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
+ EndIf
+
+ Else
+ EndIf
+
+
+
+
+ 0
+ 380
+ 1080
+ 1540
+ "0xeae6e1"
+
+
+
+ DEBUGVAR LanguageShow
+
+ ;inter-image
+ If LanguageShow = "ENG" Then
+ Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/What_would_you_like_to_drink_today.mp3"
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
+ EndIf
+
+ If LanguageShow = "MALAY" Then
+ Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/What_would_you_like_to_drink_today.mp3"
+ EndIf
+
+ If LanguageShow = "THAI" Then
+ Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/taobin_sawade.mp3"
+
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
+
+ If SongkranSoundCampaign = 1 Then
+ Var PlaySoundLag = GreetingSound[SoundCampaignIndex]
+ EndIf
+ EndIf
+
+ If LanguageShow = "MYANMAR" Then
+ Var show_eng = "true"
+ Var DirImage2 = "ROOT/taobin_project/image/drink_option_mmr/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_mmr/"
+ EndIf
+
+
+ If LanguageShow = "MSC" Then
+ Var show_eng = "true"
+ Var DirImage2 = "ROOT/taobin_project/inter/hkg/image/drink_option_msc/"
+ Var DirImageAlter = "ROOT/taobin_project/inter/hkg/image/page3_2_msc/"
+ EndIf
+ Play PlaySoundLag
+ Var countDownRetrun = 120
+
+ Var ButtonLanguageCurrentXPosition = 1015
+ Var ButtonLanguageCurrentYPosition = 458 - 38
+ Var ButtonLanguageListXPosition = 982
+ Var ButtonLanguageListYPosition = 450 - 38
+ Var LanguageButtonEnable = "Enable"
+ OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
+
+ RefreshAll
+
+
+
+; back
+
+
+
+
+ 70
+ 591
+ 940
+ 85
+
+ 000001
+
+
+
+
+ 70
+ 679
+ 940
+ 85
+
+ 000002
+
+
+
+
+
+
+
+ 1
+ 844
+ 1080
+ "auto"
+ "Vertical"
+ 3
+ "EnableAdjust"
+
+
+ 296
+ 344
+ 42
+ "Enable"
+ ; menu row 1
+
+
+
+
+ 296
+ 344
+ 42
+ "Enable"
+
+
+
+
+
+ 296
+ 344
+ 42
+ "Enable"
+ ; menu row 2
+
+
+
+
+ 296
+ 344
+ 42
+ "Enable"
+
+
+
+
+
+ 296
+ 344
+ 42
+ "Enable"
+
+
+
+
+ 296
+ 344
+ 42
+ WheyButtonState
+
+
+
+
+ 296
+ 344
+ 42
+ "Enable"
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+ 1880
+ 24
+ Center
+ 1080
+ RobotoRegular
+ 0xFFFFFF
+ ShowNetworkProblemText
+
+
+
+
+
+ DEBUGVAR web_ready
+ If web_ready = "true" Then
+ If web_ref = QRCODE99x Then
+
+ Var web_readyOK = web_ready
+ Var web_telnumOK = web_telnum
+
+ Var web_app_prepar = "true"
+
+ Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
+
+ EndIf
+ Else
+ EndIf
+
+
+
+
+
+
+;include="ROOT/taobin_project/inc/button_remove_cup.inc"
+
+
+
+
+ 0
+ 380
+ MultiProcess
+ "ROOT/taobin_project/image/collectiing/alpha.png"
+
+
+
+ 493
+ 968
+ 94
+ 94
+ MultiProcess
+ "ROOT/taobin_project/image/page_payment/loading.gif"
+
+
+
+
+ 0
+ 1820
+ 100
+ 100
+ "/mnt/sdcard/coffeevending/wav/click.wav"
+ SoundVolume
+
+ Var ClickCountMainTe = ClickCountMainTe + 1
+
+ DEBUGVAR ClickCountMainTe
+
+ If ClickCountMainTe = 2 Then
+ Var OpenRouteManTest = 1
+ Open "ROOT/taobin_project/xml/page_back_to_main.xml"
+ Var ClickCountMainTe = 0
+ EndIf
+
+
+
+
+ 1
+ 1
+ KanitTTF
+ 22
+ 1080
+ end
+ 0xFF0000
+ "MT2 "
+
+
+
+
+
+
+
+
+
+; Initial for jump to page_brewing3.xml
+
+ "Jump to page_check_member2.xml"
+
+
+
+
+
+ "Test Redirect page_catalog_group_recommend.lxml"
+
+
+
+
+
+ "Test Redirect page_catalog_group_other_other.lxml"
+
+
+
+
+
+
+
+ Open "ROOT/taobin_project/xml/page_topup_credit3-TopupSuccess.xml"
+
+
+
+
+
+ Open "ROOT/taobin_project/xml/page_payment_credit3-TopupSuccess.xml"
+
+
+
+
+
+;include="ROOT/taobin_project/inc/remove_cup_tag_on_arm.inc"
+
+
diff --git a/inter/aus/xml/multi/page_catalog_group_appfast.skt b/inter/aus/xml/multi/page_catalog_group_appfast.skt
deleted file mode 100644
index ef560cd4..00000000
--- a/inter/aus/xml/multi/page_catalog_group_appfast.skt
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
- If AppFastEnable = "true" Then
- Var Menu11Selected = "PressForever"
- Var Menu7Selected = "Invisible"
- Else
- Var Menu11Selected = "Invisible"
- Var Menu7Selected = "PressForever"
- EndIf
-
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_cocktail.skt b/inter/aus/xml/multi/page_catalog_group_cocktail.skt
deleted file mode 100644
index ed6b36ce..00000000
--- a/inter/aus/xml/multi/page_catalog_group_cocktail.skt
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
-
- Var Menu8Selected = "PressForever"
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_coffee.skt b/inter/aus/xml/multi/page_catalog_group_coffee.skt
deleted file mode 100644
index 8fe815c6..00000000
--- a/inter/aus/xml/multi/page_catalog_group_coffee.skt
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- Var Menu2Selected = "PressForever"
-
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_forkid.skt b/inter/aus/xml/multi/page_catalog_group_forkid.skt
deleted file mode 100644
index 0c1bf8b0..00000000
--- a/inter/aus/xml/multi/page_catalog_group_forkid.skt
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- ; protein
- If AppFastEnable = "true" Then
- Var Menu11Selected = "PressForever"
- Var Menu7Selected = "Invisible"
- Var Menu21Selected = "Invisible"
- Else
- Var Menu11Selected = "Invisible"
- Var Menu7Selected = "Invisible"
- Var Menu21Selected = "PressForever"
- EndIf
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_health.skt b/inter/aus/xml/multi/page_catalog_group_health.skt
deleted file mode 100644
index 5a796a0d..00000000
--- a/inter/aus/xml/multi/page_catalog_group_health.skt
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- Var Menu22Selected = "PressForever"
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_melon.skt b/inter/aus/xml/multi/page_catalog_group_melon.skt
deleted file mode 100644
index e0659022..00000000
--- a/inter/aus/xml/multi/page_catalog_group_melon.skt
+++ /dev/null
@@ -1,2815 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- Var NextPage = "-"
-
- DEBUGVAR ICE_PROCESS_STATUS
- DEBUGVAR ICE_PROCESS_TXT
-
-
- If show_eng = "true" Then
- Var showthaiText = "Invisible"
- Var showengText = "Enable"
- Var DirImage = "ROOT/taobin_project/image/page3_en"
- Var show_btp = "ROOT/taobin_project/image/page2/bn_thai_lang_press_2.png"
- Var show_btn = "ROOT/taobin_project/image/page2/bn_thai_lang_2.png"
-
- Var ice_tab_text = "Ice will be ready at "
- Var text_unavailable = "UNAVAILABLE###size=16"
-
-
- Else
- Var showengText = "Invisible"
- Var showthaiText = "Enable"
-
- Var DirImage = "ROOT/taobin_project/image/page3"
- Var show_btp = "ROOT/taobin_project/image/page2/bn_eng_lang_2.png"
- Var show_btn = "ROOT/taobin_project/image/page2/bn_eng_lang_2.png"
-
- Var ice_tab_text = "น้ำแข็งจะพร้อมเวลา "
- Var text_unavailable = "หมด###size=32"
- EndIf
-
- If ICE_PROCESS_STATUS = 2 Then
- Var ice_tab_process_show = "Enable"
- Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
-
-
- ; SpiralOnline
-
- Var MenuVSelected2 = "Invisible"
-
- Var Menu1Selected2 = "Invisible"
- Var Menu2Selected2 = "Invisible"
- Var Menu3Selected2 = "Invisible"
- Var Menu4Selected2 = "Invisible"
-
- Var Menu6Selected2 = "Invisible"
- Var Menu7Selected2 = "Invisible"
- Var MenuVSelected2 = "Invisible"
- Var Menu11Selected2 = "Invisible"
-
- Var Menu21Selected2 = "Invisible"
-
- Var MenuVSelected2 = "Invisible"
- If SpiralOnline = "true" Then
- If Seeker = "curr" Then
- Var MenuVSelected2 = "Enable"
- EndIf
- EndIf
-
- ; init default
- Var Menu1Selected = "Enable"
- Var Menu2Selected = "Enable"
- Var Menu3Selected = "Enable"
- Var Menu4Selected = "Enable"
- ; 5 fruit
- Var Menu5Selected = "Invisible"
- Var Menu6Selected = "Enable"
- Var Menu7Selected = "Enable"
- ; 8 cocktail
- Var Menu8Selected = "Invisible"
-
- If CocktailShow = "true" Then
- Var Menu7Selected = "Invisible"
- Var Menu8Selected = "Enable"
- EndIf
-
-
- If AppFastEnable = "true" Then
- Var Menu11Selected = "Enable"
- Var Menu21Selected = "Invisible"
- Var Menu7Selected = "Invisible"
- Else
- If MenuKidEnable = "true" Then
- Var Menu11Selected = "Invisible"
- Var Menu21Selected = "Enable"
- Var Menu7Selected = "Invisible"
- Else
- Var Menu11Selected = "Invisible"
- Var Menu21Selected = "Invisible"
- Var Menu7Selected = "Enable"
- EndIf
- EndIf
-
- If CocktailShow = "true" Then
- Var Menu7Selected = "Invisible"
- EndIf
-
- If RecipeTag1 = "HealthTurnOn" Then
- Var Menu22Selected = "Enable"
- Else
- Var Menu22Selected = "Invisible"
- EndIf
- ;
-
-
-
-
-
-
- Var Timeout = 0
-
-
-
- If show_eng = "true" Then
- Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
- Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
-
- Else
- Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
- Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
- EndIf
-
-
-
-
-
-; notice enable heathy menu
-
-
- 0
- 380
- 1080
- 1540
- "0xeae6e1"
-
-
-
-
- 1000
-
- ;DEBUGVAR ICE_PROCESS_STATUS
-
- If ICE_PROCESS_STATUS = 2 Then
- Var ice_tab_process_show = "Enable"
- Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
-
-
- If NextPage = "-" Then
-
- Else
- If CupOnArm = "true" Then
- If Timeout > 9 Then
- SAVELOG "COA9"
- Open NextPage
- EndIf
- Else
- If Timeout > 30 Then
- SAVELOG "COA30"
- Open NextPage
- EndIf
- EndIf
- EndIf
-
- If Timeout > 60 Then
- SAVELOG "Timeout"
- If Seeker = "next" Then
- Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
- Else
- SAVELOG "Back"
- Open "ROOT/taobin_project/xml/page_back_to_main.xml"
- EndIf
- EndIf
-
- If BrewCommand = "RefreshAll" Then
- Var BrewCommand = "-"
- Open CurrentXMLFileName2
- EndIf
-
- If Seeker = "curr" Then
- If DoorCupPosition = "bottom" Then
- ; It normal
- Var EmergencyStop = "false"
- Else
- Var EmergencyStop = "true"
-
- ;Open "ROOT/taobin_project/xml/page_back_to_error.xml"
-
- EndIf
- EndIf
-
- If IgnoreNetCore = "true" Then
-
- Else
- ;stop_now
- If NETCORE_LOST_CNT > 120 Then
- Var stop_now = "true"
- Var MachineErrorDetailAll = "???"
- SAVELOG "NETCORE_LOST_CNT"
-
- Open "ROOT/taobin_project/xml/page_back_to_error.xml"
- EndIf
- EndIf
-
-
- ; zone cup on arm
- If CupOnArm = "true" Then
-
- If CheckCupStateDoorCupClose = "" Then
- If buttonRemoveCup = "Enable" Then
-
- Else
- Refresh
- EndIf
-
- Var buttonRemoveCup = "Enable"
-
- EndIf
-
- If CheckCupStateDoorCupClose = "done" Then
- If buttonRemoveCup = "Enable" Then
-
- Else
- Refresh
- EndIf
-
- Var buttonRemoveCup = "Enable"
-
- EndIf
- Else
- If buttonRemoveCup = "Enable" Then
- Var buttonRemoveCup = "Invisible"
- Refresh
- EndIf
- EndIf
-
-
- Var Timeout = Timeout + 1
- TimerReset
-
-
-
-; under line
-
- 0
- 494
- "ROOT/taobin_project/image/page3/tab_line_bottom.png"
-
-
-
-; under line
-
- 0
- 358
- "ROOT/taobin_project/image/page3/bg1.png"
-
-
-
-; back
-
-
-
-
-;
-
- 1080
- "auto"
- 0
- 395
-
- "Enable"
- 896
- 102
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DEBUGVAR web_ready
- If web_ready = "true" Then
- If web_ref = QRCODE99x Then
-
- Var web_readyOK = web_ready
- Var web_telnumOK = web_telnum
-
- Var web_app_prepar = "true"
- Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
-
- EndIf
- Else
- EndIf
-
-
-
-
-
-
-
-
-
-
- 10
- 497
- 1080
- "auto"
- "Vertical"
- 4
-
-; menu_new_list 9
- ; ==================> Len = 16
- ; - - 12-03-03-0009
-
- 33
- 22
- 225
- 296
- Flag( 12-03-03-0009.Button,$Sum1203030009)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "โอริโอ้ปั่นภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "นม น้ำตาล โอริโอ้
- "
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "OREO SMOOTHIE
-VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Milk, Sugar, Oreo, Ice"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-03-03-0009.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-03-03-0009.Button
- StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1203030009 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-03-03-0009.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1203030009
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 15
- ; - - 12-03-03-0027
-
- 33
- 22
- 225
- 296
- Flag( 12-03-03-0027.Button,$Sum1203030027)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "สตอเบอร์รี่ปั่น
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "น้ำเชื่อมสตอเบอร์รี่ นม น้ำตาล
- Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "STRAWBERRY MILK
-OREO VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Strawberry Syrup, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-03-03-0027.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-03-03-0027.Button
- StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1203030027 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-03-03-0027.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1203030027
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 15
- ; - - 12-03-03-0028
-
- 33
- 22
- 225
- 296
- Flag( 12-03-03-0028.Button,$Sum1203030028)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "เมล่อนปั่น
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "น้ำเชื่อมเมล่อน นม น้ำตาล
- Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "MELON MILK OREO VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Melon Syrup, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-03-03-0028.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-03-03-0028.Button
- StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1203030028 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-03-03-0028.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1203030028
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 15
- ; - - 12-03-03-0029
-
- 33
- 22
- 225
- 296
- Flag( 12-03-03-0029.Button,$Sum1203030029)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "นมกล้วยปั่น
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "น้ำเชื่อมกล้วย นม น้ำตาล Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "BANANA MILK OREO
-VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Banana Syrup, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-03-03-0029.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-03-03-0029.Button
- StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1203030029 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-03-03-0029.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1203030029
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 15
- ; - - 12-03-03-0030
-
- 33
- 22
- 225
- 296
- Flag( 12-03-03-0030.Button,$Sum1203030030)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "โกโก้ปั่น
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "โกโก้ นม น้ำตาล
- Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "CHOCO OREO VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Cocoa, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-03-03-0030.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-03-03-0030.Button
- StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1203030030 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-03-03-0030.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1203030030
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 16
- ; - - 12-03-03-0031
-
- 33
- 22
- 225
- 296
- Flag( 12-03-03-0031.Button,$Sum1203030031)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "นมคาราเมลปั่น
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "น้ำเชื่อมคาราเมล นม น้ำตาล
- Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "12-01-01-0043"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Caramel Syrup, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-03-03-0031.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-03-03-0031.Button
- StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1203030031 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-03-03-0031.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1203030031
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 16
- ; - - 12-02-03-0043
-
- 33
- 22
- 225
- 296
- Flag( 12-02-03-0043.Button,$Sum1202030043)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "โฮจิฉะ
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "โฮจิฉะ นม น้ำตาล
- Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "HOJICHA OREO VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Hojicha, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-02-03-0043.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-02-03-0043.Button
- StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1202030043 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-02-03-0043.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1202030043
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 16
- ; - - 12-02-03-0044
-
- 33
- 22
- 225
- 296
- Flag( 12-02-03-0044.Button,$Sum1202030044)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "ชานมไทย
-โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "ชาไทย นม น้ำตาล
- Oreo"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "THAI MILK TEA OREO VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Thai Tea, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-02-03-0044.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-02-03-0044.Button
- StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1202030044 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-02-03-0044.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1202030044
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
- ; ==================> Len = 16
- ; - - 12-01-03-0043
-
- 33
- 22
- 225
- 296
- Flag( 12-01-03-0043.Button,$Sum1201030043)
-
-
- 16
- 164
- 24
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showthaiText
- "ลาเต้ปั่น
- โอริโอ้ภูเขาไฟ"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showthaiText
- "กาแฟ นม น้ำตาล
- Oero"
-
-
- 16
- 164
- 22
- 220
- "multi2"
- KanitMediumTTF
- 0x322B26
- showengText
- "CAFE LATTE OREO VOLCANO"
-
-
- 16
- 220
- 14
- 220
- KanitMediumTTF
- 0x6F5F51
- showengText
- "Coffee, Milk,
-Sugar, Oreo"
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- 50
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- "Invisible"
-
-
- 115
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- $12-01-03-0043.Button
-
-
- 180
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- $12-01-03-0043.Button
- StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum1201030043 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
- STRCONTAIN "ERR" $12-01-03-0043.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- MITRegularTTF
- 0x5A5A5A
- "disable-show"
- $Sum1201030043
- text_unavailable
- center-vertical-horizontal
-
-
- ; - - -
-
-; Cart
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_milk.skt b/inter/aus/xml/multi/page_catalog_group_milk.skt
deleted file mode 100644
index f789ef25..00000000
--- a/inter/aus/xml/multi/page_catalog_group_milk.skt
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- Var Menu4Selected = "PressForever"
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
- RefreshAll
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_oreo.skt b/inter/aus/xml/multi/page_catalog_group_oreo.skt
deleted file mode 100644
index 5b4e9442..00000000
--- a/inter/aus/xml/multi/page_catalog_group_oreo.skt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_other.skt b/inter/aus/xml/multi/page_catalog_group_other.skt
deleted file mode 100644
index b12cd935..00000000
--- a/inter/aus/xml/multi/page_catalog_group_other.skt
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- ; soda and other
- Var Menu6Selected = "PressForever"
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_pepsi_pro.skt b/inter/aus/xml/multi/page_catalog_group_pepsi_pro.skt
deleted file mode 100644
index 5b4e9442..00000000
--- a/inter/aus/xml/multi/page_catalog_group_pepsi_pro.skt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_recommend.lxml b/inter/aus/xml/multi/page_catalog_group_recommend.lxml
deleted file mode 100644
index 1b828ef7..00000000
--- a/inter/aus/xml/multi/page_catalog_group_recommend.lxml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
- 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
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-;include="ROOT/taobin_project/inc/button_remove_cup.inc"
-
-
-
-;BigLogoLayout
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_recommend.skt b/inter/aus/xml/multi/page_catalog_group_recommend.skt
deleted file mode 100644
index dd9826d4..00000000
--- a/inter/aus/xml/multi/page_catalog_group_recommend.skt
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
- 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
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-;include="ROOT/taobin_project/inc/button_remove_cup.inc"
-
-
-
-;BigLogoLayout
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_recommend_multi_pro.skt b/inter/aus/xml/multi/page_catalog_group_recommend_multi_pro.skt
deleted file mode 100644
index 5b4e9442..00000000
--- a/inter/aus/xml/multi/page_catalog_group_recommend_multi_pro.skt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_tea.skt b/inter/aus/xml/multi/page_catalog_group_tea.skt
deleted file mode 100644
index 3deb8de6..00000000
--- a/inter/aus/xml/multi/page_catalog_group_tea.skt
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- Var Menu3Selected = "PressForever"
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_whey.skt b/inter/aus/xml/multi/page_catalog_group_whey.skt
deleted file mode 100644
index 73eebe1b..00000000
--- a/inter/aus/xml/multi/page_catalog_group_whey.skt
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
- If AppFastEnable = "true" Then
- Var Menu11Selected = "PressForever"
- Var Menu7Selected = "Invisible"
- Else
- Var Menu11Selected = "Invisible"
- Var Menu7Selected = "PressForever"
- EndIf
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_catalog_group_winter_warmers.skt b/inter/aus/xml/multi/page_catalog_group_winter_warmers.skt
deleted file mode 100644
index 7f2f3fa6..00000000
--- a/inter/aus/xml/multi/page_catalog_group_winter_warmers.skt
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
- "Enable"
- 1080
- 1920
-; "0xeae6e1"
- SoundVolume
-
- ; On open
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_default_init.lxml"
-
-
- SAVELOG PreviseXMLFileName2
-
- Var Timeout = 0
-
- Var MenuWinterWarmersCatalogState = "PressForever"
-
-
- ;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new_menu.lxml"
-
-
-
-
-;include="ROOT/taobin_project/inter/aus/xml/menu_catalog_new.lxml"
-
-
-
-
-
-
-
-
-
-
-
-
- Var BigButtonEnable = "Enable"
- Refresh
-
-
- Var BigButtonEnable = "Invisible"
- Refresh
-
-
-
-
-
diff --git a/inter/aus/xml/multi/page_instance2.xml b/inter/aus/xml/multi/page_instance2.xml
new file mode 100644
index 00000000..742a88c7
--- /dev/null
+++ b/inter/aus/xml/multi/page_instance2.xml
@@ -0,0 +1,49 @@
+
+ 1080
+ 1920
+
+
+ ; open from page_catalog.lxml
+
+
+ RootLayoutVisible 3 "show"
+ RootLayoutVisible 15 "show"
+
+ OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
+
+
+ Var ButtonLanguageCurrentXPosition = 1015
+ Var ButtonLanguageCurrentYPosition = 458 - 38
+
+ Var ButtonLanguageListXPosition = 990
+ Var ButtonLanguageListYPosition = 450 - 38
+
+
+ Var Timeout = 0
+
+
+ 1000
+
+
+ DEBUGVAR Timeout
+ If Timeout > 66 Then
+ SAVELOG "Timeout"
+
+ TabMenuVisibleInst 99
+
+ If Seeker = "next" Then
+ Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
+ Else
+ SAVELOG "Back"
+ Open "ROOT/taobin_project/xml/page_back_to_main.xml"
+ EndIf
+ EndIf
+ Var Timeout = Timeout + 1
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inc/remove_cup_tag_on_arm.inc"
+
+
+
diff --git a/inter/aus/xml/multi/recommend.ev b/inter/aus/xml/multi/recommend.ev
new file mode 100644
index 00000000..a886149d
--- /dev/null
+++ b/inter/aus/xml/multi/recommend.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call recommend"
+TabMenuVisibleInst 10
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/sodaother.ev b/inter/aus/xml/multi/sodaother.ev
new file mode 100644
index 00000000..307665de
--- /dev/null
+++ b/inter/aus/xml/multi/sodaother.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call tea.ev"
+TabMenuVisibleInst 7
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/tab_menu.lxml b/inter/aus/xml/multi/tab_menu.lxml
new file mode 100644
index 00000000..6f870889
--- /dev/null
+++ b/inter/aus/xml/multi/tab_menu.lxml
@@ -0,0 +1,274 @@
+
+ 1080
+ 1920
+
+
+
+ ;Var DirImage = "ROOT/taobin_project/image/page2_inter/"
+ Var DirImageAlter = "ROOT/taobin_project/image/page3_2_v2_en/"
+ Var DirImageAUS = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/image/catalog/"
+
+ DEBUGVAR DirImageAlter
+
+ DEBUGVAR Menu1Selected
+ DEBUGVAR Menu0Selected
+ DEBUGVAR NextPage
+
+ 10000
+
+
+ TimerReset
+
+
+
+
+
+
+ 1080
+ "auto"
+ 0
+ 395
+
+ "Enable"
+ 1080
+ 102
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/tab_menu_hide.lxml b/inter/aus/xml/multi/tab_menu_hide.lxml
new file mode 100644
index 00000000..11496258
--- /dev/null
+++ b/inter/aus/xml/multi/tab_menu_hide.lxml
@@ -0,0 +1 @@
+RootLayoutVisible 15 "hide"
diff --git a/inter/aus/xml/multi/tab_menu_open_instance.lxml b/inter/aus/xml/multi/tab_menu_open_instance.lxml
new file mode 100644
index 00000000..6d11cae9
--- /dev/null
+++ b/inter/aus/xml/multi/tab_menu_open_instance.lxml
@@ -0,0 +1 @@
+OpenInst 15 "ROOT/taobin_project/inter/aus/xml/multi/tab_menu.lxml"
\ No newline at end of file
diff --git a/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml b/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml
new file mode 100644
index 00000000..1f555b42
--- /dev/null
+++ b/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml
@@ -0,0 +1,3 @@
+
+ OpenInst 15 "ROOT/taobin_project/inter/aus/xml/multi/tab_menu.lxml"
+ RootLayoutVisible 15 "show"
diff --git a/inter/aus/xml/multi/tea.ev b/inter/aus/xml/multi/tea.ev
new file mode 100644
index 00000000..7d748ebe
--- /dev/null
+++ b/inter/aus/xml/multi/tea.ev
@@ -0,0 +1,3 @@
+SAVELOG "Call tea.ev"
+TabMenuVisibleInst 3
+Var RedirectTo = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
diff --git a/inter/aus/xml/multi/v3/dummy_layout.py b/inter/aus/xml/multi/v3/dummy_layout.py
new file mode 100644
index 00000000..e69de29b
diff --git a/inter/aus/xml/multi/v3/event/dummy_layout_promotion.py b/inter/aus/xml/multi/v3/event/dummy_layout_promotion.py
new file mode 100644
index 00000000..026903bd
--- /dev/null
+++ b/inter/aus/xml/multi/v3/event/dummy_layout_promotion.py
@@ -0,0 +1,62 @@
+if "v3" in param and "promotion" in param and "other_catalog" in param:
+ file_template = open(directory_to_process + "/page_catalog_group_other_other.lxml", 'r')
+ template_content = file_template.read()
+ file_template.close()
+
+ pro_template = open(directory_to_process + "/event/event_v3/promotion_template.inc")
+ pro_template_content = pro_template.read()
+ pro_template.close()
+
+ all_active_pro = ""
+
+ files = os.listdir(directory_to_process + "/event/event_v3/catalog_other")
+ files = [f for f in files if f.endswith(".json")]
+ for filename in files:
+ pro_json_file = open(directory_to_process + "/event/event_v3/catalog_other/"+ filename)
+ pro_json = json.load(pro_json_file)
+ start_time = datetime.datetime.strptime(pro_json["start"], "%Y-%m-%dT%H:%M:%S")
+ end_time = datetime.datetime.strptime(pro_json["end"], "%Y-%m-%dT%H:%M:%S")
+ if start_time > datetime.datetime.now() or datetime.datetime.now() < end_time:
+ pro_content = str(pro_template_content)
+ pro_content = pro_content.replace("#State", pro_json["state"])
+ pro_content = pro_content.replace("#Type", pro_json["type"])
+ pro_content = pro_content.replace("#MediaThai", pro_json["media_thai"])
+ pro_content = pro_content.replace("#MediaEng", pro_json["media_eng"])
+ pro_content = pro_content.replace("#EventClick", pro_json["event_click"])
+ all_active_pro += pro_content + "\n\t"
+
+ pro_output_file = open(directory_to_process + "/event/event_v3/catalog_other/active_promotions.lxml", 'w')
+ pro_output_file.write(template_content.replace(";banners", all_active_pro))
+ pro_output_file.close()
+
+if "v3" in param and "promotion" in param:
+ file_template = open(directory_to_process + "/page_catalog_group_recommend.lxml", 'r')
+ template_content = file_template.read()
+ file_template.close()
+
+ pro_template = open(directory_to_process + "/event/event_v3/promotion_template.inc")
+ pro_template_content = pro_template.read()
+ pro_template.close()
+
+ all_active_pro = ""
+
+ files = os.listdir(directory_to_process + "/event/event_v3")
+ files = [f for f in files if f.endswith(".json")]
+ files.sort()
+ for filename in files:
+ pro_json_file = open(directory_to_process + "/event/event_v3/"+ filename)
+ pro_json = json.load(pro_json_file)
+ start_time = datetime.datetime.strptime(pro_json["start"], "%Y-%m-%dT%H:%M:%S")
+ end_time = datetime.datetime.strptime(pro_json["end"], "%Y-%m-%dT%H:%M:%S")
+ if start_time > datetime.datetime.now() or datetime.datetime.now() < end_time:
+ pro_content = str(pro_template_content)
+ pro_content = pro_content.replace("#State", pro_json["state"])
+ pro_content = pro_content.replace("#Type", pro_json["type"])
+ pro_content = pro_content.replace("#MediaThai", pro_json["media_thai"])
+ pro_content = pro_content.replace("#MediaEng", pro_json["media_eng"])
+ pro_content = pro_content.replace("#EventClick", pro_json["event_click"])
+ all_active_pro += pro_content + "\n"
+
+ pro_output_file = open(directory_to_process + "/event/event_v3/active_promotions.lxml", 'w')
+ pro_output_file.write(template_content.replace(";banners", all_active_pro))
+ pro_output_file.close()
diff --git a/inter/aus/xml/multi/v3/event/event_v3/active_promotions.lxml b/inter/aus/xml/multi/v3/event/event_v3/active_promotions.lxml
new file mode 100644
index 00000000..a95b4b47
--- /dev/null
+++ b/inter/aus/xml/multi/v3/event/event_v3/active_promotions.lxml
@@ -0,0 +1,3071 @@
+
+; this file for generate from page_catalog_group_recommend.skt
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+
+
+
+ SCROLL_TO_TOP ""
+ Var RecommendTimeOut = 0
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu1Selected = "PressForever"
+
+
+ SAVELOG PreviseXMLFileName2
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ RefreshAll
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ GetVisible inst_show_exclude_group
+
+ If inst_show_exclude_group_counter = "" Then
+ Var inst_show_exclude_group_counter = 45
+ EndIf
+
+
+ If inst_show_exclude_group = 1 Then
+ If inst_show_exclude_group_counter > 0 Then
+
+ Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
+
+ If inst_show_exclude_group_counter = 0 Then
+ RefreshAll
+ Var inst_show_exclude_group_counter = 45
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+
+ EndIf
+
+ Var RecommendTimeOut = RecommendTimeOut + 1
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0004 51-01-02-0002 51-01-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0004 51-21-02-0002 51-21-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0081 51-21-02-0081 51-21-03-0081
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0071 51-02-02-0071 51-02-03-0071
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0035 51-05-03-0035
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0009
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0041 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0010 51-05-03-0010
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0039 51-02-02-0039 51-02-03-0039
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0026 51-02-02-0026 51-02-03-0026
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0016 -
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/event/event_v3/catalog_other/active_promotions.lxml b/inter/aus/xml/multi/v3/event/event_v3/catalog_other/active_promotions.lxml
new file mode 100644
index 00000000..2e6d0a1a
--- /dev/null
+++ b/inter/aus/xml/multi/v3/event/event_v3/catalog_other/active_promotions.lxml
@@ -0,0 +1,16522 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 7 Then
+ Var SlientRefreshIndex = 8
+ EndIf
+
+ Var OtherOtherRefreshTimeOut = 1
+ Var inst_show_other_other_counter = 10
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
+ ; soda and other
+ Var Menu62Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var OtherOtherRefreshTimeOut = 14
+
+ DEBUGVAR SlientRefreshIndex
+
+
+ RefreshAll
+
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+
+
+ ;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
+
+ ; setvarint RefreshOtherOther 1
+ If RefreshOtherOther = 1 Then
+ Var RefreshOtherOther = 0
+ SAVELOG "OPEN FROM 8"
+ Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_other_other.lxml"
+ EndIf
+
+ GetVisible inst_show_other_other
+
+ ;DEBUGVAR inst_show_other_other
+
+ Var OtherOtherRefreshTimeOut = OtherOtherRefreshTimeOut + 1
+ ;DEBUGVAR OtherOtherRefreshTimeOut
+
+ If OtherOtherRefreshTimeOut > 15 Then
+
+
+ Var OtherOtherRefreshTimeOut = 0
+ Script "-" "-"
+ If inst_show_other_other = 1 Then
+ ;RefreshAll
+ EndIf
+ EndIf
+
+ If inst_show_other_other = 1 Then
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+
+
+;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0133 12-05-03-0133
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0143 12-05-03-0143
+
+
+ ; ==================> Len = 3
+ ; 12-05-01-0134 12-05-02-0134 12-05-03-0134
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0135 12-05-03-0135
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0151 12-05-03-0151
+
+
+ ; ==================> Len = 3
+ ; 12-05-01-0152 12-05-02-0152 12-05-03-0152
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0147 -
+
+
+ ; ==================> Len = 3
+ ; - 12-02-02-0098 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0106 12-05-03-0106
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0057 12-05-03-0057
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0149 12-05-03-0149
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0058 12-05-03-0058
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0148 12-05-03-0148
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0150 12-05-03-0150
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0148 12-05-03-0148
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0114 12-05-03-0114
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0104 12-05-03-0104
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0094 12-05-03-0094
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0142 12-05-03-0142
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0136 12-05-03-0136
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0137 12-05-03-0137
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0138 12-05-03-0138
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0139 12-05-03-0139
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0140 12-05-03-0140
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0141 12-05-03-0141
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0035 12-05-03-0035
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0034 12-05-03-0034
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0144 12-05-03-0144
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0145 12-05-03-0145
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0146 12-05-03-0146
+
+
+ ; ==================> Len = 3
+ ; 12-05-01-0040 12-05-02-0040 12-05-03-0040
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0041 12-05-03-0041
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0023 12-05-03-0023
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0095 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0044 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0010 12-05-03-0010
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0033 12-05-03-0033
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0022 12-05-03-0022
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0008 12-05-03-0008
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0009 12-05-03-0009
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0024 12-05-03-0024
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0025 12-05-03-0025
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0038 12-05-03-0038
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0039 12-05-03-0039
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0051 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0052 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0060 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0063 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0064 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0065 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0066 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0069 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0070 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0071 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0073 -
+
+
+ ; ==================> Len = 3
+ ; - - 12-05-03-0092
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0090 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0093 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0014 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0015 -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0003 12-05-03-0003
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0004 12-05-03-0004
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0002 12-05-03-0002
+
+
+ ; ==================> Len = 3
+ ; 12-05-01-0001 12-05-02-0001 12-05-03-0001
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0026 12-05-03-0026
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0032 12-05-03-0032
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; 12-06-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 12-06-01-0002 - -
+
+
+ ; ==================> Len = 3
+ ; - 12-05-02-0017 -
+
+
+ ; ==================> Len = 3
+ ; 12-05-01-0002 12-05-02-0018 -
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/event/event_v3/promotion_template.inc b/inter/aus/xml/multi/v3/event/event_v3/promotion_template.inc
new file mode 100644
index 00000000..1082c3ed
--- /dev/null
+++ b/inter/aus/xml/multi/v3/event/event_v3/promotion_template.inc
@@ -0,0 +1,16 @@
+
+ #State
+ #Type
+
+ eval(
+ If show_eng = "true" Then
+ Var return = "#MediaEng"
+ Else
+ Var return = "#MediaThai"
+ EndIf
+ )
+
+
+ #EventClick
+
+
\ No newline at end of file
diff --git a/inter/aus/xml/multi/v3/event/script_open_promotion_v3.ev b/inter/aus/xml/multi/v3/event/script_open_promotion_v3.ev
new file mode 100644
index 00000000..62b58293
--- /dev/null
+++ b/inter/aus/xml/multi/v3/event/script_open_promotion_v3.ev
@@ -0,0 +1,22 @@
+
+Var InstanceTabOpenFile10 = "ROOT/taobin_project/inter/aus/xml/multi/v3/event/event_v3/active_promotions.lxml"
+
+Var ButtonLanguageCurrentXPosition = 1015
+Var ButtonLanguageCurrentYPosition = 458 - 38
+Var ButtonLanguageListXPosition = 990
+Var ButtonLanguageListYPosition = 450 - 38
+Var LanguageButtonEnable = "Enable"
+OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
+
+
+OpenInst 15 "ROOT/taobin_project/inter/aus/xml/multi/tab_menu.lxml"
+
+TabMenuVisibleInst 10
+OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_instance2.xml"
+
+Var Menu1Selected = "PressForever"
+
+RootLayoutVisible 15 "show"
+
+;Var FileRecommendToOpen = "ROOT/taobin_project/inter/aus/xml/multi/v3/event/event_v3/active_promotions.lxml"
+SAVELOG "======================================== taobin_project/inter/aus/xml/multi/v3/event/script_open_promotion_v3.ev"
\ No newline at end of file
diff --git a/inter/aus/xml/multi/v3/menu_head.py b/inter/aus/xml/multi/v3/menu_head.py
new file mode 100644
index 00000000..dfd34582
--- /dev/null
+++ b/inter/aus/xml/multi/v3/menu_head.py
@@ -0,0 +1,106 @@
+
+ RoadShow = False
+
+ default_dir = 'ROOT/taobin_project/image/page_drink/'
+ default_dir2 = 'ROOT/taobin_project/image/page_drink_select/'
+ default_dir_press = 'ROOT/taobin_project/image/page_drink_press/'
+ default_dir_disable = 'ROOT/taobin_project/image/page_drink_disable/'
+
+ new_default_dir = 'ROOT/taobin_project/inter/tha/image/page_drink_n/'
+ new_default_dir2 = 'ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/'
+ new_default_dir_press = 'ROOT/taobin_project/inter/tha/image/page_drink_press_n/'
+ new_default_dir_disable = 'ROOT/taobin_project/inter/tha/image/page_drink_disable_n2/'
+
+ menu_count = 0
+
+ x1 = 44
+ x2 = 301
+ x3 = 558
+ x4 = 815
+
+ ystep = 899 - 571
+ y1 = 20
+ y2 = y1 + ystep*1
+ y3 = y1 + ystep*2
+ y4 = y1 + ystep*3
+ y5 = y1 + ystep*4
+ y6 = y1 + ystep*5
+ y7 = y1 + ystep*6
+
+
+
+ x_button = [
+ x1,
+ x2,
+ x3,
+ x4,
+
+ x1,
+ x2,
+ x3,
+ x4,
+
+ x1,
+ x2,
+ x3,
+ x4,
+
+ x1,
+ x2,
+ x3,
+ x4,
+
+ x1,
+ x2,
+ x3,
+ x4,
+
+ x1,
+ x2,
+ x3,
+ x4,
+
+ x1,
+ x2,
+ x3,
+ x4
+
+ ]
+ y_button = [
+ y1,
+ y1,
+ y1,
+ y1,
+
+ y2,
+ y2,
+ y2,
+ y2,
+
+ y3,
+ y3,
+ y3,
+ y3,
+
+ y4,
+ y4,
+ y4,
+ y4,
+
+ y5,
+ y5,
+ y5,
+ y5,
+
+ y6,
+ y6,
+ y6,
+ y6,
+
+ y7,
+ y7,
+ y7,
+ y7
+
+ ]
+
\ No newline at end of file
diff --git a/inter/aus/xml/multi/v3/menu_new_layout_gen_v3.py b/inter/aus/xml/multi/v3/menu_new_layout_gen_v3.py
new file mode 100644
index 00000000..fc2c0307
--- /dev/null
+++ b/inter/aus/xml/multi/v3/menu_new_layout_gen_v3.py
@@ -0,0 +1,513 @@
+ if "v3" in param:
+
+ def GenMenuV3(hot_pd, cold_pd, blend_pd, start_date_time, end_date_time, product_var, default_topping):
+ out_xml( '\t\t\t; ==================> Len = ' + str(len(spl)) + '\n')
+ menu_img = spl[ idx_img][1]
+ out_xml( '\t\t; '+ hot_pd + ' ' + cold_pd + ' ' + blend_pd+ ' \n')
+ str_con = ""
+ str_con_var = ""
+ if hot_pd != '-':
+ str_con += hot_pd + '.Button,'
+ if cold_pd != '-':
+ str_con += cold_pd + '.Button,'
+ if blend_pd != '-':
+ str_con += blend_pd + '.Button,'
+
+ if hot_pd != '-':
+ str_con_var += hot_pd + '-'
+ if cold_pd != '-':
+ str_con_var += cold_pd + '-'
+ if blend_pd != '-':
+ str_con_var += blend_pd + '-'
+
+ str_con_var = str_con_var.replace("-", "")
+
+ if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', start_date_time):
+ str_con += f'DateTimeStart="{start_date_time}",'
+ if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', end_date_time):
+ str_con += f'DateTimeEnd="{end_date_time}",'
+
+ if re.match(r'^\w.*', product_var):
+ str_con += f'Var={product_var},'
+
+ if recommend_page:
+ str_con += "Disable=Invisible,"
+
+ str_con += "$Sum" + str_con_var
+
+ out_xml('\t\t
\n\n')
+
+ def GenBanner(type, thai_media, eng_media, event_on_click_script, start_date_time, end_date_time, state_var):
+ str_con = []
+ if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', start_date_time.strip()):
+ str_con.append(f'DateTimeStart="{start_date_time.strip()}"')
+ if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', end_date_time.strip()):
+ str_con.append(f'DateTimeEnd="{end_date_time.strip()}"')
+
+ if re.match(r'^\w.*', state_var.strip()):
+ str_con.append(f'Var={state_var.strip()},')
+
+ out_xml('\t\t\n')
+ out_xml('\t\t\t Flag( '+ ",".join(str_con) + ' ) \n')
+ out_xml('\t\t\t ' + type + ' \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\t\teval(\n')
+ out_xml('\t\t\t\t\tIf show_eng = "true" Then\n')
+ out_xml('\t\t\t\t\t\tVar return = ' + eng_media + '\n')
+ out_xml('\t\t\t\t\tElse\n')
+ out_xml('\t\t\t\t\t\tVar return = ' + thai_media + '\n')
+ out_xml('\t\t\t\t\tEndIf\n')
+ out_xml('\t\t\t\t)\n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\t\t' + event_on_click_script.replace('\\n', '\n').replace('\\t', '\t') + '\n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\n')
+
+ idx_lang_myanmar = 6
+ idx_lang_malay = 5
+ idx_lang_japan = 4
+ idx_lang_china = 3
+ idx_lang_thai = 2
+ idx_lang_eng = 1
+
+
+ idx_name = 0
+ idx_desc = 1
+ idx_img = 2
+
+
+ idx_hot_product_code = 7
+ idx_cold_product_code = idx_hot_product_code + 1
+ idx_blend_product_code = idx_cold_product_code + 1
+
+ idx_date_time_start = 17
+ idx_date_time_end = idx_date_time_start + 1
+ idx_product_var = idx_date_time_end + 1
+ idx_of_default_toppimg = idx_product_var + 1
+
+ #
+ idx_hot_product_code2 = idx_blend_product_code + 1
+ idx_cold_product_code2 = idx_hot_product_code2 + 1
+ idx_blend_product_code2 = idx_cold_product_code2 + 1
+ idx_of_eng = 2
+ idx_of_eng_des = 3
+ idx_of_thai = 0
+ idx_of_thai_des = 1
+ print ("--------------------------------------------------------------------------------------------------------------------------")
+
+
+ if current_file_name == "page_catalog_group_recommend.skt":
+ recommend_page = True
+ button_add_string = "Var OpenFromInstMenuTab = 0"
+ else:
+ recommend_page = False
+ button_add_string = ""
+
+ out_xml('\n')
+ out_xml('\t 0 \n')
+ out_xml('\t 497 \n')
+ out_xml('\t 1080 \n')
+ out_xml('\t 1423 \n')
+ out_xml('\t\n')
+ out_xml('\t\t\n')
+ out_xml('\t\t\t KanitMediumTTF \n')
+ out_xml('\t\t\t 0x322B26 \n')
+ out_xml('\t\t\t 0xEAE6E1 \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\t\t 16 \n')
+ out_xml('\t\t\t\t 22 \n')
+ out_xml('\t\t\t\t 1 \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\n')
+ out_xml('\t\t\n')
+ out_xml('\t\t\t KanitMediumTTF \n')
+ out_xml('\t\t\t 0x322B26 \n')
+ out_xml('\t\t\t 0xEAE6E1 \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\t\t 10 \n')
+ out_xml('\t\t\t\t 14 \n')
+ out_xml('\t\t\t\t 1 \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\n')
+ out_xml('\t\t\n')
+ out_xml('\t\t\t KanitRegularTTF \n')
+ out_xml('\t\t\t 0x6F5F51 \n')
+ out_xml('\t\t\t 0xEAE6E1 \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\t\t 4 \n')
+ out_xml('\t\t\t\t 20 \n')
+ out_xml('\t\t\t\t 1 \n')
+ out_xml('\t\t\t\n')
+ out_xml('\t\t\n')
+ out_xml('\t\t 000081 \n')
+ out_xml('\t\t 000082 \n')
+ out_xml('\t\t 000083 \n')
+ out_xml('\t\t 000013 \n')
+ out_xml('\t\n')
+ out_xml('\t\n')
+ out_xml(';banners\n')
+
+ count_test = 0
+ count = 0
+ pd_code_available = '##-##-##-####'
+#
+ print('menu_new_list=' + str(menu_new_list))
+
+ for spl in menu_new_list:
+ #product_code = s
+
+ if len(spl) == 1:
+ if spl[0].startswith("IGNORE"):
+ continue
+
+ if spl[0].startswith("TAG"):
+ out_xml( '\t;' + spl[0] + '\r\n')
+ continue
+
+ if spl[idx_desc][idx_lang_eng].startswith("BANNER"):
+ date_time_start = spl[idx_name][idx_date_time_start]
+ date_time_end = spl[idx_name][idx_date_time_end]
+ state_var = spl[idx_name][idx_product_var]
+
+ type = spl[idx_desc][idx_lang_thai]
+ eng_media = spl[idx_img][idx_lang_eng]
+ thai_media = spl[idx_img][idx_lang_thai]
+ on_click_script = spl[idx_name][idx_lang_thai]
+
+ GenBanner(type, thai_media, eng_media, on_click_script, date_time_start, date_time_end, state_var)
+ else:
+ [hot_pd_v1, hot_pd_v2] = spl[ idx_name][ idx_hot_product_code].split(',')
+ [cold_pd_v1, cold_pd_v2] = spl[ idx_name][ idx_cold_product_code].split(',')
+ [blend_pd_v1, blend_pd_v2] = spl[ idx_name][ idx_blend_product_code].split(',')
+
+ # date_time_start = spl[idx_name][idx_date_time_start]
+ # date_time_end = spl[idx_name][idx_date_time_end]
+ # product_var = spl[idx_name][idx_product_var]
+ date_time_start = ""
+ date_time_end = ""
+ product_var = ""
+ try:
+ default_topping = spl[idx_name][idx_of_default_toppimg]
+ except:
+ default_topping = "0"
+ print(f"spl[{idx_name}] =", spl[idx_name])
+ # print(f"Expected indices: date_time_start:{date_time_start}, date_time_end:{date_time_end}, product_var:{product_var} , default_topping={default_topping}")
+
+ for [hot_pd, cold_pd, blend_pd] in [[hot_pd_v1, cold_pd_v1, blend_pd_v1], [hot_pd_v2, cold_pd_v2, blend_pd_v2]]:
+ if hot_pd == '-' and cold_pd == '-' and blend_pd == '-':
+ continue
+ else:
+ print(f"Gen ==> hot={hot_pd}, cold={cold_pd}, blend={blend_pd}")
+ GenMenuV3(hot_pd, cold_pd, blend_pd, date_time_start, date_time_end, product_var, default_topping)
+ out_xml('\t\t\n\n')
+ out_xml('\n')
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_appfast.lxml b/inter/aus/xml/multi/v3/page_catalog_group_appfast.lxml
new file mode 100644
index 00000000..25beb755
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_appfast.lxml
@@ -0,0 +1,1235 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "PressForever"
+ Var Menu7Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu7Selected = "PressForever"
+ EndIf
+
+
+
+ SAVELOG PreviseXMLFileName2
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-04-02-1018 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-1019 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-1020 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-1021 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-1022 -
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_appfast.skt b/inter/aus/xml/multi/v3/page_catalog_group_appfast.skt
new file mode 100644
index 00000000..522d67e6
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_appfast.skt
@@ -0,0 +1,59 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "PressForever"
+ Var Menu7Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu7Selected = "PressForever"
+ EndIf
+
+
+
+ SAVELOG PreviseXMLFileName2
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_cocktail.skt b/inter/aus/xml/multi/v3/page_catalog_group_cocktail.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_cocktail.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_coffee.lxml b/inter/aus/xml/multi/v3/page_catalog_group_coffee.lxml
new file mode 100644
index 00000000..241c97d8
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_coffee.lxml
@@ -0,0 +1,7438 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+
+
+ If SlientRefreshIndex = 2 Then
+ Var SlientRefreshIndex = 3
+
+ EndIf
+
+ Var CoffeeRefreshTimeOut = 0
+
+
+
+
+
+
+ SCROLL_TO_TOP ""
+
+ SAVELOG "Onshow 1"
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu2Selected = "PressForever"
+
+ SAVELOG "Onshow 2"
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ Var Timeout = 0
+
+ SAVELOG "Onshow 3"
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ SetInstanceIgnoreTouch
+
+ Var inst_show_coffee_counter = 4
+ DEBUGVAR SlientRefreshIndex
+
+ RefreshAll
+
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ If ICE_PROCESS_STATUS = 2 Then
+ Var ice_tab_process_show = "Enable"
+ Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+
+
+ GetVisible inst_show_coffee
+
+
+ If inst_show_coffee = 1 Then
+ If inst_show_coffee_counter > 0 Then
+ DEBUGVAR inst_show_coffee_counter
+
+ Var inst_show_coffee_counter = inst_show_coffee_counter - 1
+
+ If inst_show_coffee_counter = 0 Then
+ RefreshAll
+ Var inst_show_coffee_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+
+ ; setvarint RefreshCoffeeMenu 1
+ If RefreshCoffeeMenu = 1 Then
+ Var RefreshCoffeeMenu = 0
+ SAVELOG "OPEN FROM 3"
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_coffee.lxml"
+ EndIf
+
+ ; setvarint ScriptCoffeeMenu 1
+ If ScriptCoffeeMenu = 1 Then
+ Var ScriptCoffeeMenu = 0
+ SAVELOG "Runscript 3"
+ Script "-" "-"
+ EndIf
+
+ If CoffeeRefreshTimeOut > 15 Then
+ Var CoffeeRefreshTimeOut = 0
+ Script "-" "-"
+ EndIf
+
+ Var CoffeeRefreshTimeOut = CoffeeRefreshTimeOut + 1
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-01-01-0004 51-01-02-0002 51-01-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0004 51-21-02-0002 51-21-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0060 51-21-02-0060 51-21-03-0060
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0007 51-01-02-0004 51-01-03-0004
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0007 51-21-02-0004 51-21-03-0004
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0081 51-21-02-0081 51-21-03-0081
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0079 51-21-02-0079 51-21-03-0079
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0005 51-11-02-0002 51-11-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0005 51-31-02-0002 51-31-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0006 51-01-02-0003 51-01-03-0003
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0006 51-21-02-0003 51-21-03-0003
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0003 51-01-02-0001 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0003 51-21-02-0001 -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 51-11-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 51-31-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0031 51-01-02-0031 51-01-03-0031
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0031 51-21-02-0031 51-21-03-0031
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0055 51-01-02-0055 51-01-03-0055
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0055 51-21-02-0055 51-21-03-0055
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0064 51-01-02-0064 51-01-03-0064
+
+
+ ; ==================> Len = 3
+ ; - 51-11-02-0001 51-11-03-0001
+
+
+ ; ==================> Len = 3
+ ; - 51-31-02-0001 51-31-03-0001
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0017 51-01-02-0017 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0017 51-21-02-0017 -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0040 51-01-02-0040 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0040 51-21-02-0040 -
+
+
+ ; ==================> Len = 3
+ ; - 51-01-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-21-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-01-02-0041 -
+
+
+ ; ==================> Len = 3
+ ; - 51-21-02-0041 -
+
+
+
+
+
+
+
+
+ 1
+ 1
+ KanitTTF
+ 22
+ 1080
+ end
+ 0xFF0000
+ "CF1"
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_coffee.skt b/inter/aus/xml/multi/v3/page_catalog_group_coffee.skt
new file mode 100644
index 00000000..173bddf3
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_coffee.skt
@@ -0,0 +1,132 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+
+
+ If SlientRefreshIndex = 2 Then
+ Var SlientRefreshIndex = 3
+
+ EndIf
+
+ Var CoffeeRefreshTimeOut = 0
+
+
+
+
+
+
+ SCROLL_TO_TOP ""
+
+ SAVELOG "Onshow 1"
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu2Selected = "PressForever"
+
+ SAVELOG "Onshow 2"
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ Var Timeout = 0
+
+ SAVELOG "Onshow 3"
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ SetInstanceIgnoreTouch
+
+ Var inst_show_coffee_counter = 4
+ DEBUGVAR SlientRefreshIndex
+
+ RefreshAll
+
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ If ICE_PROCESS_STATUS = 2 Then
+ Var ice_tab_process_show = "Enable"
+ Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+
+
+ GetVisible inst_show_coffee
+
+
+ If inst_show_coffee = 1 Then
+ If inst_show_coffee_counter > 0 Then
+ DEBUGVAR inst_show_coffee_counter
+
+ Var inst_show_coffee_counter = inst_show_coffee_counter - 1
+
+ If inst_show_coffee_counter = 0 Then
+ RefreshAll
+ Var inst_show_coffee_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+
+ ; setvarint RefreshCoffeeMenu 1
+ If RefreshCoffeeMenu = 1 Then
+ Var RefreshCoffeeMenu = 0
+ SAVELOG "OPEN FROM 3"
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_coffee.lxml"
+ EndIf
+
+ ; setvarint ScriptCoffeeMenu 1
+ If ScriptCoffeeMenu = 1 Then
+ Var ScriptCoffeeMenu = 0
+ SAVELOG "Runscript 3"
+ Script "-" "-"
+ EndIf
+
+ If CoffeeRefreshTimeOut > 15 Then
+ Var CoffeeRefreshTimeOut = 0
+ Script "-" "-"
+ EndIf
+
+ Var CoffeeRefreshTimeOut = CoffeeRefreshTimeOut + 1
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+ 1
+ 1
+ KanitTTF
+ 22
+ 1080
+ end
+ 0xFF0000
+ "CF1"
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_dessert.lxml b/inter/aus/xml/multi/v3/page_catalog_group_dessert.lxml
new file mode 100644
index 00000000..9a16c2f6
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_dessert.lxml
@@ -0,0 +1,2866 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 6 Then
+ Var SlientRefreshIndex = 7
+ EndIf
+
+ Var DessertRefreshTimeOut = 0
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ Var Menu22Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+ GetVisible inst_show_dessert
+
+
+ If inst_show_dessert = 1 Then
+ If inst_show_dessert_counter > 0 Then
+ DEBUGVAR inst_show_dessert_counter
+
+ Var inst_show_dessert_counter = inst_show_dessert_counter - 1
+
+ If inst_show_dessert_counter = 0 Then
+ RefreshAll
+ Var inst_show_dessert_counter = 7
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+ If DessertRefreshTimeOut > 15 Then
+ Var DessertRefreshTimeOut = 0
+ Script "-" "-"
+ EndIf
+
+ Var DessertRefreshTimeOut = DessertRefreshTimeOut + 1
+
+ If RefreshDessertMenu = 1 Then
+ Var RefreshDessertMenu = 0
+ SAVELOG "OPEN FROM 6"
+
+
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_dessert.lxml"
+
+ EndIf
+ ; setvarint RefreshDessertMenu 1
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - - 51-03-03-0009
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0034
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0027
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0010
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0051
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0052
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0053
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0055
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0056
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0045
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0046
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0047
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_dessert.skt b/inter/aus/xml/multi/v3/page_catalog_group_dessert.skt
new file mode 100644
index 00000000..25631835
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_dessert.skt
@@ -0,0 +1,101 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 6 Then
+ Var SlientRefreshIndex = 7
+ EndIf
+
+ Var DessertRefreshTimeOut = 0
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ Var Menu22Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+ GetVisible inst_show_dessert
+
+
+ If inst_show_dessert = 1 Then
+ If inst_show_dessert_counter > 0 Then
+ DEBUGVAR inst_show_dessert_counter
+
+ Var inst_show_dessert_counter = inst_show_dessert_counter - 1
+
+ If inst_show_dessert_counter = 0 Then
+ RefreshAll
+ Var inst_show_dessert_counter = 7
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+ If DessertRefreshTimeOut > 15 Then
+ Var DessertRefreshTimeOut = 0
+ Script "-" "-"
+ EndIf
+
+ Var DessertRefreshTimeOut = DessertRefreshTimeOut + 1
+
+ If RefreshDessertMenu = 1 Then
+ Var RefreshDessertMenu = 0
+ SAVELOG "OPEN FROM 6"
+
+
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_dessert.lxml"
+
+ EndIf
+ ; setvarint RefreshDessertMenu 1
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_forkid.lxml b/inter/aus/xml/multi/v3/page_catalog_group_forkid.lxml
new file mode 100644
index 00000000..8e697caf
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_forkid.lxml
@@ -0,0 +1,8759 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+
+ SetInstanceIgnoreTouch
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 5 Then
+ Var SlientRefreshIndex = 6
+ EndIf
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ ; protein
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "PressForever"
+ Var Menu7Selected = "Invisible"
+ Var Menu21Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu7Selected = "Invisible"
+ Var Menu21Selected = "PressForever"
+ EndIf
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var inst_show_for_kid_counter = 4
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+ GetVisible inst_show_for_kid
+
+
+ If inst_show_for_kid = 1 Then
+ If inst_show_for_kid_counter > 0 Then
+ DEBUGVAR inst_show_for_kid_counter
+
+ Var inst_show_for_kid_counter = inst_show_for_kid_counter - 1
+
+ If inst_show_for_kid_counter = 0 Then
+ RefreshAll
+ Var inst_show_for_kid_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-03-01-0005 51-03-02-0005 51-03-03-0005
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0001 51-03-02-0001 51-03-03-0001
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0003 51-03-02-0003 51-03-03-0003
+
+
+ ; ==================> Len = 3
+ ; - 51-03-02-0006 51-03-03-0006
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0002 51-03-02-0002 51-03-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0022 51-03-02-0022 51-03-03-0022
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0010
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0020
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0021
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0041 51-05-03-0041
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0008 51-05-03-0008
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0044 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0009
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0002 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0003 - -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0003 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0004 - -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0004 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0006 - -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0006 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0064 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0007 - -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0007 - -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0040 - -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0040 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0024 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0035 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0040 - -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0024 - -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0039 - -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0004 - -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0026 - -
+
+
+ ; ==================> Len = 3
+ ; 51-05-01-0001 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0005 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0022 - -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1026 - -
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_forkid.skt b/inter/aus/xml/multi/v3/page_catalog_group_forkid.skt
new file mode 100644
index 00000000..6ffb2203
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_forkid.skt
@@ -0,0 +1,92 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+
+ SetInstanceIgnoreTouch
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 5 Then
+ Var SlientRefreshIndex = 6
+ EndIf
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ ; protein
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "PressForever"
+ Var Menu7Selected = "Invisible"
+ Var Menu21Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu7Selected = "Invisible"
+ Var Menu21Selected = "PressForever"
+ EndIf
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var inst_show_for_kid_counter = 4
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+ GetVisible inst_show_for_kid
+
+
+ If inst_show_for_kid = 1 Then
+ If inst_show_for_kid_counter > 0 Then
+ DEBUGVAR inst_show_for_kid_counter
+
+ Var inst_show_for_kid_counter = inst_show_for_kid_counter - 1
+
+ If inst_show_for_kid_counter = 0 Then
+ RefreshAll
+ Var inst_show_for_kid_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_health.lxml b/inter/aus/xml/multi/v3/page_catalog_group_health.lxml
new file mode 100644
index 00000000..0ce77c44
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_health.lxml
@@ -0,0 +1,6044 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 6 Then
+ Var SlientRefreshIndex = 7
+ EndIf
+
+ Var HealthRefreshTimeOut = 0
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ Var Menu22Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+ GetVisible inst_show_health
+
+
+ If inst_show_health = 1 Then
+ If inst_show_health_counter > 0 Then
+ DEBUGVAR inst_show_health_counter
+
+ Var inst_show_health_counter = inst_show_health_counter - 1
+
+ If inst_show_health_counter = 0 Then
+ RefreshAll
+ Var inst_show_health_counter = 7
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+ If HealthRefreshTimeOut > 15 Then
+ Var HealthRefreshTimeOut = 0
+ Script "-" "-"
+ EndIf
+
+ Var HealthRefreshTimeOut = HealthRefreshTimeOut + 1
+
+ If RefreshHealtMenu = 1 Then
+ Var RefreshHealtMenu = 0
+ SAVELOG "OPEN FROM 6"
+
+
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_health.lxml"
+
+ EndIf
+ ; setvarint RefreshHealtMenu 1
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-01-01-1003 51-01-02-1001 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-1003 51-21-02-1001 -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-1004 51-01-02-1002 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-1004 51-21-02-1002 -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-1006 51-01-02-1003 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-1006 51-21-02-1003 -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-1099 51-01-02-1099 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-1099 51-21-02-1099 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1024 51-02-02-1024 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1024 51-02-02-1024 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1025 51-02-02-1025 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1026 51-02-02-1026 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1029 51-02-02-1029 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1027 51-02-02-1027 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1029 51-02-02-1029 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1030 51-02-02-1030 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1031 51-02-02-1031 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1032 51-02-02-1032 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1037 51-02-02-1037 -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-1002 51-03-02-1002 -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-1005 51-03-02-1005 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1038 51-02-02-1038 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1039 51-02-02-1039 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-1040 51-02-02-1040 -
+
+
+ ; ==================> Len = 3
+ ; 51-05-01-1001 51-05-02-1001 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-1010 -
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_health.skt b/inter/aus/xml/multi/v3/page_catalog_group_health.skt
new file mode 100644
index 00000000..7e2da078
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_health.skt
@@ -0,0 +1,101 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 6 Then
+ Var SlientRefreshIndex = 7
+ EndIf
+
+ Var HealthRefreshTimeOut = 0
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ Var Menu22Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+ GetVisible inst_show_health
+
+
+ If inst_show_health = 1 Then
+ If inst_show_health_counter > 0 Then
+ DEBUGVAR inst_show_health_counter
+
+ Var inst_show_health_counter = inst_show_health_counter - 1
+
+ If inst_show_health_counter = 0 Then
+ RefreshAll
+ Var inst_show_health_counter = 7
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+ If HealthRefreshTimeOut > 15 Then
+ Var HealthRefreshTimeOut = 0
+ Script "-" "-"
+ EndIf
+
+ Var HealthRefreshTimeOut = HealthRefreshTimeOut + 1
+
+ If RefreshHealtMenu = 1 Then
+ Var RefreshHealtMenu = 0
+ SAVELOG "OPEN FROM 6"
+
+
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_health.lxml"
+
+ EndIf
+ ; setvarint RefreshHealtMenu 1
+
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_melon.skt b/inter/aus/xml/multi/v3/page_catalog_group_melon.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_melon.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_milk.lxml b/inter/aus/xml/multi/v3/page_catalog_group_milk.lxml
new file mode 100644
index 00000000..f37d3bcd
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_milk.lxml
@@ -0,0 +1,3540 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 4 Then
+ Var SlientRefreshIndex = 5
+ EndIf
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu4Selected = "PressForever"
+
+ RootLayoutVisible 13 "show"
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var inst_show_milk_cupe_counter = 7
+
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ If ICE_PROCESS_STATUS = 2 Then
+ Var ice_tab_process_show = "Enable"
+ Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+
+
+
+ GetVisible inst_show_milk_cupe
+
+
+ If inst_show_milk_cupe = 1 Then
+ If inst_show_milk_cupe_counter > 0 Then
+ DEBUGVAR inst_show_milk_cupe_counter
+
+ Var inst_show_milk_cupe_counter = inst_show_milk_cupe_counter - 1
+
+ If inst_show_milk_cupe_counter = 0 Then
+ RefreshAll
+ Var inst_show_milk_cupe_counter = 7
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-03-01-0002 51-03-02-0002 51-03-03-0002
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0011
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0039 51-03-02-0039 51-03-03-0039
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0022 - -
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0036 51-03-02-0036 51-03-03-0036
+
+
+ ; ==================> Len = 3
+ ; - 51-03-02-0058 51-03-03-0058
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0001 51-03-02-0001 51-03-03-0001
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0041 51-03-02-0041 51-03-03-0041
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0004 51-03-02-0004 51-03-03-0004
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0040 51-03-02-0040 51-03-03-0040
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0041 51-03-02-0041 51-03-03-0041
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0010
+
+
+ ; ==================> Len = 3
+ ; - 51-03-02-0059 51-03-03-0059
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0025 51-03-02-0025 51-03-03-0025
+
+
+ ; ==================> Len = 3
+ ; - 51-03-02-0037 51-03-03-0037
+
+
+
+
+
+
+
+
+
+
+ RefreshAll
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_milk.skt b/inter/aus/xml/multi/v3/page_catalog_group_milk.skt
new file mode 100644
index 00000000..7c460f86
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_milk.skt
@@ -0,0 +1,95 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 4 Then
+ Var SlientRefreshIndex = 5
+ EndIf
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu4Selected = "PressForever"
+
+ RootLayoutVisible 13 "show"
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var inst_show_milk_cupe_counter = 7
+
+ RefreshAll
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ If ICE_PROCESS_STATUS = 2 Then
+ Var ice_tab_process_show = "Enable"
+ Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+
+
+
+ GetVisible inst_show_milk_cupe
+
+
+ If inst_show_milk_cupe = 1 Then
+ If inst_show_milk_cupe_counter > 0 Then
+ DEBUGVAR inst_show_milk_cupe_counter
+
+ Var inst_show_milk_cupe_counter = inst_show_milk_cupe_counter - 1
+
+ If inst_show_milk_cupe_counter = 0 Then
+ RefreshAll
+ Var inst_show_milk_cupe_counter = 7
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
+ RefreshAll
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_oreo.skt b/inter/aus/xml/multi/v3/page_catalog_group_oreo.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_oreo.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_other.lxml b/inter/aus/xml/multi/v3/page_catalog_group_other.lxml
new file mode 100644
index 00000000..4157bf3e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_other.lxml
@@ -0,0 +1,3773 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 7 Then
+ Var SlientRefreshIndex = 8
+ EndIf
+
+ Var OtherRefreshTimeOut = 1
+ Var inst_show_other_counter = 10
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ ; soda and other
+ Var Menu62Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var OtherRefreshTimeOut = 14
+
+ DEBUGVAR SlientRefreshIndex
+
+
+ RefreshAll
+
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+ ; setvarint RefreshOther 1
+ If RefreshOther = 1 Then
+ Var RefreshOther = 0
+ SAVELOG "OPEN FROM 8"
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_other.lxml"
+ EndIf
+
+ GetVisible inst_show_other
+
+ ;DEBUGVAR inst_show_other
+
+ Var OtherRefreshTimeOut = OtherRefreshTimeOut + 1
+ ;DEBUGVAR OtherRefreshTimeOut
+
+ If OtherRefreshTimeOut > 15 Then
+
+
+ Var OtherRefreshTimeOut = 0
+ Script "-" "-"
+ If inst_show_other = 1 Then
+ ;RefreshAll
+ EndIf
+ EndIf
+
+ If inst_show_other = 1 Then
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-05-02-0035 51-05-03-0035
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0033 51-05-03-0033
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0010 51-05-03-0010
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0041 51-05-03-0041
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0044 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0090 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0064 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0062 51-05-03-0062
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0075 51-05-03-0075
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0076 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0117 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0014 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0015 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0017 -
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_other.skt b/inter/aus/xml/multi/v3/page_catalog_group_other.skt
new file mode 100644
index 00000000..2505c27b
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_other.skt
@@ -0,0 +1,100 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 7 Then
+ Var SlientRefreshIndex = 8
+ EndIf
+
+ Var OtherRefreshTimeOut = 1
+ Var inst_show_other_counter = 10
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ ; soda and other
+ Var Menu62Selected = "PressForever"
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ Var OtherRefreshTimeOut = 14
+
+ DEBUGVAR SlientRefreshIndex
+
+
+ RefreshAll
+
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+ ; setvarint RefreshOther 1
+ If RefreshOther = 1 Then
+ Var RefreshOther = 0
+ SAVELOG "OPEN FROM 8"
+ Open "ROOT/taobin_project/inter/aus/xml/multi/v3/page_catalog_group_other.lxml"
+ EndIf
+
+ GetVisible inst_show_other
+
+ ;DEBUGVAR inst_show_other
+
+ Var OtherRefreshTimeOut = OtherRefreshTimeOut + 1
+ ;DEBUGVAR OtherRefreshTimeOut
+
+ If OtherRefreshTimeOut > 15 Then
+
+
+ Var OtherRefreshTimeOut = 0
+ Script "-" "-"
+ If inst_show_other = 1 Then
+ ;RefreshAll
+ EndIf
+ EndIf
+
+ If inst_show_other = 1 Then
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pepsi_pro.skt b/inter/aus/xml/multi/v3/page_catalog_group_pepsi_pro.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pepsi_pro.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_autumn_breeze.lxml b/inter/aus/xml/multi/v3/page_catalog_group_pro_autumn_breeze.lxml
new file mode 100644
index 00000000..af92cca7
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_autumn_breeze.lxml
@@ -0,0 +1,992 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-01-01-0006 51-01-02-0003 51-01-03-0003
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0006 51-21-02-0003 51-21-03-0003
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0010 51-05-03-0010
+
+
+ ; ==================> Len = 3
+ ; 51-03-01-0002 51-03-02-0002 51-03-03-0002
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_autumn_breeze.skt b/inter/aus/xml/multi/v3/page_catalog_group_pro_autumn_breeze.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_autumn_breeze.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_happy_easter.lxml b/inter/aus/xml/multi/v3/page_catalog_group_pro_happy_easter.lxml
new file mode 100644
index 00000000..6bfc8fef
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_happy_easter.lxml
@@ -0,0 +1,992 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-05-02-0044 -
+
+
+ ; ==================> Len = 3
+ ; - 51-01-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-21-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0063 -
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_happy_easter.skt b/inter/aus/xml/multi/v3/page_catalog_group_pro_happy_easter.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_happy_easter.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_st_patrick.lxml b/inter/aus/xml/multi/v3/page_catalog_group_pro_st_patrick.lxml
new file mode 100644
index 00000000..0f49d77a
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_st_patrick.lxml
@@ -0,0 +1,1446 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-01-01-0006 51-01-02-0003 51-01-03-0003
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0006 51-21-02-0003 51-21-03-0003
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0004 51-01-02-0002 51-01-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0004 51-21-02-0002 51-21-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0007 51-01-02-0004 51-01-03-0004
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0007 51-21-02-0004 51-21-03-0004
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_st_patrick.skt b/inter/aus/xml/multi/v3/page_catalog_group_pro_st_patrick.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_st_patrick.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_taste_the_journey.lxml b/inter/aus/xml/multi/v3/page_catalog_group_pro_taste_the_journey.lxml
new file mode 100644
index 00000000..17b45dbf
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_taste_the_journey.lxml
@@ -0,0 +1,765 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-05-02-0033 51-05-03-0033
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0060 51-21-02-0060 51-21-03-0060
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0009
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_taste_the_journey.skt b/inter/aus/xml/multi/v3/page_catalog_group_pro_taste_the_journey.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_taste_the_journey.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_valentine.lxml b/inter/aus/xml/multi/v3/page_catalog_group_pro_valentine.lxml
new file mode 100644
index 00000000..96a13c61
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_valentine.lxml
@@ -0,0 +1,992 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; 51-01-01-0040 51-01-02-0040 -
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0040 51-21-02-0040 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0039 51-02-02-0039 51-02-03-0039
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_pro_valentine.skt b/inter/aus/xml/multi/v3/page_catalog_group_pro_valentine.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_pro_valentine.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_promotion_coconut.lxml b/inter/aus/xml/multi/v3/page_catalog_group_promotion_coconut.lxml
new file mode 100644
index 00000000..1352db93
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_promotion_coconut.lxml
@@ -0,0 +1,3489 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-01-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-21-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-03-02-0058 51-03-03-0058
+
+
+ ; ==================> Len = 3
+ ; - 51-03-02-0059 51-03-03-0059
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0060 51-02-02-0060 51-02-03-0060
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0061 51-02-02-0061 51-02-03-0061
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0062 51-02-03-0062
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0063 51-02-03-0063
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0064 51-02-03-0064
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0065 51-02-03-0065
+
+
+ ; ==================> Len = 3
+ ; - - 51-05-03-0092
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0090 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0091 51-05-02-0091
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0117 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0093 -
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_promotion_coconut.skt b/inter/aus/xml/multi/v3/page_catalog_group_promotion_coconut.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_promotion_coconut.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_recommend.lxml b/inter/aus/xml/multi/v3/page_catalog_group_recommend.lxml
new file mode 100644
index 00000000..59b221b8
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_recommend.lxml
@@ -0,0 +1,3071 @@
+
+; this file for generate from page_catalog_group_recommend.skt
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+
+
+
+ SCROLL_TO_TOP ""
+ Var RecommendTimeOut = 0
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu1Selected = "PressForever"
+
+
+ SAVELOG PreviseXMLFileName2
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ RefreshAll
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ GetVisible inst_show_exclude_group
+
+ If inst_show_exclude_group_counter = "" Then
+ Var inst_show_exclude_group_counter = 45
+ EndIf
+
+
+ If inst_show_exclude_group = 1 Then
+ If inst_show_exclude_group_counter > 0 Then
+
+ Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
+
+ If inst_show_exclude_group_counter = 0 Then
+ RefreshAll
+ Var inst_show_exclude_group_counter = 45
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+
+ EndIf
+
+ Var RecommendTimeOut = RecommendTimeOut + 1
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-01-01-0004 51-01-02-0002 51-01-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0004 51-21-02-0002 51-21-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0081 51-21-02-0081 51-21-03-0081
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0071 51-02-02-0071 51-02-03-0071
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0035 51-05-03-0035
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0009
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0041 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0010 51-05-03-0010
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0039 51-02-02-0039 51-02-03-0039
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0026 51-02-02-0026 51-02-03-0026
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0016 -
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_recommend.skt b/inter/aus/xml/multi/v3/page_catalog_group_recommend.skt
new file mode 100644
index 00000000..371bafc7
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_recommend.skt
@@ -0,0 +1,78 @@
+
+; this file for generate from page_catalog_group_recommend.skt
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+
+
+
+ SCROLL_TO_TOP ""
+ Var RecommendTimeOut = 0
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu1Selected = "PressForever"
+
+
+ SAVELOG PreviseXMLFileName2
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ RefreshAll
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ GetVisible inst_show_exclude_group
+
+ If inst_show_exclude_group_counter = "" Then
+ Var inst_show_exclude_group_counter = 45
+ EndIf
+
+
+ If inst_show_exclude_group = 1 Then
+ If inst_show_exclude_group_counter > 0 Then
+
+ Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
+
+ If inst_show_exclude_group_counter = 0 Then
+ RefreshAll
+ Var inst_show_exclude_group_counter = 45
+ EndIf
+ EndIf
+
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+
+ EndIf
+
+ Var RecommendTimeOut = RecommendTimeOut + 1
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_recommend_multi_pro.lxml b/inter/aus/xml/multi/v3/page_catalog_group_recommend_multi_pro.lxml
new file mode 100644
index 00000000..cd7b2337
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_recommend_multi_pro.lxml
@@ -0,0 +1,3035 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-01-01-0004 51-01-02-0002 51-01-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0004 51-21-02-0002 51-21-03-0002
+
+
+ ; ==================> Len = 3
+ ; 51-21-01-0081 51-21-02-0081 51-21-03-0081
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0071 51-02-02-0071 51-02-03-0071
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0068 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0035 51-05-03-0035
+
+
+ ; ==================> Len = 3
+ ; - - 51-03-03-0009
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0041 -
+
+
+ ; ==================> Len = 3
+ ; - 51-05-02-0010 51-05-03-0010
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0039 51-02-02-0039 51-02-03-0039
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0026 51-02-02-0026 51-02-03-0026
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0016 -
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_recommend_multi_pro.skt b/inter/aus/xml/multi/v3/page_catalog_group_recommend_multi_pro.skt
new file mode 100644
index 00000000..2096aa7e
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_recommend_multi_pro.skt
@@ -0,0 +1,42 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+
+ Var Timeout = 0
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+ SetInstanceIgnoreTouch
+
+
+ 1000
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/ForProGroup.inc"
+
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_tea.lxml b/inter/aus/xml/multi/v3/page_catalog_group_tea.lxml
new file mode 100644
index 00000000..c42c251a
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_tea.lxml
@@ -0,0 +1,3816 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ SetInstanceIgnoreTouch
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 3 Then
+ Var SlientRefreshIndex = 4
+
+ EndIf
+
+
+
+
+
+
+ SCROLL_TO_TOP ""
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu3Selected = "PressForever"
+
+
+ SAVELOG PreviseXMLFileName2
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ Var Timeout = 0
+
+
+ Var inst_show_tea_counter = 4
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ RefreshAll
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+
+ GetVisible inst_show_tea
+
+
+ If inst_show_tea = 1 Then
+ If inst_show_tea_counter > 0 Then
+ DEBUGVAR inst_show_tea_counter
+
+ Var inst_show_tea_counter = inst_show_tea_counter - 1
+
+ If inst_show_tea_counter = 0 Then
+ RefreshAll
+ Var inst_show_tea_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+
+ TimerReset
+
+
+
+ SCROLL_TO_TOP ""
+ InstanceGetString SaveStringInst
+ DEBUGVAR SaveStringInst
+ DEBUGVAR show_eng
+
+ If SaveStringInst = "RefreshNow" Then
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ DEBUGVAR LanguageShow
+
+
+ If SaveStringInst = "ShowThai" Then
+ If LanguageShow = "THAI" Then
+
+ Else
+ Var show_eng = "true"
+ InstanceSetString "ShowMYANMAR"
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ EndIf
+
+ If SaveStringInst = "ShowMYANMAR" Then
+ If LanguageShow = "MYANMAR" Then
+
+ Else
+ Var show_eng = "false"
+ InstanceSetString "ShowEng"
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ EndIf
+
+ If SaveStringInst = "ShowEng" Then
+ If LanguageShow = "ENG" Then
+
+ Else
+ Var show_eng = "false"
+ InstanceSetString "ShowThai"
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ EndIf
+
+
+ RefreshAll
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; 51-02-01-0026 51-02-02-0026 51-02-03-0026
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0071 51-02-02-0071 51-02-03-0071
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0027 51-02-02-0027 51-02-03-0027
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0028 51-02-02-0028 51-02-03-0028
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0060 51-02-02-0060 51-02-03-0060
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0061 51-02-02-0061 51-02-03-0061
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0039 51-02-02-0039 51-02-03-0039
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0047 51-02-02-0047 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0040 51-02-02-0040 51-02-03-0040
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0062 51-02-03-0062
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0063 51-02-03-0063
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0046 51-02-02-0046 -
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0045 51-02-02-0045 -
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0064 51-02-03-0064
+
+
+ ; ==================> Len = 3
+ ; - 51-02-02-0065 51-02-03-0065
+
+
+ ; ==================> Len = 3
+ ; 51-02-01-0050 51-02-02-0050 51-02-03-0050
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_tea.skt b/inter/aus/xml/multi/v3/page_catalog_group_tea.skt
new file mode 100644
index 00000000..3fb6e4d1
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_tea.skt
@@ -0,0 +1,143 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ SetInstanceIgnoreTouch
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 3 Then
+ Var SlientRefreshIndex = 4
+
+ EndIf
+
+
+
+
+
+
+ SCROLL_TO_TOP ""
+ ; On open
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+ Var Menu3Selected = "PressForever"
+
+
+ SAVELOG PreviseXMLFileName2
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ Var Timeout = 0
+
+
+ Var inst_show_tea_counter = 4
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ RefreshAll
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+
+
+ GetVisible inst_show_tea
+
+
+ If inst_show_tea = 1 Then
+ If inst_show_tea_counter > 0 Then
+ DEBUGVAR inst_show_tea_counter
+
+ Var inst_show_tea_counter = inst_show_tea_counter - 1
+
+ If inst_show_tea_counter = 0 Then
+ RefreshAll
+ Var inst_show_tea_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+
+
+
+ TimerReset
+
+
+
+ SCROLL_TO_TOP ""
+ InstanceGetString SaveStringInst
+ DEBUGVAR SaveStringInst
+ DEBUGVAR show_eng
+
+ If SaveStringInst = "RefreshNow" Then
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ DEBUGVAR LanguageShow
+
+
+ If SaveStringInst = "ShowThai" Then
+ If LanguageShow = "THAI" Then
+
+ Else
+ Var show_eng = "true"
+ InstanceSetString "ShowMYANMAR"
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ EndIf
+
+ If SaveStringInst = "ShowMYANMAR" Then
+ If LanguageShow = "MYANMAR" Then
+
+ Else
+ Var show_eng = "false"
+ InstanceSetString "ShowEng"
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ EndIf
+
+ If SaveStringInst = "ShowEng" Then
+ If LanguageShow = "ENG" Then
+
+ Else
+ Var show_eng = "false"
+ InstanceSetString "ShowThai"
+ GetXMLFileNameCurrentRunning CurrentOpenFile
+ Open CurrentOpenFile
+ EndIf
+ EndIf
+
+
+ RefreshAll
+
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_whey.lxml b/inter/aus/xml/multi/v3/page_catalog_group_whey.lxml
new file mode 100644
index 00000000..c8decb56
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_whey.lxml
@@ -0,0 +1,2395 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 5 Then
+ Var SlientRefreshIndex = 6
+ EndIf
+
+ Var inst_show_whey_counter = 5
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "PressForever"
+ Var Menu7Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu7Selected = "PressForever"
+ EndIf
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ GetVisible inst_show_whey
+
+
+ If inst_show_whey = 1 Then
+ If inst_show_whey_counter > 0 Then
+ DEBUGVAR inst_show_whey_counter
+
+ Var inst_show_whey_counter = inst_show_whey_counter - 1
+
+ If inst_show_whey_counter = 0 Then
+ RefreshAll
+ Var inst_show_whey_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+ 0
+ 497
+ 1080
+ 1423
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 16
+ 22
+ 1
+
+
+
+ KanitMediumTTF
+ 0x322B26
+ 0xEAE6E1
+
+ 10
+ 14
+ 1
+
+
+
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+
+ 4
+ 20
+ 1
+
+
+ 000081
+ 000082
+ 000083
+ 000013
+
+
+;banners
+ ; ==================> Len = 3
+ ; - 51-04-02-0011 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0016 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0002 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0009 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0062 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0004 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0013 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0018 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0055 -
+
+
+ ; ==================> Len = 3
+ ; - 51-04-02-0010 -
+
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/multi/v3/page_catalog_group_whey.skt b/inter/aus/xml/multi/v3/page_catalog_group_whey.skt
new file mode 100644
index 00000000..42fa13d8
--- /dev/null
+++ b/inter/aus/xml/multi/v3/page_catalog_group_whey.skt
@@ -0,0 +1,84 @@
+
+
+
+ "Enable"
+ 1080
+ 1920
+; "0xeae6e1"
+ SoundVolume
+
+
+ DEBUGVAR SlientRefreshIndex
+
+ If SlientRefreshIndex = 5 Then
+ Var SlientRefreshIndex = 6
+ EndIf
+
+ Var inst_show_whey_counter = 5
+
+
+
+
+ SCROLL_TO_TOP ""
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_default_init.lxml"
+
+ If AppFastEnable = "true" Then
+ Var Menu11Selected = "PressForever"
+ Var Menu7Selected = "Invisible"
+ Else
+ Var Menu11Selected = "Invisible"
+ Var Menu7Selected = "PressForever"
+ EndIf
+
+
+ Var Timeout = 0
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/tab_menu_show_and_refresh.lxml"
+
+ SetInstanceIgnoreTouch
+
+
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new_menu.lxml"
+
+ DEBUGVAR SlientRefreshIndex
+
+
+ 1000
+
+ ;DEBUGVAR ICE_PROCESS_STATUS
+ ;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
+
+
+ GetVisible inst_show_whey
+
+
+ If inst_show_whey = 1 Then
+ If inst_show_whey_counter > 0 Then
+ DEBUGVAR inst_show_whey_counter
+
+ Var inst_show_whey_counter = inst_show_whey_counter - 1
+
+ If inst_show_whey_counter = 0 Then
+ RefreshAll
+ Var inst_show_whey_counter = 4
+ EndIf
+ EndIf
+ ;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
+ EndIf
+
+ TimerReset
+
+
+;include="ROOT/taobin_project/inter/aus/xml/multi/menu_catalog_new.lxml"
+
+
+
+
+
+
+
+
diff --git a/inter/aus/xml/open_page_catalog.ev b/inter/aus/xml/open_page_catalog.ev
index d9d210f2..6f6c2892 100644
--- a/inter/aus/xml/open_page_catalog.ev
+++ b/inter/aus/xml/open_page_catalog.ev
@@ -1,9 +1,14 @@
-If WinterWarmersCatalogFlag = 1 Then
- Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
+If EnableMultiInstance = "true" Then
+ Var OpenFromPageBoard = 1
+ OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
+ OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_catalog.lxml"
Else
- Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
+ If WinterWarmersCatalogFlag = 1 Then
+ Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
+ Else
+ Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
+ EndIf
+
+ Open catalogFile
EndIf
-
-
-Open catalogFile
\ No newline at end of file
diff --git a/inter/gbr/xml/page_catalog_group_coffee.lxml b/inter/gbr/xml/page_catalog_group_coffee.lxml
index c14d3bcc..4e9a5a3b 100644
--- a/inter/gbr/xml/page_catalog_group_coffee.lxml
+++ b/inter/gbr/xml/page_catalog_group_coffee.lxml
@@ -1682,6 +1682,3020 @@
center-vertical-horizontal
+
+ ; ==================> Len = 3
+ ; 55-01-01-0013 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0013.Button,$Sum5501010013)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ ESPRESSO \nETHIOPAI GUJI
+ เอสเพรสโซ่ช็อต \nGuji Queen Berry
+ ESPRESSO \nETHIOPAI GUJI
+ เอสเพรสโซ่ช็อต \nGuji Queen Berry
+
+ เอสเพรสโซ่ช็อต \nGuji Queen Berry
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Light roast natural process: \nStrawberry, Orange, Floral
+ กาแฟคั่วอ่อน (natural process) \nหอมสตรอว์เบอร์รี ส้ม และดอกไม้
+ Light roast natural process: \nStrawberry, Orange, Floral
+ กาแฟคั่วอ่อน (natural process) \nหอมสตรอว์เบอร์รี ส้ม และดอกไม้
+
+ กาแฟคั่วอ่อน (natural process) \nหอมสตรอว์เบอร์รี ส้ม และดอกไม้
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0013.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0013.Button
+ StringFmt( $55-01-01-0013.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010013 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010013 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0013.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010013
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0020 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0020.Button,$Sum5501010020)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ BLUE DADDY \nESPRESSO
+ เอสเพรสโซ่ช็อต \nBLUE DADDY
+ BLUE DADDY \nESPRESSO
+ เอสเพรสโซ่ช็อต \nBLUE DADDY
+
+ เอสเพรสโซ่ช็อต \nBLUE DADDY
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Washed process \nNote: Blue Berry & Floral
+ Washed process \nหอมบลูเบอร์รี และดอกไม้
+ Washed process \nNote: Blue Berry & Floral
+ Washed process \nหอมบลูเบอร์รี และดอกไม้
+
+ Washed process \nหอมบลูเบอร์รี และดอกไม้
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0020.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0020.Button
+ StringFmt( $55-01-01-0020.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010020 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010020 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0020.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010020
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0043 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0043.Button,$Sum5501010043)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ CHOPIN \nESPRESSO
+ เอสเพรสโซ่ช็อต \nCHOPIN
+ CHOPIN \nESPRESSO
+ เอสเพรสโซ่ช็อต \nCHOPIN
+
+ เอสเพรสโซ่ช็อต \nCHOPIN
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Raisin Honey process \nNote: Strawberry & Floral
+ Raisin Honey process \nหอมสตรอว์เบอร์รี กุหลาบ มะลิ
+ Raisin Honey process \nNote: Strawberry & Floral
+ Raisin Honey process \nหอมสตรอว์เบอร์รี กุหลาบ มะลิ
+
+ Raisin Honey process \nหอมสตรอว์เบอร์รี กุหลาบ มะลิ
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0043.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0043.Button
+ StringFmt( $55-01-01-0043.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010043 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010043 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0043.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010043
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0046 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0046.Button,$Sum5501010046)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ MANDARINE \nESPRESSO
+ เอสเพรสโซ่ช็อต \nMANDARINE
+ MANDARINE \nESPRESSO
+ เอสเพรสโซ่ช็อต \nMANDARINE
+
+ เอสเพรสโซ่ช็อต \nMANDARINE
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Light Roast. Note: Orange Blossom, Honey, Caramel, Chocolate Bar.
+ กาแฟคั่วอ่อน โน๊ต: ดอกส้ม น้ำผึ้ง คาราเมล ช็อกโกแล็ต
+ Light Roast. Note: Orange Blossom, Honey, Caramel, Chocolate Bar.
+ กาแฟคั่วอ่อน โน๊ต: ดอกส้ม น้ำผึ้ง คาราเมล ช็อกโกแล็ต
+
+ กาแฟคั่วอ่อน โน๊ต: ดอกส้ม น้ำผึ้ง คาราเมล ช็อกโกแล็ต
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0046.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0046.Button
+ StringFmt( $55-01-01-0046.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010046 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010046 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0046.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010046
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0049 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0049.Button,$Sum5501010049)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ OPUS ONE \nESPRESSO
+ เอสเพรสโซ่ช็อต \nOPUS ONE
+ OPUS ONE \nESPRESSO
+ เอสเพรสโซ่ช็อต \nOPUS ONE
+
+ เอสเพรสโซ่ช็อต \nOPUS ONE
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Light Roast. Note: Grape Jelly, Apple Pie, Walnut, Mint.
+ กาแฟคั่วอ่อน โน๊ต: เยลลี่องุ่น แอ๊ปเปิ้ลพาย มิ้น
+ Light Roast. Note: Grape Jelly, Apple Pie, Walnut, Mint.
+ กาแฟคั่วอ่อน โน๊ต: เยลลี่องุ่น แอ๊ปเปิ้ลพาย มิ้น
+
+ กาแฟคั่วอ่อน โน๊ต: เยลลี่องุ่น แอ๊ปเปิ้ลพาย มิ้น
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0049.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0049.Button
+ StringFmt( $55-01-01-0049.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010049 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010049 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0049.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010049
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0022 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0022.Button,$Sum5501010022)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ MOZART \nESPRESSO
+ เอสเพรสโซ่ช็อต \nMOZART
+ MOZART \nESPRESSO
+ เอสเพรสโซ่ช็อต \nMOZART
+
+ เอสเพรสโซ่ช็อต \nMOZART
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Raisin Honey process \nNote: Strawberry & Floral
+ Raisin Honey process \nหอมสตรอว์เบอร์รี กุหลาบ มะลิ
+ Raisin Honey process \nNote: Strawberry & Floral
+ Raisin Honey process \nหอมสตรอว์เบอร์รี กุหลาบ มะลิ
+
+ Raisin Honey process \nหอมสตรอว์เบอร์รี กุหลาบ มะลิ
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0022.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0022.Button
+ StringFmt( $55-01-01-0022.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010022 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010022 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0022.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010022
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0024 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0024.Button,$Sum5501010024)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ SNOWWHITE \nESPRESSO
+ เอสเพรสโซ่ช็อต \nSNOWWHITE
+ SNOWWHITE \nESPRESSO
+ เอสเพรสโซ่ช็อต \nSNOWWHITE
+
+ เอสเพรสโซ่ช็อต \nSNOWWHITE
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Anaerobic process \nNote: Jasmine & Honey
+ Anaerobic process \nหอมมะลิ น้ำผึ้ง เมเปิล
+ Anaerobic process \nNote: Jasmine & Honey
+ Anaerobic process \nหอมมะลิ น้ำผึ้ง เมเปิล
+
+ Anaerobic process \nหอมมะลิ น้ำผึ้ง เมเปิล
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0024.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0024.Button
+ StringFmt( $55-01-01-0024.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010024 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010024 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0024.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010024
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0028 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0028.Button,$Sum5501010028)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ PEACHER \nESPRESSO
+ เอสเพรสโซ่ช็อต \nPEACHER
+ PEACHER \nESPRESSO
+ เอสเพรสโซ่ช็อต \nPEACHER
+
+ เอสเพรสโซ่ช็อต \nPEACHER
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Barrel-aged process \nNote: Peach, tea, chocolate
+ Barrel-aged process \nหอมพีช, ชา, ช็อกโกแลต
+ Barrel-aged process \nNote: Peach, tea, chocolate
+ Barrel-aged process \nหอมพีช, ชา, ช็อกโกแลต
+
+ Barrel-aged process \nหอมพีช, ชา, ช็อกโกแลต
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0028.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0028.Button
+ StringFmt( $55-01-01-0028.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010028 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010028 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0028.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010028
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0033 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0033.Button,$Sum5501010033)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ PURE BEAUTY \nESPRESSO
+ เอสเพรสโซ่ช็อต \nPURE BEAUTY
+ PURE BEAUTY \nESPRESSO
+ เอสเพรสโซ่ช็อต \nPURE BEAUTY
+
+ เอสเพรสโซ่ช็อต \nPURE BEAUTY
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Light roast (natural process) Note: Floral & Tropical fruit
+ กาแฟคั่วอ่อน (natural process) \nกลิ่นดอกไม้ ผลไม้เขตร้อน
+ Light roast (natural process) Note: Floral & Tropical fruit
+ กาแฟคั่วอ่อน (natural process) \nกลิ่นดอกไม้ ผลไม้เขตร้อน
+
+ กาแฟคั่วอ่อน (natural process) \nกลิ่นดอกไม้ ผลไม้เขตร้อน
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0033.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0033.Button
+ StringFmt( $55-01-01-0033.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010033 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010033 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0033.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010033
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0036 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0036.Button,$Sum5501010036)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ GEISHA ESPRESSO
+ เอสเพรสโซ่ช็อต \nGEISHA
+ GEISHA ESPRESSO
+ เอสเพรสโซ่ช็อต \nGEISHA
+
+ เอสเพรสโซ่ช็อต \nGEISHA
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Light Roast (natural process) Lemon, Peach, Honey, Jasmin
+ กาแฟคั่วอ่อน (natural process) กลิ่น เลม่อน พีช น้ำผึ้งและดอกมะลิ
+ Light Roast (natural process) Lemon, Peach, Honey, Jasmin
+ กาแฟคั่วอ่อน (natural process) กลิ่น เลม่อน พีช น้ำผึ้งและดอกมะลิ
+
+ กาแฟคั่วอ่อน (natural process) กลิ่น เลม่อน พีช น้ำผึ้งและดอกมะลิ
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0036.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0036.Button
+ StringFmt( $55-01-01-0036.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010036 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010036 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0036.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010036
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-01-01-0037 - -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-01-01-0037.Button,$Sum5501010037)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ ROSALYN ESPRESSO
+ เอสเพรสโซ่ช็อต \nROSALYN
+ ROSALYN ESPRESSO
+ เอสเพรสโซ่ช็อต \nROSALYN
+
+ เอสเพรสโซ่ช็อต \nROSALYN
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Light Roast (natural process) \nPink Rose & Berry
+ กาแฟคั่วอ่อน (washed process) \nกลิ่นกุหลาบ และ เบอร์รี่
+ Light Roast (natural process) \nPink Rose & Berry
+ กาแฟคั่วอ่อน (washed process) \nกลิ่นกุหลาบ และ เบอร์รี่
+
+ กาแฟคั่วอ่อน (washed process) \nกลิ่นกุหลาบ และ เบอร์รี่
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-01-01-0037.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-01-01-0037.Button
+ StringFmt( $55-01-01-0037.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5501010037 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5501010037 = "Disable" Then
+ STRCONTAIN "ERR" $55-01-01-0037.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5501010037
+
+ 000013
+
+ center-vertical-horizontal
+
; ==================> Len = 3
; - 55-01-02-0041 -
@@ -8208,15 +11222,15 @@
; ==================> Len = 3
- ; - 55-11-02-0001 -
+ ; - 55-11-02-0001 55-11-03-0001
33
22
225
296
- Flag( 55-11-02-0001.Button,$Sum5511020001)
+ Flag( 55-11-02-0001.Button,55-11-03-0001.Button,$Sum55110200015511030001)
; ==================> Len = 3
- ; - 55-31-02-0001 -
+ ; - 55-31-02-0001 55-31-03-0001
33
22
225
296
- Flag( 55-31-02-0001.Button,$Sum5531020001)
+ Flag( 55-31-02-0001.Button,55-31-03-0001.Button,$Sum55310200015531030001)
; ==================> Len = 3
- ; 55-01-01-0004 55-01-02-0002 -
+ ; 55-01-01-0004 55-01-02-0002 55-01-03-0002
33
22
225
296
- Flag( 55-01-01-0004.Button,55-01-02-0002.Button,$Sum55010100045501020002)
+ Flag( 55-01-01-0004.Button,55-01-02-0002.Button,55-01-03-0002.Button,$Sum550101000455010200025501030002)
; ==================> Len = 3
- ; 55-21-01-0004 55-21-02-0002 -
+ ; 55-21-01-0004 55-21-02-0002 55-21-03-0002
33
22
225
296
- Flag( 55-21-01-0004.Button,55-21-02-0002.Button,$Sum55210100045521020002)
+ Flag( 55-21-01-0004.Button,55-21-02-0002.Button,55-21-03-0002.Button,$Sum552101000455210200025521030002)
; ==================> Len = 3
- ; 55-01-01-0005 55-11-02-0002 -
+ ; 55-01-01-0005 55-11-02-0002 55-11-03-0002
33
22
225
296
- Flag( 55-01-01-0005.Button,55-11-02-0002.Button,$Sum55010100055511020002)
+ Flag( 55-01-01-0005.Button,55-11-02-0002.Button,55-11-03-0002.Button,$Sum550101000555110200025511030002)
; ==================> Len = 3
- ; 55-21-01-0005 55-31-02-0002 -
+ ; 55-21-01-0005 55-31-02-0002 55-31-03-0002
33
22
225
296
- Flag( 55-21-01-0005.Button,55-31-02-0002.Button,$Sum55210100055531020002)
+ Flag( 55-21-01-0005.Button,55-31-02-0002.Button,55-31-03-0002.Button,$Sum552101000555310200025531030002)
; ==================> Len = 3
- ; 55-01-01-0006 55-01-02-0003 -
+ ; 55-01-01-0006 55-01-02-0003 55-01-03-0003
33
22
225
296
- Flag( 55-01-01-0006.Button,55-01-02-0003.Button,$Sum55010100065501020003)
+ Flag( 55-01-01-0006.Button,55-01-02-0003.Button,55-01-03-0003.Button,$Sum550101000655010200035501030003)
; ==================> Len = 3
- ; 55-21-01-0006 55-21-02-0003 -
+ ; 55-21-01-0006 55-21-02-0003 55-21-03-0003
33
22
225
296
- Flag( 55-21-01-0006.Button,55-21-02-0003.Button,$Sum55210100065521020003)
+ Flag( 55-21-01-0006.Button,55-21-02-0003.Button,55-21-03-0003.Button,$Sum552101000655210200035521030003)
; ==================> Len = 3
- ; 55-01-01-0064 55-01-02-0064 -
+ ; 55-01-01-0064 55-01-02-0064 55-01-03-0064
33
22
225
296
- Flag( 55-01-01-0064.Button,55-01-02-0064.Button,$Sum55010100645501020064)
+ Flag( 55-01-01-0064.Button,55-01-02-0064.Button,55-01-03-0064.Button,$Sum550101006455010200645501030064)
; ==================> Len = 3
- ; 55-01-01-0007 55-01-02-0004 -
+ ; 55-01-01-0007 55-01-02-0004 55-01-03-0004
33
22
225
296
- Flag( 55-01-01-0007.Button,55-01-02-0004.Button,$Sum55010100075501020004)
+ Flag( 55-01-01-0007.Button,55-01-02-0004.Button,55-01-03-0004.Button,$Sum550101000755010200045501030004)
; ==================> Len = 3
- ; 55-21-01-0007 55-21-02-0004 -
+ ; 55-21-01-0007 55-21-02-0004 55-21-03-0004
33
22
225
296
- Flag( 55-21-01-0007.Button,55-21-02-0004.Button,$Sum55210100075521020004)
+ Flag( 55-21-01-0007.Button,55-21-02-0004.Button,55-21-03-0004.Button,$Sum552101000755210200045521030004)
; ==================> Len = 3
- ; 55-01-01-0031 55-01-02-0031 -
+ ; 55-01-01-0031 55-01-02-0031 55-01-03-0031
33
22
225
296
- Flag( 55-01-01-0031.Button,55-01-02-0031.Button,$Sum55010100315501020031)
+ Flag( 55-01-01-0031.Button,55-01-02-0031.Button,55-01-03-0031.Button,$Sum550101003155010200315501030031)
; ==================> Len = 3
- ; 55-21-01-0031 55-21-02-0031 -
+ ; 55-21-01-0031 55-21-02-0031 55-21-03-0031
33
22
225
296
- Flag( 55-21-01-0031.Button,55-21-02-0031.Button,$Sum55210100315521020031)
+ Flag( 55-21-01-0031.Button,55-21-02-0031.Button,55-21-03-0031.Button,$Sum552101003155210200315521030031)
; ==================> Len = 3
- ; 55-01-01-0008 55-01-02-0005 -
+ ; 55-01-01-0008 55-01-02-0005 55-01-03-0005
33
22
225
296
- Flag( 55-01-01-0008.Button,55-01-02-0005.Button,$Sum55010100085501020005)
+ Flag( 55-01-01-0008.Button,55-01-02-0005.Button,55-01-03-0005.Button,$Sum550101000855010200055501030005)
; ==================> Len = 3
- ; 55-21-01-0008 55-21-02-0005 -
+ ; 55-21-01-0008 55-21-02-0005 55-21-03-0005
33
22
225
296
- Flag( 55-21-01-0008.Button,55-21-02-0005.Button,$Sum55210100085521020005)
+ Flag( 55-21-01-0008.Button,55-21-02-0005.Button,55-21-03-0005.Button,$Sum552101000855210200055521030005)
; ==================> Len = 3
- ; 55-01-01-0011 55-01-02-0008 -
+ ; 55-01-01-0011 55-01-02-0008 55-01-03-0008
33
22
225
296
- Flag( 55-01-01-0011.Button,55-01-02-0008.Button,$Sum55010100115501020008)
+ Flag( 55-01-01-0011.Button,55-01-02-0008.Button,55-01-03-0008.Button,$Sum550101001155010200085501030008)
; ==================> Len = 3
- ; 55-21-01-0011 55-21-02-0008 -
+ ; 55-21-01-0011 55-21-02-0008 55-21-03-0008
33
22
225
296
- Flag( 55-21-01-0011.Button,55-21-02-0008.Button,$Sum55210100115521020008)
+ Flag( 55-21-01-0011.Button,55-21-02-0008.Button,55-21-03-0008.Button,$Sum552101001155210200085521030008)
; ==================> Len = 3
- ; 55-01-01-0009 55-01-02-0006 -
+ ; 55-01-01-0009 55-01-02-0006 55-01-03-0006
33
22
225
296
- Flag( 55-01-01-0009.Button,55-01-02-0006.Button,$Sum55010100095501020006)
+ Flag( 55-01-01-0009.Button,55-01-02-0006.Button,55-01-03-0006.Button,$Sum550101000955010200065501030006)
; ==================> Len = 3
- ; 55-21-01-0009 55-21-02-0006 -
+ ; 55-21-01-0009 55-21-02-0006 55-21-03-0006
33
22
225
296
- Flag( 55-21-01-0009.Button,55-21-02-0006.Button,$Sum55210100095521020006)
+ Flag( 55-21-01-0009.Button,55-21-02-0006.Button,55-21-03-0006.Button,$Sum552101000955210200065521030006)
; ==================> Len = 3
- ; 55-01-01-0055 55-01-02-0055 -
+ ; 55-01-01-0055 55-01-02-0055 55-01-03-0055
33
22
225
296
- Flag( 55-01-01-0055.Button,55-01-02-0055.Button,$Sum55010100555501020055)
+ Flag( 55-01-01-0055.Button,55-01-02-0055.Button,55-01-03-0055.Button,$Sum550101005555010200555501030055)
; ==================> Len = 3
- ; 55-21-01-0055 55-21-02-0055 -
+ ; 55-21-01-0055 55-21-02-0055 55-21-03-0055
33
22
225
296
- Flag( 55-21-01-0055.Button,55-21-02-0055.Button,$Sum55210100555521020055)
+ Flag( 55-21-01-0055.Button,55-21-02-0055.Button,55-21-03-0055.Button,$Sum552101005555210200555521030055)
; ==================> Len = 3
- ; 55-01-01-0029 55-01-02-0029 -
+ ; 55-01-01-0029 55-01-02-0029 55-01-03-0029
33
22
225
296
- Flag( 55-01-01-0029.Button,55-01-02-0029.Button,$Sum55010100295501020029)
+ Flag( 55-01-01-0029.Button,55-01-02-0029.Button,55-01-03-0029.Button,$Sum550101002955010200295501030029)
; ==================> Len = 3
- ; 55-21-01-0029 55-21-02-0029 -
+ ; 55-21-01-0029 55-21-02-0029 55-21-03-0029
33
22
225
296
- Flag( 55-21-01-0029.Button,55-21-02-0029.Button,$Sum55210100295521020029)
+ Flag( 55-21-01-0029.Button,55-21-02-0029.Button,55-21-03-0029.Button,$Sum552101002955210200295521030029)
; ==================> Len = 3
- ; 55-01-01-0042 55-01-02-0042 -
+ ; 55-01-01-0042 55-01-02-0042 55-01-03-0042
33
22
225
296
- Flag( 55-01-01-0042.Button,55-01-02-0042.Button,$Sum55010100425501020042)
+ Flag( 55-01-01-0042.Button,55-01-02-0042.Button,55-01-03-0042.Button,$Sum550101004255010200425501030042)
; ==================> Len = 3
- ; 55-21-01-0042 55-21-02-0042 -
+ ; 55-21-01-0042 55-21-02-0042 55-21-03-0042
33
22
225
296
- Flag( 55-21-01-0042.Button,55-21-02-0042.Button,$Sum55210100425521020042)
+ Flag( 55-21-01-0042.Button,55-21-02-0042.Button,55-21-03-0042.Button,$Sum552101004255210200425521030042)
; ==================> Len = 3
- ; 55-21-01-0057 55-21-02-0057 -
+ ; 55-21-01-0057 55-21-02-0057 55-21-03-0057
33
22
225
296
- Flag( 55-21-01-0057.Button,55-21-02-0057.Button,$Sum55210100575521020057)
+ Flag( 55-21-01-0057.Button,55-21-02-0057.Button,55-21-03-0057.Button,$Sum552101005755210200575521030057)
; ==================> Len = 3
- ; 55-01-01-0030 55-01-02-0030 -
+ ; 55-01-01-0030 55-01-02-0030 55-01-03-0030
33
22
225
296
- Flag( 55-01-01-0030.Button,55-01-02-0030.Button,$Sum55010100305501020030)
+ Flag( 55-01-01-0030.Button,55-01-02-0030.Button,55-01-03-0030.Button,$Sum550101003055010200305501030030)
; ==================> Len = 3
- ; 55-21-01-0030 55-21-02-0030 -
+ ; 55-21-01-0030 55-21-02-0030 55-21-03-0030
33
22
225
296
- Flag( 55-21-01-0030.Button,55-21-02-0030.Button,$Sum55210100305521020030)
+ Flag( 55-21-01-0030.Button,55-21-02-0030.Button,55-21-03-0030.Button,$Sum552101003055210200305521030030)
; ==================> Len = 3
- ; 55-21-01-0060 55-21-02-0060 -
+ ; 55-21-01-0060 55-21-02-0060 55-21-03-0060
33
22
225
296
- Flag( 55-21-01-0060.Button,55-21-02-0060.Button,$Sum55210100605521020060)
+ Flag( 55-21-01-0060.Button,55-21-02-0060.Button,55-21-03-0060.Button,$Sum552101006055210200605521030060)
; ==================> Len = 3
- ; 55-21-01-0061 55-21-02-0061 -
+ ; 55-21-01-0061 55-21-02-0061 55-21-03-0061
33
22
225
296
- Flag( 55-21-01-0061.Button,55-21-02-0061.Button,$Sum55210100615521020061)
+ Flag( 55-21-01-0061.Button,55-21-02-0061.Button,55-21-03-0061.Button,$Sum552101006155210200615521030061)
; ==================> Len = 3
- ; 55-21-01-0066 55-21-02-0066 -
+ ; 55-21-01-0066 55-21-02-0066 55-21-03-0066
33
22
225
296
- Flag( 55-21-01-0066.Button,55-21-02-0066.Button,$Sum55210100665521020066)
+ Flag( 55-21-01-0066.Button,55-21-02-0066.Button,55-21-03-0066.Button,$Sum552101006655210200665521030066)
+ ; ==================> Len = 3
+ ; 55-21-01-0067 55-21-02-0067 -
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-21-01-0067.Button,55-21-02-0067.Button,$Sum55210100675521020067)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ MELINILLA LATTE
+
+ MELINILLA LATTE
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Coffee, Caramel, Melon, Milk
+
+ Coffee, Caramel, Melon, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-21-01-0067.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-21-01-0067.Button
+ StringFmt( $55-21-01-0067.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ $55-21-02-0067.Button
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-21-02-0067.Button
+ StringFmt( $55-21-02-0067.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
"Invisible"
@@ -18547,7 +21835,7 @@
eval(
If ICE_PROCESS_STATUS = 2 Then
- If $Sum55210100665521020066 = "Disable" Then
+ If $Sum55210100675521020067 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Var ice_tab_process_show = "Enable"
@@ -18567,9 +21855,9 @@
117
eval(
- If $Sum55210100665521020066 = "Disable" Then
- STRCONTAIN "ERR" $55-21-01-0066.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-21-02-0066.TAG tag2_is_disable
+ If $Sum55210100675521020067 = "Disable" Then
+ STRCONTAIN "ERR" $55-21-01-0067.TAG tag1_is_disable
+ STRCONTAIN "ERR" $55-21-02-0067.TAG tag2_is_disable
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
Var return = "Invisible"
If tag1_is_disable = "true" Then
@@ -18604,7 +21892,7 @@
128
64
"disable-show"
- $Sum55210100665521020066
+ $Sum55210100675521020067
000013
@@ -18612,15 +21900,289 @@
; ==================> Len = 3
- ; 55-21-01-0077 55-21-02-0077 -
+ ; 55-21-01-0076 - -
33
22
225
296
- Flag( 55-21-01-0077.Button,55-21-02-0077.Button,$Sum55210100775521020077)
+ Flag( 55-21-01-0076.Button,$Sum5521010076)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ LATTE WITH\nA TWIST
+
+ LATTE WITH\nA TWIST
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Espresso, Milk, Biscoff, Oreo
+
+ Espresso, Milk, Biscoff, Oreo
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ $55-21-01-0076.Button
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-21-01-0076.Button
+ StringFmt( $55-21-01-0076.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ "Invisible"
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ If $Sum5521010076 = "Disable" Then
+ Var ice_tab_process_show = "Disable"
+ Else
+ Var ice_tab_process_show = "Enable"
+ EndIf
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5521010076 = "Disable" Then
+ STRCONTAIN "ERR" $55-21-01-0076.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5521010076
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-21-01-0077 55-21-02-0077 55-21-03-0077
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-21-01-0077.Button,55-21-02-0077.Button,55-21-03-0077.Button,$Sum552101007755210200775521030077)
+
; ==================> Len = 3
- ; 55-21-01-0079 55-21-02-0079 -
+ ; 55-21-01-0079 55-21-02-0079 55-21-03-0079
33
22
225
296
- Flag( 55-21-01-0079.Button,55-21-02-0079.Button,$Sum55210100795521020079)
+ Flag( 55-21-01-0079.Button,55-21-02-0079.Button,55-21-03-0079.Button,$Sum552101007955210200795521030079)
; ==================> Len = 3
- ; 55-21-01-0081 55-21-02-0081 -
+ ; 55-21-01-0081 55-21-02-0081 55-21-03-0081
33
22
225
296
- Flag( 55-21-01-0081.Button,55-21-02-0081.Button,$Sum55210100815521020081)
+ Flag( 55-21-01-0081.Button,55-21-02-0081.Button,55-21-03-0081.Button,$Sum552101008155210200815521030081)
- ; ==================> Len = 3
- ; - 55-01-02-0088 -
-
- 33
- 22
- 225
- 296
- Flag( 55-01-02-0088.Button,$Sum5501020088)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- APPLE\nAMERICANO
-
- APPLE\nAMERICANO
-
-
-
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Coffee Apple
-
- Coffee Apple
-
-
-
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-01-02-0088.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-01-02-0088.Button
- StringFmt( $55-01-02-0088.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5501020088 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-01-02-0088.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5501020088
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-21-02-0088 -
-
- 33
- 22
- 225
- 296
- Flag( 55-21-02-0088.Button,$Sum5521020088)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- APPLE\nAMERICANO
-
- APPLE\nAMERICANO
-
-
-
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Coffee Apple
-
- Coffee Apple
-
-
-
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-21-02-0088.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-21-02-0088.Button
- StringFmt( $55-21-02-0088.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5521020088 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-21-02-0088.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5521020088
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-01-02-0091 -
-
- 33
- 22
- 225
- 296
- Flag( 55-01-02-0091.Button,$Sum5501020091)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- APPLE\nFROP LONGBACK
-
- APPLE\nFROP LONGBACK
-
-
-
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Coffee Apple
-
- Coffee Apple
-
-
-
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-01-02-0091.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-01-02-0091.Button
- StringFmt( $55-01-02-0091.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5501020091 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-01-02-0091.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5501020091
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-21-02-0091 -
-
- 33
- 22
- 225
- 296
- Flag( 55-21-02-0091.Button,$Sum5521020091)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- APPLE\nFROP LONGBACK
-
- APPLE\nFROP LONGBACK
-
-
-
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Coffee Apple
-
- Coffee Apple
-
-
-
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-21-02-0091.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-21-02-0091.Button
- StringFmt( $55-21-02-0091.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5521020091 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-21-02-0091.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5521020091
+ $Sum552101008155210200815521030081
000013
diff --git a/inter/gbr/xml/page_catalog_group_forkid.lxml b/inter/gbr/xml/page_catalog_group_forkid.lxml
index 16079b64..1bd627b9 100644
--- a/inter/gbr/xml/page_catalog_group_forkid.lxml
+++ b/inter/gbr/xml/page_catalog_group_forkid.lxml
@@ -4422,7 +4422,7 @@
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "##-##-##-####"
; begin lang
- Var aliasName[0] = "LONG BLACK"
+ Var aliasName[0] = "AMERICANO"
Var aliasDesc[0] = "Espresso, Water"
Var aliasName[1] = "กาแฟดำ(อเมริกาโน)"
Var aliasDesc[1] = "กาแฟ และน้ำ"
@@ -4434,7 +4434,7 @@
Var aliasDesc[4] = ""
Var aliasName[5] = ""
Var aliasDesc[5] = ""
- Var NameLang[0][0] = "Hot LONG BLACK"
+ Var NameLang[0][0] = "Hot AMERICANO"
Var NameLang[0][1] = "กาแฟดำร้อน(อเมริกาโน)"
Var NameLang[0][2] = ""
Var NameLang[0][3] = ""
@@ -4517,9 +4517,9 @@
KanitMediumTTF
0x322B26
- LONG BLACK
+ AMERICANO
กาแฟดำ(อเมริกาโน)
- LONG BLACK
+ AMERICANO
กาแฟดำ(อเมริกาโน)
กาแฟดำ(อเมริกาโน)
@@ -4696,7 +4696,7 @@
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "##-##-##-####"
; begin lang
- Var aliasName[0] = "LONG BLACK"
+ Var aliasName[0] = "AMERICANO"
Var aliasDesc[0] = "Espresso, Water"
Var aliasName[1] = "กาแฟดำ(อเมริกาโน)"
Var aliasDesc[1] = "กาแฟ และน้ำ"
@@ -4708,7 +4708,7 @@
Var aliasDesc[4] = ""
Var aliasName[5] = ""
Var aliasDesc[5] = ""
- Var NameLang[0][0] = "Hot LONG BLACK"
+ Var NameLang[0][0] = "Hot AMERICANO"
Var NameLang[0][1] = "กาแฟดำร้อน(อเมริกาโน)"
Var NameLang[0][2] = ""
Var NameLang[0][3] = ""
@@ -4791,9 +4791,9 @@
KanitMediumTTF
0x322B26
- LONG BLACK
+ AMERICANO
กาแฟดำ(อเมริกาโน)
- LONG BLACK
+ AMERICANO
กาแฟดำ(อเมริกาโน)
กาแฟดำ(อเมริกาโน)
diff --git a/inter/gbr/xml/page_catalog_group_milk.lxml b/inter/gbr/xml/page_catalog_group_milk.lxml
index 3a17fcfa..e657c572 100644
--- a/inter/gbr/xml/page_catalog_group_milk.lxml
+++ b/inter/gbr/xml/page_catalog_group_milk.lxml
@@ -37,15 +37,15 @@
;dummy_layout.inc
; ==================> Len = 3
- ; 55-03-01-0005 55-03-02-0005 -
+ ; 55-03-01-0005 55-03-02-0005 55-03-03-0005
33
22
225
296
- Flag( 55-03-01-0005.Button,55-03-02-0005.Button,$Sum55030100055503020005)
+ Flag( 55-03-01-0005.Button,55-03-02-0005.Button,55-03-03-0005.Button,$Sum550301000555030200055503030005)
; ==================> Len = 3
- ; 55-03-01-0001 55-03-02-0001 -
+ ; 55-03-01-0001 55-03-02-0001 55-03-03-0001
33
22
225
296
- Flag( 55-03-01-0001.Button,55-03-02-0001.Button,$Sum55030100015503020001)
+ Flag( 55-03-01-0001.Button,55-03-02-0001.Button,55-03-03-0001.Button,$Sum550301000155030200015503030001)
; ==================> Len = 3
- ; 55-03-01-0004 55-03-02-0004 -
+ ; 55-03-01-0004 55-03-02-0004 55-03-03-0004
33
22
225
296
- Flag( 55-03-01-0004.Button,55-03-02-0004.Button,$Sum55030100045503020004)
+ Flag( 55-03-01-0004.Button,55-03-02-0004.Button,55-03-03-0004.Button,$Sum550301000455030200045503030004)
; ==================> Len = 3
- ; 55-03-01-0003 55-03-02-0003 -
+ ; 55-03-01-0003 55-03-02-0003 55-03-03-0003
33
22
225
296
- Flag( 55-03-01-0003.Button,55-03-02-0003.Button,$Sum55030100035503020003)
+ Flag( 55-03-01-0003.Button,55-03-02-0003.Button,55-03-03-0003.Button,$Sum550301000355030200035503030003)
; ==================> Len = 3
- ; - 55-03-02-0006 -
+ ; - 55-03-02-0006 55-03-03-0006
33
22
225
296
- Flag( 55-03-02-0006.Button,$Sum5503020006)
+ Flag( 55-03-02-0006.Button,55-03-03-0006.Button,$Sum55030200065503030006)
; ==================> Len = 3
- ; 55-03-01-0002 55-03-02-0002 -
+ ; 55-03-01-0002 55-03-02-0002 55-03-03-0002
33
22
225
296
- Flag( 55-03-01-0002.Button,55-03-02-0002.Button,$Sum55030100025503020002)
+ Flag( 55-03-01-0002.Button,55-03-02-0002.Button,55-03-03-0002.Button,$Sum550301000255030200025503030002)
; ==================> Len = 3
- ; 55-03-01-0019 55-03-02-0019 -
+ ; - - 55-03-03-0010
33
22
225
296
- Flag( 55-03-01-0019.Button,55-03-02-0019.Button,$Sum55030100195503020019)
+ Flag( 55-03-03-0010.Button,$Sum5503030010)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ STRAWBERRY\nCHOC MILK
+ โกโก้สตอเบอร์รี่ปั่น
+ STRAWBERRY\nCHOC MILK
+ โกโก้สตอเบอร์รี่ปั่น
+
+ โกโก้สตอเบอร์รี่ปั่น
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Milk, Cocoa, Strawberry Syrup
+ นม น้ำเชื่อมสตอเบอร์รี่ \nโกโก้ และน้ำแข็ง
+ Milk, Cocoa, Strawberry Syrup
+ นม น้ำเชื่อมสตอเบอร์รี่ \nโกโก้ และน้ำแข็ง
+
+ นม น้ำเชื่อมสตอเบอร์รี่ \nโกโก้ และน้ำแข็ง
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0010.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0010.Button
+ StringFmt( $55-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030010 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0010.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030010
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0011
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0011.Button,$Sum5503030011)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ STRAWBERRY MILK
+ นมสตอเบอร์รี่ปั่น
+ STRAWBERRY MILK
+ นมสตอเบอร์รี่ปั่น
+
+ นมสตอเบอร์รี่ปั่น
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Milk, Strawberry Syrup
+ นม น้ำเชื่อมสตอเบอร์รี่ \nและน้ำแข็ง
+ Milk, Strawberry Syrup
+ นม น้ำเชื่อมสตอเบอร์รี่ \nและน้ำแข็ง
+
+ นม น้ำเชื่อมสตอเบอร์รี่ \nและน้ำแข็ง
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0011.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0011.Button
+ StringFmt( $55-03-03-0011.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030011 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0011.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030011
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0009
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0009.Button,$Sum5503030009)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ OREO VOLCANO
+ โอริโอ้ปั่นภูเขาไฟ
+ OREO VOLCANO
+ โอริโอ้ปั่นภูเขาไฟ
+
+ โอริโอ้ปั่นภูเขาไฟ
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Milk, Sugar, Oreo, Ice
+ นม น้ำตาล โอริโอ้ \n
+ Milk, Sugar, Oreo, Ice
+ นม น้ำตาล โอริโอ้ \n
+
+ นม น้ำตาล โอริโอ้ \n
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0009.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0009.Button
+ StringFmt( $55-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030009 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0009.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030009
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-03-01-0019 55-03-02-0019 55-03-03-0019
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-01-0019.Button,55-03-02-0019.Button,55-03-03-0019.Button,$Sum550301001955030200195503030019)
+
; ==================> Len = 3
- ; 55-03-01-0022 55-03-02-0022 -
+ ; - - 55-03-03-0020
33
22
225
296
- Flag( 55-03-01-0022.Button,55-03-02-0022.Button,$Sum55030100225503020022)
+ Flag( 55-03-03-0020.Button,$Sum5503030020)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ OVALTINE SMOOTHIE \nVOLCANO
+ โอวัลตินปั่นภูเขาไฟ
+ OVALTINE SMOOTHIE \nVOLCANO
+ โอวัลตินปั่นภูเขาไฟ
+
+ โอวัลตินปั่นภูเขาไฟ
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Ovaltine, Sugar, milk
+ โอวัลติน น้ำตาล และ นม
+ Ovaltine, Sugar, milk
+ โอวัลติน น้ำตาล และ นม
+
+ โอวัลติน น้ำตาล และ นม
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0020.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0020.Button
+ StringFmt( $55-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030020 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0020.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030020
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0021
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0021.Button,$Sum5503030021)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ COCOA OVALTINE \nVOLCANO
+ โกโก้โอดิบภูเขาไฟ
+ COCOA OVALTINE \nVOLCANO
+ โกโก้โอดิบภูเขาไฟ
+
+ โกโก้โอดิบภูเขาไฟ
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Ovaltine, Cocoa, Sugar, milk
+ โกโก้ โอวัลติน น้ำตาล และ นม
+ Ovaltine, Cocoa, Sugar, milk
+ โกโก้ โอวัลติน น้ำตาล และ นม
+
+ โกโก้ โอวัลติน น้ำตาล และ นม
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0021.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0021.Button
+ StringFmt( $55-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030021 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0021.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030021
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-03-01-0022 55-03-02-0022 55-03-03-0022
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-01-0022.Button,55-03-02-0022.Button,55-03-03-0022.Button,$Sum550301002255030200225503030022)
+
; ==================> Len = 3
- ; 55-03-01-0025 55-03-02-0025 -
+ ; 55-03-01-0025 55-03-02-0025 55-03-03-0025
33
22
225
296
- Flag( 55-03-01-0025.Button,55-03-02-0025.Button,$Sum55030100255503020025)
+ Flag( 55-03-01-0025.Button,55-03-02-0025.Button,55-03-03-0025.Button,$Sum550301002555030200255503030025)
; ==================> Len = 3
- ; 55-03-01-0023 55-03-02-0023 -
+ ; - - 55-03-03-0026
33
22
225
296
- Flag( 55-03-01-0023.Button,55-03-02-0023.Button,$Sum55030100235503020023)
+ Flag( 55-03-03-0026.Button,$Sum5503030026)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ PINK MILK\nOREO VOLCANO
+ นมชมพูปั่น\nโอริโอ้ภูเขาไฟ
+ PINK MILK\nOREO VOLCANO
+ นมชมพูปั่น\nโอริโอ้ภูเขาไฟ
+
+ นมชมพูปั่น\nโอริโอ้ภูเขาไฟ
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Salak Syrup, Milk,\nSugar Oreo
+ น้ำแดงกลิ่นสละ นม น้ำตาล \n Oreo
+ Salak Syrup, Milk,\nSugar Oreo
+ น้ำแดงกลิ่นสละ นม น้ำตาล \n Oreo
+
+ น้ำแดงกลิ่นสละ นม น้ำตาล \n Oreo
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0026.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0026.Button
+ StringFmt( $55-03-03-0026.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030026 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0026.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030026
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-03-01-0023 55-03-02-0023 55-03-03-0023
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-01-0023.Button,55-03-02-0023.Button,55-03-03-0023.Button,$Sum550301002355030200235503030023)
+
; ==================> Len = 3
- ; 55-03-01-0024 55-03-02-0024 -
+ ; 55-03-01-0024 55-03-02-0024 55-03-03-0024
33
22
225
296
- Flag( 55-03-01-0024.Button,55-03-02-0024.Button,$Sum55030100245503020024)
+ Flag( 55-03-01-0024.Button,55-03-02-0024.Button,55-03-03-0024.Button,$Sum550301002455030200245503030024)
; ==================> Len = 3
- ; 55-03-01-0035 55-03-02-0035 -
+ ; - - 55-03-03-0034
33
22
225
296
- Flag( 55-03-01-0035.Button,55-03-02-0035.Button,$Sum55030100355503020035)
+ Flag( 55-03-03-0034.Button,$Sum5503030034)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ MINT \nOREO VOLCANO
+
+ MINT \nOREO VOLCANO
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Mint Syrup, Milk,\nSugar, Oreo
+
+ Mint Syrup, Milk,\nSugar, Oreo
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0034.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0034.Button
+ StringFmt( $55-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030034 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0034.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030034
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-03-01-0035 55-03-02-0035 55-03-03-0035
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-01-0035.Button,55-03-02-0035.Button,55-03-03-0035.Button,$Sum550301003555030200355503030035)
+
; ==================> Len = 3
- ; 55-03-01-0036 55-03-02-0036 -
+ ; 55-03-01-0036 55-03-02-0036 55-03-03-0036
33
22
225
296
- Flag( 55-03-01-0036.Button,55-03-02-0036.Button,$Sum55030100365503020036)
+ Flag( 55-03-01-0036.Button,55-03-02-0036.Button,55-03-03-0036.Button,$Sum550301003655030200365503030036)
; ==================> Len = 3
- ; - 55-03-02-0037 -
+ ; - 55-03-02-0037 55-03-03-0037
33
22
225
296
- Flag( 55-03-02-0037.Button,$Sum5503020037)
+ Flag( 55-03-02-0037.Button,55-03-03-0037.Button,$Sum55030200375503030037)
; ==================> Len = 3
- ; 55-03-01-0039 55-03-02-0039 -
+ ; 55-03-01-0039 55-03-02-0039 55-03-03-0039
33
22
225
296
- Flag( 55-03-01-0039.Button,55-03-02-0039.Button,$Sum55030100395503020039)
+ Flag( 55-03-01-0039.Button,55-03-02-0039.Button,55-03-03-0039.Button,$Sum550301003955030200395503030039)
; ==================> Len = 3
- ; 55-03-01-0040 55-03-02-0040 -
+ ; 55-03-01-0040 55-03-02-0040 55-03-03-0040
33
22
225
296
- Flag( 55-03-01-0040.Button,55-03-02-0040.Button,$Sum55030100405503020040)
+ Flag( 55-03-01-0040.Button,55-03-02-0040.Button,55-03-03-0040.Button,$Sum550301004055030200405503030040)
; ==================> Len = 3
- ; 55-03-01-0041 55-03-02-0041 -
+ ; 55-03-01-0041 55-03-02-0041 55-03-03-0041
33
22
225
296
- Flag( 55-03-01-0041.Button,55-03-02-0041.Button,$Sum55030100415503020041)
+ Flag( 55-03-01-0041.Button,55-03-02-0041.Button,55-03-03-0041.Button,$Sum550301004155030200415503030041)
; ==================> Len = 3
- ; 55-03-01-0042 55-03-02-0042 -
+ ; 55-03-01-0042 55-03-02-0042 55-03-03-0042
33
22
225
296
- Flag( 55-03-01-0042.Button,55-03-02-0042.Button,$Sum55030100425503020042)
+ Flag( 55-03-01-0042.Button,55-03-02-0042.Button,55-03-03-0042.Button,$Sum550301004255030200425503030042)
; ==================> Len = 3
- ; 55-03-01-0077 55-03-02-0077 -
+ ; - - 55-03-03-0051
33
22
225
296
- Flag( 55-03-01-0077.Button,55-03-02-0077.Button,$Sum55030100775503020077)
+ Flag( 55-03-03-0051.Button,$Sum5503030051)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Creamy Cheesecake\nfrapee
+
+ Creamy Cheesecake\nfrapee
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Yuzu, Vanilla, Milk
+
+ Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0051.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0051.Button
+ StringFmt( $55-03-03-0051.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030051 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0051.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030051
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0052
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0052.Button,$Sum5503030052)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Strawberry\nCheesecake
+
+ Strawberry\nCheesecake
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Strawberry, Yuzu, Vanilla, Milk
+
+ Strawberry, Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0052.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0052.Button
+ StringFmt( $55-03-03-0052.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030052 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0052.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030052
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0053
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0053.Button,$Sum5503030053)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Lychee Cheesecake\nMajesty
+
+ Lychee Cheesecake\nMajesty
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Lychee, Yuzu, Vanilla, Milk
+
+ Lychee, Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0053.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0053.Button
+ StringFmt( $55-03-03-0053.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030053 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0053.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030053
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0054
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0054.Button,$Sum5503030054)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Caramel Cheesecake\nSplendor
+
+ Caramel Cheesecake\nSplendor
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Caramel, Yuzu, Vanilla, Milk
+
+ Caramel, Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0054.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0054.Button
+ StringFmt( $55-03-03-0054.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030054 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0054.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030054
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0055
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0055.Button,$Sum5503030055)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Mint Cheesecake\nSymphony
+
+ Mint Cheesecake\nSymphony
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Mint, Yuzu, Vanilla, Milk
+
+ Mint, Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0055.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0055.Button
+ StringFmt( $55-03-03-0055.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030055 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0055.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030055
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0056
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0056.Button,$Sum5503030056)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Melon Cheesecake\nSonata
+
+ Melon Cheesecake\nSonata
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Melon, Yuzu, Vanilla, Milk
+
+ Melon, Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0056.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0056.Button
+ StringFmt( $55-03-03-0056.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030056 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0056.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030056
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0057
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0057.Button,$Sum5503030057)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Banana Cheesecake\nRoyale
+
+ Banana Cheesecake\nRoyale
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Banana, Yuzu, Vanilla, Milk
+
+ Banana, Yuzu, Vanilla, Milk
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0057.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0057.Button
+ StringFmt( $55-03-03-0057.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030057 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0057.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030057
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0045
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0045.Button,$Sum5503030045)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ CARAMEL MILK \nBISCOFF VOLCANO
+
+ CARAMEL MILK \nBISCOFF VOLCANO
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Caramel Syrup, Milk,\nSugar, Biscof
+
+ Caramel Syrup, Milk,\nSugar, Biscof
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0045.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0045.Button
+ StringFmt( $55-03-03-0045.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030045 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0045.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030045
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0046
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0046.Button,$Sum5503030046)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ STRAWBERRY MILK \nBISCOFF VOLCANO
+
+ STRAWBERRY MILK \nBISCOFF VOLCANO
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Strawberry Syrup, Milk,\nSugar, Biscof
+
+ Strawberry Syrup, Milk,\nSugar, Biscof
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0046.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0046.Button
+ StringFmt( $55-03-03-0046.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030046 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0046.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030046
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0047
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0047.Button,$Sum5503030047)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ MINT MILK \nBISCOFF VOLCANO
+
+ MINT MILK \nBISCOFF VOLCANO
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Mint Syrup, Milk,\nSugar, Biscof
+
+ Mint Syrup, Milk,\nSugar, Biscof
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0047.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0047.Button
+ StringFmt( $55-03-03-0047.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030047 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0047.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030047
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; 55-03-01-0077 55-03-02-0077 55-03-03-0077
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-01-0077.Button,55-03-02-0077.Button,55-03-03-0077.Button,$Sum550301007755030200775503030077)
+
; ==================> Len = 3
- ; - 55-03-02-0058 -
+ ; - - 55-03-03-0078
33
22
225
296
- Flag( 55-03-02-0058.Button,$Sum5503020058)
+ Flag( 55-03-03-0078.Button,$Sum5503030078)
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ BANANOFFEE\nPIE
+
+ BANANOFFEE\nPIE
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Tokyo Banana Syrup, Milk, Caramel Syrup, Biscof
+
+ Tokyo Banana Syrup, Milk, Caramel Syrup, Biscof
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0078.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0078.Button
+ StringFmt( $55-03-03-0078.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030078 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0078.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030078
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - - 55-03-03-0079
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0079.Button,$Sum5503030079)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ CHOC CARAMEL\nCRUMBLE
+
+ CHOC CARAMEL\nCRUMBLE
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Cocoa, Milk,Sugar,\nCaramel Syrup, Biscof
+
+ Cocoa, Milk,Sugar,\nCaramel Syrup, Biscof
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0079.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0079.Button
+ StringFmt( $55-03-03-0079.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030079 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0079.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030079
+
+ 000013
+
+ center-vertical-horizontal
+
+
+ ; ==================> Len = 3
+ ; - 55-03-02-0058 55-03-03-0058
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-02-0058.Button,55-03-03-0058.Button,$Sum55030200585503030058)
+
; ==================> Len = 3
- ; - 55-03-02-0059 -
+ ; - 55-03-02-0059 55-03-03-0059
33
22
225
296
- Flag( 55-03-02-0059.Button,$Sum5503020059)
+ Flag( 55-03-02-0059.Button,55-03-03-0059.Button,$Sum55030200595503030059)
+ ; ==================> Len = 3
+ ; - - 55-03-03-0027
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-03-03-0027.Button,$Sum5503030027)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ Strawberry Milk\nOreo Valcano
+
+ Strawberry Milk\nOreo Valcano
+
+
+
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Milk,Sugar,\nStrawberry Syrup, Oreo
+
+ Milk,Sugar,\nStrawberry Syrup, Oreo
+
+
+
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-03-03-0027.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-03-03-0027.Button
+ StringFmt( $55-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5503030027 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-03-03-0027.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5503030027
000013
diff --git a/inter/gbr/xml/page_catalog_group_other.lxml b/inter/gbr/xml/page_catalog_group_other.lxml
index d349ad46..d58642a0 100644
--- a/inter/gbr/xml/page_catalog_group_other.lxml
+++ b/inter/gbr/xml/page_catalog_group_other.lxml
@@ -309,15 +309,15 @@
; ==================> Len = 3
- ; - 55-05-02-0133 -
+ ; - 55-05-02-0133 55-05-03-0133
33
22
225
296
- Flag( 55-05-02-0133.Button,$Sum5505020133)
+ Flag( 55-05-02-0133.Button,55-05-03-0133.Button,$Sum55050201335505030133)
; ==================> Len = 3
- ; - 55-05-02-0057 -
+ ; - 55-05-02-0057 55-05-03-0057
33
22
225
296
- Flag( 55-05-02-0057.Button,$Sum5505020057)
+ Flag( 55-05-02-0057.Button,55-05-03-0057.Button,$Sum55050200575505030057)
; ==================> Len = 3
- ; - 55-05-02-0058 -
+ ; - 55-05-02-0058 55-05-03-0058
33
22
225
296
- Flag( 55-05-02-0058.Button,$Sum5505020058)
+ Flag( 55-05-02-0058.Button,55-05-03-0058.Button,$Sum55050200585505030058)
; ==================> Len = 3
- ; - 55-05-02-0106 -
+ ; - 55-05-02-0106 55-05-03-0106
33
22
225
296
- Flag( 55-05-02-0106.Button,$Sum5505020106)
+ Flag( 55-05-02-0106.Button,55-05-03-0106.Button,$Sum55050201065505030106)
; ==================> Len = 3
- ; - 55-05-02-0148 -
+ ; - 55-05-02-0148 55-05-03-0148
33
22
225
296
- Flag( 55-05-02-0148.Button,$Sum5505020148)
+ Flag( 55-05-02-0148.Button,55-05-03-0148.Button,$Sum55050201485505030148)
; ==================> Len = 3
- ; - 55-05-02-0149 -
+ ; - 55-05-02-0149 55-05-03-0149
33
22
225
296
- Flag( 55-05-02-0149.Button,$Sum5505020149)
+ Flag( 55-05-02-0149.Button,55-05-03-0149.Button,$Sum55050201495505030149)
; ==================> Len = 3
- ; - 55-05-02-0150 -
+ ; - 55-05-02-0150 55-05-03-0150
33
22
225
296
- Flag( 55-05-02-0150.Button,$Sum5505020150)
+ Flag( 55-05-02-0150.Button,55-05-03-0150.Button,$Sum55050201505505030150)
; ==================> Len = 3
- ; - 55-05-02-0035 -
+ ; - 55-05-02-0035 55-05-03-0035
33
22
225
296
- Flag( 55-05-02-0035.Button,$Sum5505020035)
+ Flag( 55-05-02-0035.Button,55-05-03-0035.Button,$Sum55050200355505030035)
; ==================> Len = 3
- ; - 55-05-02-0134 -
+ ; - - 55-05-03-0092
33
22
225
296
- Flag( 55-05-02-0134.Button,$Sum5505020134)
+ Flag( 55-05-03-0092.Button,$Sum5505030092)
- ; ==================> Len = 3
- ; - 55-05-02-0135 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0135.Button,$Sum5505020135)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- APPLE SODA
- เมล่อนโซดา
- APPLE SODA
- เมล่อนโซดา
-
- เมล่อนโซดา
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Apple Soda
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
- Apple Soda
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
-
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0135.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0135.Button
- StringFmt( $55-05-02-0135.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020135 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0135.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020135
+ $Sum5505030092
000013
@@ -6247,546 +5977,6 @@
center-vertical-horizontal
-
- ; ==================> Len = 3
- ; - 55-05-02-0091 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0091.Button,$Sum5505020091)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- COCONUT PEPSI
- เมล่อนโซดา
- COCONUT PEPSI
- เมล่อนโซดา
-
- เมล่อนโซดา
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Coconut Syrup, Pepsi and Soda
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
- Coconut Syrup, Pepsi and Soda
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
-
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0091.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0091.Button
- StringFmt( $55-05-02-0091.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020091 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0091.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020091
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-05-02-0117 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0117.Button,$Sum5505020117)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- COCONUT PEPSI\nMAX
- เมล่อนโซดา
- COCONUT PEPSI\nMAX
- เมล่อนโซดา
-
- เมล่อนโซดา
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Coconut Syrup, Pepsi max and Soda
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
- Coconut Syrup, Pepsi max and Soda
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
-
- น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0117.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0117.Button
- StringFmt( $55-05-02-0117.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020117 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0117.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020117
-
- 000013
-
- center-vertical-horizontal
-
; ==================> Len = 3
; - 55-05-02-0093 -
@@ -7059,15 +6249,15 @@
; ==================> Len = 3
- ; - 55-05-02-0088 -
+ ; - 55-05-02-0088 55-05-03-0088
33
22
225
296
- Flag( 55-05-02-0088.Button,$Sum5505020088)
+ Flag( 55-05-02-0088.Button,55-05-03-0088.Button,$Sum55050200885505030088)
; ==================> Len = 3
- ; - 55-05-02-0089 -
+ ; - 55-05-02-0089 55-05-03-0089
33
22
225
296
- Flag( 55-05-02-0089.Button,$Sum5505020089)
+ Flag( 55-05-02-0089.Button,55-05-03-0089.Button,$Sum55050200895505030089)
; ==================> Len = 3
- ; - 55-05-02-0010 -
+ ; - 55-05-02-0010 55-05-03-0010
33
22
225
296
- Flag( 55-05-02-0010.Button,$Sum5505020010)
+ Flag( 55-05-02-0010.Button,55-05-03-0010.Button,$Sum55050200105505030010)
; ==================> Len = 3
- ; - 55-05-02-0033 -
+ ; - 55-05-02-0033 55-05-03-0033
33
22
225
296
- Flag( 55-05-02-0033.Button,$Sum5505020033)
+ Flag( 55-05-02-0033.Button,55-05-03-0033.Button,$Sum55050200335505030033)
; ==================> Len = 3
- ; - 55-05-02-0022 -
+ ; - 55-05-02-0022 55-05-03-0022
33
22
225
296
- Flag( 55-05-02-0022.Button,$Sum5505020022)
+ Flag( 55-05-02-0022.Button,55-05-03-0022.Button,$Sum55050200225505030022)
; ==================> Len = 3
- ; - 55-05-02-0041 -
+ ; - 55-05-02-0041 55-05-03-0041
33
22
225
296
- Flag( 55-05-02-0041.Button,$Sum5505020041)
+ Flag( 55-05-02-0041.Button,55-05-03-0041.Button,$Sum55050200415505030041)
; ==================> Len = 3
- ; - 55-05-02-0008 -
+ ; - 55-05-02-0008 55-05-03-0008
33
22
225
296
- Flag( 55-05-02-0008.Button,$Sum5505020008)
+ Flag( 55-05-02-0008.Button,55-05-03-0008.Button,$Sum55050200085505030008)
; ==================> Len = 3
- ; - 55-05-02-0009 -
+ ; - 55-05-02-0009 55-05-03-0009
33
22
225
296
- Flag( 55-05-02-0009.Button,$Sum5505020009)
+ Flag( 55-05-02-0009.Button,55-05-03-0009.Button,$Sum55050200095505030009)
; ==================> Len = 3
- ; - 55-05-02-0024 -
+ ; - 55-05-02-0024 55-05-03-0024
33
22
225
296
- Flag( 55-05-02-0024.Button,$Sum5505020024)
+ Flag( 55-05-02-0024.Button,55-05-03-0024.Button,$Sum55050200245505030024)
; ==================> Len = 3
- ; - 55-05-02-0025 -
+ ; - 55-05-02-0025 55-05-03-0025
33
22
225
296
- Flag( 55-05-02-0025.Button,$Sum5505020025)
+ Flag( 55-05-02-0025.Button,55-05-03-0025.Button,$Sum55050200255505030025)
; ==================> Len = 3
- ; - 55-05-02-0046 -
+ ; - 55-05-02-0046 55-05-03-0046
33
22
225
296
- Flag( 55-05-02-0046.Button,$Sum5505020046)
+ Flag( 55-05-02-0046.Button,55-05-03-0046.Button,$Sum55050200465505030046)
; ==================> Len = 3
- ; - 55-05-02-0047 -
+ ; - 55-05-02-0047 55-05-03-0047
33
22
225
296
- Flag( 55-05-02-0047.Button,$Sum5505020047)
+ Flag( 55-05-02-0047.Button,55-05-03-0047.Button,$Sum55050200475505030047)
; ==================> Len = 3
- ; - 55-05-02-0074 -
+ ; - 55-05-02-0038 55-05-03-0038
33
22
225
296
- Flag( 55-05-02-0074.Button,$Sum5505020074)
+ Flag( 55-05-02-0038.Button,55-05-03-0038.Button,$Sum55050200385505030038)
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- PEPSI Max PLUM
- เป๊ปซี่บ๊วย
- PEPSI Max PLUM
- เป๊ปซี่บ๊วย
-
- เป๊ปซี่บ๊วย
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Pepsi Max, Ume Syrup & Ice
- เป๊ปซี่ น้ำเชื่อมบ๊วย โซดา
- Pepsi Max, Ume Syrup & Ice
- เป๊ปซี่ น้ำเชื่อมบ๊วย โซดา
-
- เป๊ปซี่ น้ำเชื่อมบ๊วย โซดา
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0074.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0074.Button
- StringFmt( $55-05-02-0074.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020074 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0074.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020074
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-05-02-0075 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0075.Button,$Sum5505020075)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- PEPSI Max MELON
- เป๊ปซี่เมล่อน
- PEPSI Max MELON
- เป๊ปซี่เมล่อน
-
- เป๊ปซี่เมล่อน
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Pepsi Max, Melon Syrup& Ice
- เป๊ปซี่ น้ำเชื่อมเมล่อน โซดา
- Pepsi Max, Melon Syrup& Ice
- เป๊ปซี่ น้ำเชื่อมเมล่อน โซดา
-
- เป๊ปซี่ น้ำเชื่อมเมล่อน โซดา
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0075.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0075.Button
- StringFmt( $55-05-02-0075.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020075 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0075.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020075
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-05-02-0076 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0076.Button,$Sum5505020076)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- PEPSI Max YUZU
- เป๊ปซี่ยูซุ
- PEPSI Max YUZU
- เป๊ปซี่ยูซุ
-
- เป๊ปซี่ยูซุ
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Pepsi Max, Yuzu Syrup& Ice
- เป๊ปซี่ น้ำเชื่อมยูซุ โซดา
- Pepsi Max, Yuzu Syrup& Ice
- เป๊ปซี่ น้ำเชื่อมยูซุ โซดา
-
- เป๊ปซี่ น้ำเชื่อมยูซุ โซดา
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0076.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0076.Button
- StringFmt( $55-05-02-0076.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020076 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0076.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020076
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-05-02-0077 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0077.Button,$Sum5505020077)
-
-
- 16
- 164
- 22
- 222
- "multi2"
- KanitMediumTTF
- 0x322B26
-
- PEPSI Max BANANA
- เป๊ปซี่กล้วย
- PEPSI Max BANANA
- เป๊ปซี่กล้วย
-
- เป๊ปซี่กล้วย
-
-
-
- 16
- 220
- 14
- 222
- KanitMediumTTF
- 0x6F5F51
-
- Pepsi Max, Banana Syrup& Ice
- เป๊ปซี่ น้ำเชื่อมกล้วย โซดา
- Pepsi Max, Banana Syrup& Ice
- เป๊ปซี่ น้ำเชื่อมกล้วย โซดา
-
- เป๊ปซี่ น้ำเชื่อมกล้วย โซดา
-
-
-
- 16
- 264
- Var( DirImage2 + "option_deactive.png" )
-
-
- 16
- 264
- "Invisible"
- Var( DirImage2 + "hot.png" )
- Var( DirImage2 + "hot_db.png" )
-
-
- TextPriceMenuHotX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
- Var( DirImage2 + "cold.png" )
- Var( DirImage2 + "cold_db.png" )
- $55-05-02-0077.Button
-
-
- 113
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitMediumTTF
- 0x6F5F51
- 0xEAE6E1
- $55-05-02-0077.Button
- StringFmt( $55-05-02-0077.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 146
- 264
- Var( DirImage2 + "blend.png" )
- Var( DirImage2 + "blend_db.png" )
- "Invisible"
-
-
- TextPriceMenuBlendX
- TextPriceMenuY
- TextPriceMenuSize
- 220
- KanitRegularTTF
- 0x6F5F51
- 0xEAE6E1
- "Invisible"
- StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
-
-
- 81
- 264
-
- eval(
- If ICE_PROCESS_STATUS = 2 Then
-
- Var ice_tab_process_show = "Invisible"
-
- Else
- Var ice_tab_process_show = "Invisible"
- EndIf
- Var return = ice_tab_process_show
- )
-
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
- "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
-
-
- 49
- 117
-
- eval(
- If $Sum5505020077 = "Disable" Then
- STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
- STRCONTAIN "ERR" $55-05-02-0077.TAG tag2_is_disable
- STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
- Var return = "Invisible"
- If tag1_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag2_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- If tag3_is_disable = "true" Then
- Var return = "Enable"
- EndIf
- Else
- Var return = "Invisible"
- EndIf
- )
-
- "ROOT/taobin_project/image//img_menu_err2.png"
-
-
- 84
- 266
- 10
- OpunMediumTTF
- 0xDE794E
- ice_tab_process_show
- ice_show_open
-
-
- 48
- 116
- 32
- 128
- 64
- "disable-show"
- $Sum5505020077
-
- 000013
-
- center-vertical-horizontal
-
-
- ; ==================> Len = 3
- ; - 55-05-02-0038 -
-
- 33
- 22
- 225
- 296
- Flag( 55-05-02-0038.Button,$Sum5505020038)
-
; ==================> Len = 3
- ; - 55-05-02-0039 -
+ ; - 55-05-02-0039 55-05-03-0039
33
22
225
296
- Flag( 55-05-02-0039.Button,$Sum5505020039)
+ Flag( 55-05-02-0039.Button,55-05-03-0039.Button,$Sum55050200395505030039)
; ==================> Len = 3
- ; - 55-05-02-0067 -
+ ; - 55-05-02-0014 -
33
22
225
296
- Flag( 55-05-02-0067.Button,$Sum5505020067)
+ Flag( 55-05-02-0014.Button,$Sum5505020014)
; ==================> Len = 3
- ; - 55-05-02-0068 -
+ ; - 55-05-02-0015 -
33
22
225
296
- Flag( 55-05-02-0068.Button,$Sum5505020068)
+ Flag( 55-05-02-0015.Button,$Sum5505020015)
; ==================> Len = 3
- ; - 55-05-02-0034 -
+ ; - 55-05-02-0034 55-05-03-0034
33
22
225
296
- Flag( 55-05-02-0034.Button,$Sum5505020034)
+ Flag( 55-05-02-0034.Button,55-05-03-0034.Button,$Sum55050200345505030034)
; ==================> Len = 3
- ; - 55-05-02-0003 -
+ ; - 55-05-02-0003 55-05-03-0003
33
22
225
296
- Flag( 55-05-02-0003.Button,$Sum5505020003)
+ Flag( 55-05-02-0003.Button,55-05-03-0003.Button,$Sum55050200035505030003)
; ==================> Len = 3
- ; - 55-05-02-0004 -
+ ; - 55-05-02-0004 55-05-03-0004
33
22
225
296
- Flag( 55-05-02-0004.Button,$Sum5505020004)
+ Flag( 55-05-02-0004.Button,55-05-03-0004.Button,$Sum55050200045505030004)
+ ; ==================> Len = 3
+ ; - 55-05-02-0002 55-05-03-0002
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-05-02-0002.Button,55-05-03-0002.Button,$Sum55050200025505030002)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ SALAK DRINK
+ น้ำแดง
+ SALAK DRINK
+ น้ำแดง
+
+ น้ำแดง
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Salak Syrup & Ice
+ น้ำแดงกลิ่นสละ \n
+ Salak Syrup & Ice
+ น้ำแดงกลิ่นสละ \n
+
+ น้ำแดงกลิ่นสละ \n
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ $55-05-02-0002.Button
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-05-02-0002.Button
+ StringFmt( $55-05-02-0002.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-05-03-0002.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-05-03-0002.Button
+ StringFmt( $55-05-03-0002.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum55050200025505030002 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $55-05-02-0002.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-05-03-0002.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum55050200025505030002
000013
@@ -16779,15 +15159,15 @@
; ==================> Len = 3
- ; 55-05-01-0001 55-05-02-0001 -
+ ; 55-05-01-0001 55-05-02-0001 55-05-03-0001
33
22
225
296
- Flag( 55-05-01-0001.Button,55-05-02-0001.Button,$Sum55050100015505020001)
+ Flag( 55-05-01-0001.Button,55-05-02-0001.Button,55-05-03-0001.Button,$Sum550501000155050200015505030001)
; ==================> Len = 3
- ; - 55-05-02-0026 -
+ ; - 55-05-02-0026 55-05-03-0026
33
22
225
296
- Flag( 55-05-02-0026.Button,$Sum5505020026)
+ Flag( 55-05-02-0026.Button,55-05-03-0026.Button,$Sum55050200265505030026)
; ==================> Len = 3
- ; - 55-05-02-0032 -
+ ; - 55-05-02-0032 55-05-03-0032
33
22
225
296
- Flag( 55-05-02-0032.Button,$Sum5505020032)
+ Flag( 55-05-02-0032.Button,55-05-03-0032.Button,$Sum55050200325505030032)
+ ; ==================> Len = 3
+ ; - - 55-05-03-0040
+
+ 33
+ 22
+ 225
+ 296
+ Flag( 55-05-03-0040.Button,$Sum5505030040)
+
+
+ 16
+ 164
+ 22
+ 222
+ "multi2"
+ KanitMediumTTF
+ 0x322B26
+
+ STRAWBERRY DRINK
+ น้ำสตอเบอร์รี่
+ STRAWBERRY DRINK
+ น้ำสตอเบอร์รี่
+
+ น้ำสตอเบอร์รี่
+
+
+
+ 16
+ 220
+ 14
+ 222
+ KanitMediumTTF
+ 0x6F5F51
+
+ Strawberry Syrup,\nWater, Ice
+ น้ำเชื่อมสตอเบอร์รี่ น้ำ
+ Strawberry Syrup,\nWater, Ice
+ น้ำเชื่อมสตอเบอร์รี่ น้ำ
+
+ น้ำเชื่อมสตอเบอร์รี่ น้ำ
+
+
+
+ 16
+ 264
+ Var( DirImage2 + "option_deactive.png" )
+
+
+ 16
+ 264
+ "Invisible"
+ Var( DirImage2 + "hot.png" )
+ Var( DirImage2 + "hot_db.png" )
+
+
+ TextPriceMenuHotX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+ Var( DirImage2 + "cold.png" )
+ Var( DirImage2 + "cold_db.png" )
+ "Invisible"
+
+
+ 113
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitMediumTTF
+ 0x6F5F51
+ 0xEAE6E1
+ "Invisible"
+ StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 146
+ 264
+ Var( DirImage2 + "blend.png" )
+ Var( DirImage2 + "blend_db.png" )
+ $55-05-03-0040.Button
+
+
+ TextPriceMenuBlendX
+ TextPriceMenuY
+ TextPriceMenuSize
+ 220
+ KanitRegularTTF
+ 0x6F5F51
+ 0xEAE6E1
+ $55-05-03-0040.Button
+ StringFmt( $55-05-03-0040.Price , DisplayFormat, PreScaleConvertShow) ; test
+
+
+ 81
+ 264
+
+ eval(
+ If ICE_PROCESS_STATUS = 2 Then
+
+ Var ice_tab_process_show = "Invisible"
+
+ Else
+ Var ice_tab_process_show = "Invisible"
+ EndIf
+ Var return = ice_tab_process_show
+ )
+
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png"
+ "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png"
+
+
+ 49
+ 117
+
+ eval(
+ If $Sum5505030040 = "Disable" Then
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
+ STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
+ STRCONTAIN "ERR" $55-05-03-0040.TAG tag3_is_disable
+ Var return = "Invisible"
+ If tag1_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag2_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ If tag3_is_disable = "true" Then
+ Var return = "Enable"
+ EndIf
+ Else
+ Var return = "Invisible"
+ EndIf
+ )
+
+ "ROOT/taobin_project/image//img_menu_err2.png"
+
+
+ 84
+ 266
+ 10
+ OpunMediumTTF
+ 0xDE794E
+ ice_tab_process_show
+ ice_show_open
+
+
+ 48
+ 116
+ 32
+ 128
+ 64
+ "disable-show"
+ $Sum5505030040
+
+ 000013
+
+ center-vertical-horizontal
+
; ==================> Len = 3
; 55-06-01-0001 - -
diff --git a/inter/gbr/xml/page_catalog_group_promotion_coconut.lxml b/inter/gbr/xml/page_catalog_group_promotion_coconut.lxml
index a0472495..686a83d0 100644
--- a/inter/gbr/xml/page_catalog_group_promotion_coconut.lxml
+++ b/inter/gbr/xml/page_catalog_group_promotion_coconut.lxml
@@ -48,13 +48,13 @@
Flag( 55-01-02-0068.Button,$Sum5501020068)