FIX ice tab

This commit is contained in:
kong 2022-05-24 15:55:20 +07:00
parent 7c15e0c9ec
commit ae59eb36ab
9 changed files with 752 additions and 742 deletions

View file

@ -88,15 +88,26 @@
out_xml('\t<Width> 225 </Width>\r\n')
out_xml('\t<Height> 296 </Height>\r\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 touch_less_gen == True:
str_con += "Disable=Invisible"
str_con += "Disable=Invisible,"
str_con += "$Sum" + str_con_var
out_xml( '\t<State> Flag( '+ str_con + ') </State> \r\n')
@ -122,7 +133,7 @@
out_xml( '\t<Button>\r\n')
out_xml( '\t<State> Flag( '+ str_con + ') </State> \r\n')
out_xml( '\t<State> $Sum' + str_con_var +' </State> \r\n')
out_xml( '\t<Filename> "' + new_default_dir + '/'+ menu_img +'" </Filename>\r\n')
out_xml( '\t<FilenamePress> "' + new_default_dir_press + '/'+ menu_img +'" </FilenamePress>\r\n')
out_xml( '\t<FilenameDisable> "' + new_default_dir_disable + '/'+ menu_img +'" </FilenameDisable>\r\n')
@ -379,14 +390,16 @@
out_xml( '\t\tIf ICE_PROCESS_STATUS = 2 Then\r\n')
out_xml( '\t\t\r\n')
if ice_tab_hot_show == True:
out_xml( '\t\t\tSTRCONTAIN "LOW" $' + pd_code_1 + '.TAG tag_is_low\r\n')
out_xml( '\t\t\tIf tag_is_low = "true" Then\r\n')
#out_xml( '\t\t\tDEBUGVAR $Sum' + str_con_var +'\r\n')
out_xml( '\t\t\tIf $Sum' + str_con_var +' = "Disable" Then\r\n')
out_xml( '\t\t\t\tVar ice_tab_process_show = "Disable"\r\n')
out_xml( '\t\t\rElse\n')
out_xml( '\t\t\tElse\r\n')
out_xml( '\t\t\t\tVar ice_tab_process_show = "Enable"\r\n')
out_xml( '\t\t\tEndIf\r\n')
else:
out_xml( '\t\t\tVar ice_tab_process_show = "Disable"\r\n')
out_xml( '\t\t\tVar ice_tab_process_show = "Invisible"\r\n')
out_xml( '\t\t\r\n')
out_xml( '\t\tElse\r\n')
out_xml( '\t\t\tVar ice_tab_process_show = "Invisible"\r\n')

File diff suppressed because it is too large Load diff

View file

@ -638,9 +638,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-01-0005.Button,12-03-02-0005.Button,12-03-03-0005.Button,) </State>
<State> Flag( 12-03-01-0005.Button,12-03-02-0005.Button,12-03-03-0005.Button,$Sum120301000512030200051203030005) </State>
<Button>
<State> Flag( 12-03-01-0005.Button,12-03-02-0005.Button,12-03-03-0005.Button,) </State>
<State> $Sum120301000512030200051203030005 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_milk.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_milk.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_milk.png" </FilenameDisable>
@ -817,10 +817,10 @@
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0005.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120301000512030200051203030005
If $Sum120301000512030200051203030005 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -849,9 +849,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-01-0001.Button,12-03-02-0001.Button,12-03-03-0001.Button,) </State>
<State> Flag( 12-03-01-0001.Button,12-03-02-0001.Button,12-03-03-0001.Button,$Sum120301000112030200011203030001) </State>
<Button>
<State> Flag( 12-03-01-0001.Button,12-03-02-0001.Button,12-03-03-0001.Button,) </State>
<State> $Sum120301000112030200011203030001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_caramel.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_caramel.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_caramel.png" </FilenameDisable>
@ -1028,10 +1028,10 @@
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0001.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120301000112030200011203030001
If $Sum120301000112030200011203030001 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1060,9 +1060,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-01-0004.Button,12-03-02-0004.Button,12-03-03-0004.Button,) </State>
<State> Flag( 12-03-01-0004.Button,12-03-02-0004.Button,12-03-03-0004.Button,$Sum120301000412030200041203030004) </State>
<Button>
<State> Flag( 12-03-01-0004.Button,12-03-02-0004.Button,12-03-03-0004.Button,) </State>
<State> $Sum120301000412030200041203030004 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_caramel_cocoa.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_caramel_cocoa.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_caramel_cocoa.png" </FilenameDisable>
@ -1241,10 +1241,10 @@ Caramel Syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0004.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120301000412030200041203030004
If $Sum120301000412030200041203030004 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1273,9 +1273,9 @@ Caramel Syrup" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-01-0003.Button,12-03-02-0003.Button,12-03-03-0003.Button,) </State>
<State> Flag( 12-03-01-0003.Button,12-03-02-0003.Button,12-03-03-0003.Button,$Sum120301000312030200031203030003) </State>
<Button>
<State> Flag( 12-03-01-0003.Button,12-03-02-0003.Button,12-03-03-0003.Button,) </State>
<State> $Sum120301000312030200031203030003 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Black_Sugar_Milk.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Black_Sugar_Milk.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Black_Sugar_Milk.png" </FilenameDisable>
@ -1453,10 +1453,10 @@ MILK" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0003.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120301000312030200031203030003
If $Sum120301000312030200031203030003 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1485,9 +1485,9 @@ MILK" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-02-0006.Button,12-03-03-0006.Button,) </State>
<State> Flag( 12-03-02-0006.Button,12-03-03-0006.Button,$Sum12030200061203030006) </State>
<Button>
<State> Flag( 12-03-02-0006.Button,12-03-03-0006.Button,) </State>
<State> $Sum12030200061203030006 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_pink_milk.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_pink_milk.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_pink_milk.png" </FilenameDisable>
@ -1666,7 +1666,7 @@ Sugar, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1693,9 +1693,9 @@ Sugar, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-01-0002.Button,12-03-02-0002.Button,12-03-03-0002.Button,) </State>
<State> Flag( 12-03-01-0002.Button,12-03-02-0002.Button,12-03-03-0002.Button,$Sum120301000212030200021203030002) </State>
<Button>
<State> Flag( 12-03-01-0002.Button,12-03-02-0002.Button,12-03-03-0002.Button,) </State>
<State> $Sum120301000212030200021203030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_cocoa.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_cocoa.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_cocoa.png" </FilenameDisable>
@ -1872,10 +1872,10 @@ Sugar, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0002.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120301000212030200021203030002
If $Sum120301000212030200021203030002 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1904,9 +1904,9 @@ Sugar, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-03-0010.Button,) </State>
<State> Flag( 12-03-03-0010.Button,$Sum1203030010) </State>
<Button>
<State> Flag( 12-03-03-0010.Button,) </State>
<State> $Sum1203030010 </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>
@ -2085,7 +2085,7 @@ SMOOTHIE" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2112,9 +2112,9 @@ SMOOTHIE" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-03-0011.Button,) </State>
<State> Flag( 12-03-03-0011.Button,$Sum1203030011) </State>
<Button>
<State> Flag( 12-03-03-0011.Button,) </State>
<State> $Sum1203030011 </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>
@ -2294,7 +2294,7 @@ Iced" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2321,9 +2321,9 @@ Iced" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-03-0009.Button,) </State>
<State> Flag( 12-03-03-0009.Button,$Sum1203030009) </State>
<Button>
<State> Flag( 12-03-03-0009.Button,) </State>
<State> $Sum1203030009 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_oreo.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_smoothie_oreo.png" </FilenameDisable>
@ -2502,7 +2502,7 @@ VOLCANO" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2529,9 +2529,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,) </State>
<State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,$Sum120301001912030200191203030019) </State>
<Button>
<State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,) </State>
<State> $Sum120301001912030200191203030019 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_ovaltine.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_ovaltine.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ovaltine.png" </FilenameDisable>
@ -2708,10 +2708,10 @@ VOLCANO" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0019.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120301001912030200191203030019
If $Sum120301001912030200191203030019 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -2740,9 +2740,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-03-03-0020.Button,) </State>
<State> Flag( 12-03-03-0020.Button,$Sum1203030020) </State>
<Button>
<State> Flag( 12-03-03-0020.Button,) </State>
<State> $Sum1203030020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_ovaltine.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_ovaltine.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_smoothie_ovaltine.png" </FilenameDisable>
@ -2920,7 +2920,7 @@ VOLCANO" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"

View file

@ -637,9 +637,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0007.Button,12-05-03-0007.Button,) </State>
<State> Flag( 12-05-02-0007.Button,12-05-03-0007.Button,$Sum12050200071205030007) </State>
<Button>
<State> Flag( 12-05-02-0007.Button,12-05-03-0007.Button,) </State>
<State> $Sum12050200071205030007 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_pepsi.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_pepsi.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_pepsi.png" </FilenameDisable>
@ -816,7 +816,7 @@
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -843,9 +843,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0019.Button,12-05-03-0019.Button,) </State>
<State> Flag( 12-05-02-0019.Button,12-05-03-0019.Button,$Sum12050200191205030019) </State>
<Button>
<State> Flag( 12-05-02-0019.Button,12-05-03-0019.Button,) </State>
<State> $Sum12050200191205030019 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Cokecola.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Cokecola.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Cokecola.png" </FilenameDisable>
@ -1022,7 +1022,7 @@
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1049,9 +1049,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0020.Button,12-05-03-0020.Button,) </State>
<State> Flag( 12-05-02-0020.Button,12-05-03-0020.Button,$Sum12050200201205030020) </State>
<Button>
<State> Flag( 12-05-02-0020.Button,12-05-03-0020.Button,) </State>
<State> $Sum12050200201205030020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_sprite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_sprite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_sprite.png" </FilenameDisable>
@ -1228,7 +1228,7 @@
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1255,9 +1255,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0035.Button,12-05-03-0035.Button,) </State>
<State> Flag( 12-05-02-0035.Button,12-05-03-0035.Button,$Sum12050200351205030035) </State>
<Button>
<State> Flag( 12-05-02-0035.Button,12-05-03-0035.Button,) </State>
<State> $Sum12050200351205030035 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_energy_drink_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_energy_drink_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_energy_drink_soda.png" </FilenameDisable>
@ -1435,7 +1435,7 @@ DRINK SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1462,9 +1462,9 @@ DRINK SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0010.Button,12-05-03-0010.Button,) </State>
<State> Flag( 12-05-02-0010.Button,12-05-03-0010.Button,$Sum12050200101205030010) </State>
<Button>
<State> Flag( 12-05-02-0010.Button,12-05-03-0010.Button,) </State>
<State> $Sum12050200101205030010 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_lemonade_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_lemonade_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_lemonade_soda.png" </FilenameDisable>
@ -1642,7 +1642,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1669,9 +1669,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0033.Button,12-05-03-0033.Button,) </State>
<State> Flag( 12-05-02-0033.Button,12-05-03-0033.Button,$Sum12050200331205030033) </State>
<Button>
<State> Flag( 12-05-02-0033.Button,12-05-03-0033.Button,) </State>
<State> $Sum12050200331205030033 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Lychee_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Lychee_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee_soda.png" </FilenameDisable>
@ -1848,7 +1848,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1875,9 +1875,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0011.Button,12-05-03-0011.Button,) </State>
<State> Flag( 12-05-02-0011.Button,12-05-03-0011.Button,$Sum12050200111205030011) </State>
<Button>
<State> Flag( 12-05-02-0011.Button,12-05-03-0011.Button,) </State>
<State> $Sum12050200111205030011 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Lychee_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Lychee_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee_soda.png" </FilenameDisable>
@ -2054,7 +2054,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2081,9 +2081,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0022.Button,12-05-03-0022.Button,) </State>
<State> Flag( 12-05-02-0022.Button,12-05-03-0022.Button,$Sum12050200221205030022) </State>
<Button>
<State> Flag( 12-05-02-0022.Button,12-05-03-0022.Button,) </State>
<State> $Sum12050200221205030022 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_Lychee_lime_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_Lychee_lime_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_Lychee_lime_soda.png" </FilenameDisable>
@ -2263,7 +2263,7 @@ Limenade,Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2290,9 +2290,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0028.Button,12-05-03-0028.Button,) </State>
<State> Flag( 12-05-02-0028.Button,12-05-03-0028.Button,$Sum12050200281205030028) </State>
<Button>
<State> Flag( 12-05-02-0028.Button,12-05-03-0028.Button,) </State>
<State> $Sum12050200281205030028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_hemp_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_hemp_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_hemp_soda.png" </FilenameDisable>
@ -2470,7 +2470,7 @@ Limenade,Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2497,9 +2497,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0029.Button,12-05-03-0029.Button,) </State>
<State> Flag( 12-05-02-0029.Button,12-05-03-0029.Button,$Sum12050200291205030029) </State>
<Button>
<State> Flag( 12-05-02-0029.Button,12-05-03-0029.Button,) </State>
<State> $Sum12050200291205030029 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_hemp_lime_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_hemp_lime_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_hemp_lime_soda.png" </FilenameDisable>
@ -2679,7 +2679,7 @@ Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2706,9 +2706,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0012.Button,) </State>
<State> Flag( 12-05-02-0012.Button,$Sum1205020012) </State>
<Button>
<State> Flag( 12-05-02-0012.Button,) </State>
<State> $Sum1205020012 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberry_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberry_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry_soda.png" </FilenameDisable>
@ -2886,7 +2886,7 @@ Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2913,9 +2913,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0041.Button,12-05-03-0041.Button,) </State>
<State> Flag( 12-05-02-0041.Button,12-05-03-0041.Button,$Sum12050200411205030041) </State>
<Button>
<State> Flag( 12-05-02-0041.Button,12-05-03-0041.Button,) </State>
<State> $Sum12050200411205030041 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberry_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberry_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry_soda.png" </FilenameDisable>
@ -3093,7 +3093,7 @@ Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3120,9 +3120,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0008.Button,12-05-03-0008.Button,) </State>
<State> Flag( 12-05-02-0008.Button,12-05-03-0008.Button,$Sum12050200081205030008) </State>
<Button>
<State> Flag( 12-05-02-0008.Button,12-05-03-0008.Button,) </State>
<State> $Sum12050200081205030008 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_sala_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_sala_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala_soda.png" </FilenameDisable>
@ -3300,7 +3300,7 @@ Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3327,9 +3327,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0009.Button,12-05-03-0009.Button,) </State>
<State> Flag( 12-05-02-0009.Button,12-05-03-0009.Button,$Sum12050200091205030009) </State>
<Button>
<State> Flag( 12-05-02-0009.Button,12-05-03-0009.Button,) </State>
<State> $Sum12050200091205030009 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_sala_lime_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_sala_lime_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala_lime_soda.png" </FilenameDisable>
@ -3509,7 +3509,7 @@ Limenade,Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3536,9 +3536,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0024.Button,12-05-03-0024.Button,) </State>
<State> Flag( 12-05-02-0024.Button,12-05-03-0024.Button,$Sum12050200241205030024) </State>
<Button>
<State> Flag( 12-05-02-0024.Button,12-05-03-0024.Button,) </State>
<State> $Sum12050200241205030024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_ume_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_ume_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ume_soda.png" </FilenameDisable>
@ -3715,7 +3715,7 @@ Limenade,Soda, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3742,9 +3742,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0025.Button,12-05-03-0025.Button,) </State>
<State> Flag( 12-05-02-0025.Button,12-05-03-0025.Button,$Sum12050200251205030025) </State>
<Button>
<State> Flag( 12-05-02-0025.Button,12-05-03-0025.Button,) </State>
<State> $Sum12050200251205030025 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_ume_lime_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_ume_lime_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ume_lime_soda.png" </FilenameDisable>
@ -3924,7 +3924,7 @@ Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3951,9 +3951,9 @@ Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0038.Button,12-05-03-0038.Button,) </State>
<State> Flag( 12-05-02-0038.Button,12-05-03-0038.Button,$Sum12050200381205030038) </State>
<Button>
<State> Flag( 12-05-02-0038.Button,12-05-03-0038.Button,) </State>
<State> $Sum12050200381205030038 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Ginger_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Ginger_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Ginger_soda.png" </FilenameDisable>
@ -4130,7 +4130,7 @@ Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -4157,9 +4157,9 @@ Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0039.Button,12-05-03-0039.Button,) </State>
<State> Flag( 12-05-02-0039.Button,12-05-03-0039.Button,$Sum12050200391205030039) </State>
<Button>
<State> Flag( 12-05-02-0039.Button,12-05-03-0039.Button,) </State>
<State> $Sum12050200391205030039 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Gingerlime_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Gingerlime_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Gingerlime_soda.png" </FilenameDisable>
@ -4337,7 +4337,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -4364,9 +4364,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0014.Button,) </State>
<State> Flag( 12-05-02-0014.Button,$Sum1205020014) </State>
<Button>
<State> Flag( 12-05-02-0014.Button,) </State>
<State> $Sum1205020014 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_soda.png" </FilenameDisable>
@ -4543,7 +4543,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -4570,9 +4570,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0015.Button,) </State>
<State> Flag( 12-05-02-0015.Button,$Sum1205020015) </State>
<Button>
<State> Flag( 12-05-02-0015.Button,) </State>
<State> $Sum1205020015 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_soda.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_soda.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_soda.png" </FilenameDisable>
@ -4749,7 +4749,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -4776,9 +4776,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0034.Button,12-05-03-0034.Button,) </State>
<State> Flag( 12-05-02-0034.Button,12-05-03-0034.Button,$Sum12050200341205030034) </State>
<Button>
<State> Flag( 12-05-02-0034.Button,12-05-03-0034.Button,) </State>
<State> $Sum12050200341205030034 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_energy_drink.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_energy_drink.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_energy_drink.png" </FilenameDisable>
@ -4955,7 +4955,7 @@ SODA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -4982,9 +4982,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0003.Button,12-05-03-0003.Button,) </State>
<State> Flag( 12-05-02-0003.Button,12-05-03-0003.Button,$Sum12050200031205030003) </State>
<Button>
<State> Flag( 12-05-02-0003.Button,12-05-03-0003.Button,) </State>
<State> $Sum12050200031205030003 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_sala_lime.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_sala_lime.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala_lime.png" </FilenameDisable>
@ -5163,7 +5163,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -5190,9 +5190,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0004.Button,12-05-03-0004.Button,) </State>
<State> Flag( 12-05-02-0004.Button,12-05-03-0004.Button,$Sum12050200041205030004) </State>
<Button>
<State> Flag( 12-05-02-0004.Button,12-05-03-0004.Button,) </State>
<State> $Sum12050200041205030004 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Lychee.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Lychee.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee.png" </FilenameDisable>
@ -5370,7 +5370,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -5397,9 +5397,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0002.Button,12-05-03-0002.Button,) </State>
<State> Flag( 12-05-02-0002.Button,12-05-03-0002.Button,$Sum12050200021205030002) </State>
<Button>
<State> Flag( 12-05-02-0002.Button,12-05-03-0002.Button,) </State>
<State> $Sum12050200021205030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_sala.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_sala.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala.png" </FilenameDisable>
@ -5577,7 +5577,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -5604,9 +5604,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0005.Button,) </State>
<State> Flag( 12-05-02-0005.Button,$Sum1205020005) </State>
<Button>
<State> Flag( 12-05-02-0005.Button,) </State>
<State> $Sum1205020005 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberry.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberry.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry.png" </FilenameDisable>
@ -5785,7 +5785,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -5812,9 +5812,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-01-0001.Button,12-05-02-0001.Button,12-05-03-0001.Button,) </State>
<State> Flag( 12-05-01-0001.Button,12-05-02-0001.Button,12-05-03-0001.Button,$Sum120501000112050200011205030001) </State>
<Button>
<State> Flag( 12-05-01-0001.Button,12-05-02-0001.Button,12-05-03-0001.Button,) </State>
<State> $Sum120501000112050200011205030001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_lemonade.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_lemonade.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_lemonade.png" </FilenameDisable>
@ -5991,10 +5991,10 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-05-01-0001.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120501000112050200011205030001
If $Sum120501000112050200011205030001 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -6023,9 +6023,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0026.Button,12-05-03-0026.Button,) </State>
<State> Flag( 12-05-02-0026.Button,12-05-03-0026.Button,$Sum12050200261205030026) </State>
<Button>
<State> Flag( 12-05-02-0026.Button,12-05-03-0026.Button,) </State>
<State> $Sum12050200261205030026 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_ume_drink.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_ume_drink.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ume_drink.png" </FilenameDisable>
@ -6202,7 +6202,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -6229,9 +6229,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0032.Button,12-05-03-0032.Button,) </State>
<State> Flag( 12-05-02-0032.Button,12-05-03-0032.Button,$Sum12050200321205030032) </State>
<Button>
<State> Flag( 12-05-02-0032.Button,12-05-03-0032.Button,) </State>
<State> $Sum12050200321205030032 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Lychee.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Lychee.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee.png" </FilenameDisable>
@ -6409,7 +6409,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -6436,9 +6436,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0040.Button,12-05-03-0040.Button,) </State>
<State> Flag( 12-05-02-0040.Button,12-05-03-0040.Button,$Sum12050200401205030040) </State>
<Button>
<State> Flag( 12-05-02-0040.Button,12-05-03-0040.Button,) </State>
<State> $Sum12050200401205030040 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberry.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberry.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry.png" </FilenameDisable>
@ -6616,7 +6616,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -6643,9 +6643,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-06-01-0001.Button,) </State>
<State> Flag( 12-06-01-0001.Button,$Sum1206010001) </State>
<Button>
<State> Flag( 12-06-01-0001.Button,) </State>
<State> $Sum1206010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_Congee.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_Congee.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_Congee.png" </FilenameDisable>
@ -6823,10 +6823,10 @@ PLANT PROTEIN" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-06-01-0001.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum1206010001
If $Sum1206010001 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -6855,9 +6855,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0017.Button,) </State>
<State> Flag( 12-05-02-0017.Button,$Sum1205020017) </State>
<Button>
<State> Flag( 12-05-02-0017.Button,) </State>
<State> $Sum1205020017 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced.png" </FilenameDisable>
@ -7034,7 +7034,7 @@ PLANT PROTEIN" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -7061,9 +7061,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-02-0016.Button,) </State>
<State> Flag( 12-05-02-0016.Button,$Sum1205020016) </State>
<Button>
<State> Flag( 12-05-02-0016.Button,) </State>
<State> $Sum1205020016 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_water_roomtemp.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_water_roomtemp.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_water_roomtemp.png" </FilenameDisable>
@ -7240,7 +7240,7 @@ PLANT PROTEIN" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -7267,9 +7267,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-05-01-0002.Button,12-05-02-0018.Button,) </State>
<State> Flag( 12-05-01-0002.Button,12-05-02-0018.Button,$Sum12050100021205020018) </State>
<Button>
<State> Flag( 12-05-01-0002.Button,12-05-02-0018.Button,) </State>
<State> $Sum12050100021205020018 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_water_roomtemp.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_water_roomtemp.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_water_roomtemp.png" </FilenameDisable>
@ -7446,10 +7446,10 @@ PLANT PROTEIN" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-05-01-0002.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum12050100021205020018
If $Sum12050100021205020018 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf

File diff suppressed because it is too large Load diff

View file

@ -639,9 +639,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0001.Button,12-02-02-0001.Button,12-02-03-0001.Button,) </State>
<State> Flag( 12-02-01-0001.Button,12-02-02-0001.Button,12-02-03-0001.Button,$Sum120201000112020200011202030001) </State>
<Button>
<State> Flag( 12-02-01-0001.Button,12-02-02-0001.Button,12-02-03-0001.Button,) </State>
<State> $Sum120201000112020200011202030001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_chrysanthemum_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_chrysanthemum_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_chrysanthemum_tea.png" </FilenameDisable>
@ -819,10 +819,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0001.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000112020200011202030001
If $Sum120201000112020200011202030001 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -851,9 +851,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0020.Button,12-02-02-0020.Button,12-02-03-0020.Button,) </State>
<State> Flag( 12-02-01-0020.Button,12-02-02-0020.Button,12-02-03-0020.Button,$Sum120201002012020200201202030020) </State>
<Button>
<State> Flag( 12-02-01-0020.Button,12-02-02-0020.Button,12-02-03-0020.Button,) </State>
<State> $Sum120201002012020200201202030020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_Ginger_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_Ginger_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_Ginger_tea.png" </FilenameDisable>
@ -1030,10 +1030,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0020.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002012020200201202030020
If $Sum120201002012020200201202030020 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1062,9 +1062,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0007.Button,12-02-02-0007.Button,12-02-03-0007.Button,) </State>
<State> Flag( 12-02-01-0007.Button,12-02-02-0007.Button,12-02-03-0007.Button,$Sum120201000712020200071202030007) </State>
<Button>
<State> Flag( 12-02-01-0007.Button,12-02-02-0007.Button,12-02-03-0007.Button,) </State>
<State> $Sum120201000712020200071202030007 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lime_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_tea.png" </FilenameDisable>
@ -1242,10 +1242,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0007.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000712020200071202030007
If $Sum120201000712020200071202030007 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1274,9 +1274,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0002.Button,12-02-02-0002.Button,12-02-03-0002.Button,) </State>
<State> Flag( 12-02-01-0002.Button,12-02-02-0002.Button,12-02-03-0002.Button,$Sum120201000212020200021202030002) </State>
<Button>
<State> Flag( 12-02-01-0002.Button,12-02-02-0002.Button,12-02-03-0002.Button,) </State>
<State> $Sum120201000212020200021202030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_thai_milk_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_thai_milk_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_thai_milk_tea.png" </FilenameDisable>
@ -1453,10 +1453,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0002.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000212020200021202030002
If $Sum120201000212020200021202030002 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1485,9 +1485,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0021.Button,) </State>
<State> Flag( 12-02-01-0021.Button,$Sum1202010021) </State>
<Button>
<State> Flag( 12-02-01-0021.Button,) </State>
<State> $Sum1202010021 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_Ginger_lemon_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_Ginger_lemon_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_Ginger_lemon_tea.png" </FilenameDisable>
@ -1665,10 +1665,10 @@ GINGER TEA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0021.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum1202010021
If $Sum1202010021 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1697,9 +1697,9 @@ GINGER TEA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0024.Button,12-02-02-0024.Button,12-02-03-0024.Button,) </State>
<State> Flag( 12-02-01-0024.Button,12-02-02-0024.Button,12-02-03-0024.Button,$Sum120201002412020200241202030024) </State>
<Button>
<State> Flag( 12-02-01-0024.Button,12-02-02-0024.Button,12-02-03-0024.Button,) </State>
<State> $Sum120201002412020200241202030024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_thai_milk_tea_tacc.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_thai_milk_tea_tacc.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_thai_milk_tea_tacc.png" </FilenameDisable>
@ -1876,10 +1876,10 @@ GINGER TEA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0024.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002412020200241202030024
If $Sum120201002412020200241202030024 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -1908,9 +1908,9 @@ GINGER TEA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0025.Button,12-02-02-0025.Button,12-02-03-0025.Button,) </State>
<State> Flag( 12-02-01-0025.Button,12-02-02-0025.Button,12-02-03-0025.Button,$Sum120201002512020200251202030025) </State>
<Button>
<State> Flag( 12-02-01-0025.Button,12-02-02-0025.Button,12-02-03-0025.Button,) </State>
<State> $Sum120201002512020200251202030025 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_taiwan_milk_tea_Jason.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_taiwan_milk_tea_Jason.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_taiwan_milk_tea_Jason.png" </FilenameDisable>
@ -2088,10 +2088,10 @@ and Warm milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0025.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002512020200251202030025
If $Sum120201002512020200251202030025 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -2120,9 +2120,9 @@ and Warm milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0026.Button,12-02-02-0026.Button,12-02-03-0026.Button,) </State>
<State> Flag( 12-02-01-0026.Button,12-02-02-0026.Button,12-02-03-0026.Button,$Sum120201002612020200261202030026) </State>
<Button>
<State> Flag( 12-02-01-0026.Button,12-02-02-0026.Button,12-02-03-0026.Button,) </State>
<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_n//bn_hot_matcha_milk_tea_sing.png" </FilenameDisable>
@ -2299,10 +2299,10 @@ and Warm milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0026.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002612020200261202030026
If $Sum120201002612020200261202030026 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -2331,9 +2331,9 @@ and Warm milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,) </State>
<State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,$Sum120201002712020200271202030027) </State>
<Button>
<State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,) </State>
<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_n//bn_hot_matcha_tea_sing.png" </FilenameDisable>
@ -2510,10 +2510,10 @@ and Warm milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0027.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002712020200271202030027
If $Sum120201002712020200271202030027 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -2542,9 +2542,9 @@ and Warm milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0028.Button,12-02-02-0028.Button,12-02-03-0028.Button,) </State>
<State> Flag( 12-02-01-0028.Button,12-02-02-0028.Button,12-02-03-0028.Button,$Sum120201002812020200281202030028) </State>
<Button>
<State> Flag( 12-02-01-0028.Button,12-02-02-0028.Button,12-02-03-0028.Button,) </State>
<State> $Sum120201002812020200281202030028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_Matcha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lime_Matcha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_Matcha.png" </FilenameDisable>
@ -2724,10 +2724,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0028.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002812020200281202030028
If $Sum120201002812020200281202030028 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -2756,9 +2756,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0011.Button,12-02-02-0011.Button,12-02-03-0011.Button,) </State>
<State> Flag( 12-02-01-0011.Button,12-02-02-0011.Button,12-02-03-0011.Button,$Sum120201001112020200111202030011) </State>
<Button>
<State> Flag( 12-02-01-0011.Button,12-02-02-0011.Button,12-02-03-0011.Button,) </State>
<State> $Sum120201001112020200111202030011 </State>
<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_n//bn_hot_matcha_tea.png" </FilenameDisable>
@ -2935,10 +2935,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0011.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201001112020200111202030011
If $Sum120201001112020200111202030011 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -2967,9 +2967,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0012.Button,12-02-02-0012.Button,12-02-03-0012.Button,) </State>
<State> Flag( 12-02-01-0012.Button,12-02-02-0012.Button,12-02-03-0012.Button,$Sum120201001212020200121202030012) </State>
<Button>
<State> Flag( 12-02-01-0012.Button,12-02-02-0012.Button,12-02-03-0012.Button,) </State>
<State> $Sum120201001212020200121202030012 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_Matcha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lime_Matcha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_Matcha.png" </FilenameDisable>
@ -3148,10 +3148,10 @@ LIMENADE" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0012.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201001212020200121202030012
If $Sum120201001212020200121202030012 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -3180,9 +3180,9 @@ LIMENADE" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0006.Button,12-02-02-0006.Button,12-02-03-0006.Button,) </State>
<State> Flag( 12-02-01-0006.Button,12-02-02-0006.Button,12-02-03-0006.Button,$Sum120201000612020200061202030006) </State>
<Button>
<State> Flag( 12-02-01-0006.Button,12-02-02-0006.Button,12-02-03-0006.Button,) </State>
<State> $Sum120201000612020200061202030006 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_Black_Sugar_Milk_Tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_Black_Sugar_Milk_Tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_Black_Sugar_Milk_Tea.png" </FilenameDisable>
@ -3362,10 +3362,10 @@ TEA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0006.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000612020200061202030006
If $Sum120201000612020200061202030006 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -3394,9 +3394,9 @@ TEA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0003.Button,12-02-02-0003.Button,12-02-03-0003.Button,) </State>
<State> Flag( 12-02-01-0003.Button,12-02-02-0003.Button,12-02-03-0003.Button,$Sum120201000312020200031202030003) </State>
<Button>
<State> Flag( 12-02-01-0003.Button,12-02-02-0003.Button,12-02-03-0003.Button,) </State>
<State> $Sum120201000312020200031202030003 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_taiwan_milk_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_taiwan_milk_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_taiwan_milk_tea.png" </FilenameDisable>
@ -3573,10 +3573,10 @@ TEA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0003.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000312020200031202030003
If $Sum120201000312020200031202030003 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -3605,9 +3605,9 @@ TEA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0004.Button,12-02-02-0004.Button,12-02-03-0004.Button,) </State>
<State> Flag( 12-02-01-0004.Button,12-02-02-0004.Button,12-02-03-0004.Button,$Sum120201000412020200041202030004) </State>
<Button>
<State> Flag( 12-02-01-0004.Button,12-02-02-0004.Button,12-02-03-0004.Button,) </State>
<State> $Sum120201000412020200041202030004 </State>
<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_n//bn_hot_matcha_milk_tea.png" </FilenameDisable>
@ -3784,10 +3784,10 @@ TEA" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0004.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000412020200041202030004
If $Sum120201000412020200041202030004 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -3816,9 +3816,9 @@ TEA" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0008.Button,12-02-02-0008.Button,12-02-03-0008.Button,) </State>
<State> Flag( 12-02-01-0008.Button,12-02-02-0008.Button,12-02-03-0008.Button,$Sum120201000812020200081202030008) </State>
<Button>
<State> Flag( 12-02-01-0008.Button,12-02-02-0008.Button,12-02-03-0008.Button,) </State>
<State> $Sum120201000812020200081202030008 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_lychee_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_lychee_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_lychee_tea.png" </FilenameDisable>
@ -3996,10 +3996,10 @@ Sugar, Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0008.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201000812020200081202030008
If $Sum120201000812020200081202030008 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -4028,9 +4028,9 @@ Sugar, Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0019.Button,12-02-02-0019.Button,12-02-03-0019.Button,) </State>
<State> Flag( 12-02-01-0019.Button,12-02-02-0019.Button,12-02-03-0019.Button,$Sum120201001912020200191202030019) </State>
<Button>
<State> Flag( 12-02-01-0019.Button,12-02-02-0019.Button,12-02-03-0019.Button,) </State>
<State> $Sum120201001912020200191202030019 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lychee_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lychee_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lychee_tea.png" </FilenameDisable>
@ -4207,10 +4207,10 @@ Sugar, Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0019.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201001912020200191202030019
If $Sum120201001912020200191202030019 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -4239,9 +4239,9 @@ Sugar, Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-02-0009.Button,12-02-01-0009.Button,) </State>
<State> Flag( 12-02-02-0009.Button,12-02-01-0009.Button,$Sum12020200091202010009) </State>
<Button>
<State> Flag( 12-02-02-0009.Button,12-02-01-0009.Button,) </State>
<State> $Sum12020200091202010009 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_strawberry_thai_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_strawberry_thai_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_strawberry_thai_tea.png" </FilenameDisable>
@ -4420,10 +4420,10 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-02-0009.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum12020200091202010009
If $Sum12020200091202010009 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -4452,9 +4452,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,) </State>
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,$Sum120201002212020200221202030022) </State>
<Button>
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,) </State>
<State> $Sum120201002212020200221202030022 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_strawberry_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_strawberry_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_strawberry_tea.png" </FilenameDisable>
@ -4633,10 +4633,10 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0022.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201002212020200221202030022
If $Sum120201002212020200221202030022 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -4665,9 +4665,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0017.Button,12-05-02-0027.Button,12-05-03-0027.Button,) </State>
<State> Flag( 12-02-01-0017.Button,12-05-02-0027.Button,12-05-03-0027.Button,$Sum120201001712050200271205030027) </State>
<Button>
<State> Flag( 12-02-01-0017.Button,12-05-02-0027.Button,12-05-03-0027.Button,) </State>
<State> $Sum120201001712050200271205030027 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_marijuana_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_marijuana_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_marijuana_tea.png" </FilenameDisable>
@ -4845,10 +4845,10 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0017.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201001712050200271205030027
If $Sum120201001712050200271205030027 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -4877,9 +4877,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-02-0029.Button,) </State>
<State> Flag( 12-02-02-0029.Button,$Sum1202020029) </State>
<Button>
<State> Flag( 12-02-02-0029.Button,) </State>
<State> $Sum1202020029 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_thai_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_thai_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_thai_tea.png" </FilenameDisable>
@ -5056,7 +5056,7 @@ Water, Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -5083,9 +5083,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-02-0030.Button,) </State>
<State> Flag( 12-02-02-0030.Button,$Sum1202020030) </State>
<Button>
<State> Flag( 12-02-02-0030.Button,) </State>
<State> $Sum1202020030 </State>
<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_n//bn_hot_limeblack_tea.png" </FilenameDisable>
@ -5263,7 +5263,7 @@ LIMENADE" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -5290,9 +5290,9 @@ LIMENADE" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0031.Button,12-02-02-0031.Button,) </State>
<State> Flag( 12-02-01-0031.Button,12-02-02-0031.Button,$Sum12020100311202020031) </State>
<Button>
<State> Flag( 12-02-01-0031.Button,12-02-02-0031.Button,) </State>
<State> $Sum12020100311202020031 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_oolong_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_oolong_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_oolong_tea.png" </FilenameDisable>
@ -5470,10 +5470,10 @@ LIMENADE" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0031.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum12020100311202020031
If $Sum12020100311202020031 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -5502,9 +5502,9 @@ LIMENADE" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,) </State>
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,$Sum12020100321202020032) </State>
<Button>
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,) </State>
<State> $Sum12020100321202020032 </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>
@ -5684,10 +5684,10 @@ Water, and Ice" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0032.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum12020100321202020032
If $Sum12020100321202020032 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf
@ -5716,9 +5716,9 @@ Water, and Ice" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-02-01-0016.Button,12-02-02-0017.Button,12-02-03-0017.Button,) </State>
<State> Flag( 12-02-01-0016.Button,12-02-02-0017.Button,12-02-03-0017.Button,$Sum120201001612020200171202030017) </State>
<Button>
<State> Flag( 12-02-01-0016.Button,12-02-02-0017.Button,12-02-03-0017.Button,) </State>
<State> $Sum120201001612020200171202030017 </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>
@ -5896,10 +5896,10 @@ and water" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0016.TAG tag_is_low
If tag_is_low = "true" Then
DEBUGVAR $Sum120201001612020200171202030017
If $Sum120201001612020200171202030017 = "Disable" Then
Var ice_tab_process_show = "Disable"
Else
Else
Var ice_tab_process_show = "Enable"
EndIf

View file

@ -653,9 +653,9 @@
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0001.Button,) </State>
<State> Flag( 12-04-02-0001.Button,$Sum1204020001) </State>
<Button>
<State> Flag( 12-04-02-0001.Button,) </State>
<State> $Sum1204020001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Matcha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Matcha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Matcha.png" </FilenameDisable>
@ -833,7 +833,7 @@ Matcha, and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -860,9 +860,9 @@ Matcha, and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0016.Button,) </State>
<State> Flag( 12-04-02-0016.Button,$Sum1204020016) </State>
<Button>
<State> Flag( 12-04-02-0016.Button,) </State>
<State> $Sum1204020016 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Matcha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Matcha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Matcha.png" </FilenameDisable>
@ -1040,7 +1040,7 @@ Matcha, and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1067,9 +1067,9 @@ Matcha, and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0002.Button,) </State>
<State> Flag( 12-04-02-0002.Button,$Sum1204020002) </State>
<Button>
<State> Flag( 12-04-02-0002.Button,) </State>
<State> $Sum1204020002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Chocolate.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Chocolate.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Chocolate.png" </FilenameDisable>
@ -1247,7 +1247,7 @@ Cocoa, and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1274,9 +1274,9 @@ Cocoa, and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0003.Button,) </State>
<State> Flag( 12-04-02-0003.Button,$Sum1204020003) </State>
<Button>
<State> Flag( 12-04-02-0003.Button,) </State>
<State> $Sum1204020003 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Strawberry.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Strawberry.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Strawberry.png" </FilenameDisable>
@ -1456,7 +1456,7 @@ Strawberry Syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1483,9 +1483,9 @@ Strawberry Syrup" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0013.Button,) </State>
<State> Flag( 12-04-02-0013.Button,$Sum1204020013) </State>
<Button>
<State> Flag( 12-04-02-0013.Button,) </State>
<State> $Sum1204020013 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Strawberry.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Strawberry.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Strawberry.png" </FilenameDisable>
@ -1665,7 +1665,7 @@ Strawberry Syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1692,9 +1692,9 @@ Strawberry Syrup" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0004.Button,) </State>
<State> Flag( 12-04-02-0004.Button,$Sum1204020004) </State>
<Button>
<State> Flag( 12-04-02-0004.Button,) </State>
<State> $Sum1204020004 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_espresso.png" </FilenameDisable>
@ -1872,7 +1872,7 @@ and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -1899,9 +1899,9 @@ and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0005.Button,) </State>
<State> Flag( 12-04-02-0005.Button,$Sum1204020005) </State>
<Button>
<State> Flag( 12-04-02-0005.Button,) </State>
<State> $Sum1204020005 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Thaitea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Thaitea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Thaitea.png" </FilenameDisable>
@ -2079,7 +2079,7 @@ Thai Tea, and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2106,9 +2106,9 @@ Thai Tea, and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0015.Button,) </State>
<State> Flag( 12-04-02-0015.Button,$Sum1204020015) </State>
<Button>
<State> Flag( 12-04-02-0015.Button,) </State>
<State> $Sum1204020015 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Thaitea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Thaitea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Thaitea.png" </FilenameDisable>
@ -2286,7 +2286,7 @@ Thai Tea, and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2313,9 +2313,9 @@ Thai Tea, and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0006.Button,) </State>
<State> Flag( 12-04-02-0006.Button,$Sum1204020006) </State>
<Button>
<State> Flag( 12-04-02-0006.Button,) </State>
<State> $Sum1204020006 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_kokuto.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_kokuto.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_kokuto.png" </FilenameDisable>
@ -2495,7 +2495,7 @@ Kokuto syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2522,9 +2522,9 @@ Kokuto syrup" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0007.Button,) </State>
<State> Flag( 12-04-02-0007.Button,$Sum1204020007) </State>
<Button>
<State> Flag( 12-04-02-0007.Button,) </State>
<State> $Sum1204020007 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Blueberry.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Blueberry.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Blueberry.png" </FilenameDisable>
@ -2703,7 +2703,7 @@ Blueberry Syrup and Milk" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2730,9 +2730,9 @@ Blueberry Syrup and Milk" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0008.Button,) </State>
<State> Flag( 12-04-02-0008.Button,$Sum1204020008) </State>
<Button>
<State> Flag( 12-04-02-0008.Button,) </State>
<State> $Sum1204020008 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Taiwantea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Taiwantea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Taiwantea.png" </FilenameDisable>
@ -2912,7 +2912,7 @@ Taiwanese Tea, Sugar" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -2939,9 +2939,9 @@ Taiwanese Tea, Sugar" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0017.Button,) </State>
<State> Flag( 12-04-02-0017.Button,$Sum1204020017) </State>
<Button>
<State> Flag( 12-04-02-0017.Button,) </State>
<State> $Sum1204020017 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_Taiwantea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_Taiwantea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_Taiwantea.png" </FilenameDisable>
@ -3121,7 +3121,7 @@ Taiwanese Tea, Sugar" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3148,9 +3148,9 @@ Taiwanese Tea, Sugar" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0009.Button,) </State>
<State> Flag( 12-04-02-0009.Button,$Sum1204020009) </State>
<Button>
<State> Flag( 12-04-02-0009.Button,) </State>
<State> $Sum1204020009 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_caramel.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_caramel.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_caramel.png" </FilenameDisable>
@ -3329,7 +3329,7 @@ Caramel Syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3356,9 +3356,9 @@ Caramel Syrup" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0010.Button,) </State>
<State> Flag( 12-04-02-0010.Button,$Sum1204020010) </State>
<Button>
<State> Flag( 12-04-02-0010.Button,) </State>
<State> $Sum1204020010 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_milk.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_milk.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_milk.png" </FilenameDisable>
@ -3535,7 +3535,7 @@ Caramel Syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"
@ -3562,9 +3562,9 @@ Caramel Syrup" </Value>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> Flag( 12-04-02-0011.Button,) </State>
<State> Flag( 12-04-02-0011.Button,$Sum1204020011) </State>
<Button>
<State> Flag( 12-04-02-0011.Button,) </State>
<State> $Sum1204020011 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_protein_isolated.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_protein_isolated.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_protein_isolated.png" </FilenameDisable>
@ -3741,7 +3741,7 @@ Caramel Syrup" </Value>
eval(
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable"
Var ice_tab_process_show = "Invisible"
Else
Var ice_tab_process_show = "Invisible"

View file

@ -134,16 +134,13 @@
DEBUGVAR MachineStage
DEBUGVAR stop_now
DEBUGVAR CupOnArm
DEBUGVAR buttonRemoveCup
DEBUGVAR CART_COUNT
DEBUGVAR HaveCup
DEBUGVAR CHECKCUP
DEBUGVAR CupChecking
DEBUGVAR MaybeHaveCup
DEBUGVAR NextOrder
DEBUGVAR DoorCupPosition
DEBUGVAR DoorCupPosition
DEBUGVAR CountUpDoorCupOpen
If MachineStage = "close-maintenance" Then
If stop_now = "true" Then

View file

@ -2688,7 +2688,7 @@
Var high_light_drink_type = "Invisible"
Function 2
;Function 2
Refresh
@ -2721,7 +2721,7 @@
Var topping_price_refresh = 0
Topping "Load" PD_CODE2
Function 2
;Function 2
Refresh
</EventClick>
@ -2753,7 +2753,7 @@
Var topping_price_refresh = 0
Topping "Load" PD_CODE3
Function 2
;Function 2
Refresh
</EventClick>