Merge branch 'master' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
25ad3df945
155 changed files with 9812 additions and 262 deletions
|
|
@ -138,7 +138,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
<Button>
|
||||
|
|
@ -151,7 +155,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
out_xml( '\t<Volume> SoundVolume </Volume>\r\n')
|
||||
out_xml( '\t<EventOnClick> \r\n')
|
||||
|
||||
# Default
|
||||
out_xml( '\t\tVar NameDrink = "' + spl[1].replace("\\n", " ") + '"\r\n')
|
||||
out_xml( '\t\tVar NameDrinkTH = "' + spl[0].replace("\\n", " ") + '"\r\n')
|
||||
out_xml( '\t\tVar DrinkDescriptionTH = "' + spl[2].replace("\\n", " ") + '"\r\n')
|
||||
|
|
@ -92,9 +93,33 @@
|
|||
out_xml( '\t\tEndIf\r\n')
|
||||
|
||||
|
||||
out_xml( '\t\tVar menu_name_eng_hot = $' + pd_code_1 + '.NameE\r\n')
|
||||
out_xml( '\t\tVar menu_desc_eng_hot = $' + pd_code_1 + '.descriptionE\r\n')
|
||||
out_xml( '\t\tVar menu_name_thai_hot = $' + pd_code_1 + '.Name\r\n')
|
||||
out_xml( '\t\tVar menu_desc_thai_hot = $' + pd_code_1 + '.description\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\tVar menu_name_eng_cold = $' + pd_code_2 + '.NameE\r\n')
|
||||
out_xml( '\t\tVar menu_desc_eng_cold = $' + pd_code_2 + '.descriptionE\r\n')
|
||||
out_xml( '\t\tVar menu_name_thai_cold = $' + pd_code_2 + '.Name\r\n')
|
||||
out_xml( '\t\tVar menu_desc_thai_cold = $' + pd_code_2 + '.description\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\tVar menu_name_eng_blender = $' + pd_code_3 + '.NameE\r\n')
|
||||
out_xml( '\t\tVar menu_desc_eng_blender = $' + pd_code_3 + '.descriptionE\r\n')
|
||||
out_xml( '\t\tVar menu_name_thai_blender = $' + pd_code_3 + '.Name\r\n')
|
||||
out_xml( '\t\tVar menu_desc_thai_blender = $' + pd_code_3 + '.description\r\n')
|
||||
|
||||
out_xml( '\t\tOpen "ROOT/taobin_project/xml/page_topping_select4.xml"\r\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\tDEBUGVAR menu_name_eng_hot\r\n')
|
||||
out_xml( '\t\tDEBUGVAR menu_name_eng_cold\r\n')
|
||||
out_xml( '\t\tDEBUGVAR menu_name_eng_blender\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\tOpen "ROOT/taobin_project/xml/page_topping_select4.xml"\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t</EventOnClick>\r\n')
|
||||
|
|
|
|||
|
|
@ -502,8 +502,12 @@
|
|||
Var NextPage = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
|
||||
If new_layout = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
|
|
|
|||
|
|
@ -142,6 +142,24 @@
|
|||
EndIf
|
||||
|
||||
READ_FILE "/mnt/sdcard/new_layout" new_layout
|
||||
|
||||
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 = ""
|
||||
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -262,8 +280,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -163,6 +163,16 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If IgnoreNetCore = "true" Then
|
||||
|
||||
Else
|
||||
;stop_now
|
||||
If NETCORE_LOST_CNT > 15 Then
|
||||
Var stop_now = "true"
|
||||
Var MachineErrorDetailAll = "???"
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
TimerReset
|
||||
|
|
@ -251,7 +261,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
<Button>
|
||||
|
|
@ -264,7 +278,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -581,7 +599,7 @@
|
|||
<ScrollHeight> "auto" </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
; menu_new_list 8
|
||||
; menu_new_list 10
|
||||
; 12-03-01-0005 12-03-02-0005 12-03-03-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -622,7 +640,28 @@
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-03-01-0005.NameE
|
||||
Var menu_desc_eng_hot = $12-03-01-0005.descriptionE
|
||||
Var menu_name_thai_hot = $12-03-01-0005.Name
|
||||
Var menu_desc_thai_hot = $12-03-01-0005.description
|
||||
|
||||
Var menu_name_eng_cold = $12-03-02-0005.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0005.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0005.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0005.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0005.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0005.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0005.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0005.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -767,7 +806,28 @@
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-03-01-0001.NameE
|
||||
Var menu_desc_eng_hot = $12-03-01-0001.descriptionE
|
||||
Var menu_name_thai_hot = $12-03-01-0001.Name
|
||||
Var menu_desc_thai_hot = $12-03-01-0001.description
|
||||
|
||||
Var menu_name_eng_cold = $12-03-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0001.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0001.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0001.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0001.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0001.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -912,7 +972,28 @@
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-02-0009.NameE
|
||||
Var menu_desc_eng_hot = $12-02-02-0009.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-02-0009.Name
|
||||
Var menu_desc_thai_hot = $12-02-02-0009.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-01-0009.NameE
|
||||
Var menu_desc_eng_cold = $12-02-01-0009.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-01-0009.Name
|
||||
Var menu_desc_thai_cold = $12-02-01-0009.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1059,7 +1140,28 @@ Water, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-03-01-0004.NameE
|
||||
Var menu_desc_eng_hot = $12-03-01-0004.descriptionE
|
||||
Var menu_name_thai_hot = $12-03-01-0004.Name
|
||||
Var menu_desc_thai_hot = $12-03-01-0004.description
|
||||
|
||||
Var menu_name_eng_cold = $12-03-02-0004.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0004.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0004.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0004.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0004.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0004.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0004.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0004.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1206,7 +1308,28 @@ Caramel Syrup" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-03-01-0003.NameE
|
||||
Var menu_desc_eng_hot = $12-03-01-0003.descriptionE
|
||||
Var menu_name_thai_hot = $12-03-01-0003.Name
|
||||
Var menu_desc_thai_hot = $12-03-01-0003.description
|
||||
|
||||
Var menu_name_eng_cold = $12-03-02-0003.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0003.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0003.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0003.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0003.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0003.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0003.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0003.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1352,7 +1475,28 @@ MILK" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-03-02-0006.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0006.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0006.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0006.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0006.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0006.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0006.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0006.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1499,7 +1643,28 @@ Sugar, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-03-01-0002.NameE
|
||||
Var menu_desc_eng_hot = $12-03-01-0002.descriptionE
|
||||
Var menu_name_thai_hot = $12-03-01-0002.Name
|
||||
Var menu_desc_thai_hot = $12-03-01-0002.description
|
||||
|
||||
Var menu_name_eng_cold = $12-03-02-0002.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0002.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0002.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0002.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0002.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0002.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0002.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0002.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1603,6 +1768,343 @@ Sugar, Ice" </Value>
|
|||
<State> $12-03-03-0002.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0002.Price ) </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0010.Button,) </State>
|
||||
<Button>
|
||||
<State> Flag( 12-03-03-0010.Button,) </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberrycocoa_smoothie.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberrycocoa_smoothie.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberrycocoa_smoothie.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "STRAWCOCOA SMOOTHIE"
|
||||
Var NameDrinkTH = "โกโก้สตอเบอร์รี่ปั่น"
|
||||
Var DrinkDescriptionTH = "นม น้ำเชื่อมสตอเบอร์รี่ โกโก้ และน้ำแข็ง"
|
||||
Var DrinkDescription = "Milk, Mango Syrup, and Iced"
|
||||
Topping "Load" "-"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + "bn_iced_strawberrycocoa_smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $-.Price
|
||||
Var PriceD3 = $12-03-03-0010.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0010"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0010.Button
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var PD_STAGE_2 = "PressForever"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var PD_STAGE_1 = "PressForever"
|
||||
Else
|
||||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0010.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0010.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0010.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0010.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โกโก้สตอเบอร์รี่ปั่น" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม น้ำเชื่อมสตอเบอร์รี่
|
||||
โกโก้ และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "STRAWCOCOA
|
||||
SMOOTHIE" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Milk, Mango Syrup, and Iced" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> $12-03-03-0010.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0010.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0010.Price ) </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - 12-03-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0011.Button,) </State>
|
||||
<Button>
|
||||
<State> Flag( 12-03-03-0011.Button,) </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberrymilk_smoothie.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberrymilk_smoothie.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberrymilk_smoothie.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "STRAWMILK SMOOTHIE"
|
||||
Var NameDrinkTH = "นมสตอเบอร์รี่ปั่น"
|
||||
Var DrinkDescriptionTH = "นม น้ำเชื่อมสตอเบอร์รี่ และน้ำแข็ง"
|
||||
Var DrinkDescription = "Milk, Strawberry Syrup, and Iced"
|
||||
Topping "Load" "-"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + "bn_iced_strawberrymilk_smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $-.Price
|
||||
Var PriceD3 = $12-03-03-0011.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0011"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0011.Button
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var PD_STAGE_2 = "PressForever"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var PD_STAGE_1 = "PressForever"
|
||||
Else
|
||||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0011.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0011.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0011.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0011.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นมสตอเบอร์รี่ปั่น" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "นม น้ำเชื่อมสตอเบอร์รี่
|
||||
และน้ำแข็ง" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "STRAWMILK
|
||||
SMOOTHIE" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Milk, Strawberry Syrup, and
|
||||
Iced" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> $12-03-03-0011.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
<Y> 265 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0011.Button </State>
|
||||
<Value> Var( "฿" + $12-03-03-0011.Price ) </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - 12-03-03-0009
|
||||
<Block>
|
||||
|
|
@ -1644,7 +2146,28 @@ Sugar, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0009.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0009.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0009.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0009.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -15,10 +15,10 @@
|
|||
?>
|
||||
|
||||
If SpiralOnline = "true" Then
|
||||
Var Menu2Selected2 = "PressForever"
|
||||
Var Menu1Selected2 = "PressForever"
|
||||
Else
|
||||
; coffee show
|
||||
Var Menu2Selected = "PressForever"
|
||||
Var Menu1Selected = "PressForever"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
6358
xml/page_catalog_group_recommend.xml
Normal file
6358
xml/page_catalog_group_recommend.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -163,6 +163,16 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If IgnoreNetCore = "true" Then
|
||||
|
||||
Else
|
||||
;stop_now
|
||||
If NETCORE_LOST_CNT > 15 Then
|
||||
Var stop_now = "true"
|
||||
Var MachineErrorDetailAll = "???"
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
TimerReset
|
||||
|
|
@ -251,7 +261,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
<Button>
|
||||
|
|
@ -264,7 +278,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -622,7 +640,28 @@
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0001.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0001.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0001.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0001.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0001.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0001.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0001.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0001.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0001.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -768,7 +807,28 @@ and water" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0020.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0020.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0020.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0020.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0020.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0020.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0020.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0020.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0020.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0020.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0020.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0020.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -913,7 +973,28 @@ and water" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0007.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0007.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0007.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0007.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0007.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0007.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0007.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0007.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0007.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0007.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0007.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0007.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1059,7 +1140,28 @@ and water" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0002.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0002.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0002.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0002.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0002.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0002.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0002.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0002.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0002.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0002.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0002.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0002.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1204,7 +1306,28 @@ and water" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0021.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0021.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0021.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0021.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 = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1350,7 +1473,28 @@ GINGER TEA" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0024.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0024.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0024.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0024.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0024.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0024.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0024.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0024.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0024.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0024.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0024.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0024.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1495,7 +1639,28 @@ GINGER TEA" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0025.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0025.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0025.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0025.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0025.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0025.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0025.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0025.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0025.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0025.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0025.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0025.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1641,7 +1806,28 @@ and Warm milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0026.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0026.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0026.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0026.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0026.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0026.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0026.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0026.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0026.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0026.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0026.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0026.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1786,7 +1972,28 @@ and Warm milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0027.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0027.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0027.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0027.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0027.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0027.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0027.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0027.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0027.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0027.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0027.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0027.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1931,7 +2138,28 @@ and Warm milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0028.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0028.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0028.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0028.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0028.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0028.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0028.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0028.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0028.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0028.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0028.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0028.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2079,7 +2307,28 @@ and water" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0011.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0011.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0011.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0011.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0011.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0011.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0011.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0011.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0011.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0011.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0011.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0011.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2224,7 +2473,28 @@ and water" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0012.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0012.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0012.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0012.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0012.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0012.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0012.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0012.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0012.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0012.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0012.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0012.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2371,7 +2641,28 @@ LIMENADE" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-02-0006.NameE
|
||||
Var menu_desc_eng_hot = $12-02-02-0006.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-02-0006.Name
|
||||
Var menu_desc_thai_hot = $12-02-02-0006.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-01-0006.NameE
|
||||
Var menu_desc_eng_cold = $12-02-01-0006.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-01-0006.Name
|
||||
Var menu_desc_thai_cold = $12-02-01-0006.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0006.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0006.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0006.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0006.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2519,7 +2810,28 @@ TEA" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-02-0003.NameE
|
||||
Var menu_desc_eng_hot = $12-02-02-0003.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-02-0003.Name
|
||||
Var menu_desc_thai_hot = $12-02-02-0003.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-01-0003.NameE
|
||||
Var menu_desc_eng_cold = $12-02-01-0003.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-01-0003.Name
|
||||
Var menu_desc_thai_cold = $12-02-01-0003.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0003.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0003.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0003.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0003.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2664,7 +2976,28 @@ TEA" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-02-0004.NameE
|
||||
Var menu_desc_eng_hot = $12-02-02-0004.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-02-0004.Name
|
||||
Var menu_desc_thai_hot = $12-02-02-0004.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-01-0004.NameE
|
||||
Var menu_desc_eng_cold = $12-02-01-0004.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-01-0004.Name
|
||||
Var menu_desc_thai_cold = $12-02-01-0004.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0004.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0004.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0004.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0004.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2809,7 +3142,28 @@ TEA" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-02-0008.NameE
|
||||
Var menu_desc_eng_hot = $12-02-02-0008.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-02-0008.Name
|
||||
Var menu_desc_thai_hot = $12-02-02-0008.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-01-0008.NameE
|
||||
Var menu_desc_eng_cold = $12-02-01-0008.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-01-0008.Name
|
||||
Var menu_desc_thai_cold = $12-02-01-0008.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0008.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0008.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0008.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0008.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2955,7 +3309,28 @@ Sugar, Water, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0011.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0011.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0011.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0011.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0011.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0011.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0011.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0011.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0011.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0011.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0011.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0011.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3100,7 +3475,28 @@ Sugar, Water, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-02-0012.NameE
|
||||
Var menu_desc_eng_hot = $12-02-02-0012.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-02-0012.Name
|
||||
Var menu_desc_thai_hot = $12-02-02-0012.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-01-0012.NameE
|
||||
Var menu_desc_eng_cold = $12-02-01-0012.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-01-0012.Name
|
||||
Var menu_desc_thai_cold = $12-02-01-0012.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0012.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0012.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0012.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0012.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3247,7 +3643,28 @@ LIMENADE" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0019.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0019.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0019.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0019.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0019.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0019.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0019.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0019.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0019.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0019.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0019.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0019.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3392,7 +3809,28 @@ LIMENADE" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0022.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0022.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0022.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0022.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0022.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0022.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0022.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0022.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0022.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0022.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0022.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0022.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3539,7 +3977,28 @@ Water, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0017.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0017.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0017.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0017.description
|
||||
|
||||
Var menu_name_eng_cold = $12-05-02-0027.NameE
|
||||
Var menu_desc_eng_cold = $12-05-02-0027.descriptionE
|
||||
Var menu_name_thai_cold = $12-05-02-0027.Name
|
||||
Var menu_desc_thai_cold = $12-05-02-0027.description
|
||||
|
||||
Var menu_name_eng_blender = $12-05-03-0027.NameE
|
||||
Var menu_desc_eng_blender = $12-05-03-0027.descriptionE
|
||||
Var menu_name_thai_blender = $12-05-03-0027.Name
|
||||
Var menu_desc_thai_blender = $12-05-03-0027.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3685,7 +4144,28 @@ Water, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-02-02-0029.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0029.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0029.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0029.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3830,7 +4310,28 @@ Water, Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-02-02-0030.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0030.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0030.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0030.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -3976,7 +4477,28 @@ LIMENADE" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0031.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0031.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0031.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0031.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0031.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0031.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0031.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0031.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -4082,15 +4604,15 @@ LIMENADE" </Value>
|
|||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; 12-02-01-0031 12-02-02-0032 -
|
||||
; 12-02-01-0032 12-02-02-0032 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0031.Button,12-02-02-0032.Button,) </State>
|
||||
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,) </State>
|
||||
<Button>
|
||||
<State> Flag( 12-02-01-0031.Button,12-02-02-0032.Button,) </State>
|
||||
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,) </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_Oolong_tea.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lime_Oolong_tea.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_Oolong_tea.png" </FilenameDisable>
|
||||
|
|
@ -4104,13 +4626,13 @@ LIMENADE" </Value>
|
|||
Topping "Load" "12-02-02-0032"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + "bn_hot_lime_Oolong_tea.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-02-01-0031.Price
|
||||
Var PriceD1 = $12-02-01-0032.Price
|
||||
Var PriceD2 = $12-02-02-0032.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "12-02-01-0031"
|
||||
Var PD_CODE1 = "12-02-01-0032"
|
||||
Var PD_CODE2 = "12-02-02-0032"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = $12-02-01-0031.Button
|
||||
Var PD_STAGE_1 = $12-02-01-0032.Button
|
||||
Var PD_STAGE_2 = $12-02-02-0032.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
|
|
@ -4122,7 +4644,28 @@ LIMENADE" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0032.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0032.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0032.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0032.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0032.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0032.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0032.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0032.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -4178,7 +4721,7 @@ Water, and Ice" </Value>
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> $12-02-01-0031.Button </State>
|
||||
<State> $12-02-01-0032.Button </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
|
|
@ -4190,8 +4733,8 @@ Water, and Ice" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-02-01-0031.Button </State>
|
||||
<Value> Var( "฿" + $12-02-01-0031.Price ) </Value>
|
||||
<State> $12-02-01-0032.Button </State>
|
||||
<Value> Var( "฿" + $12-02-01-0032.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
|
|
@ -4230,15 +4773,15 @@ Water, and Ice" </Value>
|
|||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
; 12-02-01-0016 - -
|
||||
; 12-02-01-0016 12-02-02-0017 12-02-03-0017
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0016.Button,) </State>
|
||||
<State> Flag( 12-02-01-0016.Button,12-02-02-0017.Button,12-02-03-0017.Button,) </State>
|
||||
<Button>
|
||||
<State> Flag( 12-02-01-0016.Button,) </State>
|
||||
<State> Flag( 12-02-01-0016.Button,12-02-02-0017.Button,12-02-03-0017.Button,) </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_ume_tea.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_ume_tea.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_ume_tea.png" </FilenameDisable>
|
||||
|
|
@ -4249,18 +4792,18 @@ Water, and Ice" </Value>
|
|||
Var NameDrinkTH = "ชาบ๊วย "
|
||||
Var DrinkDescriptionTH = "ชาไทย น้ำเชื่อมบ๊วย"
|
||||
Var DrinkDescription = "Thai tea, Ume Syrup, and water"
|
||||
Topping "Load" "-"
|
||||
Topping "Load" "12-02-02-0017"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + "bn_hot_ume_tea.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-02-01-0016.Price
|
||||
Var PriceD2 = $-.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PriceD2 = $12-02-02-0017.Price
|
||||
Var PriceD3 = $12-02-03-0017.Price
|
||||
Var PD_CODE1 = "12-02-01-0016"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-02-02-0017"
|
||||
Var PD_CODE3 = "12-02-03-0017"
|
||||
Var PD_STAGE_1 = $12-02-01-0016.Button
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-02-02-0017.Button
|
||||
Var PD_STAGE_3 = $12-02-03-0017.Button
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var PD_STAGE_2 = "PressForever"
|
||||
Else
|
||||
|
|
@ -4270,7 +4813,28 @@ Water, and Ice" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-02-01-0016.NameE
|
||||
Var menu_desc_eng_hot = $12-02-01-0016.descriptionE
|
||||
Var menu_name_thai_hot = $12-02-01-0016.Name
|
||||
Var menu_desc_thai_hot = $12-02-01-0016.description
|
||||
|
||||
Var menu_name_eng_cold = $12-02-02-0017.NameE
|
||||
Var menu_desc_eng_cold = $12-02-02-0017.descriptionE
|
||||
Var menu_name_thai_cold = $12-02-02-0017.Name
|
||||
Var menu_desc_thai_cold = $12-02-02-0017.description
|
||||
|
||||
Var menu_name_eng_blender = $12-02-03-0017.NameE
|
||||
Var menu_desc_eng_blender = $12-02-03-0017.descriptionE
|
||||
Var menu_name_thai_blender = $12-02-03-0017.Name
|
||||
Var menu_desc_thai_blender = $12-02-03-0017.description
|
||||
|
||||
DEBUGVAR menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -4344,7 +4908,7 @@ and water" </Value>
|
|||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
<State> $12-02-02-0017.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
|
|
@ -4354,15 +4918,15 @@ and water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<State> $12-02-02-0017.Button </State>
|
||||
<Value> Var( "฿" + $12-02-02-0017.Price ) </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
<State> $12-02-03-0017.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 183 </X>
|
||||
|
|
@ -4372,8 +4936,8 @@ and water" </Value>
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> Var( "฿" + $-.Price ) </Value>
|
||||
<State> $12-02-03-0017.Button </State>
|
||||
<Value> Var( "฿" + $12-02-03-0017.Price ) </Value>
|
||||
</Text>
|
||||
</Block>
|
||||
</FrameScroll>
|
||||
|
|
|
|||
|
|
@ -176,6 +176,16 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If IgnoreNetCore = "true" Then
|
||||
|
||||
Else
|
||||
;stop_now
|
||||
If NETCORE_LOST_CNT > 15 Then
|
||||
Var stop_now = "true"
|
||||
Var MachineErrorDetailAll = "???"
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
TimerReset
|
||||
|
|
@ -264,7 +274,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
<Button>
|
||||
|
|
@ -277,7 +291,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -635,7 +653,28 @@
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0001.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -781,7 +820,28 @@ Matcha, and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0016.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0016.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0016.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0016.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -927,7 +987,28 @@ Matcha, and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0002.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0002.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0002.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0002.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1073,7 +1154,28 @@ Cocoa, and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0003.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0003.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0003.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0003.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1221,7 +1323,28 @@ Strawberry Syrup" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0013.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0013.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0013.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0013.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1369,7 +1492,28 @@ Strawberry Syrup" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0004.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0004.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0004.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0004.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1515,7 +1659,28 @@ and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0005.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0005.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0005.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0005.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1661,7 +1826,28 @@ Thai Tea, and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0015.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0015.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0015.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0015.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1807,7 +1993,28 @@ Thai Tea, and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0006.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0006.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0006.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0006.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -1955,7 +2162,28 @@ Kokuto syrup" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0007.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0007.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0007.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0007.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2102,7 +2330,28 @@ Blueberry Syrup and Milk" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0008.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0008.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0008.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0008.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2250,7 +2499,28 @@ Taiwanese Tea, Sugar" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0017.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0017.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0017.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0017.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2398,7 +2668,28 @@ Taiwanese Tea, Sugar" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0009.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0009.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0009.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0009.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2545,7 +2836,28 @@ Caramel Syrup" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0010.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0010.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0010.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0010.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
@ -2690,7 +3002,28 @@ Caramel Syrup" </Value>
|
|||
Var PD_STAGE_3 = "PressForever"
|
||||
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-0011.NameE
|
||||
Var menu_desc_eng_cold = $12-04-02-0011.descriptionE
|
||||
Var menu_name_thai_cold = $12-04-02-0011.Name
|
||||
Var menu_desc_thai_cold = $12-04-02-0011.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 menu_name_eng_hot
|
||||
DEBUGVAR menu_name_eng_cold
|
||||
DEBUGVAR menu_name_eng_blender
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
|
|
|
|||
|
|
@ -94,6 +94,11 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If new_layout = "true" Then
|
||||
Var showname = ""
|
||||
Var showdesc = ""
|
||||
EndIf
|
||||
|
||||
Var bg_strawlid = DirImage + "/bg_strawlid.png"
|
||||
Var bg_straw_only = DirImage + "/bg_straw_only.png"
|
||||
Var bg_lid_only = DirImage + "/bg_lid_only.png"
|
||||
|
|
@ -294,6 +299,8 @@
|
|||
Else
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
EndIf
|
||||
|
||||
Function 2
|
||||
|
||||
RefreshAll
|
||||
</EventClick>
|
||||
|
|
@ -1811,6 +1818,11 @@
|
|||
|
||||
;Var Seeker = "curr"
|
||||
|
||||
If new_layout = "true" Then
|
||||
; Name , Descript
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR PriceDrinkTmp
|
||||
|
||||
;Var Seeker.PriceDrink = PriceDrinkTmp
|
||||
|
|
@ -2012,6 +2024,14 @@
|
|||
EndIf
|
||||
|
||||
Var showText4 = "Invisible"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showname = menu_name_eng_hot
|
||||
Var showdesc = menu_desc_eng_hot
|
||||
Else
|
||||
Var showname = menu_name_thai_hot
|
||||
Var showdesc = menu_desc_thai_hot
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If cold_button_state = "PressForever" Then
|
||||
|
|
@ -2022,6 +2042,14 @@
|
|||
Var showShotEnable = "Enable"
|
||||
EndIf
|
||||
Var showText4 = "Invisible"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showname = menu_name_eng_cold
|
||||
Var showdesc = menu_desc_eng_cold
|
||||
Else
|
||||
Var showname = menu_name_thai_cold
|
||||
Var showdesc = menu_desc_thai_cold
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If blend_button_state = "PressForever" Then
|
||||
|
|
@ -2030,6 +2058,14 @@
|
|||
|
||||
Var showShotEnable = "Disable"
|
||||
Var showText4 = "Enable"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showname = menu_name_eng_blender
|
||||
Var showdesc = menu_desc_eng_blender
|
||||
Else
|
||||
Var showname = menu_name_thai_blender
|
||||
Var showdesc = menu_desc_thai_blender
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -2079,6 +2115,11 @@
|
|||
|
||||
SAVELOG PriceDrinkTmp
|
||||
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue