Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
8f3fbe8bc6
690 changed files with 368926 additions and 12479 deletions
|
|
@ -42,6 +42,10 @@ Else
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/v3/event/script_open_promotion_v3.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
If OpenFromPageBoard = 1 Then
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ If BoxID = 173149 Then
|
|||
EndIf
|
||||
|
||||
Var ToppingMilkAndAllVolcanoEnable = 0
|
||||
If BoxID = 172644 Then
|
||||
If BoxID = 123456 Then
|
||||
Var ToppingMilkAndAllVolcanoEnable = 1
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -211,7 +211,8 @@
|
|||
STRCONTAIN "1037" MaterialAvailable 7UpSyrupEnable
|
||||
STRCONTAIN "1038" MaterialAvailable PepsiHighYSyrupEnable
|
||||
STRCONTAIN "1052" MaterialAvailable CollagenPowderEnable
|
||||
STRCONTAIN "1050" MaterialAvailable MatchaPowderEnable
|
||||
|
||||
STRCONTAIN "1062" MaterialAvailable MatchaPowderEnable
|
||||
|
||||
STRCONTAIN "1065" MaterialAvailable HaveIngredientOvaltine
|
||||
|
||||
|
|
@ -519,6 +520,7 @@
|
|||
|
||||
DEBUGVAR LangProcess
|
||||
|
||||
Var CatalogLayoutV3 = 0
|
||||
|
||||
; Check POS machine flag
|
||||
Var ConnectWithPOSMachine = 0
|
||||
|
|
@ -1294,6 +1296,11 @@
|
|||
Var bpRemoveCup = RootPath + "image/main_page/bp_remove_cup_beeg_af.png"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
Var bnRemoveCup = CountryRootPath + "/image/main_page/bn_remove_cup.png"
|
||||
Var bpRemoveCup = CountryRootPath + "/image/main_page/bp_remove_cup.png"
|
||||
EndIf
|
||||
|
||||
If CupOnArm = "true" Then
|
||||
|
||||
If CheckCupStateDoorCupClose = "" Then
|
||||
|
|
@ -2134,12 +2141,16 @@ PRICE "Reset" "-"
|
|||
|
||||
If SpiralOnline = "true" Then
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
If CountryName = "Thailand" Then
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
@ -2237,7 +2248,11 @@ PRICE "Reset" "-"
|
|||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
|
|||
|
|
@ -12,22 +12,27 @@
|
|||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
|
||||
If SpiralOnline = "true" Then
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
|
||||
If Seeker = "next" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog3.xml"
|
||||
Else
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/v3/open_catalog.ev"
|
||||
Else
|
||||
If SpiralOnline = "true" Then
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog3.xml"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
|
||||
If Seeker = "next" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog3.xml"
|
||||
Else
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog3.xml"
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
;OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
TopView "show"
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
Var From12Day12MenuPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
Var From12Day12MenuPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -385,7 +385,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมชาไทย
|
||||
<Value> "พรีเมียมชาไทย
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -407,7 +407,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Thai Tea
|
||||
<Value> "Premium Thai Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -642,7 +642,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -653,7 +653,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -665,7 +665,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Milk
|
||||
<Value> "Coconut Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -910,7 +910,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
น้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1673,7 +1673,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1685,7 +1685,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Milk
|
||||
<Value> "Strawberry Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1930,7 +1930,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
โกโก้ และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1942,7 +1942,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawcocoa
|
||||
<Value> "Strawcocoa
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2198,7 +2198,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Thai
|
||||
<Value> "Thai
|
||||
Iced Espresso" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2452,7 +2452,7 @@ Iced Espresso" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Thai
|
||||
<Value> "Thai
|
||||
Iced Espresso" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2686,7 +2686,7 @@ Iced Espresso" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าว
|
||||
<Value> "มะพร้าว
|
||||
ชามะลินมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2708,7 +2708,7 @@ Iced Espresso" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut
|
||||
<Value> "Coconut
|
||||
Jasmine Milk Tea" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2719,7 +2719,7 @@ Jasmine Milk Tea" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Jasmine Tea, Milk
|
||||
<Value> "Coconut , Jasmine Tea, Milk
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3220,7 +3220,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Lime
|
||||
<Value> "Lime
|
||||
Ginger Tea" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3476,7 +3476,7 @@ Ginger Tea" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Plum
|
||||
<Value> "Plum
|
||||
Limenade Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3487,7 +3487,7 @@ Limenade Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ume , Limenade,
|
||||
<Value> "Ume , Limenade,
|
||||
Soda & Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3631,27 +3631,14 @@ Soda & Ice" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,180 +1,180 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; 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 Menu6Selected = "Invisible"
|
||||
Var Menu61Selected = "Enable"
|
||||
Var Menu62Selected = "Enable"
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
RootLayoutVisible 3 "hide"
|
||||
RootLayoutVisible 13 "hide"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Var Menu1Selected = "PressForever"
|
||||
|
||||
Var OreoBigButtonEnable = "Enable"
|
||||
Var From15THBPro = 0
|
||||
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; 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 Menu6Selected = "Invisible"
|
||||
Var Menu61Selected = "Enable"
|
||||
Var Menu62Selected = "Enable"
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
RootLayoutVisible 3 "hide"
|
||||
RootLayoutVisible 13 "hide"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Var Menu1Selected = "PressForever"
|
||||
|
||||
Var OreoBigButtonEnable = "Enable"
|
||||
Var From15THBPro = 0
|
||||
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -546,7 +546,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำแดงกลิ่นสละ
|
||||
<Value> "น้ำแดงกลิ่นสละ
|
||||
" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1051,7 +1051,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง
|
||||
(มีคาเฟอีน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1315,7 +1315,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Tao Power
|
||||
<Value> "Tao Power
|
||||
Drink Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2493,27 +2493,14 @@ Drink Soda" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพเงินเดือนเถอะครับ
|
||||
<Value> "อัพเงินเดือนเถอะครับ
|
||||
หัวหน้า" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Up my salary,
|
||||
<Value> "Up my salary,
|
||||
please, boss!" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -376,7 +376,7 @@ please, boss!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพเดทด้วยครับ
|
||||
<Value> "อัพเดทด้วยครับ
|
||||
ลาออกเมื่อไหร่" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -628,7 +628,7 @@ please, boss!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพตัสโสด
|
||||
<Value> "อัพตัสโสด
|
||||
โปรดผมได้บุญ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -880,7 +880,7 @@ please, boss!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพบอกโสด
|
||||
<Value> "อัพบอกโสด
|
||||
ไหงมีแฟนเฉย" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -902,7 +902,7 @@ please, boss!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Up single status,
|
||||
<Value> "Up single status,
|
||||
how come gal!" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1133,7 +1133,7 @@ how come gal!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพโชคได้ไง
|
||||
<Value> "อัพโชคได้ไง
|
||||
ตั้งใจทุกงวด" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1385,7 +1385,7 @@ how come gal!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพโชคเอง โทษธูป
|
||||
<Value> "อัพโชคเอง โทษธูป
|
||||
โทษฝัน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1637,7 +1637,7 @@ how come gal!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพสกิลเตรียมปลิว
|
||||
<Value> "อัพสกิลเตรียมปลิว
|
||||
แล้วครับ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2140,7 +2140,7 @@ how come gal!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพดุลเอ้ย
|
||||
<Value> "อัพดุลเอ้ย
|
||||
ถามไรตอบได้" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2392,7 +2392,7 @@ how come gal!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพเมนูใหม่ เมื่อไหร่
|
||||
<Value> "อัพเมนูใหม่ เมื่อไหร่
|
||||
จะครบทุกตู้" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2414,7 +2414,7 @@ how come gal!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Up Your New
|
||||
<Value> "Up Your New
|
||||
Menu,Hurry!" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2645,7 +2645,7 @@ Menu,Hurry!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพแอ้ แฮ่!
|
||||
<Value> "อัพแอ้ แฮ่!
|
||||
นั่นมันตุ๊กแก" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2667,7 +2667,7 @@ Menu,Hurry!" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Up-Eh, That's
|
||||
<Value> "Up-Eh, That's
|
||||
a Gecko" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2898,7 +2898,7 @@ a Gecko" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพงานด่วน
|
||||
<Value> "อัพงานด่วน
|
||||
ขอก่อนสี่โมง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3150,7 +3150,7 @@ a Gecko" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพบราฮัม
|
||||
<Value> "อัพบราฮัม
|
||||
มีบุตร 7 คน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3172,7 +3172,7 @@ a Gecko" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Up Days of
|
||||
<Value> "Up Days of
|
||||
Refreshment" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3403,7 +3403,7 @@ Refreshment" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพเดทหัวใจ
|
||||
<Value> "อัพเดทหัวใจ
|
||||
พร้อมลงสนาม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3655,7 +3655,7 @@ Refreshment" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อัพบุ๊คแบงก์
|
||||
<Value> "อัพบุ๊คแบงก์
|
||||
ไม่เห็นเงินเดือน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5444,7 +5444,7 @@ Refreshment" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi, Salak , Lime
|
||||
<Value> "Pepsi, Salak , Lime
|
||||
And Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5696,7 +5696,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi, Salak , Lime
|
||||
<Value> "Pepsi, Salak , Lime
|
||||
And Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6921,7 +6921,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เป๊ปซี่สตรอว์เบอร์รี่
|
||||
<Value> "เป๊ปซี่สตรอว์เบอร์รี่
|
||||
มะนาว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6943,7 +6943,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi Strawberry
|
||||
<Value> "Pepsi Strawberry
|
||||
Lime" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7174,7 +7174,7 @@ Lime" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เป๊ปซี่สตรอว์เบอร์รี่
|
||||
<Value> "เป๊ปซี่สตรอว์เบอร์รี่
|
||||
มะนาว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7196,7 +7196,7 @@ Lime" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi Strawberry
|
||||
<Value> "Pepsi Strawberry
|
||||
Lime" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -9968,7 +9968,7 @@ Lime" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi Energy , Lime
|
||||
<Value> "Pepsi Energy , Lime
|
||||
And Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -11116,25 +11116,12 @@ And Soda" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -403,7 +403,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -654,7 +654,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -904,7 +904,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1145,7 +1145,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Matcha Latte
|
||||
<Value> "Matcha Latte
|
||||
Mint" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1906,7 +1906,7 @@ Mint" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2403,7 +2403,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry
|
||||
<Value> "Strawberry
|
||||
Mint Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2414,7 +2414,7 @@ Mint Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Strawberry" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2645,7 +2645,7 @@ Strawberry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2667,7 +2667,7 @@ Strawberry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3139,7 +3139,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี
|
||||
<Value> "สตรอเบอรี
|
||||
มินต์โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3161,7 +3161,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry
|
||||
<Value> "Strawberry
|
||||
Mint Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6578,25 +6578,12 @@ Mint Soda" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -1132,7 +1132,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม และ นม
|
||||
<Value> "กาแฟ นม และ นม
|
||||
คาราเมล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1154,7 +1154,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Milk,
|
||||
<Value> "Espresso, Milk,
|
||||
Caramel " </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1383,7 +1383,7 @@ Caramel " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม และ นม
|
||||
<Value> "กาแฟ นม และ นม
|
||||
คาราเมล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1405,7 +1405,7 @@ Caramel " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Milk,
|
||||
<Value> "Espresso, Milk,
|
||||
Caramel " </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2633,7 +2633,7 @@ Caramel " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
น้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2655,7 +2655,7 @@ Caramel " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Salak , Milk,
|
||||
<Value> "Salak , Milk,
|
||||
Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2884,7 +2884,7 @@ Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
น้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2906,7 +2906,7 @@ Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Salak , Milk,
|
||||
<Value> "Salak , Milk,
|
||||
Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3656,7 +3656,7 @@ Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Salak , Limenade,
|
||||
<Value> "Salak , Limenade,
|
||||
Soda & Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3906,7 +3906,7 @@ Soda & Ice" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Salak , Limenade,
|
||||
<Value> "Salak , Limenade,
|
||||
Soda & Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -8041,27 +8041,14 @@ Soda & Ice" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,33 +1,33 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
Var FromWednesdayMelonPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var extension = "_en.png"
|
||||
Else
|
||||
Var extension = ".png"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
Var FromWednesdayMelonPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var extension = "_en.png"
|
||||
Else
|
||||
Var extension = ".png"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -661,7 +661,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม ผสมช็อกโกแลต
|
||||
<Value> "กาแฟ นม ผสมช็อกโกแลต
|
||||
น้ำตาล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Cocoa,
|
||||
<Value> "Espresso, Cocoa,
|
||||
Milk, Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -920,7 +920,7 @@ Milk, Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม ผสมช็อกโกแลต
|
||||
<Value> "กาแฟ นม ผสมช็อกโกแลต
|
||||
น้ำตาล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -942,7 +942,7 @@ Milk, Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Cocoa,
|
||||
<Value> "Espresso, Cocoa,
|
||||
Milk, Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1201,7 +1201,7 @@ Milk, Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Banana ,
|
||||
<Value> "Espresso, Banana ,
|
||||
Cocoa, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1455,7 +1455,7 @@ Cocoa, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Banana ,
|
||||
<Value> "Espresso, Banana ,
|
||||
Cocoa, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2207,7 +2207,7 @@ Cocoa, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
คาราเมล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2229,7 +2229,7 @@ Cocoa, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,Sugar,
|
||||
<Value> "Cocoa, Milk,Sugar,
|
||||
Caramel" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2458,7 +2458,7 @@ Caramel" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมช็อกโกโตเกียว
|
||||
<Value> "นมช็อกโกโตเกียว
|
||||
บานาน่า" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2480,7 +2480,7 @@ Caramel" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Choco Tokyo
|
||||
<Value> "Choco Tokyo
|
||||
Banana Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3009,7 +3009,7 @@ Banana Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3493,7 +3493,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3515,7 +3515,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut
|
||||
<Value> "Coconut
|
||||
Chocolate Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3526,7 +3526,7 @@ Chocolate Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Cocoa, Milk,
|
||||
<Value> "Coconut , Cocoa, Milk,
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3761,7 +3761,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
โกโก้ และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3773,7 +3773,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Cocoa
|
||||
<Value> "Strawberry Cocoa
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4008,7 +4008,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ปั่น
|
||||
<Value> "โกโก้ปั่น
|
||||
โอรีโอภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4019,7 +4019,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4041,7 +4041,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,
|
||||
<Value> "Cocoa, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4266,7 +4266,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ช็อคโก้สตรอว์เบอร์รี่
|
||||
<Value> "ช็อคโก้สตรอว์เบอร์รี่
|
||||
โตเกียวบานาน่าปั่น" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4298,7 +4298,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana , Strawberry ,
|
||||
<Value> "Banana , Strawberry ,
|
||||
Milk, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4523,7 +4523,7 @@ Milk, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้
|
||||
<Value> "โกโก้
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4534,7 +4534,7 @@ Milk, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4546,7 +4546,7 @@ Milk, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa Milk
|
||||
<Value> "Cocoa Milk
|
||||
Biscoff Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4557,7 +4557,7 @@ Biscoff Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,
|
||||
<Value> "Cocoa, Milk,
|
||||
Sugar, Biscoff" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4803,7 +4803,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Melon Banana
|
||||
<Value> "Melon Banana
|
||||
Milk Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5059,7 +5059,7 @@ Milk Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi Cocoa Oreo
|
||||
<Value> "Pepsi Cocoa Oreo
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5315,7 +5315,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pepsi Cocoa Oreo
|
||||
<Value> "Pepsi Cocoa Oreo
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5469,27 +5469,14 @@ Volcano" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี นม น้ำตาล
|
||||
<Value> "สตรอเบอรี นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Milk,
|
||||
<Value> "Strawberry , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -661,7 +661,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "pepsi, Milk,
|
||||
<Value> "pepsi, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -805,27 +805,14 @@ Sugar, Oreo" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Brutal, Wicked,
|
||||
<Value> "Brutal, Wicked,
|
||||
Horrifying" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -390,7 +390,7 @@ Horrifying" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี เต่าทรงพลัง 7up
|
||||
<Value> "สตรอเบอรี เต่าทรงพลัง 7up
|
||||
และมะนาว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -412,7 +412,7 @@ Horrifying" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Energy
|
||||
<Value> "Strawberry , Energy
|
||||
Drink , 7Up And Lime" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -644,7 +644,7 @@ Drink , 7Up And Lime" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี นม 7up
|
||||
<Value> "สตรอเบอรี นม 7up
|
||||
และมะนาว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -656,7 +656,7 @@ Drink , 7Up And Lime" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "The Village That
|
||||
<Value> "The Village That
|
||||
Feeds Ghosts" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -667,7 +667,7 @@ Feeds Ghosts" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Milk, 7Up
|
||||
<Value> "Strawberry , Milk, 7Up
|
||||
and Lime" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1172,7 +1172,7 @@ and Lime" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Thai Tea, Strawberry
|
||||
<Value> "Thai Tea, Strawberry
|
||||
And 7Up" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1425,7 +1425,7 @@ And 7Up" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Jasmine Tea, Ume , 7Up
|
||||
<Value> "Jasmine Tea, Ume , 7Up
|
||||
And Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1647,7 +1647,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Ghost House
|
||||
<Value> "Ghost House
|
||||
กินอยู่กับผี" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1925,7 +1925,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Bone-Chilling
|
||||
<Value> "Bone-Chilling
|
||||
Bites" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1936,7 +1936,7 @@ Bites" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel , Milk, 7Up
|
||||
<Value> "Caramel , Milk, 7Up
|
||||
And Ovaltine" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2911,7 +2911,7 @@ And Ovaltine" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Mortuary
|
||||
<Value> "Mortuary
|
||||
ห้องเก็บเธอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2933,7 +2933,7 @@ And Ovaltine" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mortuary: Storing
|
||||
<Value> "Mortuary: Storing
|
||||
Her" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3431,7 +3431,7 @@ Her" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี กาแฟ 7up
|
||||
<Value> "สตรอเบอรี กาแฟ 7up
|
||||
และโซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3443,7 +3443,7 @@ Her" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Summoning The
|
||||
<Value> "Summoning The
|
||||
Corpse" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3454,7 +3454,7 @@ Corpse" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Coffee, 7Up
|
||||
<Value> "Strawberry , Coffee, 7Up
|
||||
And Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3684,7 +3684,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี กาแฟ 7up
|
||||
<Value> "สตรอเบอรี กาแฟ 7up
|
||||
และโซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3696,7 +3696,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Summoning The
|
||||
<Value> "Summoning The
|
||||
Corpse" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3707,7 +3707,7 @@ Corpse" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Coffee, 7Up
|
||||
<Value> "Strawberry , Coffee, 7Up
|
||||
And Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4190,7 +4190,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี นม 7up มะนาว
|
||||
<Value> "สตรอเบอรี นม 7up มะนาว
|
||||
และโอวัลติน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4202,7 +4202,7 @@ And Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Raising A Ghost
|
||||
<Value> "Raising A Ghost
|
||||
Child" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4213,7 +4213,7 @@ Child" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Milk, 7Up, Lime
|
||||
<Value> "Strawberry , Milk, 7Up, Lime
|
||||
And Ovaltine" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4357,27 +4357,14 @@ And Ovaltine" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hong'S Dragon
|
||||
<Value> "Hong'S Dragon
|
||||
Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -401,7 +401,7 @@ Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Munin'S Favorite
|
||||
<Value> "Munin'S Favorite
|
||||
Drink" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -906,7 +906,7 @@ Drink" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Jai Rerng Quite
|
||||
<Value> "Jai Rerng Quite
|
||||
Fizzy" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1159,7 +1159,7 @@ Fizzy" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Praglaidao Want
|
||||
<Value> "Praglaidao Want
|
||||
It Strong" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1410,7 +1410,7 @@ It Strong" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Praglaidao Want
|
||||
<Value> "Praglaidao Want
|
||||
It Strong" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1662,7 +1662,7 @@ It Strong" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Gaomart 'S
|
||||
<Value> "Gaomart 'S
|
||||
Miracles" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2167,7 +2167,7 @@ Miracles" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Raveena'S 7Up
|
||||
<Value> "Raveena'S 7Up
|
||||
Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2672,7 +2672,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ravinworagarn'S
|
||||
<Value> "Ravinworagarn'S
|
||||
Jasmine" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2826,28 +2826,14 @@ Jasmine" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,23 +1,23 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -2650,7 +2650,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม ผสมช็อกโกแลต
|
||||
<Value> "กาแฟ นม ผสมช็อกโกแลต
|
||||
น้ำตาล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2672,7 +2672,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Cocoa,
|
||||
<Value> "Espresso, Cocoa,
|
||||
Milk, Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2928,7 +2928,7 @@ Milk, Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Banana ,
|
||||
<Value> "Espresso, Banana ,
|
||||
Cocoa, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3665,7 +3665,7 @@ Cocoa, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
คาราเมล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3687,7 +3687,7 @@ Cocoa, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,Sugar,
|
||||
<Value> "Cocoa, Milk,Sugar,
|
||||
Caramel" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4453,7 +4453,7 @@ Caramel" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
sugar, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4709,7 +4709,7 @@ sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Peach , Milk, Cocoa
|
||||
<Value> "Peach , Milk, Cocoa
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4961,7 +4961,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Cocoa, Milk,
|
||||
<Value> "Coconut , Cocoa, Milk,
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5192,7 +5192,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
โกโก้ และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5444,7 +5444,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5466,7 +5466,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,
|
||||
<Value> "Cocoa, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5718,7 +5718,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana , Strawberry ,
|
||||
<Value> "Banana , Strawberry ,
|
||||
Milk, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5862,25 +5862,12 @@ Milk, Cocoa" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยข้ามคืน
|
||||
<Value> "รวยข้ามคืน
|
||||
ตื่นมารวย" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -383,7 +383,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยข้ามคืน
|
||||
<Value> "รวยข้ามคืน
|
||||
ตื่นมารวย" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -415,7 +415,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -640,7 +640,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยตาค้าง
|
||||
<Value> "รวยตาค้าง
|
||||
กระพริบตาบ้างก็ได้" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -672,7 +672,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -896,7 +896,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยตาค้าง
|
||||
<Value> "รวยตาค้าง
|
||||
กระพริบตาบ้างก็ได้" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -928,7 +928,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1153,7 +1153,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยจนหน้าชา
|
||||
<Value> "รวยจนหน้าชา
|
||||
อาม่ายังงง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1175,7 +1175,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Matcha Latte
|
||||
<Value> "Matcha Latte
|
||||
Mint" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1411,7 +1411,7 @@ Mint" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยจนช็อก!
|
||||
<Value> "รวยจนช็อก!
|
||||
น็อคแล้วไหม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1443,7 +1443,7 @@ Mint" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1669,7 +1669,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยไม่รู้ล้ม
|
||||
<Value> "รวยไม่รู้ล้ม
|
||||
เอาผมลงไหมล่ะ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1926,7 +1926,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยนะคะรู้ยัง
|
||||
<Value> "รวยนะคะรู้ยัง
|
||||
ถ้ายังก็รู้ซะ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1948,7 +1948,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry
|
||||
<Value> "Strawberry
|
||||
Mint Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1959,7 +1959,7 @@ Mint Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Strawberry " </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2181,7 +2181,7 @@ Strawberry " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยล้นฟ้า
|
||||
<Value> "รวยล้นฟ้า
|
||||
เทวดาซัปพอร์ต" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2192,7 +2192,7 @@ Strawberry " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2204,7 +2204,7 @@ Strawberry " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint
|
||||
<Value> "Mint
|
||||
Oreo Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2215,7 +2215,7 @@ Oreo Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2437,7 +2437,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยฟ้าผ่า
|
||||
<Value> "รวยฟ้าผ่า
|
||||
เพราะลืมหลบฝน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2690,7 +2690,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "แสร้งว่ารวย
|
||||
<Value> "แสร้งว่ารวย
|
||||
ค่าหวยไม่จ่าย" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2712,7 +2712,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry
|
||||
<Value> "Strawberry
|
||||
Mint Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2944,7 +2944,7 @@ Mint Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรุ่งนี้รวย
|
||||
<Value> "พรุ่งนี้รวย
|
||||
วันนี้เลือกเลข" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3197,7 +3197,7 @@ Mint Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยในฝัน
|
||||
<Value> "รวยในฝัน
|
||||
ตื่นมายังจน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3219,7 +3219,7 @@ Mint Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Plum Limenade
|
||||
<Value> "Plum Limenade
|
||||
Mint Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3451,7 +3451,7 @@ Mint Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยเงินเดือน
|
||||
<Value> "รวยเงินเดือน
|
||||
สุดท้ายเงินทอน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3473,7 +3473,7 @@ Mint Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint Lychee
|
||||
<Value> "Mint Lychee
|
||||
Lemon Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3705,7 +3705,7 @@ Lemon Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "รวยเป๊ปเด้อ
|
||||
<Value> "รวยเป๊ปเด้อ
|
||||
เออ โอเค!" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3880,27 +3880,14 @@ Lemon Soda" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาดใหญ่
|
||||
<Value> "มะพร้าวหาดใหญ่
|
||||
(มาก)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hat Yai Beach
|
||||
<Value> "Hat Yai Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -158,7 +158,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Coconut ,
|
||||
<Value> "Espresso, Coconut ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -378,7 +378,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาดใหญ่
|
||||
<Value> "มะพร้าวหาดใหญ่
|
||||
(มาก)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -400,7 +400,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hat Yai Beach
|
||||
<Value> "Hat Yai Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -411,7 +411,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Coconut ,
|
||||
<Value> "Espresso, Coconut ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -632,7 +632,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
บางแสน(ห้า)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -654,7 +654,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Bangsaen Beach
|
||||
<Value> "Bangsaen Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -886,7 +886,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
จอมเทียน(พรรษา)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -897,7 +897,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -909,7 +909,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Jomtien Beach
|
||||
<Value> "Jomtien Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -920,7 +920,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Milk,
|
||||
<Value> "Coconut , Milk,
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1142,7 +1142,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
นางรำ(สวย)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1153,7 +1153,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1165,7 +1165,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Nang Ram Beach
|
||||
<Value> "Nang Ram Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1176,7 +1176,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Cocoa, Milk,
|
||||
<Value> "Coconut , Cocoa, Milk,
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1398,7 +1398,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
ทรายแก้ว(มังกร)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1420,7 +1420,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Glass Sand Beach
|
||||
<Value> "Glass Sand Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1431,7 +1431,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Matcha Milk
|
||||
<Value> "Coconut , Matcha Milk
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1653,7 +1653,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
แม่พิมพ์(ดีด)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1675,7 +1675,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mae Pim Beach
|
||||
<Value> "Mae Pim Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1907,7 +1907,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
แสงจันทร์(ลงทัณฑ์)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1918,7 +1918,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวชาไทย
|
||||
<Value> "มะพร้าวชาไทย
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1930,7 +1930,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Moonlight Beach
|
||||
<Value> "Moonlight Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1941,7 +1941,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Thai Tea, Milk
|
||||
<Value> "Coconut , Thai Tea, Milk
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2163,7 +2163,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
พัทยา(พารา)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2185,7 +2185,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pattaya Beach
|
||||
<Value> "Pattaya Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2417,7 +2417,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
สวนสน(ใจไหม)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2439,7 +2439,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Suan Son Beach
|
||||
<Value> "Suan Son Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2450,7 +2450,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut , Jasmine Tea, Milk
|
||||
<Value> "Coconut , Jasmine Tea, Milk
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2672,7 +2672,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
แหลมสิง(หไกรภพ)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2694,7 +2694,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Laem Sing Beach
|
||||
<Value> "Laem Sing Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2926,7 +2926,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
เติมรัก(ฉันทำไม)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2948,7 +2948,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Toem Rak Beach
|
||||
<Value> "Toem Rak Beach
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3180,7 +3180,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
ยาว(ไปยาวไป)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3433,7 +3433,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวหาด
|
||||
<Value> "มะพร้าวหาด
|
||||
ยาว(ไปยาวไป)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3948,7 +3948,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมช็อกโกโตเกียว
|
||||
<Value> "นมช็อกโกโตเกียว
|
||||
บานาน่า" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4191,7 +4191,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ภูเขาโอรีโอระเบิดหา
|
||||
<Value> "ภูเขาโอรีโอระเบิดหา
|
||||
กล้วยมอด" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4202,7 +4202,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมกล้วยปั่น
|
||||
<Value> "นมกล้วยปั่น
|
||||
โอรีโอภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4214,7 +4214,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Oreo Bomb
|
||||
<Value> "Oreo Bomb
|
||||
Banana-Beach" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4225,7 +4225,7 @@ Banana-Beach" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana , Milk,
|
||||
<Value> "Banana , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4478,7 +4478,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4729,7 +4729,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4950,7 +4950,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดบางแสน
|
||||
<Value> "โจรบุกหาดบางแสน
|
||||
(ห้า)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4982,7 +4982,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5202,7 +5202,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดบางแสน
|
||||
<Value> "โจรบุกหาดบางแสน
|
||||
(ห้า)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5234,7 +5234,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5455,7 +5455,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดทรายแก้ว
|
||||
<Value> "โจรบุกหาดทรายแก้ว
|
||||
(มังกร)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6209,7 +6209,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดนางรำ
|
||||
<Value> "โจรบุกหาดนางรำ
|
||||
(สวย)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6241,7 +6241,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6463,7 +6463,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดแม่พิมพ์
|
||||
<Value> "โจรบุกหาดแม่พิมพ์
|
||||
(ดีด)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6495,7 +6495,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6748,7 +6748,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Strawberry" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6970,7 +6970,7 @@ Strawberry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดพัทยา
|
||||
<Value> "โจรบุกหาดพัทยา
|
||||
(พารา)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6981,7 +6981,7 @@ Strawberry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี
|
||||
<Value> "สตรอเบอรี
|
||||
มินต์โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7224,7 +7224,7 @@ Strawberry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดสวนสน
|
||||
<Value> "โจรบุกหาดสวนสน
|
||||
(ใจไหม)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7477,7 +7477,7 @@ Strawberry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โจรบุกหาดยาว
|
||||
<Value> "โจรบุกหาดยาว
|
||||
(ไปยาวไป)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7652,14 +7652,14 @@ Strawberry" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromOreoDiscount11Pro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromOreoDiscount11Pro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Iced Cafe Latte Oreo
|
||||
<Value> "Iced Cafe Latte Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -159,7 +159,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coffee, Milk,
|
||||
<Value> "Coffee, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -381,7 +381,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชานมไทยโอรีโอ
|
||||
<Value> "ชานมไทยโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -403,7 +403,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Thai Milk Tea Oreo
|
||||
<Value> "Thai Milk Tea Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -414,7 +414,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Thai Tea, Milk,
|
||||
<Value> "Thai Tea, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -646,7 +646,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม น้ำตาล โอรีโอ
|
||||
<Value> "นม น้ำตาล โอรีโอ
|
||||
" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -658,7 +658,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Oreo Smoothie
|
||||
<Value> "Oreo Smoothie
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -890,7 +890,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมชมพูปั่นโอรีโอ
|
||||
<Value> "นมชมพูปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -901,7 +901,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำแดงกลิ่นสละ นม น้ำตาล
|
||||
<Value> "น้ำแดงกลิ่นสละ นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -913,7 +913,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pink Oreo
|
||||
<Value> "Pink Oreo
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -924,7 +924,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Salak , Milk,
|
||||
<Value> "Salak , Milk,
|
||||
Sugar Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1146,7 +1146,7 @@ Sugar Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรีปั่นโอรีโอ
|
||||
<Value> "สตรอเบอรีปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1157,7 +1157,7 @@ Sugar Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี นม น้ำตาล
|
||||
<Value> "สตรอเบอรี นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1169,7 +1169,7 @@ Sugar Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Milk Oreo
|
||||
<Value> "Strawberry Milk Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1180,7 +1180,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry , Milk,
|
||||
<Value> "Strawberry , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1402,7 +1402,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ปั่นโอรีโอ
|
||||
<Value> "โกโก้ปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1413,7 +1413,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1425,7 +1425,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Choco Oreo
|
||||
<Value> "Choco Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1436,7 +1436,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,
|
||||
<Value> "Cocoa, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1658,7 +1658,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมคาราเมลปั่นโอรีโอ
|
||||
<Value> "นมคาราเมลปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1669,7 +1669,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "คาราเมล นม น้ำตาล
|
||||
<Value> "คาราเมล นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1681,7 +1681,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel Milk Oreo
|
||||
<Value> "Caramel Milk Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1692,7 +1692,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel , Milk,
|
||||
<Value> "Caramel , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1914,7 +1914,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ซูเปอร์โอรีโอปั่น
|
||||
<Value> "ซูเปอร์โอรีโอปั่น
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2167,7 +2167,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชานมมะลิปั่นโอรีโอ
|
||||
<Value> "ชานมมะลิปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2178,7 +2178,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชามะลิ นม น้ำตาล
|
||||
<Value> "ชามะลิ นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2190,7 +2190,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Jasmine Milk Tea
|
||||
<Value> "Jasmine Milk Tea
|
||||
oreo Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2201,7 +2201,7 @@ oreo Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Jasmine Tea, Milk,
|
||||
<Value> "Jasmine Tea, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2423,7 +2423,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชานมโฮจิฉะโอรีโอ
|
||||
<Value> "ชานมโฮจิฉะโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2434,7 +2434,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โฮจิฉะ นม น้ำตาล
|
||||
<Value> "โฮจิฉะ นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2446,7 +2446,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hojicha Oreo
|
||||
<Value> "Hojicha Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2457,7 +2457,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hojicha, Milk,
|
||||
<Value> "Hojicha, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2679,7 +2679,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เมล่อนปั่นโอรีโอ
|
||||
<Value> "เมล่อนปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2690,7 +2690,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เมล่อน นม น้ำตาล
|
||||
<Value> "เมล่อน นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2702,7 +2702,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Melon Milk Oreo
|
||||
<Value> "Melon Milk Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2713,7 +2713,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Melon , Milk,
|
||||
<Value> "Melon , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2945,7 +2945,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กล้วย นม น้ำตาล
|
||||
<Value> "กล้วย นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2957,7 +2957,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana Milk Oreo
|
||||
<Value> "Banana Milk Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2968,7 +2968,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana , Milk,
|
||||
<Value> "Banana , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3200,7 +3200,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3222,7 +3222,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3454,7 +3454,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ขิง นม น้ำตาล
|
||||
<Value> "ขิง นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3466,7 +3466,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ginger Milk Tea
|
||||
<Value> "Ginger Milk Tea
|
||||
oreo Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3477,7 +3477,7 @@ oreo Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ginger, Milk,
|
||||
<Value> "Ginger, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3699,7 +3699,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมมะพร้าวปั่นโอรีโอ
|
||||
<Value> "นมมะพร้าวปั่นโอรีโอ
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3710,7 +3710,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าว นม น้ำตาล
|
||||
<Value> "มะพร้าว นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3722,7 +3722,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Milk Oreo
|
||||
<Value> "Coconut Milk Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3733,7 +3733,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut, Milk,
|
||||
<Value> "Coconut, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -3965,7 +3965,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ยูซุ นม น้ำตาล
|
||||
<Value> "ยูซุ นม น้ำตาล
|
||||
โอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3977,7 +3977,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Yuzu Milk Oreo
|
||||
<Value> "Yuzu Milk Oreo
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3988,7 +3988,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Yuzu , Milk,
|
||||
<Value> "Yuzu , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4210,7 +4210,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4232,7 +4232,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4462,7 +4462,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4484,7 +4484,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4715,7 +4715,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4737,7 +4737,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Matcha
|
||||
<Value> "Premium Matcha
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4969,7 +4969,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมชาไทย
|
||||
<Value> "พรีเมียมชาไทย
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4991,7 +4991,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Thai Tea
|
||||
<Value> "Premium Thai Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5145,27 +5145,14 @@ Caramel Oreo" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -412,7 +412,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -667,7 +667,7 @@ Sugar, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -921,7 +921,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Mint ,
|
||||
<Value> "Espresso, Mint ,
|
||||
Sugar, Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1166,7 +1166,7 @@ Sugar, Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Matcha Latte
|
||||
<Value> "Matcha Latte
|
||||
Mint" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1939,7 +1939,7 @@ Mint" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Cocoa" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2174,7 +2174,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2196,7 +2196,7 @@ Sugar, Cocoa" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2442,7 +2442,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry
|
||||
<Value> "Strawberry
|
||||
Mint Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2453,7 +2453,7 @@ Mint Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint , Milk,
|
||||
<Value> "Mint , Milk,
|
||||
Strawberry " </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2678,7 +2678,7 @@ Strawberry " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี
|
||||
<Value> "สตรอเบอรี
|
||||
มินต์โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2700,7 +2700,7 @@ Strawberry " </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry
|
||||
<Value> "Strawberry
|
||||
Mint Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3364,27 +3364,14 @@ Mint Soda" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromTeaTimePro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromTeaTimePro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -557,9 +557,9 @@
|
|||
<State> Flag( 12-02-01-0047.Button,12-02-02-0047.Button,$Sum12020100471202020047) </State>
|
||||
<Button>
|
||||
<State> $Sum12020100471202020047 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_limeblack_tea_tea_time.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_limeblack_tea_tea_time.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_limeblack_tea_tea_time.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_limeblack_tea.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_limeblack_tea.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_limeblack_tea.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-01-0047, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
|
@ -568,7 +568,7 @@
|
|||
Var NameDrinkTH = "ชาดำ"
|
||||
Var DrinkDescriptionTH = "ชาไทย และน้ำ"
|
||||
Var DrinkDescription = "Thai Tea, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_limeblack_tea_tea_time.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_limeblack_tea.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-02-01-0047.Price
|
||||
Var PriceD2 = $12-02-02-0047.Price
|
||||
|
|
@ -2682,7 +2682,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชาไทย นม น้ำตาล
|
||||
<Value> "ชาไทย นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2704,7 +2704,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Thai Tea, Milk,
|
||||
<Value> "Thai Tea, Milk,
|
||||
sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4216,7 +4216,7 @@ sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม ชาเขียวมัทฉะ
|
||||
<Value> "กาแฟ นม ชาเขียวมัทฉะ
|
||||
และ นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4471,7 +4471,7 @@ sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ นม ชาเขียวมัทฉะ
|
||||
<Value> "กาแฟ นม ชาเขียวมัทฉะ
|
||||
และ นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4748,7 +4748,7 @@ sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Banana ,
|
||||
<Value> "Espresso, Banana ,
|
||||
Matcha, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -4999,7 +4999,7 @@ Matcha, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Espresso, Banana ,
|
||||
<Value> "Espresso, Banana ,
|
||||
Matcha, Milk" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -5994,7 +5994,7 @@ Matcha, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โฮจิฉะ นม น้ำตาล
|
||||
<Value> "โฮจิฉะ นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6016,7 +6016,7 @@ Matcha, Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Hojicha, Milk,
|
||||
<Value> "Hojicha, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -7432,27 +7432,14 @@ Sugar, Oreo" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
Var FromWednesdayMelonPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
Var FromWednesdayMelonPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -399,7 +399,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ เมล่อน น้ำตาล
|
||||
<Value> "กาแฟ เมล่อน น้ำตาล
|
||||
และ นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -411,7 +411,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Melon
|
||||
<Value> "Melon
|
||||
Cafe Latte" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -658,7 +658,7 @@ Cafe Latte" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟ เมล่อน น้ำตาล
|
||||
<Value> "กาแฟ เมล่อน น้ำตาล
|
||||
และ นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -670,7 +670,7 @@ Cafe Latte" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Melon
|
||||
<Value> "Melon
|
||||
Cafe Latte" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -908,7 +908,7 @@ Cafe Latte" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เมล่อนปั่น
|
||||
<Value> "เมล่อนปั่น
|
||||
โอรีโอภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -919,7 +919,7 @@ Cafe Latte" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เมล่อน นม น้ำตาล
|
||||
<Value> "เมล่อน นม น้ำตาล
|
||||
Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -941,7 +941,7 @@ Cafe Latte" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Melon , Milk,
|
||||
<Value> "Melon , Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1176,7 +1176,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เมล่อน โซดา
|
||||
<Value> "เมล่อน โซดา
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3636,14 +3636,14 @@ Sugar, Oreo" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -377,7 +377,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -399,7 +399,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -629,7 +629,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -651,7 +651,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Green Tea
|
||||
<Value> "Premium Green Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -882,7 +882,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมชาไทย
|
||||
<Value> "พรีเมียมชาไทย
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -904,7 +904,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Thai Tea
|
||||
<Value> "Premium Thai Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1135,7 +1135,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1146,7 +1146,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1158,7 +1158,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Milk
|
||||
<Value> "Coconut Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1399,7 +1399,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1411,7 +1411,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Milk
|
||||
<Value> "Strawberry Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1642,7 +1642,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1664,7 +1664,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Cocoa
|
||||
<Value> "Coconut Cocoa
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1895,7 +1895,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวชาไทย
|
||||
<Value> "มะพร้าวชาไทย
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1917,7 +1917,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Iced Thai Milk Tea
|
||||
<Value> "Iced Thai Milk Tea
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2158,7 +2158,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
คาราเมล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2170,7 +2170,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel Cocoa
|
||||
<Value> "Caramel Cocoa
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2411,7 +2411,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
โกโก้ และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4079,27 +4079,14 @@ Smoothie" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -377,7 +377,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -399,7 +399,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -629,7 +629,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -651,7 +651,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Matcha
|
||||
<Value> "Premium Matcha
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -882,7 +882,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมชาไทย
|
||||
<Value> "พรีเมียมชาไทย
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -904,7 +904,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Thai Tea
|
||||
<Value> "Premium Thai Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1135,7 +1135,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1146,7 +1146,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นม" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1158,7 +1158,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Milk
|
||||
<Value> "Coconut Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1399,7 +1399,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1411,7 +1411,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Milk
|
||||
<Value> "Strawberry Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1642,7 +1642,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
<Value> "มะพร้าวโกโก้ปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1664,7 +1664,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut Cocoa
|
||||
<Value> "Coconut Cocoa
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1895,7 +1895,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวชาไทย
|
||||
<Value> "มะพร้าวชาไทย
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1917,7 +1917,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Iced Thai Milk Tea
|
||||
<Value> "Iced Thai Milk Tea
|
||||
Coconut" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2158,7 +2158,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
คาราเมล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2170,7 +2170,7 @@ Coconut" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel Cocoa
|
||||
<Value> "Caramel Cocoa
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2411,7 +2411,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
โกโก้ และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2423,7 +2423,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa Straw
|
||||
<Value> "Cocoa Straw
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -4080,27 +4080,14 @@ Smoothie" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,51 +1,51 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
Var Menu1Selected = "PressForever"
|
||||
|
||||
Var OreoBigButtonEnable = "Enable"
|
||||
|
||||
If $12-01-01-0001.Button = "Invisible" Then
|
||||
Var esp102101001Enable = "Invisible"
|
||||
Var esp122101001Enable = "Enable"
|
||||
|
||||
Else
|
||||
Var esp102101001Enable = "Enable"
|
||||
Var esp122101001Enable = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
||||
Var text_unavailable = "UNAVAILABLE###size=16"
|
||||
Else
|
||||
Var text_unavailable = "หมด###size=32"
|
||||
|
||||
EndIf
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
Var Menu1Selected = "PressForever"
|
||||
|
||||
Var OreoBigButtonEnable = "Enable"
|
||||
|
||||
If $12-01-01-0001.Button = "Invisible" Then
|
||||
Var esp102101001Enable = "Invisible"
|
||||
Var esp122101001Enable = "Enable"
|
||||
|
||||
Else
|
||||
Var esp102101001Enable = "Enable"
|
||||
Var esp122101001Enable = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
||||
Var text_unavailable = "UNAVAILABLE###size=16"
|
||||
Else
|
||||
Var text_unavailable = "หมด###size=32"
|
||||
|
||||
EndIf
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<Max> 16 </Max>
|
||||
<X> 10 </X>
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
<Value> "พรีเมียมมัทฉะ
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Green Tea
|
||||
<Value> "Premium Green Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -406,7 +406,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมชาไทย
|
||||
<Value> "พรีเมียมชาไทย
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -428,7 +428,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Thai Tea
|
||||
<Value> "Premium Thai Tea
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -659,7 +659,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -681,7 +681,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -910,7 +910,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
<Value> "พรีเมียมเอสเพรสโซ่
|
||||
คาราเมลโอรีโอ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -932,7 +932,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Premium Espresso
|
||||
<Value> "Premium Espresso
|
||||
Caramel Oreo" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1661,7 +1661,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เต่าทรงพลังสละ
|
||||
<Value> "เต่าทรงพลังสละ
|
||||
โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1672,7 +1672,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง
|
||||
น้ำแดงกลิ่นสละ และโซดา (มีคาเฟอีน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1684,7 +1684,7 @@ Caramel Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Energy Drink
|
||||
<Value> "Energy Drink
|
||||
Salak Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1695,7 +1695,7 @@ Salak Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Medicine Drink, Salak ,
|
||||
<Value> "Medicine Drink, Salak ,
|
||||
Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -1916,7 +1916,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เต่าทรงพลังบ๊วย
|
||||
<Value> "เต่าทรงพลังบ๊วย
|
||||
โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1927,7 +1927,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง บ๊วย
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง บ๊วย
|
||||
และโซดา (มีคาเฟอีน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1939,7 +1939,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Energy Drink
|
||||
<Value> "Energy Drink
|
||||
Ume Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -1950,7 +1950,7 @@ Ume Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Medicine Drink, Ume ,
|
||||
<Value> "Medicine Drink, Ume ,
|
||||
Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2171,7 +2171,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เต่าทรงพลังมะนาว
|
||||
<Value> "เต่าทรงพลังมะนาว
|
||||
โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2182,7 +2182,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง มะนาว
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง มะนาว
|
||||
และโซดา (มีคาเฟอีน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2194,7 +2194,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Energy Drink
|
||||
<Value> "Energy Drink
|
||||
Lime Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2205,7 +2205,7 @@ Lime Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Medicine Drink, Lime Powder,
|
||||
<Value> "Medicine Drink, Lime Powder,
|
||||
Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2426,7 +2426,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เต่าทรงพลัง
|
||||
<Value> "เต่าทรงพลัง
|
||||
สตรอเบอรีโซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2437,7 +2437,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง สตรอเบอรี
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง สตรอเบอรี
|
||||
และโซดา (มีคาเฟอีน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2449,7 +2449,7 @@ Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Energy Drink
|
||||
<Value> "Energy Drink
|
||||
Strawberry Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2460,7 +2460,7 @@ Strawberry Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Medicine Drink, Strawberry
|
||||
<Value> "Medicine Drink, Strawberry
|
||||
, Soda" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -2691,7 +2691,7 @@ Strawberry Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม น้ำตาล โอรีโอ
|
||||
<Value> "นม น้ำตาล โอรีโอ
|
||||
" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -2703,7 +2703,7 @@ Strawberry Soda" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Oreo Smoothie
|
||||
<Value> "Oreo Smoothie
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3444,7 +3444,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เต่าพลังโซดา
|
||||
<Value> "เต่าพลังโซดา
|
||||
(เพิ่มปริมาณ)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3455,7 +3455,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง โซดา
|
||||
<Value> "เครื่องดื่มเต่าทรงพลัง โซดา
|
||||
และน้ำแข็ง (มีคาเฟอีน)" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -3467,7 +3467,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Energy Drink
|
||||
<Value> "Energy Drink
|
||||
Soda Extra" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5211,7 +5211,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
<Value> "มะพร้าวน้ำหอมปั่น
|
||||
นมนิวซีแลนด์" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -5243,7 +5243,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Coconut, Milk,
|
||||
<Value> "Coconut, Milk,
|
||||
Water" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6214,7 +6214,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมกล้วยปั่น
|
||||
<Value> "นมกล้วยปั่น
|
||||
โอรีโอภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6236,7 +6236,7 @@ Water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana Milk Oreo
|
||||
<Value> "Banana Milk Oreo
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6247,7 +6247,7 @@ Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Banana, Milk,
|
||||
<Value> "Banana, Milk,
|
||||
Sugar, Oreo" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6468,7 +6468,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมช็อกโกโตเกียว
|
||||
<Value> "นมช็อกโกโตเกียว
|
||||
บานาน่า" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6490,7 +6490,7 @@ Sugar, Oreo" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Choco Tokyo
|
||||
<Value> "Choco Tokyo
|
||||
Banana Milk" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6725,7 +6725,7 @@ Banana Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมคาราเมล
|
||||
<Value> "นมคาราเมล
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6736,7 +6736,7 @@ Banana Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "คาราเมล นม น้ำตาล
|
||||
<Value> "คาราเมล นม น้ำตาล
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6748,7 +6748,7 @@ Banana Milk" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel Milk
|
||||
<Value> "Caramel Milk
|
||||
Biscoff Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6759,7 +6759,7 @@ Biscoff Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Caramel, Milk,
|
||||
<Value> "Caramel, Milk,
|
||||
Sugar, Biscoff" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -6980,7 +6980,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมสตรอเบอรี
|
||||
<Value> "นมสตรอเบอรี
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -6991,7 +6991,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตรอเบอรี นม น้ำตาล
|
||||
<Value> "สตรอเบอรี นม น้ำตาล
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7003,7 +7003,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Milk
|
||||
<Value> "Strawberry Milk
|
||||
Biscoff Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7014,7 +7014,7 @@ Biscoff Volcano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry, Milk,
|
||||
<Value> "Strawberry, Milk,
|
||||
Sugar, Biscoff" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -7235,7 +7235,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมมินต์
|
||||
<Value> "นมมินต์
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7246,7 +7246,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
<Value> "มินต์ นม น้ำตาล
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7258,7 +7258,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint MILK
|
||||
<Value> "Mint MILK
|
||||
BISCOFF VOLCANO" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7269,7 +7269,7 @@ BISCOFF VOLCANO" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mint, Milk,
|
||||
<Value> "Mint, Milk,
|
||||
Sugar, Biscoff" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -7490,7 +7490,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้
|
||||
<Value> "โกโก้
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7501,7 +7501,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
<Value> "โกโก้ นม น้ำตาล
|
||||
บิสคอฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7513,7 +7513,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa Milk
|
||||
<Value> "Cocoa Milk
|
||||
Biscoff Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -7524,7 +7524,7 @@ Biscoff Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Cocoa, Milk,
|
||||
<Value> "Cocoa, Milk,
|
||||
Sugar, Biscoff" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -9005,7 +9005,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมโอ๊ต สตรอว์เบอร์รี่
|
||||
<Value> "นมโอ๊ต สตรอว์เบอร์รี่
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -9257,7 +9257,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมโอ๊ต ยูซุ
|
||||
<Value> "นมโอ๊ต ยูซุ
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -9509,7 +9509,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมโอ๊ต ลิ้นจี่
|
||||
<Value> "นมโอ๊ต ลิ้นจี่
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -9761,7 +9761,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมโอ๊ต มะนาว
|
||||
<Value> "นมโอ๊ต มะนาว
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11020,7 +11020,7 @@ Sugar, Biscoff" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Guji Queen Berry" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11031,7 +11031,7 @@ Guji Queen Berry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟคั่วอ่อน (natural process)
|
||||
<Value> "กาแฟคั่วอ่อน (natural process)
|
||||
หอมสตรอว์เบอร์รี ส้ม และดอกไม้" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11043,7 +11043,7 @@ Guji Queen Berry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Americano
|
||||
<Value> "Americano
|
||||
Ethiopia Guji" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11054,7 +11054,7 @@ Ethiopia Guji" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "กาแฟคั่วอ่อน (Natural Process)
|
||||
<Value> "กาแฟคั่วอ่อน (Natural Process)
|
||||
หอมสตรอว์เบอร์รี ส้ม และดอกไม้" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -11279,7 +11279,7 @@ Ethiopia Guji" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Blue Daddy" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11290,7 +11290,7 @@ Blue Daddy" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Washed process
|
||||
<Value> "Washed process
|
||||
หอมบลูเบอร์รี และดอกไม้" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11302,7 +11302,7 @@ Blue Daddy" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Blue Daddy
|
||||
<Value> "Blue Daddy
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11313,7 +11313,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Washed Process
|
||||
<Value> "Washed Process
|
||||
note: Blue Berry & Floral" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -11538,7 +11538,7 @@ note: Blue Berry & Floral" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Mozart" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11549,7 +11549,7 @@ Mozart" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Raisin Honey process
|
||||
<Value> "Raisin Honey process
|
||||
หอมสตรอว์เบอร์รี กุหลาบ มะลิ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11561,7 +11561,7 @@ Mozart" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mozart
|
||||
<Value> "Mozart
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11572,7 +11572,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Raisin Honey Process
|
||||
<Value> "Raisin Honey Process
|
||||
note: Strawberry & Floral" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -11797,7 +11797,7 @@ note: Strawberry & Floral" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Whisky Dude" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11808,7 +11808,7 @@ Whisky Dude" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Washed Sherry cask ferment
|
||||
<Value> "Washed Sherry cask ferment
|
||||
หอมวิสกี้ ช็อกโกแลต วนิลา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11820,7 +11820,7 @@ Whisky Dude" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Whisky Dude
|
||||
<Value> "Whisky Dude
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -11831,7 +11831,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Washed Sherry Cask Ferment
|
||||
<Value> "Washed Sherry Cask Ferment
|
||||
note: Whisky & Vanilla" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -12056,7 +12056,7 @@ note: Whisky & Vanilla" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Snowwhite" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12067,7 +12067,7 @@ Snowwhite" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Anaerobic process
|
||||
<Value> "Anaerobic process
|
||||
หอมมะลิ น้ำผึ้ง เมเปิล" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12079,7 +12079,7 @@ Snowwhite" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Snowwhite
|
||||
<Value> "Snowwhite
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12090,7 +12090,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Anaerobic Process
|
||||
<Value> "Anaerobic Process
|
||||
note: Jasmine & Honey" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -12315,7 +12315,7 @@ note: Jasmine & Honey" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Peacher" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12326,7 +12326,7 @@ Peacher" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Barrel-aged process
|
||||
<Value> "Barrel-aged process
|
||||
หอมพีช, ชา, ช็อกโกแลต" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12338,7 +12338,7 @@ Peacher" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Peacher
|
||||
<Value> "Peacher
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12349,7 +12349,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Barrel-Aged Process
|
||||
<Value> "Barrel-Aged Process
|
||||
note: Peach, Tea, Chocolate" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -12574,7 +12574,7 @@ note: Peach, Tea, Chocolate" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Pure Beauty" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12585,7 +12585,7 @@ Pure Beauty" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟคั่วอ่อน (natural process)
|
||||
<Value> "กาแฟคั่วอ่อน (natural process)
|
||||
กลิ่นดอกไม้ ผลไม้เขตร้อน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12597,7 +12597,7 @@ Pure Beauty" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Pure Beauty
|
||||
<Value> "Pure Beauty
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12832,7 +12832,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Geisha" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -12854,7 +12854,7 @@ Geisha" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Geisha
|
||||
<Value> "Geisha
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13089,7 +13089,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Rosalyn" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13100,7 +13100,7 @@ Rosalyn" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "กาแฟคั่วอ่อน (washed process)
|
||||
<Value> "กาแฟคั่วอ่อน (washed process)
|
||||
กลิ่นกุหลาบ และ เบอร์รี่" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13112,7 +13112,7 @@ Rosalyn" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Rosalyn
|
||||
<Value> "Rosalyn
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13123,7 +13123,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Light Roast (Natural Process)
|
||||
<Value> "Light Roast (Natural Process)
|
||||
pink Rose & Berry" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -13348,7 +13348,7 @@ pink Rose & Berry" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Chopin" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13359,7 +13359,7 @@ Chopin" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "Raisin Honey process
|
||||
<Value> "Raisin Honey process
|
||||
หอมสตรอว์เบอร์รี กุหลาบ มะลิ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13371,7 +13371,7 @@ Chopin" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Chopin
|
||||
<Value> "Chopin
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13382,7 +13382,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Raisin Honey Process
|
||||
<Value> "Raisin Honey Process
|
||||
note: Strawberry & Floral" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -13607,7 +13607,7 @@ note: Strawberry & Floral" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Mandarine" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13629,7 +13629,7 @@ Mandarine" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mandarine
|
||||
<Value> "Mandarine
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13864,7 +13864,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "อเมริกาโน
|
||||
<Value> "อเมริกาโน
|
||||
Opus One" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -13886,7 +13886,7 @@ Opus One" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Opus One
|
||||
<Value> "Opus One
|
||||
Americano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -14896,7 +14896,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
<Value> "น้ำแดงกลิ่นสละ นม
|
||||
น้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -14918,7 +14918,7 @@ Americano" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Salak, Milk,
|
||||
<Value> "Salak, Milk,
|
||||
Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -15149,7 +15149,7 @@ Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม สตรอเบอรี
|
||||
<Value> "นม สตรอเบอรี
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -15161,7 +15161,7 @@ Sugar" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Milk
|
||||
<Value> "Strawberry Milk
|
||||
Smoothie" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -15915,7 +15915,7 @@ Smoothie" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Plum
|
||||
<Value> "Plum
|
||||
Limenade Soda" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
|
|
@ -16069,29 +16069,15 @@ Limenade Soda" </Value>
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> btnRemoveCupX </X>
|
||||
<Y> btnRemoveCupYNotPageBoard </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> bnRemoveCup </Filename>
|
||||
<Filename> bpRemoveCup </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
|
||||
|
||||
</Popup>
|
||||
|
||||
|
|
|
|||
|
|
@ -819,9 +819,9 @@
|
|||
<State> Flag( 12-02-01-0026.Button,12-02-02-0026.Button,12-02-03-0026.Button,$Sum120201002612020200261202030026) </State>
|
||||
<Button>
|
||||
<State> $Sum120201002612020200261202030026 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_milk_tea_sing.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_matcha_milk_tea_sing.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_matcha_milk_tea_sing.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_milk_tea.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_matcha_milk_tea.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_matcha_milk_tea.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-01-0026, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
|
@ -830,7 +830,7 @@
|
|||
Var NameDrinkTH = "มัทฉะลาเต้ "
|
||||
Var DrinkDescriptionTH = "ชาเขียวมัทฉะ และ นมอุ่น"
|
||||
Var DrinkDescription = "Matcha, Milk"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_matcha_milk_tea_sing.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_matcha_milk_tea.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-02-01-0026.Price
|
||||
Var PriceD2 = $12-02-02-0026.Price
|
||||
|
|
@ -7196,9 +7196,9 @@ Ginger Tea" </Value>
|
|||
<State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,$Sum120201002712020200271202030027) </State>
|
||||
<Button>
|
||||
<State> $Sum120201002712020200271202030027 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_tea_sing.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_matcha_tea_sing.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_matcha_tea_sing.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_tea.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_matcha_tea.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_matcha_tea.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-02-01-0027, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
|
@ -7207,7 +7207,7 @@ Ginger Tea" </Value>
|
|||
Var NameDrinkTH = "ชาเขียวญี่ปุ่น "
|
||||
Var DrinkDescriptionTH = "ชาเขียว และน้ำ"
|
||||
Var DrinkDescription = "Matcha & Water "
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_matcha_tea_sing.png"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_matcha_tea.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-02-01-0027.Price
|
||||
Var PriceD2 = $12-02-02-0027.Price
|
||||
|
|
@ -7459,7 +7459,7 @@ Ginger Tea" </Value>
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Matcha Limenade"
|
||||
Var NameDrinkTH = "ชาเขียวญี่ปุ่นมะนาว "
|
||||
Var NameDrinkTH = "ชาเขียวญี่ปุ่นมะนาว"
|
||||
Var DrinkDescriptionTH = "ชาเขียว มะนาว "
|
||||
Var DrinkDescription = "Matcha, Limenade, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_lime_Matcha.png"
|
||||
|
|
@ -7532,8 +7532,7 @@ Ginger Tea" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชาเขียวญี่ปุ่นมะนาว
|
||||
" </Value>
|
||||
<Value> "ชาเขียวญี่ปุ่นมะนาว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
@ -7971,7 +7970,7 @@ Limenade" </Value>
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Matcha Limenade"
|
||||
Var NameDrinkTH = "ชาเขียวญี่ปุ่นมะนาว "
|
||||
Var NameDrinkTH = "ชาเขียวญี่ปุ่นมะนาว"
|
||||
Var DrinkDescriptionTH = "ชาเขียว น้ำ มะนาว "
|
||||
Var DrinkDescription = "Matcha, Limenade, Water"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_lime_Matcha.png"
|
||||
|
|
@ -8044,8 +8043,7 @@ Limenade" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "ชาเขียวญี่ปุ่นมะนาว
|
||||
" </Value>
|
||||
<Value> "ชาเขียวญี่ปุ่นมะนาว" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
|
|
|
|||
|
|
@ -778,17 +778,20 @@
|
|||
Var PointEndDate = ""
|
||||
GetDateEndOfMonth PointEndDate
|
||||
DEBUGVAR PointEndDate
|
||||
Var xPointEndDate = 490
|
||||
|
||||
Var xPointEndDate = 485
|
||||
Var yPointEndDate = 1570
|
||||
Var xDescEndDate = 172
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var xPointEndDate = 575
|
||||
Var xPointEndDate = 566
|
||||
Var yPointEndDate = 1563
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var xPointEndDate = 520
|
||||
Var yPointEndDate = 1568
|
||||
Var xDescEndDate = 265
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -1262,7 +1265,7 @@
|
|||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 172 </X>
|
||||
<X> xDescEndDate </X>
|
||||
<Y> 1570 </Y>
|
||||
<Filename> Var( DirImage + "/text8_28.png" )</Filename>
|
||||
</Image>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,25 @@
|
|||
Var FeedbackLevel[4].Pressed = DirImage + "bp_feedback_level_5_en.png"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var PopupTitle = "စက်သန့်ရှင်းမှု အမှတ်"
|
||||
Var Description = "ကျွန်တော်တို့ နေ့စဉ် တိုးတက်ချင်လို့ပါ။"
|
||||
|
||||
Var TitleSize = 60
|
||||
|
||||
Var FeedbackLevel[0] = DirImage + "bn_feedback_level_1_mmr.png"
|
||||
Var FeedbackLevel[0].Pressed = DirImage + "bp_feedback_level_1_mmr.png"
|
||||
Var FeedbackLevel[1] = DirImage + "bn_feedback_level_2_mmr.png"
|
||||
Var FeedbackLevel[1].Pressed = DirImage + "bp_feedback_level_2_mmr.png"
|
||||
Var FeedbackLevel[2] = DirImage + "bn_feedback_level_3_mmr.png"
|
||||
Var FeedbackLevel[2].Pressed = DirImage + "bp_feedback_level_3_mmr.png"
|
||||
Var FeedbackLevel[3] = DirImage + "bn_feedback_level_4_mmr.png"
|
||||
Var FeedbackLevel[3].Pressed = DirImage + "bp_feedback_level_4_mmr.png"
|
||||
Var FeedbackLevel[4] = DirImage + "bn_feedback_level_5_mmr.png"
|
||||
Var FeedbackLevel[4].Pressed = DirImage + "bp_feedback_level_5_mmr.png"
|
||||
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
|
|||
|
|
@ -777,6 +777,7 @@
|
|||
Var PointEndDate = ""
|
||||
GetDateEndOfMonth PointEndDate
|
||||
DEBUGVAR PointEndDate
|
||||
Var TextEndDateX = 172
|
||||
Var xPointEndDate = 570
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -784,7 +785,8 @@
|
|||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var xPointEndDate = 658
|
||||
Var xPointEndDate = 490
|
||||
Var TextEndDateX = 190
|
||||
EndIf
|
||||
|
||||
Var Point2XState = "Invisible"
|
||||
|
|
@ -1356,7 +1358,7 @@
|
|||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 172 </X>
|
||||
<X> TextEndDateX </X>
|
||||
<Y> TextEndDateY </Y>
|
||||
<Filename> Var( DirImage + "/text8.png" )</Filename>
|
||||
</Image>
|
||||
|
|
|
|||
|
|
@ -794,14 +794,17 @@
|
|||
DEBUGVAR PointEndDate
|
||||
Var xPointEndDate = 490
|
||||
Var yPointEndDate = 1570
|
||||
Var xDescEndDate = 172
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var xPointEndDate = 575
|
||||
Var yPointEndDate = 1563
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var xPointEndDate = 520
|
||||
Var yPointEndDate = 1568
|
||||
Var xDescEndDate = 265
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -1310,7 +1313,7 @@
|
|||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> 172 </X>
|
||||
<X> xDescEndDate </X>
|
||||
<Y> 1570 </Y>
|
||||
<Filename> Var( DirImage + "/text8_28.png" )</Filename>
|
||||
</Image>
|
||||
|
|
|
|||
|
|
@ -54,6 +54,19 @@
|
|||
Var DirImage = "ROOT/taobin_project/image/page_thankyou"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var show_btp = ""
|
||||
Var show_btn = ""
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_thankyou_mmr"
|
||||
EndIf
|
||||
|
||||
If show_eng = "true" Then
|
||||
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Dont_forget_your_changes_below.mp3"
|
||||
Else
|
||||
|
|
@ -62,6 +75,11 @@
|
|||
|
||||
Var imgGetChange = "/imgGetChange.png"
|
||||
|
||||
;inter-th-mmr
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var imgGetChange = "/imgGetChange-MMR.png"
|
||||
EndIf
|
||||
|
||||
;inter-image
|
||||
If CountryName = "Malaysia" Then
|
||||
Var imgGetChange = "/imgGetChange-MYR.png"
|
||||
|
|
|
|||
|
|
@ -2386,10 +2386,10 @@ EndIf
|
|||
|
||||
|
||||
<QRCode>
|
||||
<X> 445 </X>
|
||||
<Y> 958 </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 200 </Height>
|
||||
<X> 415 </X>
|
||||
<Y> 975 </Y>
|
||||
<Width> 250 </Width>
|
||||
<Height> 250 </Height>
|
||||
<State> alphaState </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
|
|
|
|||
|
|
@ -506,7 +506,7 @@
|
|||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var RemainAmountStr = "ငွေပြောင်းပါ။ " + Canout
|
||||
Var RemainAmountStr = RemainAmountStr + "###size=90"
|
||||
Var RemainAmountStr = RemainAmountStr + "###size=60"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2606,7 +2606,7 @@
|
|||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var RemainAmountStr = "ငွေပြောင်းပါ။ " + Canout
|
||||
Var RemainAmountStr = RemainAmountStr + "###size=90"
|
||||
Var RemainAmountStr = RemainAmountStr + "###size=60"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3412,7 +3412,7 @@ eval(
|
|||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1041 </Y>
|
||||
<Y> RemainAmountStrY </Y>
|
||||
<Size> 144 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
Var ReqFlag = 0
|
||||
|
||||
Var Xtext = 246
|
||||
Var Ytext_16 = 699
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -46,6 +47,7 @@
|
|||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing_mmr/"
|
||||
Var Ytext_16 = 640
|
||||
EndIf
|
||||
|
||||
Var Ext1a = ""
|
||||
|
|
@ -893,7 +895,7 @@
|
|||
|
||||
<Image>
|
||||
<X> 188 </X>
|
||||
<Y> 699 </Y>
|
||||
<Y> Ytext_16 </Y>
|
||||
<Filename> Var( DirImage + "/text_16.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
<EventOpen>
|
||||
|
||||
Var countsleepmodevideo = 0
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -16,8 +18,41 @@
|
|||
RootLayoutVisible 3 "show"
|
||||
Open "ROOT/taobin_project/xml/page_board.xml"
|
||||
Else
|
||||
RootLayoutVisible 3 "show"
|
||||
Open "ROOT/taobin_project/xml/page_sleepmode.xml"
|
||||
; process play video
|
||||
|
||||
If waitingstate = "Enable" Then
|
||||
Var countsleepmodevideo = 0
|
||||
Else
|
||||
|
||||
Var countsleepmodevideo = countsleepmodevideo + 1
|
||||
|
||||
If countsleepmodevideo = 2 Then
|
||||
|
||||
Var btnwakeupstate = "Invisible"
|
||||
Var wakeuptextstate = "Invisible"
|
||||
Var wakeuptextstate2 = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
If countsleepmodevideo = 30 Then
|
||||
Var btnwakeupstate = "Enable"
|
||||
Var wakeuptextstate = "Enable"
|
||||
Var wakeuptextstate2 = "Invisible"
|
||||
EndIf
|
||||
|
||||
If countsleepmodevideo = 50 Then
|
||||
Var btnwakeupstate = "Enable"
|
||||
Var wakeuptextstate = "Enable"
|
||||
Var wakeuptextstate2 = "Invisible"
|
||||
|
||||
RootLayoutVisible 3 "show"
|
||||
Open "ROOT/taobin_project/xml/page_sleepmode.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -29,39 +64,36 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 300 </X>
|
||||
<Y> 180 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sleepmode/taobinlogo.png" </Filename>
|
||||
</Image>
|
||||
<Video>
|
||||
<X> 90 </X>
|
||||
<Y> 0 </Y>
|
||||
<Filename> "ROOT/taobin_project/video/Taobin_Sleep_Screen.mp4" </Filename>
|
||||
<FilenameAlternate></FilenameAlternate>
|
||||
</Video>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 420 </X>
|
||||
<Y> 700 </Y>
|
||||
<Size> 55 </Size>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x9597A5 </Color>
|
||||
<Value> "Is sleeping" </Value>
|
||||
<State> wakeuptextstate </State>
|
||||
</Text>
|
||||
|
||||
<Button>
|
||||
<X> 90 </X>
|
||||
<Y> 900 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sleepmode/btnlite.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/sleepmode/btnlite.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/sleepmode/btnlite.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<State> btnlitestate </State>
|
||||
<EventClick>
|
||||
|
||||
<Text>
|
||||
<X> 400 </X>
|
||||
<Y> 700 </Y>
|
||||
<Size> 55 </Size>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x9597A5 </Color>
|
||||
<Value> "Out sleeping" </Value>
|
||||
<State> waitingstate </State>
|
||||
</Text>
|
||||
SLEEPMODECMD "showpopup"
|
||||
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 220 </X>
|
||||
<Y> 900 </Y>
|
||||
<Y> 950 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sleepmode/bn_press.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/sleepmode/bp_press.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/sleepmode/bd_press.png" </FilenameDisable>
|
||||
|
|
@ -76,11 +108,24 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 220 </X>
|
||||
<Y> 1050 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/sleepmode/waitingbtnlite.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/sleepmode/waitingbtnlite.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/sleepmode/waitingbtnlite.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<State> waitingstate </State>
|
||||
<EventClick>
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 310 </X>
|
||||
<Y> 940 </Y>
|
||||
<Y> 990 </Y>
|
||||
<Size> 65 </Size>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
|
|
@ -90,10 +135,22 @@
|
|||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 440 </X>
|
||||
<Y> 1200 </Y>
|
||||
<Size> 50 </Size>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x4d3d30 </Color>
|
||||
<ColorDisable> 0x4d3d30 </ColorDisable>
|
||||
<Value> "กดเพื่อปลุก" </Value>
|
||||
<State> wakeuptextstate2 </State>
|
||||
</Text>
|
||||
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 400 </X>
|
||||
<Y> 950 </Y>
|
||||
<Y> 1100 </Y>
|
||||
<Size> 50 </Size>
|
||||
<State> waitingstate </State>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
|
|
|
|||
|
|
@ -1500,82 +1500,51 @@
|
|||
Else
|
||||
|
||||
If TOPPING6 = "Topping-Volcano" Then
|
||||
Var SelectToppingType = 1
|
||||
|
||||
Var SelectToppingType = 0
|
||||
Var SelectedToppingCount = 0
|
||||
Var text_color_6 = "0x84776F"
|
||||
|
||||
If toppingID6price2 > 0 Then
|
||||
If toppingID6price2 > 0 Then
|
||||
DEBUGVAR toppingID6price2
|
||||
DEBUGVAR DisplayFormat
|
||||
|
||||
Var toppingID6price2Conv !assigned StringFmt( toppingID6price2 , DisplayFormat, PreScaleConvertShow)
|
||||
|
||||
|
||||
DEBUGVAR toppingID6price2Conv
|
||||
|
||||
Var text_price_6 = ""
|
||||
|
||||
Var text_price_6 = toppingID6price2Conv + ")"
|
||||
Var text_price_6 = "(+" + text_price_6
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
DEBUGVAR text_price_6
|
||||
DEBUGVAR text_color_6
|
||||
Else
|
||||
|
||||
Var text_price_6 = ""
|
||||
EndIf
|
||||
|
||||
Var CustomSyrup = "Invisible"
|
||||
|
||||
Var showOvaltineEnable = "Invisible"
|
||||
Var showCocoaEnable = "Invisible"
|
||||
|
||||
|
||||
|
||||
If blend_button_state = "PressForever" Then
|
||||
Var SpecialMix = "Enable"
|
||||
Var CustomSyrup = "Enable"
|
||||
|
||||
Var showOreoAddEnable = "Enable"
|
||||
Var showOvaltineEnable = "Enable"
|
||||
Var showCocoaEnable = "Enable"
|
||||
|
||||
Var showStrawberryEnable = "Enable"
|
||||
Var showYuzuEnable = "Enable"
|
||||
|
||||
Var showText8 = "Invisible"
|
||||
|
||||
; Var showCustomCoffee = "Enable"
|
||||
|
||||
; Var showCoffeeWater = "Enable"
|
||||
; Var showCoffeeQuantity = "Enable"
|
||||
; Var showCoffeeLevel = "Enable"
|
||||
; Var showCoffeeTamping = "Enable"
|
||||
|
||||
If toppingSelectState = "Enable" Then
|
||||
Var CustomOreoState = "Enable"
|
||||
Var CustomOvaltineState = "Enable"
|
||||
Var CustomCocoaState = "Enable"
|
||||
Var CustomCollagenState = "Enable"
|
||||
|
||||
Var PopupToppingSelect = "Enable"
|
||||
|
||||
|
||||
Var CustomOreoCheckState = "Enable"
|
||||
Var CustomOvaltineCheckState = "Enable"
|
||||
Var CustomCocoaCheckState = "Enable"
|
||||
EndIf
|
||||
Var showText8 = "Invisible"
|
||||
Else
|
||||
;Var showOreoAddEnable = "Disable"
|
||||
;Var showOvaltineEnable = "Disable"
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showText8 = "Enable"
|
||||
|
||||
|
||||
; Var showCustomCoffee = "Invisible"
|
||||
|
||||
; Var showCoffeeWater = "Invisible"
|
||||
; Var showCoffeeQuantity = "Invisible"
|
||||
; Var showCoffeeLevel = "Invisible"
|
||||
; Var showCoffeeTamping = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
|
||||
|
|
@ -1583,17 +1552,10 @@
|
|||
If hot_button_state = "Disable2" Then
|
||||
If cold_button_state = "PressForever" Then
|
||||
Var showOreoAddEnable = "Enable"
|
||||
Var showOvaltineEnable = "Enable"
|
||||
Var showCocoaEnable = "Enable"
|
||||
Var showText8 = "Invisible"
|
||||
Var showText8 = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Else
|
||||
If blend_button_state = "PressForever" Then
|
||||
Var SelectToppingType = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If TOPPING6 = "all-volcano" Then
|
||||
|
|
@ -1622,6 +1584,30 @@
|
|||
Var text_price_6 = ""
|
||||
EndIf
|
||||
|
||||
If cold_button_state = "PressForever" Then
|
||||
Var SpecialMix = "Enable"
|
||||
Var CustomSyrup = "Enable"
|
||||
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showOvaltineEnable = "Disable"
|
||||
Var showCocoaEnable = "Disable"
|
||||
|
||||
Var showStrawberryEnable = "Disable"
|
||||
Var showYuzuEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
|
||||
If hot_button_state = "PressForever" Then
|
||||
Var SpecialMix = "Enable"
|
||||
Var CustomSyrup = "Enable"
|
||||
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showOvaltineEnable = "Disable"
|
||||
Var showCocoaEnable = "Disable"
|
||||
|
||||
Var showStrawberryEnable = "Disable"
|
||||
Var showYuzuEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
If blend_button_state = "PressForever" Then
|
||||
Var SpecialMix = "Enable"
|
||||
|
|
@ -1657,8 +1643,15 @@
|
|||
Var CustomCocoaCheckState = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
;Var showOreoAddEnable = "Disable"
|
||||
;Var showOvaltineEnable = "Disable"
|
||||
Var SpecialMix = "Enable"
|
||||
Var CustomSyrup = "Enable"
|
||||
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showOvaltineEnable = "Disable"
|
||||
Var showCocoaEnable = "Disable"
|
||||
|
||||
Var showStrawberryEnable = "Disable"
|
||||
Var showYuzuEnable = "Disable"
|
||||
Var showText8 = "Enable"
|
||||
|
||||
; Var showCustomCoffee = "Invisible"
|
||||
|
|
@ -2164,14 +2157,22 @@
|
|||
;Var SelectedToppingCount = 0
|
||||
Else
|
||||
If SubMenuGroupIDSlot6_1 = 300 Then
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showOvaltineEnable = "Disable"
|
||||
Var showCocoaEnable = "Disable"
|
||||
If TOPPING6 = "all-volcano" Then
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showOvaltineEnable = "Disable"
|
||||
Var showCocoaEnable = "Disable"
|
||||
|
||||
Var showYuzuEnable = "Disable"
|
||||
Var showStrawberryEnable = "Disable"
|
||||
Var showYuzuEnable = "Disable"
|
||||
Var showStrawberryEnable = "Disable"
|
||||
|
||||
Var showText8 = "Enable"
|
||||
Var showText8 = "Enable"
|
||||
EndIf
|
||||
|
||||
If TOPPING6 = "Topping-Volcano" Then
|
||||
Var showOreoAddEnable = "Disable"
|
||||
Var showOvaltineEnable = "Invisible"
|
||||
Var showCocoaEnable = "Invisible"
|
||||
EndIf
|
||||
Var ExtraTopping = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -3588,8 +3589,8 @@
|
|||
<X> 52 </X>
|
||||
<Y> 680 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1080 </Height>
|
||||
<ScrollHeight> 1080 </ScrollHeight>
|
||||
<Height> 880 </Height>
|
||||
<ScrollHeight> 880 </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 1 </Column>
|
||||
|
||||
|
|
@ -3606,7 +3607,6 @@
|
|||
</Image>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 456 </X>
|
||||
<Y> 72 </Y>
|
||||
|
|
|
|||
|
|
@ -1,14 +1,9 @@
|
|||
If CountryName = "Thailand" Then
|
||||
; ignore
|
||||
Else
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
|
||||
;for 3 langs
|
||||
If LanguageShow = "ENG" Then
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -20,6 +15,7 @@ If show_eng = "true" Then
|
|||
Var DirImage2 = "ROOT/taobin_project/image/page_payment_cash_extend_en"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
Var LOADING_STATE_X = 267
|
||||
Var RemainAmountStrY = 1041
|
||||
Else
|
||||
Var FilenameShowbuttonCashBN = "ROOT/taobin_project/image/page_payment/bn_cash.png"
|
||||
Var FilenameShowbuttonCashBP = "ROOT/taobin_project/image/page_payment/bp_cash.png"
|
||||
|
|
@ -28,6 +24,7 @@ Else
|
|||
Var DirImage2 = "ROOT/taobin_project/image/page_payment_cash_extend"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
Var LOADING_STATE_X = 267
|
||||
Var RemainAmountStrY = 1041
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
|
|
@ -38,6 +35,7 @@ If LanguageShow = "MYANMAR" Then
|
|||
Var DirImage2 = "ROOT/taobin_project/image/page_payment_cash_extend_mmr"
|
||||
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
Var LOADING_STATE_X = 267
|
||||
Var RemainAmountStrY = 1061
|
||||
EndIf
|
||||
|
||||
If RoadShow = "true" Then
|
||||
|
|
|
|||
|
|
@ -1,36 +1,4 @@
|
|||
|
||||
If Seeker = "curr" Then
|
||||
If MayDayRunEnable = 1 Then
|
||||
If CountUpPlayMayDay = "" Then
|
||||
Var CountUpPlayMayDay = 0
|
||||
EndIf
|
||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 1
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||
EndIf
|
||||
|
||||
If BoxID = 176757 Then
|
||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||
EndIf
|
||||
If BoxID = 172644 Then
|
||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||
EndIf
|
||||
If BoxID = 172053 Then
|
||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||
EndIf
|
||||
|
||||
DEBUGVAR CountUpPlayMayDay
|
||||
If CountUpPlayMayDay > 3 Then
|
||||
Var CountUpPlayMayDay = 0
|
||||
|
||||
GetFileSizeK "taobin_project/video/event_1.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
|
||||
If MainfileSize = 6546655 Then
|
||||
Var VideoFileNameInstance3 = "ROOT/taobin_project/video/event_1.mp4"
|
||||
OpenInst 3 "ROOT/taobin_project/xml/sometime/page_play_may_day_delay.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
0
xml/v3/dummy_layout.py
Normal file
0
xml/v3/dummy_layout.py
Normal file
31
xml/v3/event/dummy_layout_promotion.py
Normal file
31
xml/v3/event/dummy_layout_promotion.py
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
if "v3" in param and "promotion" in param:
|
||||
file_template = open(directory_to_process + "/page_catalog_group_recommend.xml", '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")]
|
||||
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\t"
|
||||
|
||||
pro_output_file = open(directory_to_process + "/event/event_v3/active_promotions.xml", 'w')
|
||||
pro_output_file.write(template_content.replace(";banners", all_active_pro))
|
||||
pro_output_file.close()
|
||||
9
xml/v3/event/event_v3/1_promotion_matcha_every_day.json
Normal file
9
xml/v3/event/event_v3/1_promotion_matcha_every_day.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start": "2025-03-10T00:00:00",
|
||||
"end": "2025-03-31T00:00:00",
|
||||
"state": "MatchaEveryDayProState",
|
||||
"type": "IMAGE",
|
||||
"media_thai": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day.png",
|
||||
"media_eng": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day.png",
|
||||
"event_click": "Open \"ROOT/taobin_project/xml/v3/page_catalog_group_pro_matcha_every_day.xml\""
|
||||
}
|
||||
9
xml/v3/event/event_v3/2_promotion_coconut_milk.json
Normal file
9
xml/v3/event/event_v3/2_promotion_coconut_milk.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start": "2025-03-1T00:00:00",
|
||||
"end": "2025-03-31T00:00:00",
|
||||
"state": "CoconutMilkProState",
|
||||
"type": "VIDEO",
|
||||
"media_thai": "ROOT/taobin_project/image/event/coconut_milk/coconut_milk.mp4",
|
||||
"media_eng": "ROOT/taobin_project/image/event/coconut_milk/coconut_milk.mp4",
|
||||
"event_click": "Open \"ROOT/taobin_project/xml/v3/page_catalog_group_pro_coconut_milk.xml\""
|
||||
}
|
||||
6981
xml/v3/event/event_v3/active_promotions.xml
Normal file
6981
xml/v3/event/event_v3/active_promotions.xml
Normal file
File diff suppressed because it is too large
Load diff
16
xml/v3/event/event_v3/promotion_template.inc
Normal file
16
xml/v3/event/event_v3/promotion_template.inc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<Banner>
|
||||
<State> #State </State>
|
||||
<Type> #Type </Type>
|
||||
<Media>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "#MediaEng"
|
||||
Else
|
||||
Var return = "#MediaThai"
|
||||
EndIf
|
||||
)
|
||||
</Media>
|
||||
<EventOnClick>
|
||||
#EventClick
|
||||
</EventOnClick>
|
||||
</Banner>
|
||||
15
xml/v3/event/script_open_promotion_v3.ev
Normal file
15
xml/v3/event/script_open_promotion_v3.ev
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/v3/event/event_v3/active_promotions.xml"
|
||||
|
||||
Var MatchaEveryDayProState = "Invisible"
|
||||
Var CoconutMilkProState = "Invisible"
|
||||
|
||||
If CoconutMilkPro = 1 Then
|
||||
Var CoconutMilkProState = "Enable"
|
||||
EndIf
|
||||
|
||||
If MatchaEveryDayPro = 1 Then
|
||||
Var MatchaEveryDayProState = "Enable"
|
||||
EndIf
|
||||
122
xml/v3/menu_catalog_default_init.xml
Normal file
122
xml/v3/menu_catalog_default_init.xml
Normal file
|
|
@ -0,0 +1,122 @@
|
|||
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 Menu6Selected = "Invisible"
|
||||
Var Menu61Selected = "Enable"
|
||||
Var Menu62Selected = "Enable"
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
RootLayoutVisible 3 "hide"
|
||||
RootLayoutVisible 13 "hide"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
458
xml/v3/menu_catalog_new.xml
Normal file
458
xml/v3/menu_catalog_new.xml
Normal file
|
|
@ -0,0 +1,458 @@
|
|||
|
||||
; notice enable heathy menu
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1540 </Height>
|
||||
<Color> "0xeae6e1" </Color>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;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
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
; zone cup on arm
|
||||
If Seeker = "curr" Then
|
||||
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
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
; under line
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 494 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page3/tab_line_bottom.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
; under line
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page3/bg1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
; back
|
||||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 381 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 1000 </X>
|
||||
<Y> 381 </Y>
|
||||
<Filename> show_btn </Filename>
|
||||
<FilenamePress> show_btp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
If show_eng = "true" Then
|
||||
Var show_eng = "false"
|
||||
Var text_unavailable = "หมด###size=32"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
Var text_unavailable = "UNAVAILABLE###size=16"
|
||||
EndIf
|
||||
|
||||
|
||||
Open CurrentXMLFileName2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
;
|
||||
<ListView1>
|
||||
<Width> 1080 </Width>
|
||||
<Height> "auto" </Height>
|
||||
<X> 0 </X>
|
||||
<Y> 395 </Y>
|
||||
<Row2>
|
||||
<State>"Enable"</State>
|
||||
<Width> 896 </Width>
|
||||
<Height> 102 </Height>
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu1Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_recommend2.png" )</Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_recommend2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG "Click rec"
|
||||
Var NextPage = "-"
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu2Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_coffee2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_coffee2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
|
||||
|
||||
|
||||
If EnableMultiInstance = "true" Then
|
||||
|
||||
TabMenuVisibleInst 2
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_coffee.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu3Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_tea2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_tea2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
|
||||
TabMenuVisibleInst 3
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_tea.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu4Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_cho_ca2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_cho_ca2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 4
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_milk.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu7Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_protein2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_protein2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 5
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_whey.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu11Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_appfast2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_appfast2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 5
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_appfast.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu21Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_forkid2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_forkid2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 5
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_forkid.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu22Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_health.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_health.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 5
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_health.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu8Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_cocktail.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_cocktail.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 5
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_cocktail.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu61Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_Pepsi_7up.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_Pepsi_7up.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 8
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_pepsi_7up.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu62Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_sodada2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_sodada2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
TabMenuVisibleInst 7
|
||||
Var OpenFileXML = CountryRootPath + "/xml/multi/page_instance2.xml"
|
||||
|
||||
OpenInst 2 OpenFileXML
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_other_other.xml"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> MenuVSelected2 </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_vending2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_vending2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/spiral/xml/page_catalog_vending_machine.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
</Row2>
|
||||
</ListView1>
|
||||
|
||||
<EventWebApp>
|
||||
|
||||
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"
|
||||
|
||||
; Handle penetrator
|
||||
|
||||
If Only18 = "true" Then
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_identity18_verification.xml"
|
||||
Else
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
|
||||
EndIf
|
||||
|
||||
; Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
|
||||
|
||||
EndIf
|
||||
Else
|
||||
EndIf
|
||||
|
||||
</EventWebApp>
|
||||
|
||||
9
xml/v3/menu_catalog_new_menu.xml
Normal file
9
xml/v3/menu_catalog_new_menu.xml
Normal file
|
|
@ -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
|
||||
106
xml/v3/menu_head.py
Normal file
106
xml/v3/menu_head.py
Normal file
|
|
@ -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/image/page_drink_n/'
|
||||
new_default_dir2 = 'ROOT/taobin_project/image/page_drink_picture2_n/'
|
||||
new_default_dir_press = 'ROOT/taobin_project/image/page_drink_press_n/'
|
||||
new_default_dir_disable = 'ROOT/taobin_project/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
|
||||
|
||||
]
|
||||
|
||||
514
xml/v3/menu_new_layout_gen_v3.py
Normal file
514
xml/v3/menu_new_layout_gen_v3.py
Normal file
|
|
@ -0,0 +1,514 @@
|
|||
if "v3" in param:
|
||||
|
||||
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('<ScrollableCatalog>\n')
|
||||
out_xml('\t<X> 0 </X>\n')
|
||||
out_xml('\t<Y> 497 </Y>\n')
|
||||
out_xml('\t<Width> 1080 </Width>\n')
|
||||
out_xml('\t<Height> 1423 </Height>\n')
|
||||
out_xml('\t<Configuration>\n')
|
||||
out_xml('\t\t<MenuNameTextConfiguration>\n')
|
||||
out_xml('\t\t\t<Font> KanitMediumTTF </Font>\n')
|
||||
out_xml('\t\t\t<Color> 0x322B26 </Color>\n')
|
||||
out_xml('\t\t\t<ColorDisable> 0xEAE6E1 </ColorDisable>\n')
|
||||
out_xml('\t\t\t<AutoResizeConfiguration>\n')
|
||||
out_xml('\t\t\t\t<Min> 16 </Min>\n')
|
||||
out_xml('\t\t\t\t<Max> 22 </Max>\n')
|
||||
out_xml('\t\t\t\t<AdjustStep> 1 </AdjustStep>\n')
|
||||
out_xml('\t\t\t</AutoResizeConfiguration>\n')
|
||||
out_xml('\t\t</MenuNameTextConfiguration>\n')
|
||||
out_xml('\t\t<MenuDescriptionTextConfiguration>\n')
|
||||
out_xml('\t\t\t<Font> KanitMediumTTF </Font>\n')
|
||||
out_xml('\t\t\t<Color> 0x322B26 </Color>\n')
|
||||
out_xml('\t\t\t<ColorDisable> 0xEAE6E1 </ColorDisable>\n')
|
||||
out_xml('\t\t\t<AutoResizeConfiguration>\n')
|
||||
out_xml('\t\t\t\t<Min> 10 </Min>\n')
|
||||
out_xml('\t\t\t\t<Max> 14 </Max>\n')
|
||||
out_xml('\t\t\t\t<AdjustStep> 1 </AdjustStep>\n')
|
||||
out_xml('\t\t\t</AutoResizeConfiguration>\n')
|
||||
out_xml('\t\t</MenuDescriptionTextConfiguration>\n')
|
||||
out_xml('\t\t<MenuPriceTextConfiguration>\n')
|
||||
out_xml('\t\t\t<Font> KanitRegularTTF </Font>\n')
|
||||
out_xml('\t\t\t<Color> 0x6F5F51 </Color>\n')
|
||||
out_xml('\t\t\t<ColorDisable> 0xEAE6E1 </ColorDisable>\n')
|
||||
out_xml('\t\t\t<AutoResizeConfiguration>\n')
|
||||
out_xml('\t\t\t\t<Min> 4 </Min>\n')
|
||||
out_xml('\t\t\t\t<Max> 20 </Max>\n')
|
||||
out_xml('\t\t\t\t<AdjustStep> 1 </AdjustStep>\n')
|
||||
out_xml('\t\t\t</AutoResizeConfiguration>\n')
|
||||
out_xml('\t\t</MenuPriceTextConfiguration>\n')
|
||||
out_xml('\t\t<MenuHotPriceLabel>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return = "Hot"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "ร้อน"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</MenuHotPriceLabel>\n')
|
||||
out_xml('\t\t<MenuIcePriceLabel>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return = "Ice"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "เย็น"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</MenuIcePriceLabel>\n')
|
||||
out_xml('\t\t<MenuBlendPriceLabel>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return ="Blend"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "ปั่น"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</MenuBlendPriceLabel>\n')
|
||||
out_xml('\t\t<MenuUnavailableLabel>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return ="UNAVAILABLE"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "หมด"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</MenuUnavailableLabel>\n')
|
||||
out_xml('\t</Configuration>\n')
|
||||
out_xml('\t<Menus>\n')
|
||||
out_xml(';banners\n')
|
||||
|
||||
count_test = 0
|
||||
count = 0
|
||||
pd_code_available = '##-##-##-####'
|
||||
|
||||
def GenMenuV3(spl):
|
||||
out_xml( '\t\t; ==================> Len = ' + str(len(spl)) + '\n')
|
||||
menu_img = spl[7]
|
||||
out_xml( '\t\t; '+ spl[4] + ' ' + spl[5] + ' ' + spl[6]+ ' \n')
|
||||
str_con = ""
|
||||
str_con_var = ""
|
||||
if spl[4] != '-':
|
||||
str_con += spl[4] + '.Button,'
|
||||
if spl[5] != '-':
|
||||
str_con += spl[5] + '.Button,'
|
||||
if spl[6] != '-':
|
||||
str_con += spl[6] + '.Button,'
|
||||
|
||||
if spl[4] != '-':
|
||||
str_con_var += spl[4] + '-'
|
||||
if spl[5] != '-':
|
||||
str_con_var += spl[5] + '-'
|
||||
if spl[6] != '-':
|
||||
str_con_var += spl[6] + '-'
|
||||
|
||||
str_con_var = str_con_var.replace("-", "")
|
||||
|
||||
if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', spl[12].strip()):
|
||||
str_con += f'DateTimeStart="{spl[12].strip()}",'
|
||||
if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', spl[13].strip()):
|
||||
str_con += f'DateTimeEnd="{spl[13].strip()}",'
|
||||
|
||||
if re.match(r'^\w.*', spl[14].strip()):
|
||||
str_con += f'Var={spl[14].strip()},'
|
||||
|
||||
if recommend_page:
|
||||
str_con += "Disable=Invisible,"
|
||||
|
||||
str_con += "$Sum" + str_con_var
|
||||
|
||||
out_xml('\t\t<Menu>\n')
|
||||
out_xml('\t\t<State> Flag( '+ str_con + ') </State>\n')
|
||||
|
||||
pd_code_1 = spl[4]
|
||||
pd_stage1 = '$' + spl[4] + '.Button'
|
||||
if spl[4] == "-" or len(spl[4]) == 0 :
|
||||
pd_code_1 = pd_code_available
|
||||
pd_stage1 = '"Disable2"'
|
||||
|
||||
pd_code_2 = spl[5]
|
||||
pd_stage2 = '$' + spl[5] + '.Button'
|
||||
if spl[5] == "-" or len(spl[5]) == 0:
|
||||
pd_code_2 = pd_code_available
|
||||
pd_stage2 = '"Disable2"'
|
||||
|
||||
pd_code_3 = spl[6]
|
||||
pd_stage3 = '$' + spl[6] + '.Button'
|
||||
if spl[6] == "-" or len(spl[6]) == 0:
|
||||
pd_code_3 = pd_code_available
|
||||
pd_stage3 = '"Disable2"'
|
||||
|
||||
if menu_img.startswith("#"):
|
||||
out_xml( '\t\t<IdleImage> '+ menu_img[1:] + '_resting </IdleImage>\n')
|
||||
out_xml( '\t\t<PressImage> '+ menu_img[1:] + '_press </PressImage>\n')
|
||||
out_xml( '\t\t<DisableImage> '+ menu_img[1:] + '_disable </DisableImage>\n')
|
||||
else:
|
||||
out_xml( '\t\t<IdleImage> "' + new_default_dir + '/'+ menu_img +'" </IdleImage>\n')
|
||||
out_xml( '\t\t<PressImage> "' + new_default_dir_press + '/'+ menu_img +'" </PressImage>\n')
|
||||
out_xml( '\t\t<DisableImage> "' + new_default_dir_disable + '/'+ menu_img +'" </DisableImage>\n')
|
||||
|
||||
if spl[1] != "None":
|
||||
out_xml('\t\t<Name>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[1] + '"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[0] + '"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</Name>\n')
|
||||
out_xml('\t\t<Description>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[3] + '"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[2] + '"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</Description>\n')
|
||||
|
||||
out_xml('\t\t<HotState> ' + pd_stage1 + ' </HotState>\n')
|
||||
out_xml('\t\t<IceState> ' + pd_stage2 + ' </IceState>\n')
|
||||
out_xml('\t\t<BlendState> ' + pd_stage3 + ' </BlendState>\n')
|
||||
out_xml('\t\t<HotPrice> StringFmt( $' + pd_code_1 + '.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>\n')
|
||||
out_xml('\t\t<IcePrice> StringFmt( $' + pd_code_2 + '.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>\n')
|
||||
out_xml('\t\t<BlendPrice> StringFmt( $' + pd_code_3 + '.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>\n')
|
||||
out_xml('\t\t<IceProcessingState>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf ICE_PROCESS_STATUS = 2 Then\n')
|
||||
out_xml('\t\t\t\t\tIf $Sum510201003951020200395102030039 = "Disable" Then\n')
|
||||
out_xml('\t\t\t\t\t\tVar ice_tab_process_show = "Disable"\n')
|
||||
out_xml('\t\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\t\tVar ice_tab_process_show = "Enable"\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar ice_tab_process_show = "Invisible"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\tVar return = ice_tab_process_show\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</IceProcessingState>\n')
|
||||
out_xml('\t\t<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>\n')
|
||||
out_xml('\t\t<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>\n')
|
||||
out_xml('\t\t<EventOnClick>\n')
|
||||
if menu_img.startswith("#"):
|
||||
out_xml( '\t\tVar PictureDrink = bn_oreo_vo_get1_full_path\r\n')
|
||||
else:
|
||||
out_xml( '\t\tVar PictureDrink = "' + new_default_dir2 + '" + \"' + menu_img + '\"\r\n')
|
||||
out_xml('\t\t\tVar OpenFromXML = CurrentXMLFileName2\n')
|
||||
out_xml('\t\t\tVar PriceD1 = $' + pd_code_1 + '.Price\n')
|
||||
out_xml('\t\t\tVar PriceD2 = $' + pd_code_2 + '.Price\n')
|
||||
out_xml('\t\t\tVar PriceD3 = $' + pd_code_3 + '.Price\n')
|
||||
out_xml('\t\t\tVar PD_CODE1 = "' + pd_code_1 + '"\n')
|
||||
out_xml('\t\t\tVar PD_CODE2 = "' + pd_code_2 + '"\n')
|
||||
out_xml('\t\t\tVar PD_CODE3 = "' + pd_code_3 + '"\n')
|
||||
out_xml('\t\t\tVar PD_STAGE_1 = ' + pd_stage1 + '\n')
|
||||
out_xml('\t\t\tVar PD_STAGE_2 = ' + pd_stage2 + '\n')
|
||||
out_xml('\t\t\tVar PD_STAGE_3 = ' + pd_stage3 + '\n')
|
||||
|
||||
if len( spl) > 11:
|
||||
if spl[4] != '-':
|
||||
menu_xml_var = 'xmlpro( '+spl[4]+', "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_'+ spl[11] +'.png")'
|
||||
elif spl[6] != '-':
|
||||
menu_xml_var = 'xmlpro( '+spl[6]+', "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_'+ spl[11] +'.png")'
|
||||
else:
|
||||
menu_xml_var = 'xmlpro( '+spl[5]+', "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_'+ spl[11] +'.png")'
|
||||
|
||||
|
||||
if len( menu_xml_var) > 0:
|
||||
out_xml( '\t\t\tVar OverlayMenuFilter !assigned ' + menu_xml_var + '\n')
|
||||
out_xml( '\t\t\tDEBUGVAR OverlayMenuFilter\n')
|
||||
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\tVar SelectCountDrinkType = 0\n')
|
||||
out_xml( '\t\t\tVar DefaultDrinkType = 0\n')
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\n')
|
||||
out_xml( '\t\t\t\tVar SelectCountDrinkType = SelectCountDrinkType + 1\n')
|
||||
out_xml( '\t\t\t\tVar DefaultDrinkType = 1\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_2 = "Enable" Then\n')
|
||||
out_xml( '\t\t\t\tVar SelectCountDrinkType = SelectCountDrinkType + 1\n')
|
||||
out_xml( '\t\t\t\tVar DefaultDrinkType = 2\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_3 = "Enable" Then\n')
|
||||
out_xml( '\t\t\t\tVar SelectCountDrinkType = SelectCountDrinkType + 1\n')
|
||||
out_xml( '\t\t\t\tVar DefaultDrinkType = 3\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_2 = "Enable" Then\n')
|
||||
#out_xml( \t'\t\t\tVar PD_STAGE_2 = "Enable"\n')
|
||||
out_xml( '\t\t\t\tTopping "Load" "'+ spl[5].replace("-alter", "") +'"\n')
|
||||
out_xml( '\t\t\tElse\n')
|
||||
out_xml( '\t\t\t\tIf PD_STAGE_1 = "Enable" Then\n')
|
||||
#out_xml( \t'\t\t\t\tVar PD_STAGE_1 = "Enable"\n')
|
||||
out_xml( '\t\t\t\tTopping "Load" "'+ spl[4].replace("-alter", "") +'"\n')
|
||||
out_xml( '\t\t\t\tElse\n')
|
||||
#out_xml( \t'\t\t\t\tVar PD_STAGE_3 = "Enable"\n')
|
||||
out_xml( '\t\t\t\tTopping "Load" "'+ spl[6].replace("-alter", "") +'"\n')
|
||||
out_xml( '\t\t\t\tEndIf\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\tVar menu_name_eng_hot = $' + pd_code_1 + '.NameE\n')
|
||||
out_xml( '\t\t\tVar menu_desc_eng_hot = $' + pd_code_1 + '.descriptionE\n')
|
||||
out_xml( '\t\t\tVar menu_name_thai_hot = $' + pd_code_1 + '.Name\n')
|
||||
out_xml( '\t\t\tVar menu_desc_thai_hot = $' + pd_code_1 + '.description\n')
|
||||
out_xml( '\t\t\t\n')
|
||||
out_xml( '\t\t\tVar menu_name_eng_cold = $' + pd_code_2 + '.NameE\n')
|
||||
out_xml( '\t\t\tVar menu_desc_eng_cold = $' + pd_code_2 + '.descriptionE\n')
|
||||
out_xml( '\t\t\tVar menu_name_thai_cold = $' + pd_code_2 + '.Name\n')
|
||||
out_xml( '\t\t\tVar menu_desc_thai_cold = $' + pd_code_2 + '.description\n')
|
||||
out_xml( '\t\t\t\n')
|
||||
out_xml( '\t\t\tVar menu_name_eng_blender = $' + pd_code_3 + '.NameE\n')
|
||||
out_xml( '\t\t\tVar menu_desc_eng_blender = $' + pd_code_3 + '.descriptionE\n')
|
||||
out_xml( '\t\t\tVar menu_name_thai_blender = $' + pd_code_3 + '.Name\n')
|
||||
out_xml( '\t\t\tVar menu_desc_thai_blender = $' + pd_code_3 + '.description\n')
|
||||
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\t\n')
|
||||
out_xml( '\t\t\tDEBUGVAR PD_STAGE_1\n')
|
||||
out_xml( '\t\t\tDEBUGVAR PD_STAGE_2\n')
|
||||
out_xml( '\t\t\tDEBUGVAR PD_STAGE_3\n')
|
||||
out_xml( '\t\t\tVar SelectDrinkType = 0\n')
|
||||
|
||||
out_xml( '\t\t\t'+ button_add_string +'\n')
|
||||
out_xml( '\t\t\tOpen "ROOT/taobin_project/xml/page_topping_select5.xml"\n')
|
||||
out_xml('\t\t</EventOnClick>\n')
|
||||
out_xml('\t\t</Menu>\n\n')
|
||||
|
||||
if spl[8] != '-' or spl[9] != '-' or spl[10] != '-':
|
||||
menu_img = spl[7]
|
||||
out_xml( '\t\t; '+ spl[8] + ' ' + spl[9] + ' ' + spl[10]+ ' \n')
|
||||
str_con = ""
|
||||
str_con_var = ""
|
||||
if spl[8] != '-':
|
||||
str_con += spl[8] + '.Button,'
|
||||
if spl[9] != '-':
|
||||
str_con += spl[9] + '.Button,'
|
||||
if spl[10] != '-':
|
||||
str_con += spl[10] + '.Button,'
|
||||
|
||||
if spl[8] != '-':
|
||||
str_con_var += spl[8] + '-'
|
||||
if spl[9] != '-':
|
||||
str_con_var += spl[9] + '-'
|
||||
if spl[10] != '-':
|
||||
str_con_var += spl[10] + '-'
|
||||
|
||||
str_con_var = str_con_var.replace("-", "")
|
||||
|
||||
if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', spl[12].strip()):
|
||||
str_con += f'DateTimeStart="{spl[12].strip()}",'
|
||||
if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', spl[13].strip()):
|
||||
str_con += f'DateTimeEnd="{spl[13].strip()}",'
|
||||
|
||||
if re.match(r'^\w.*', spl[14].strip()):
|
||||
str_con += f'Var={spl[14].strip()},'
|
||||
|
||||
if recommend_page:
|
||||
str_con += "Disable=Invisible,"
|
||||
|
||||
str_con += "$Sum" + str_con_var
|
||||
|
||||
out_xml('\t\t<Menu>\n')
|
||||
out_xml('\t\t<State> Flag( '+ str_con + ') </State>\n')
|
||||
|
||||
pd_code_1 = spl[8]
|
||||
pd_stage1 = '$' + spl[8] + '.Button'
|
||||
if spl[8] == "-" or len(spl[8]) == 0 :
|
||||
pd_code_1 = pd_code_available
|
||||
pd_stage1 = '"Disable2"'
|
||||
|
||||
pd_code_2 = spl[9]
|
||||
pd_stage2 = '$' + spl[9] + '.Button'
|
||||
if spl[9] == "-" or len(spl[9]) == 0:
|
||||
pd_code_2 = pd_code_available
|
||||
pd_stage2 = '"Disable2"'
|
||||
|
||||
pd_code_3 = spl[10]
|
||||
pd_stage3 = '$' + spl[10] + '.Button'
|
||||
if spl[10] == "-" or len(spl[10]) == 0:
|
||||
pd_code_3 = pd_code_available
|
||||
pd_stage3 = '"Disable2"'
|
||||
|
||||
if menu_img.startswith("#"):
|
||||
out_xml( '\t\t<IdleImage> '+ menu_img[1:] + '_resting </IdleImage>\n')
|
||||
out_xml( '\t\t<PressImage> '+ menu_img[1:] + '_press </PressImage>\n')
|
||||
out_xml( '\t\t<DisableImage> '+ menu_img[1:] + '_disable </DisableImage>\n')
|
||||
else:
|
||||
out_xml( '\t\t<IdleImage> "' + new_default_dir + '/'+ menu_img +'" </IdleImage>\n')
|
||||
out_xml( '\t\t<PressImage> "' + new_default_dir_press + '/'+ menu_img +'" </PressImage>\n')
|
||||
out_xml( '\t\t<DisableImage> "' + new_default_dir_disable + '/'+ menu_img +'" </DisableImage>\n')
|
||||
|
||||
if spl[1] != "None":
|
||||
out_xml('\t\t<Name>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[1] + '"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[0] + '"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</Name>\n')
|
||||
out_xml('\t\t<Description>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf show_eng = "true" Then\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[3] + '"\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar return = "' + spl[2] + '"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</Description>\n')
|
||||
|
||||
out_xml('\t\t<HotState> ' + pd_stage1 + ' </HotState>\n')
|
||||
out_xml('\t\t<IceState> ' + pd_stage2 + ' </IceState>\n')
|
||||
out_xml('\t\t<BlendState> ' + pd_stage3 + ' </BlendState>\n')
|
||||
out_xml('\t\t<HotPrice> StringFmt( $' + pd_code_1 + '.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>\n')
|
||||
out_xml('\t\t<IcePrice> StringFmt( $' + pd_code_2 + '.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>\n')
|
||||
out_xml('\t\t<BlendPrice> StringFmt( $' + pd_code_3 + '.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>\n')
|
||||
out_xml('\t\t<IceProcessingState>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf ICE_PROCESS_STATUS = 2 Then\n')
|
||||
out_xml('\t\t\t\t\tIf $Sum510201003951020200395102030039 = "Disable" Then\n')
|
||||
out_xml('\t\t\t\t\t\tVar ice_tab_process_show = "Disable"\n')
|
||||
out_xml('\t\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\t\tVar ice_tab_process_show = "Enable"\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\tElse\n')
|
||||
out_xml('\t\t\t\t\tVar ice_tab_process_show = "Invisible"\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\tVar return = ice_tab_process_show\n')
|
||||
out_xml('\t\t\t)\n')
|
||||
out_xml('\t\t</IceProcessingState>\n')
|
||||
out_xml('\t\t<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>\n')
|
||||
out_xml('\t\t<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>\n')
|
||||
out_xml('\t\t<EventOnClick>\n')
|
||||
if menu_img.startswith("#"):
|
||||
out_xml( '\t\tVar PictureDrink = bn_oreo_vo_get1_full_path\r\n')
|
||||
else:
|
||||
out_xml( '\t\tVar PictureDrink = "' + new_default_dir2 + '" + \"' + menu_img + '\"\r\n')
|
||||
out_xml('\t\t\tVar OpenFromXML = CurrentXMLFileName2\n')
|
||||
out_xml('\t\t\tVar PriceD1 = $' + pd_code_1 + '.Price\n')
|
||||
out_xml('\t\t\tVar PriceD2 = $' + pd_code_2 + '.Price\n')
|
||||
out_xml('\t\t\tVar PriceD3 = $' + pd_code_3 + '.Price\n')
|
||||
out_xml('\t\t\tVar PD_CODE1 = "' + pd_code_1 + '"\n')
|
||||
out_xml('\t\t\tVar PD_CODE2 = "' + pd_code_2 + '"\n')
|
||||
out_xml('\t\t\tVar PD_CODE3 = "' + pd_code_3 + '"\n')
|
||||
out_xml('\t\t\tVar PD_STAGE_1 = ' + pd_stage1 + '\n')
|
||||
out_xml('\t\t\tVar PD_STAGE_2 = ' + pd_stage2 + '\n')
|
||||
out_xml('\t\t\tVar PD_STAGE_3 = ' + pd_stage3 + '\n')
|
||||
|
||||
if len( spl) > 11:
|
||||
if spl[8] != '-':
|
||||
menu_xml_var = 'xmlpro( '+spl[8]+', "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_'+ spl[11] +'.png")'
|
||||
elif spl[9] != '-':
|
||||
menu_xml_var = 'xmlpro( '+spl[9]+', "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_'+ spl[11] +'.png")'
|
||||
else:
|
||||
menu_xml_var = 'xmlpro( '+spl[10]+', "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_'+ spl[11] +'.png")'
|
||||
|
||||
|
||||
if len( menu_xml_var) > 0:
|
||||
out_xml( '\t\t\tVar OverlayMenuFilter !assigned ' + menu_xml_var + '\n')
|
||||
out_xml( '\t\t\tDEBUGVAR OverlayMenuFilter\n')
|
||||
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\tVar SelectCountDrinkType = 0\n')
|
||||
out_xml( '\t\t\tVar DefaultDrinkType = 0\n')
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\n')
|
||||
out_xml( '\t\t\t\tVar SelectCountDrinkType = SelectCountDrinkType + 1\n')
|
||||
out_xml( '\t\t\t\tVar DefaultDrinkType = 1\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_2 = "Enable" Then\n')
|
||||
out_xml( '\t\t\t\tVar SelectCountDrinkType = SelectCountDrinkType + 1\n')
|
||||
out_xml( '\t\t\t\tVar DefaultDrinkType = 2\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_3 = "Enable" Then\n')
|
||||
out_xml( '\t\t\t\tVar SelectCountDrinkType = SelectCountDrinkType + 1\n')
|
||||
out_xml( '\t\t\t\tVar DefaultDrinkType = 3\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\tIf PD_STAGE_2 = "Enable" Then\n')
|
||||
#out_xml( \t'\t\t\tVar PD_STAGE_2 = "Enable"\n')
|
||||
out_xml( '\t\t\t\tTopping "Load" "'+ spl[10].replace("-alter", "") +'"\n')
|
||||
out_xml( '\t\t\tElse\n')
|
||||
out_xml( '\t\t\t\tIf PD_STAGE_1 = "Enable" Then\n')
|
||||
#out_xml( \t'\t\t\t\tVar PD_STAGE_1 = "Enable"\n')
|
||||
out_xml( '\t\t\t\tTopping "Load" "'+ spl[8].replace("-alter", "") +'"\n')
|
||||
out_xml( '\t\t\t\tElse\n')
|
||||
#out_xml( \t'\t\t\t\tVar PD_STAGE_3 = "Enable"\n')
|
||||
out_xml( '\t\t\t\tTopping "Load" "'+ spl[9].replace("-alter", "") +'"\n')
|
||||
out_xml( '\t\t\t\tEndIf\n')
|
||||
out_xml( '\t\t\tEndIf\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\tVar menu_name_eng_hot = $' + pd_code_1 + '.NameE\n')
|
||||
out_xml( '\t\t\tVar menu_desc_eng_hot = $' + pd_code_1 + '.descriptionE\n')
|
||||
out_xml( '\t\t\tVar menu_name_thai_hot = $' + pd_code_1 + '.Name\n')
|
||||
out_xml( '\t\t\tVar menu_desc_thai_hot = $' + pd_code_1 + '.description\n')
|
||||
out_xml( '\t\t\t\n')
|
||||
out_xml( '\t\t\tVar menu_name_eng_cold = $' + pd_code_2 + '.NameE\n')
|
||||
out_xml( '\t\t\tVar menu_desc_eng_cold = $' + pd_code_2 + '.descriptionE\n')
|
||||
out_xml( '\t\t\tVar menu_name_thai_cold = $' + pd_code_2 + '.Name\n')
|
||||
out_xml( '\t\t\tVar menu_desc_thai_cold = $' + pd_code_2 + '.description\n')
|
||||
out_xml( '\t\t\t\n')
|
||||
out_xml( '\t\t\tVar menu_name_eng_blender = $' + pd_code_3 + '.NameE\n')
|
||||
out_xml( '\t\t\tVar menu_desc_eng_blender = $' + pd_code_3 + '.descriptionE\n')
|
||||
out_xml( '\t\t\tVar menu_name_thai_blender = $' + pd_code_3 + '.Name\n')
|
||||
out_xml( '\t\t\tVar menu_desc_thai_blender = $' + pd_code_3 + '.description\n')
|
||||
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\t\n')
|
||||
out_xml( '\t\t\tDEBUGVAR PD_STAGE_1\n')
|
||||
out_xml( '\t\t\tDEBUGVAR PD_STAGE_2\n')
|
||||
out_xml( '\t\t\tDEBUGVAR PD_STAGE_3\n')
|
||||
out_xml( '\t\t\tVar SelectDrinkType = 0\n')
|
||||
|
||||
out_xml( '\t\t\t'+ button_add_string +'\n')
|
||||
out_xml( '\t\t\tOpen "ROOT/taobin_project/xml/page_topping_select5.xml"\n')
|
||||
out_xml('\t\t</EventOnClick>\n')
|
||||
out_xml('\t\t</Menu>\n\n')
|
||||
|
||||
def GenListMenu():
|
||||
for spl in menu_new_list:
|
||||
#product_code = s
|
||||
if spl[0] == "IGNORE":
|
||||
continue
|
||||
|
||||
if spl[0].startswith("TAG"):
|
||||
out_xml( '\t;' + spl[0] + '\r\n')
|
||||
continue
|
||||
|
||||
GenMenuV3(spl)
|
||||
|
||||
out_xml('\t\t; menu_new_list '+ str(len(menu_new_list))+'\n')
|
||||
GenListMenu()
|
||||
|
||||
out_xml('</ScrollableCatalog>\n')
|
||||
14
xml/v3/open_catalog.ev
Normal file
14
xml/v3/open_catalog.ev
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
If SpiralOnline = "true" Then
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog_with_vending.xml"
|
||||
|
||||
If Seeker = "next" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog3.xml"
|
||||
Else
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog_with_vending.xml"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog3.xml"
|
||||
|
||||
EndIf
|
||||
752
xml/v3/page_catalog3.xml
Normal file
752
xml/v3/page_catalog3.xml
Normal file
|
|
@ -0,0 +1,752 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
; page_catalog3 split menu group _other.skt to _pepsi_7up.skt and _other_other.skt
|
||||
|
||||
TopView "show"
|
||||
; On open
|
||||
|
||||
Var IgnoreCollectPointByMe = 0
|
||||
|
||||
Var ChildrenFree = 0
|
||||
Var NightTime = 0
|
||||
|
||||
Machine WakeUp
|
||||
Machine OrderCheck
|
||||
|
||||
DEBUGVAR ToppingNewShow
|
||||
|
||||
Var NextPage = "-"
|
||||
|
||||
Var Seeker.thankLidFlag = 0
|
||||
Var Seeker.thankStrawFlag = 0
|
||||
|
||||
WEB "DISABLE"
|
||||
|
||||
Var web_readyOK = "false"
|
||||
Var web_telnumOK = ""
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/image/page_doing/"
|
||||
|
||||
If CocktailShow = "true" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
EndIf
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
If Seeker = "curr" Then
|
||||
Machine DoorLidClose
|
||||
EndIf
|
||||
|
||||
Var GetPayInfoFlag = 0
|
||||
Var countDownRetrun = 30
|
||||
|
||||
CoinVending OFF
|
||||
|
||||
|
||||
Var text_price_6 = ""
|
||||
|
||||
; zone sound
|
||||
|
||||
; Clear value
|
||||
Topping "clear" "-"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page2_en/page2"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/What_would_you_like_to_drink_today.mp3"
|
||||
Play PlaySoundLag
|
||||
|
||||
Var DirImageCart = "ROOT/taobin_project/image/cart_en"
|
||||
|
||||
Var text_unavailable = "UNAVAILABLE###size=16"
|
||||
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/page2"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/taobin_sawade.mp3"
|
||||
|
||||
; Play Sound #zone
|
||||
If SoundBackToSchoolEnable = 1 Then
|
||||
|
||||
If SoundBackToSchoolType = 1 Then
|
||||
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/boy/"
|
||||
EndIf
|
||||
If SoundBackToSchoolType = 2 Then
|
||||
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/girl/"
|
||||
EndIf
|
||||
Var PlaySoundLag = RootPathSoundBackToSchool + "taobin_sawade.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
|
||||
Var DirImageCart = "ROOT/taobin_project/image/cart_th"
|
||||
|
||||
Var text_unavailable = "หมด###size=32"
|
||||
EndIf
|
||||
|
||||
|
||||
Var StrawAutoRelease1 = "false"
|
||||
Var StrawAutoRelease2 = "false"
|
||||
|
||||
|
||||
Var SELLONLINE = 0
|
||||
If SELLSTATUS = "SELLONLINE" Then
|
||||
Var SELLONLINE = 1
|
||||
EndIf
|
||||
If SELLSTATUS = "SELLNOCASH" Then
|
||||
Var SELLONLINE = 1
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
EndIf
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
SAVELOG "DEACTIVE in catalog2.xml"
|
||||
|
||||
;include="ROOT/taobin_project/inc/return_condition.ev"
|
||||
|
||||
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
|
||||
|
||||
; 1035 is Coke.
|
||||
STRCONTAIN "1035" MaterialAvailable CokeUI
|
||||
|
||||
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
|
||||
|
||||
If Seeker = "next" Then
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
If XMLProfile = "taobin_notopup" Then
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
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 = ""
|
||||
|
||||
|
||||
|
||||
|
||||
If BoxID = 0 Then
|
||||
RebootWithCause "BoxID was zero"
|
||||
EndIf
|
||||
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/tricker.ev"
|
||||
|
||||
TRY "ROOT/taobin_project/xml/sometime/RoadShow.ev"
|
||||
|
||||
; zone cup on arm
|
||||
If Seeker = "curr" Then
|
||||
If CupOnArm = "true" Then
|
||||
|
||||
If CheckCupStateDoorCupClose = "" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
|
||||
If CheckCupStateDoorCupClose = "done" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
If buttonRemoveCup = "Enable" Then
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
If CounterEnable = 1 Then
|
||||
If OnTaobinVending = 1 Then
|
||||
Open "ROOT/taobin_project/xml/counter/taobinvd/page_wait_order.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If EnableMultiInstance = "true" Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
|
||||
EndIf
|
||||
|
||||
|
||||
Var Price5Active = 0
|
||||
</EventOpen>
|
||||
<EventLanguageChange>
|
||||
;
|
||||
DEBUGVAR LangEng
|
||||
If LangEng = "true" Then
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR LangThai
|
||||
If LangThai = "true" Then
|
||||
|
||||
EndIf
|
||||
|
||||
</EventLanguageChange>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
;SAVELOG SoundPlaying
|
||||
|
||||
If countDownRetrun > 0 Then
|
||||
Var countDownRetrun = countDownRetrun - 1
|
||||
EndIf
|
||||
|
||||
If countDownRetrun = 0 Then
|
||||
|
||||
|
||||
If Seeker = "next" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; zone cup on arm
|
||||
If Seeker = "curr" Then
|
||||
If CupOnArm = "true" Then
|
||||
|
||||
If CheckCupStateDoorCupClose = "" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
|
||||
If CheckCupStateDoorCupClose = "done" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
If buttonRemoveCup = "Enable" Then
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<EventChangeStatus>
|
||||
;If ChangeStatus = "payout-end" Then
|
||||
; Var ChangeOK = 1
|
||||
;EndIf
|
||||
</EventChangeStatus>
|
||||
|
||||
<EventWebApp>
|
||||
|
||||
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
|
||||
|
||||
</EventWebApp>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1540 </Height>
|
||||
<Color> "0xeae6e1" </Color>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
; back
|
||||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 420 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If Seeker = "next" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 990 </X>
|
||||
<Y> 438 </Y>
|
||||
<Filename> show_btn </Filename>
|
||||
<FilenamePress> show_btp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
If show_eng = "true" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
Open CurrentXMLFileName2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 70 </X>
|
||||
<Y> 583 </Y>
|
||||
<Filename> Var(DirImage + "/text1.png") </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
; menu row 1
|
||||
<Button>
|
||||
<X> 220 </X>
|
||||
<Y> 844 </Y>
|
||||
<Filename> Var(DirImage + "/bn_diy.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_diy.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
|
||||
|
||||
; zone promote
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 564 </X>
|
||||
<Y> 844 </Y>
|
||||
<Filename> Var(DirImage + "/bn_coffee.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_coffee.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_coffee.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
; menu row 2
|
||||
<Button>
|
||||
<X> 47 </X>
|
||||
<Y> 1188 </Y>
|
||||
<Filename> Var(DirImage + "/bn_tea.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_tea.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_tea.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 391 </X>
|
||||
<Y> 1188 </Y>
|
||||
<Filename> Var(DirImage + "/bn_cho_caramel.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_cho_caramel.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_milk.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 748 </X>
|
||||
<Y> 1188 </Y>
|
||||
<Filename> bnSodaAndOther </Filename>
|
||||
<FilenamePress> bpSodaAndOther </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_other_other.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
;=============================================================================
|
||||
|
||||
<Button>
|
||||
<X> 48 </X>
|
||||
<Y> 1532 </Y>
|
||||
<Filename> Var(DirImage + "/bn_Pepsi_7up.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_Pepsi_7up.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_pepsi_7up.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 392 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>WheyButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_whey.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 392 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>MenuKidButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_kidmenu.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bn_kidmenu.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_forkid.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 392 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>AppFastButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_appfast.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_appfast.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_appfast.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
;=============================================================================
|
||||
|
||||
<Button>
|
||||
<X> 736 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State> "Enable" </State>
|
||||
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
|
||||
Open "ROOT/taobin_project/xml/v3/page_catalog_group_health.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 225 </X>
|
||||
<Y> 424 </Y>
|
||||
<State> ShowButtonClick2 </State>
|
||||
<Filename> Var(DirImage + "/bn_main_page_member.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_main_page_member.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
Open "ROOT/taobin_project/xml/page_before_check_member.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 696 </X>
|
||||
<Y> 424 </Y>
|
||||
<State> ButtontoTopupMenu </State>
|
||||
<Filename> Var(DirImage + "/bn_main_page_topup.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_main_page_topup.png") </FilenamePress>
|
||||
<FilenameDisable> Var(DirImage + "/bp_main_page_topup.png") </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
Var PayDetail=""
|
||||
Open "ROOT/taobin_project/xml/page_back_to_topup.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 0 </X>
|
||||
<Y> 1870 </Y>
|
||||
<State> ShowNetworkProblem </State>
|
||||
<Color> "0xFF0000" </Color>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 60 </Height>
|
||||
</Button>
|
||||
|
||||
<Text>
|
||||
<X> 5 </X>
|
||||
<Y> 1880 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
<Font> RobotoRegular </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<Value> ShowNetworkProblemText </Value>
|
||||
</Text>
|
||||
|
||||
<Button>
|
||||
<X> 0 </X>
|
||||
<Y> 1860 </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 50 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var countClick = countClick + 1
|
||||
If countClick = 3 Then
|
||||
|
||||
;Var TestLoopMakeDrink = 1
|
||||
|
||||
EndIf
|
||||
DEBUGVAR countClick
|
||||
|
||||
If countClick = 5 Then
|
||||
If ToppingNewEnable = "false" Then
|
||||
Var ToppingNewEnable = "true"
|
||||
Else
|
||||
Var ToppingNewEnable = "false"
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink3.xml"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
;<QRCode>
|
||||
;<X> 895 </X>
|
||||
;<Y> QRCODE99_Y</Y>
|
||||
;<Width> 178 </Width>
|
||||
;<Height> 178 </Height>
|
||||
;<State> "Enable" </State>
|
||||
;<Service> testservice </Service>
|
||||
;</QRCode>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
|
||||
Var CheckCupStateDoorCupClose = "reset"
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
; Cart
|
||||
<Button>
|
||||
<X> 915 </X>
|
||||
<Y> 1769 </Y>
|
||||
<State> showCart </State>
|
||||
<Filename> cart_image_bn </Filename>
|
||||
<Filename> cart_image_bp </Filename>
|
||||
<FilenamePress> cart_image_bp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Interval> 400</Interval>
|
||||
<EventClick>
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<EventWebApp>
|
||||
|
||||
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
|
||||
|
||||
</EventWebApp>
|
||||
<EventUnitTest1>
|
||||
SAVELOG "MENU TAB ENTRY"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/page_catalog.xml"
|
||||
</EventUnitTest1>
|
||||
<EventUnitTest2>
|
||||
Open "ROOT/taobin_project/xml/page_before_check_member.xml"
|
||||
</EventUnitTest2>
|
||||
|
||||
<EventUnitTest3>
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog_group_soft_serve.xml"
|
||||
</EventUnitTest3>
|
||||
<EventUnitTest4>
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/page_catalog.xml"
|
||||
</EventUnitTest4>
|
||||
|
||||
|
||||
</Popup>
|
||||
48
xml/v3/page_catalog_group_appfast.skt
Normal file
48
xml/v3/page_catalog_group_appfast.skt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
echo param
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
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/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
660
xml/v3/page_catalog_group_appfast.xml
Normal file
660
xml/v3/page_catalog_group_appfast.xml
Normal file
|
|
@ -0,0 +1,660 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
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/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ScrollableCatalog>
|
||||
<X> 0 </X>
|
||||
<Y> 497 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1423 </Height>
|
||||
<Configuration>
|
||||
<MenuNameTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 16 </Min>
|
||||
<Max> 22 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuNameTextConfiguration>
|
||||
<MenuDescriptionTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 10 </Min>
|
||||
<Max> 14 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuDescriptionTextConfiguration>
|
||||
<MenuPriceTextConfiguration>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 4 </Min>
|
||||
<Max> 20 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuPriceTextConfiguration>
|
||||
<MenuHotPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Hot"
|
||||
Else
|
||||
Var return = "ร้อน"
|
||||
EndIf
|
||||
)
|
||||
</MenuHotPriceLabel>
|
||||
<MenuIcePriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Ice"
|
||||
Else
|
||||
Var return = "เย็น"
|
||||
EndIf
|
||||
)
|
||||
</MenuIcePriceLabel>
|
||||
<MenuBlendPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="Blend"
|
||||
Else
|
||||
Var return = "ปั่น"
|
||||
EndIf
|
||||
)
|
||||
</MenuBlendPriceLabel>
|
||||
<MenuUnavailableLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="UNAVAILABLE"
|
||||
Else
|
||||
Var return = "หมด"
|
||||
EndIf
|
||||
)
|
||||
</MenuUnavailableLabel>
|
||||
</Configuration>
|
||||
<Menus>
|
||||
;banners
|
||||
; menu_new_list 5
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1018 -
|
||||
<Menu>
|
||||
<State> Flag( 12-04-02-1018.Button,$Sum1204021018) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_protein_original_BDMS.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_original_BDMS.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_protein_original_BDMS.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "App Fast Original"
|
||||
Else
|
||||
Var return = "แอพ ฟาสท์ \nวานิลลา (Original)"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Plant-Based Protein with \nEssential nutrients"
|
||||
Else
|
||||
Var return = "โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1018.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_protein_original_BDMS.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $12-04-02-1018.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-04-02-1018"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-04-02-1018.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-04-02-1018, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-04-02-1018"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-04-02-1018.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-1018.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-1018.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-1018.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1019 -
|
||||
<Menu>
|
||||
<State> Flag( 12-04-02-1019.Button,$Sum1204021019) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_protein_espresso_BDMS.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_espresso_BDMS.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_protein_espresso_BDMS.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "App Fast Espresso"
|
||||
Else
|
||||
Var return = "แอพ ฟาสท์ กาแฟ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Plant-Based Protein with \nEssential nutrients"
|
||||
Else
|
||||
Var return = "โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1019.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_protein_espresso_BDMS.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $12-04-02-1019.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-04-02-1019"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-04-02-1019.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-04-02-1019, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-04-02-1019"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-04-02-1019.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-1019.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-1019.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-1019.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1020 -
|
||||
<Menu>
|
||||
<State> Flag( 12-04-02-1020.Button,$Sum1204021020) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_protein_Chocolate_BDMS.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Chocolate_BDMS.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_protein_Chocolate_BDMS.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "App Fast \nChocolate"
|
||||
Else
|
||||
Var return = "แอพ ฟาสท์ ช็อกโก"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Plant-Based Protein with \nEssential nutrients"
|
||||
Else
|
||||
Var return = "โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1020.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_protein_Chocolate_BDMS.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $12-04-02-1020.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-04-02-1020"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-04-02-1020.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-04-02-1020, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-04-02-1020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-04-02-1020.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-1020.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-1020.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-1020.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1021 -
|
||||
<Menu>
|
||||
<State> Flag( 12-04-02-1021.Button,$Sum1204021021) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_protein_Thaitea_BDMS.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Thaitea_BDMS.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_protein_Thaitea_BDMS.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "App Fast \nThai Tea"
|
||||
Else
|
||||
Var return = "แอพ ฟาสท์ ชาไทย"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Plant-Based Protein with \nEssential nutrients"
|
||||
Else
|
||||
Var return = "โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1021.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_protein_Thaitea_BDMS.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $12-04-02-1021.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-04-02-1021"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-04-02-1021.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-04-02-1021, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-04-02-1021"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-04-02-1021.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-1021.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-1021.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-1021.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1022 -
|
||||
<Menu>
|
||||
<State> Flag( 12-04-02-1022.Button,$Sum1204021022) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_protein_Matcha_BDMS.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Matcha_BDMS.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_protein_Matcha_BDMS.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "App Fast \nMatcha"
|
||||
Else
|
||||
Var return = "แอพ ฟาสท์ ชาเขียว"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Plant-Based Protein with \nEssential nutrients"
|
||||
Else
|
||||
Var return = "โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1022.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_protein_Matcha_BDMS.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $12-04-02-1022.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-04-02-1022"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-04-02-1022.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-04-02-1022, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-04-02-1022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-04-02-1022.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-1022.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-1022.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-1022.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
</ScrollableCatalog>
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
38
xml/v3/page_catalog_group_cocktail.skt
Normal file
38
xml/v3/page_catalog_group_cocktail.skt
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Menu8Selected = "PressForever"
|
||||
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
5835
xml/v3/page_catalog_group_cocktail.xml
Normal file
5835
xml/v3/page_catalog_group_cocktail.xml
Normal file
File diff suppressed because it is too large
Load diff
39
xml/v3/page_catalog_group_coffee.skt
Normal file
39
xml/v3/page_catalog_group_coffee.skt
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Menu2Selected = "PressForever"
|
||||
|
||||
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
11310
xml/v3/page_catalog_group_coffee.xml
Normal file
11310
xml/v3/page_catalog_group_coffee.xml
Normal file
File diff suppressed because it is too large
Load diff
33
xml/v3/page_catalog_group_deep_fryer.skt
Normal file
33
xml/v3/page_catalog_group_deep_fryer.skt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
430
xml/v3/page_catalog_group_deep_fryer.xml
Normal file
430
xml/v3/page_catalog_group_deep_fryer.xml
Normal file
|
|
@ -0,0 +1,430 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<ScrollableCatalog>
|
||||
<X> 0 </X>
|
||||
<Y> 497 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1423 </Height>
|
||||
<Configuration>
|
||||
<MenuNameTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 16 </Min>
|
||||
<Max> 22 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuNameTextConfiguration>
|
||||
<MenuDescriptionTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 10 </Min>
|
||||
<Max> 14 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuDescriptionTextConfiguration>
|
||||
<MenuPriceTextConfiguration>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 4 </Min>
|
||||
<Max> 20 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuPriceTextConfiguration>
|
||||
<MenuHotPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Hot"
|
||||
Else
|
||||
Var return = "ร้อน"
|
||||
EndIf
|
||||
)
|
||||
</MenuHotPriceLabel>
|
||||
<MenuIcePriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Ice"
|
||||
Else
|
||||
Var return = "เย็น"
|
||||
EndIf
|
||||
)
|
||||
</MenuIcePriceLabel>
|
||||
<MenuBlendPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="Blend"
|
||||
Else
|
||||
Var return = "ปั่น"
|
||||
EndIf
|
||||
)
|
||||
</MenuBlendPriceLabel>
|
||||
<MenuUnavailableLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="UNAVAILABLE"
|
||||
Else
|
||||
Var return = "หมด"
|
||||
EndIf
|
||||
)
|
||||
</MenuUnavailableLabel>
|
||||
</Configuration>
|
||||
<Menus>
|
||||
;banners
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; TAOTIM - 12-51-01-0001
|
||||
<Menu>
|
||||
<State> Flag( TAOTIM.Button,12-51-01-0001.Button,$SumTAOTIM1251010001) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_deep_fried_chicken.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_deep_fried_chicken.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_deep_fried_chicken.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Chicken Fire"
|
||||
Else
|
||||
Var return = "ไก่ทอด"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Delicious burnt fried chicken that no one wants"
|
||||
Else
|
||||
Var return = "ไก่ทอดไหม้ๆ อร่อยที่ไม่มีใครอยากเหมือน"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $TAOTIM.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-51-01-0001.Button </BlendState>
|
||||
<HotPrice> StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-51-01-0001.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_deep_fried_chicken.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $TAOTIM.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-51-01-0001.Price
|
||||
Var PD_CODE1 = "TAOTIM"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-51-01-0001"
|
||||
Var PD_STAGE_1 = $TAOTIM.Button
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-51-01-0001.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( TAOTIM, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "TAOTIM"
|
||||
Else
|
||||
Topping "Load" "12-51-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $TAOTIM.NameE
|
||||
Var menu_desc_eng_hot = $TAOTIM.descriptionE
|
||||
Var menu_name_thai_hot = $TAOTIM.Name
|
||||
Var menu_desc_thai_hot = $TAOTIM.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-51-01-0001.NameE
|
||||
Var menu_desc_eng_blender = $12-51-01-0001.descriptionE
|
||||
Var menu_name_thai_blender = $12-51-01-0001.Name
|
||||
Var menu_desc_thai_blender = $12-51-01-0001.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; TAOTIM - 12-51-01-0002
|
||||
<Menu>
|
||||
<State> Flag( TAOTIM.Button,12-51-01-0002.Button,$SumTAOTIM1251010002) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_deep_fried_meatball.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_deep_fried_meatball.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_deep_fried_meatball.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Meatball"
|
||||
Else
|
||||
Var return = "ลูกชิ้นทอด"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Crispy meatballs, chew until several teeth fall out"
|
||||
Else
|
||||
Var return = "ลูกชิ้นกรอบๆ เคี้ยวจนฟันหลุดออกมาหลายซี่"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $TAOTIM.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-51-01-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-51-01-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_deep_fried_meatball.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $TAOTIM.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-51-01-0002.Price
|
||||
Var PD_CODE1 = "TAOTIM"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-51-01-0002"
|
||||
Var PD_STAGE_1 = $TAOTIM.Button
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-51-01-0002.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( TAOTIM, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "TAOTIM"
|
||||
Else
|
||||
Topping "Load" "12-51-01-0002"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $TAOTIM.NameE
|
||||
Var menu_desc_eng_hot = $TAOTIM.descriptionE
|
||||
Var menu_name_thai_hot = $TAOTIM.Name
|
||||
Var menu_desc_thai_hot = $TAOTIM.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-51-01-0002.NameE
|
||||
Var menu_desc_eng_blender = $12-51-01-0002.descriptionE
|
||||
Var menu_name_thai_blender = $12-51-01-0002.Name
|
||||
Var menu_desc_thai_blender = $12-51-01-0002.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; TAOTIM - 12-51-01-0003
|
||||
<Menu>
|
||||
<State> Flag( TAOTIM.Button,12-51-01-0003.Button,$SumTAOTIM1251010003) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_deep_fried_nugget.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_deep_fried_nugget.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_deep_fried_nugget.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Nugget"
|
||||
Else
|
||||
Var return = "นักเก็ตทอด"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Great recipe for nuggets Mix with cat meat"
|
||||
Else
|
||||
Var return = "นักเก๊ตสูตรเด็ด ผสมเนื้อแมวเหมียว"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $TAOTIM.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-51-01-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-51-01-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_deep_fried_nugget.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $TAOTIM.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-51-01-0003.Price
|
||||
Var PD_CODE1 = "TAOTIM"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-51-01-0003"
|
||||
Var PD_STAGE_1 = $TAOTIM.Button
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-51-01-0003.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( TAOTIM, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "TAOTIM"
|
||||
Else
|
||||
Topping "Load" "12-51-01-0003"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $TAOTIM.NameE
|
||||
Var menu_desc_eng_hot = $TAOTIM.descriptionE
|
||||
Var menu_name_thai_hot = $TAOTIM.Name
|
||||
Var menu_desc_thai_hot = $TAOTIM.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-51-01-0003.NameE
|
||||
Var menu_desc_eng_blender = $12-51-01-0003.descriptionE
|
||||
Var menu_name_thai_blender = $12-51-01-0003.Name
|
||||
Var menu_desc_thai_blender = $12-51-01-0003.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
</ScrollableCatalog>
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
48
xml/v3/page_catalog_group_forkid.skt
Normal file
48
xml/v3/page_catalog_group_forkid.skt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
touch_less_gen = False
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
; 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/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
</Popup>
|
||||
2172
xml/v3/page_catalog_group_forkid.xml
Normal file
2172
xml/v3/page_catalog_group_forkid.xml
Normal file
File diff suppressed because it is too large
Load diff
35
xml/v3/page_catalog_group_health.skt
Normal file
35
xml/v3/page_catalog_group_health.skt
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
touch_less_gen = False
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Menu22Selected = "PressForever"
|
||||
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
</Popup>
|
||||
3882
xml/v3/page_catalog_group_health.xml
Normal file
3882
xml/v3/page_catalog_group_health.xml
Normal file
File diff suppressed because it is too large
Load diff
30
xml/v3/page_catalog_group_melon.skt
Normal file
30
xml/v3/page_catalog_group_melon.skt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
</Popup>
|
||||
44
xml/v3/page_catalog_group_milk.skt
Normal file
44
xml/v3/page_catalog_group_milk.skt
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Menu4Selected = "PressForever"
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=./event/dummy_layout_promotion.py
|
||||
?>
|
||||
|
||||
<EventUnitTest4>
|
||||
RefreshAll
|
||||
</EventUnitTest4>
|
||||
|
||||
|
||||
</Popup>
|
||||
5836
xml/v3/page_catalog_group_milk.xml
Normal file
5836
xml/v3/page_catalog_group_milk.xml
Normal file
File diff suppressed because it is too large
Load diff
33
xml/v3/page_catalog_group_oreo.skt
Normal file
33
xml/v3/page_catalog_group_oreo.skt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
1617
xml/v3/page_catalog_group_oreo.xml
Normal file
1617
xml/v3/page_catalog_group_oreo.xml
Normal file
File diff suppressed because it is too large
Load diff
37
xml/v3/page_catalog_group_other.skt
Normal file
37
xml/v3/page_catalog_group_other.skt
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
echo param
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
; soda and other
|
||||
Var Menu62Selected = "PressForever"
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
</Popup>
|
||||
9181
xml/v3/page_catalog_group_other.xml
Normal file
9181
xml/v3/page_catalog_group_other.xml
Normal file
File diff suppressed because it is too large
Load diff
37
xml/v3/page_catalog_group_other_other.skt
Normal file
37
xml/v3/page_catalog_group_other_other.skt
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
echo param
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
; soda and other
|
||||
Var Menu62Selected = "PressForever"
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
</Popup>
|
||||
6373
xml/v3/page_catalog_group_other_other.xml
Normal file
6373
xml/v3/page_catalog_group_other_other.xml
Normal file
File diff suppressed because it is too large
Load diff
36
xml/v3/page_catalog_group_pepsi_7up.skt
Normal file
36
xml/v3/page_catalog_group_pepsi_7up.skt
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
echo param
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
; pepsi 7up
|
||||
Var Menu61Selected = "PressForever"
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
</Popup>
|
||||
3348
xml/v3/page_catalog_group_pepsi_7up.xml
Normal file
3348
xml/v3/page_catalog_group_pepsi_7up.xml
Normal file
File diff suppressed because it is too large
Load diff
33
xml/v3/page_catalog_group_pepsi_pro.skt
Normal file
33
xml/v3/page_catalog_group_pepsi_pro.skt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
2049
xml/v3/page_catalog_group_pepsi_pro.xml
Normal file
2049
xml/v3/page_catalog_group_pepsi_pro.xml
Normal file
File diff suppressed because it is too large
Load diff
51
xml/v3/page_catalog_group_pro_12_day_12_menu.skt
Normal file
51
xml/v3/page_catalog_group_pro_12_day_12_menu.skt
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
Var From12Day12MenuPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
1634
xml/v3/page_catalog_group_pro_12_day_12_menu.xml
Normal file
1634
xml/v3/page_catalog_group_pro_12_day_12_menu.xml
Normal file
File diff suppressed because it is too large
Load diff
78
xml/v3/page_catalog_group_pro_15THB.skt
Normal file
78
xml/v3/page_catalog_group_pro_15THB.skt
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
<?hurr
|
||||
#include=menu_catalog_default_init.xml
|
||||
?>
|
||||
|
||||
Var Menu1Selected = "PressForever"
|
||||
|
||||
Var OreoBigButtonEnable = "Enable"
|
||||
Var From15THBPro = 0
|
||||
|
||||
If $12-01-01-0001.Button = "Invisible" Then
|
||||
Var esp102101001Enable = "Invisible"
|
||||
Var esp122101001Enable = "Enable"
|
||||
|
||||
Else
|
||||
Var esp102101001Enable = "Enable"
|
||||
Var esp122101001Enable = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG PreviseXMLFileName2
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
||||
Var text_unavailable = "UNAVAILABLE###size=16"
|
||||
Else
|
||||
Var text_unavailable = "หมด###size=32"
|
||||
|
||||
EndIf
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog_new_menu.xml
|
||||
?>
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
1249
xml/v3/page_catalog_group_pro_15THB.xml
Normal file
1249
xml/v3/page_catalog_group_pro_15THB.xml
Normal file
File diff suppressed because it is too large
Load diff
46
xml/v3/page_catalog_group_pro_7up_lucky_draw_x2.skt
Normal file
46
xml/v3/page_catalog_group_pro_7up_lucky_draw_x2.skt
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
4871
xml/v3/page_catalog_group_pro_7up_lucky_draw_x2.xml
Normal file
4871
xml/v3/page_catalog_group_pro_7up_lucky_draw_x2.xml
Normal file
File diff suppressed because it is too large
Load diff
34
xml/v3/page_catalog_group_pro_bad_valentine.skt
Normal file
34
xml/v3/page_catalog_group_pro_bad_valentine.skt
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
Var FromBadValentinePro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
1293
xml/v3/page_catalog_group_pro_bad_valentine.xml
Normal file
1293
xml/v3/page_catalog_group_pro_bad_valentine.xml
Normal file
File diff suppressed because it is too large
Load diff
45
xml/v3/page_catalog_group_pro_banana_mint_lucky_draw_x3.skt
Normal file
45
xml/v3/page_catalog_group_pro_banana_mint_lucky_draw_x3.skt
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
2923
xml/v3/page_catalog_group_pro_banana_mint_lucky_draw_x3.xml
Normal file
2923
xml/v3/page_catalog_group_pro_banana_mint_lucky_draw_x3.xml
Normal file
File diff suppressed because it is too large
Load diff
49
xml/v3/page_catalog_group_pro_buble_tea.skt
Normal file
49
xml/v3/page_catalog_group_pro_buble_tea.skt
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
3562
xml/v3/page_catalog_group_pro_buble_tea.xml
Normal file
3562
xml/v3/page_catalog_group_pro_buble_tea.xml
Normal file
File diff suppressed because it is too large
Load diff
57
xml/v3/page_catalog_group_pro_cocoa_77.skt
Normal file
57
xml/v3/page_catalog_group_pro_cocoa_77.skt
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var Timeout = 0
|
||||
|
||||
Var FromWednesdayMelonPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var extension = "_en.png"
|
||||
Else
|
||||
Var extension = ".png"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
2395
xml/v3/page_catalog_group_pro_cocoa_77.xml
Normal file
2395
xml/v3/page_catalog_group_pro_cocoa_77.xml
Normal file
File diff suppressed because it is too large
Load diff
33
xml/v3/page_catalog_group_pro_coconut_milk.skt
Normal file
33
xml/v3/page_catalog_group_pro_coconut_milk.skt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
753
xml/v3/page_catalog_group_pro_coconut_milk.xml
Normal file
753
xml/v3/page_catalog_group_pro_coconut_milk.xml
Normal file
|
|
@ -0,0 +1,753 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<ScrollableCatalog>
|
||||
<X> 0 </X>
|
||||
<Y> 497 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1423 </Height>
|
||||
<Configuration>
|
||||
<MenuNameTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 16 </Min>
|
||||
<Max> 22 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuNameTextConfiguration>
|
||||
<MenuDescriptionTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 10 </Min>
|
||||
<Max> 14 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuDescriptionTextConfiguration>
|
||||
<MenuPriceTextConfiguration>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 4 </Min>
|
||||
<Max> 20 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuPriceTextConfiguration>
|
||||
<MenuHotPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Hot"
|
||||
Else
|
||||
Var return = "ร้อน"
|
||||
EndIf
|
||||
)
|
||||
</MenuHotPriceLabel>
|
||||
<MenuIcePriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Ice"
|
||||
Else
|
||||
Var return = "เย็น"
|
||||
EndIf
|
||||
)
|
||||
</MenuIcePriceLabel>
|
||||
<MenuBlendPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="Blend"
|
||||
Else
|
||||
Var return = "ปั่น"
|
||||
EndIf
|
||||
)
|
||||
</MenuBlendPriceLabel>
|
||||
<MenuUnavailableLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="UNAVAILABLE"
|
||||
Else
|
||||
Var return = "หมด"
|
||||
EndIf
|
||||
)
|
||||
</MenuUnavailableLabel>
|
||||
</Configuration>
|
||||
<Menus>
|
||||
;banners
|
||||
; menu_new_list 5
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0103
|
||||
<Menu>
|
||||
<State> Flag( 12-03-03-0103.Button,$Sum1203030103) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_Coconut_Milk_Smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_Coconut_Milk_Smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_Coconut_Milk_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut Milk\nIce Cream"
|
||||
Else
|
||||
Var return = "เต่าบินไอติมถัง\nกะทิ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut, Caramel, Milk, Sugar\nAnd Ice"
|
||||
Else
|
||||
Var return = "มะพร้าว, คาราเมล, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0103.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0103.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-03-03-0103.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0103"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0103.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-03-0103, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0103"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0103.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0103.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0103.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0103.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0104
|
||||
<Menu>
|
||||
<State> Flag( 12-03-03-0104.Button,$Sum1203030104) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_Coconut_Milk_Strawberry_Smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_Coconut_Milk_Strawberry_Smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_Coconut_Milk_Strawberry_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut Milk\nStrawberry Ice Cream"
|
||||
Else
|
||||
Var return = "เต่าบินไอติมถัง\nสตรอเบอรี"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut, Caramel, Strawberry,\nMilk, Sugar And Ice"
|
||||
Else
|
||||
Var return = "มะพร้าว, คาราเมล, สตรอเบอรี, นม,\nน้ำตาล และ น้ำแข็ง"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0104.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0104.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Strawberry_Smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-03-03-0104.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0104"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0104.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-03-0104, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0104"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0104.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0104.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0104.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0104.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0105
|
||||
<Menu>
|
||||
<State> Flag( 12-03-03-0105.Button,$Sum1203030105) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_Coconut_Milk_Cocoa_Smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_Coconut_Milk_Cocoa_Smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_Coconut_Milk_Cocoa_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut Milk\nCocoa Ice Cream"
|
||||
Else
|
||||
Var return = "เต่าบินไอติมถัง\nโกโก้"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut, Caramel, Cocoa, Milk,\nSugar And Ice"
|
||||
Else
|
||||
Var return = "มะพร้าว, คาราเมล, โกโก้, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0105.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0105.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Cocoa_Smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-03-03-0105.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0105"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0105.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-03-0105, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0105"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0105.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0105.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0105.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0105.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0106
|
||||
<Menu>
|
||||
<State> Flag( 12-03-03-0106.Button,$Sum1203030106) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_Coconut_Milk_Matcha_Smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_Coconut_Milk_Matcha_Smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_Coconut_Milk_Matcha_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut Milk\nMatcha Ice Cream"
|
||||
Else
|
||||
Var return = "เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut, Caramel, Matcha, Milk,\nSugar And Ice"
|
||||
Else
|
||||
Var return = "มะพร้าว, คาราเมล, มัทฉะ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0106.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Matcha_Smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-03-03-0106.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0106"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0106.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-03-0106, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0106"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0106.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0106.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0106.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0106.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0090
|
||||
<Menu>
|
||||
<State> Flag( 12-01-03-0090.Button,$Sum1201030090) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_Coconut_Milk_Coffee_Smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_Coconut_Milk_Coffee_Smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_Coconut_Milk_Coffee_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut Milk\nCoffee Ice Cream"
|
||||
Else
|
||||
Var return = "เต่าบินไอติมถัง\nกาแฟ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut, Caramel, Coffee, Milk,\nSugar And Ice"
|
||||
Else
|
||||
Var return = "มะพร้าว, คาราเมล, กาแฟ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0090.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0090.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Coffee_Smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-01-03-0090.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-01-03-0090"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-01-03-0090.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-01-03-0090, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-01-03-0090"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-01-03-0090.NameE
|
||||
Var menu_desc_eng_blender = $12-01-03-0090.descriptionE
|
||||
Var menu_name_thai_blender = $12-01-03-0090.Name
|
||||
Var menu_desc_thai_blender = $12-01-03-0090.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; - - 12-21-03-0090
|
||||
<Menu>
|
||||
<State> Flag( 12-21-03-0090.Button,$Sum1221030090) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_Coconut_Milk_Coffee_Smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_Coconut_Milk_Coffee_Smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_Coconut_Milk_Coffee_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut Milk\nCoffee Ice Cream"
|
||||
Else
|
||||
Var return = "เต่าบินไอติมถัง\nกาแฟ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coconut, Caramel, Coffee, Milk,\nSugar And Ice"
|
||||
Else
|
||||
Var return = "มะพร้าว, คาราเมล, กาแฟ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-21-03-0090.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0090.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Coffee_Smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-21-03-0090.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-21-03-0090"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-21-03-0090.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-21-03-0090, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-21-03-0090"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-21-03-0090.NameE
|
||||
Var menu_desc_eng_blender = $12-21-03-0090.descriptionE
|
||||
Var menu_name_thai_blender = $12-21-03-0090.Name
|
||||
Var menu_desc_thai_blender = $12-21-03-0090.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
</ScrollableCatalog>
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
51
xml/v3/page_catalog_group_pro_freefile.skt
Normal file
51
xml/v3/page_catalog_group_pro_freefile.skt
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
448
xml/v3/page_catalog_group_pro_freefile.xml
Normal file
448
xml/v3/page_catalog_group_pro_freefile.xml
Normal file
|
|
@ -0,0 +1,448 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<ScrollableCatalog>
|
||||
<X> 0 </X>
|
||||
<Y> 497 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1423 </Height>
|
||||
<Configuration>
|
||||
<MenuNameTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 16 </Min>
|
||||
<Max> 22 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuNameTextConfiguration>
|
||||
<MenuDescriptionTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 10 </Min>
|
||||
<Max> 14 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuDescriptionTextConfiguration>
|
||||
<MenuPriceTextConfiguration>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 4 </Min>
|
||||
<Max> 20 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuPriceTextConfiguration>
|
||||
<MenuHotPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Hot"
|
||||
Else
|
||||
Var return = "ร้อน"
|
||||
EndIf
|
||||
)
|
||||
</MenuHotPriceLabel>
|
||||
<MenuIcePriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Ice"
|
||||
Else
|
||||
Var return = "เย็น"
|
||||
EndIf
|
||||
)
|
||||
</MenuIcePriceLabel>
|
||||
<MenuBlendPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="Blend"
|
||||
Else
|
||||
Var return = "ปั่น"
|
||||
EndIf
|
||||
)
|
||||
</MenuBlendPriceLabel>
|
||||
<MenuUnavailableLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="UNAVAILABLE"
|
||||
Else
|
||||
Var return = "หมด"
|
||||
EndIf
|
||||
)
|
||||
</MenuUnavailableLabel>
|
||||
</Configuration>
|
||||
<Menus>
|
||||
;banners
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0026
|
||||
<Menu>
|
||||
<State> Flag( 12-99-03-0026.Button,$Sum1299030026) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo_freefire.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_oreo_freefire.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_oreo_freefire.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ""
|
||||
Else
|
||||
Var return = "คาเพลล่าสวีทดริ๊งค์"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Strawberry , Milk,\nSugar, Oreo"
|
||||
Else
|
||||
Var return = "สตรอเบอรี นม น้ำตาล \n Oreo"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_smoothie_oreo_freefire.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-99-03-0026.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-99-03-0026"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-99-03-0026.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-99-03-0026, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-99-03-0026"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-99-03-0026.NameE
|
||||
Var menu_desc_eng_blender = $12-99-03-0026.descriptionE
|
||||
Var menu_name_thai_blender = $12-99-03-0026.Name
|
||||
Var menu_desc_thai_blender = $12-99-03-0026.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0067
|
||||
<Menu>
|
||||
<State> Flag( 12-99-03-0067.Button,$Sum1299030067) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo_Chocolate_Milk_freefire.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_oreo_Chocolate_Milk_freefire.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_oreo_Chocolate_Milk_freefire.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Maxim's Booster"
|
||||
Else
|
||||
Var return = "แม๊กซิมบูสเตอร์ "
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Pepsi, Cocoa, Milk, Oreo and Ice"
|
||||
Else
|
||||
Var return = "เป๊ปซี่ โกโก้ นม และโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0067.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_smoothie_oreo_Chocolate_Milk_freefire.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-99-03-0067.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-99-03-0067"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-99-03-0067.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-99-03-0067, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-99-03-0067"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-99-03-0067.NameE
|
||||
Var menu_desc_eng_blender = $12-99-03-0067.descriptionE
|
||||
Var menu_name_thai_blender = $12-99-03-0067.Name
|
||||
Var menu_desc_thai_blender = $12-99-03-0067.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0066
|
||||
<Menu>
|
||||
<State> Flag( 12-99-03-0066.Button,$Sum1299030066) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo_Pepsi_Milk_freefire.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_oreo_Pepsi_Milk_freefire.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_oreo_Pepsi_Milk_freefire.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Kelly's Secret Recipe"
|
||||
Else
|
||||
Var return = "สูตรลับเคลลี่"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "pepsi, Milk,\nSugar, Oreo"
|
||||
Else
|
||||
Var return = "เป๊ปซี่ นม และโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0066.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_smoothie_oreo_Pepsi_Milk_freefire.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-99-03-0066.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-99-03-0066"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-99-03-0066.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-99-03-0066, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-99-03-0066"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-99-03-0066.NameE
|
||||
Var menu_desc_eng_blender = $12-99-03-0066.descriptionE
|
||||
Var menu_name_thai_blender = $12-99-03-0066.Name
|
||||
Var menu_desc_thai_blender = $12-99-03-0066.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
</ScrollableCatalog>
|
||||
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
51
xml/v3/page_catalog_group_pro_halloween.skt
Normal file
51
xml/v3/page_catalog_group_pro_halloween.skt
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
1958
xml/v3/page_catalog_group_pro_halloween.xml
Normal file
1958
xml/v3/page_catalog_group_pro_halloween.xml
Normal file
File diff suppressed because it is too large
Load diff
34
xml/v3/page_catalog_group_pro_happy_trios.skt
Normal file
34
xml/v3/page_catalog_group_pro_happy_trios.skt
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
Var FromHappyTriosPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
538
xml/v3/page_catalog_group_pro_happy_trios.xml
Normal file
538
xml/v3/page_catalog_group_pro_happy_trios.xml
Normal file
|
|
@ -0,0 +1,538 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
Var FromHappyTriosPro = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
<ScrollableCatalog>
|
||||
<X> 0 </X>
|
||||
<Y> 497 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1423 </Height>
|
||||
<Configuration>
|
||||
<MenuNameTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 16 </Min>
|
||||
<Max> 22 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuNameTextConfiguration>
|
||||
<MenuDescriptionTextConfiguration>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 10 </Min>
|
||||
<Max> 14 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuDescriptionTextConfiguration>
|
||||
<MenuPriceTextConfiguration>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<AutoResizeConfiguration>
|
||||
<Min> 4 </Min>
|
||||
<Max> 20 </Max>
|
||||
<AdjustStep> 1 </AdjustStep>
|
||||
</AutoResizeConfiguration>
|
||||
</MenuPriceTextConfiguration>
|
||||
<MenuHotPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Hot"
|
||||
Else
|
||||
Var return = "ร้อน"
|
||||
EndIf
|
||||
)
|
||||
</MenuHotPriceLabel>
|
||||
<MenuIcePriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Ice"
|
||||
Else
|
||||
Var return = "เย็น"
|
||||
EndIf
|
||||
)
|
||||
</MenuIcePriceLabel>
|
||||
<MenuBlendPriceLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="Blend"
|
||||
Else
|
||||
Var return = "ปั่น"
|
||||
EndIf
|
||||
)
|
||||
</MenuBlendPriceLabel>
|
||||
<MenuUnavailableLabel>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return ="UNAVAILABLE"
|
||||
Else
|
||||
Var return = "หมด"
|
||||
EndIf
|
||||
)
|
||||
</MenuUnavailableLabel>
|
||||
</Configuration>
|
||||
<Menus>
|
||||
;banners
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0078
|
||||
<Menu>
|
||||
<State> Flag( 12-01-03-0078.Button,$Sum1201030078) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_super_oreo_volcano_Caramel_happy_trios.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_super_oreo_volcano_Caramel_happy_trios.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_super_oreo_volcano_Caramel_happy_trios.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Premium Espresso\nCaramel Oreo"
|
||||
Else
|
||||
Var return = "พรีเมียมเอสเพรสโซ่\nคาราเมลโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coffee, Milk, Caramel , Oreo"
|
||||
Else
|
||||
Var return = "กาแฟ นม คาราเมล และโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_Caramel_happy_trios.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-01-03-0078.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-01-03-0078"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-01-03-0078.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-01-03-0078, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-01-03-0078"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-01-03-0078.NameE
|
||||
Var menu_desc_eng_blender = $12-01-03-0078.descriptionE
|
||||
Var menu_name_thai_blender = $12-01-03-0078.Name
|
||||
Var menu_desc_thai_blender = $12-01-03-0078.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; - - 12-21-03-0078
|
||||
<Menu>
|
||||
<State> Flag( 12-21-03-0078.Button,$Sum1221030078) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_super_oreo_volcano_Caramel_happy_trios.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_super_oreo_volcano_Caramel_happy_trios.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_super_oreo_volcano_Caramel_happy_trios.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Premium Espresso\nCaramel Oreo"
|
||||
Else
|
||||
Var return = "พรีเมียมเอสเพรสโซ่\nคาราเมลโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Coffee, Milk, Caramel , Oreo"
|
||||
Else
|
||||
Var return = "กาแฟ นม คาราเมล และโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-21-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_Caramel_happy_trios.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-21-03-0078.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-21-03-0078"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-21-03-0078.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-21-03-0078, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-21-03-0078"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-21-03-0078.NameE
|
||||
Var menu_desc_eng_blender = $12-21-03-0078.descriptionE
|
||||
Var menu_name_thai_blender = $12-21-03-0078.Name
|
||||
Var menu_desc_thai_blender = $12-21-03-0078.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0057
|
||||
<Menu>
|
||||
<State> Flag( 12-02-03-0057.Button,$Sum1202030057) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_super_oreo_volcano_Matcha_happy_trios.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_super_oreo_volcano_Matcha_happy_trios.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_super_oreo_volcano_Matcha_happy_trios.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Premium Matcha\nCaramel Oreo"
|
||||
Else
|
||||
Var return = "พรีเมียมมัทฉะ\nคาราเมลโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Matcha, Milk, Caramel , Oreo"
|
||||
Else
|
||||
Var return = "มัทฉะ นม คาราเมล และโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_Matcha_happy_trios.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-02-03-0057.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-02-03-0057"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-02-03-0057.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-02-03-0057, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-02-03-0057"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0057.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0057.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0057.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0057.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0058
|
||||
<Menu>
|
||||
<State> Flag( 12-02-03-0058.Button,$Sum1202030058) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_super_oreo_volcano_ThaiTea_happy_trios.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_super_oreo_volcano_ThaiTea_happy_trios.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_super_oreo_volcano_ThaiTea_happy_trios.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Premium Thai Tea\nCaramel Oreo"
|
||||
Else
|
||||
Var return = "พรีเมียมชาไทย\nคาราเมลโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Thai Tea, Milk, Caramel , Oreo"
|
||||
Else
|
||||
Var return = "ชาไทย นม คาราเมล และโอรีโอ"
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "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
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_ThaiTea_happy_trios.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-02-03-0058.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-02-03-0058"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-02-03-0058.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-02-03-0058, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-02-03-0058"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0058.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0058.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0058.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0058.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
</ScrollableCatalog>
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
52
xml/v3/page_catalog_group_pro_jemila.skt
Normal file
52
xml/v3/page_catalog_group_pro_jemila.skt
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
Var FromMyMintPro = 0
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/v3/menu_catalog_new.xml"
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 500 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 500 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;BigLogoLayout
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
1312
xml/v3/page_catalog_group_pro_jemila.xml
Normal file
1312
xml/v3/page_catalog_group_pro_jemila.xml
Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue