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,6 +88,7 @@
out_xml('\t<Width> 225 </Width>\r\n') out_xml('\t<Width> 225 </Width>\r\n')
out_xml('\t<Height> 296 </Height>\r\n') out_xml('\t<Height> 296 </Height>\r\n')
str_con = "" str_con = ""
str_con_var = ""
if spl[4] != '-': if spl[4] != '-':
str_con += spl[4] + '.Button,' str_con += spl[4] + '.Button,'
if spl[5] != '-': if spl[5] != '-':
@ -95,8 +96,18 @@
if spl[6] != '-': if spl[6] != '-':
str_con += spl[6] + '.Button,' 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: 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') out_xml( '\t<State> Flag( '+ str_con + ') </State> \r\n')
@ -122,7 +133,7 @@
out_xml( '\t<Button>\r\n') 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<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<FilenamePress> "' + new_default_dir_press + '/'+ menu_img +'" </FilenamePress>\r\n')
out_xml( '\t<FilenameDisable> "' + new_default_dir_disable + '/'+ menu_img +'" </FilenameDisable>\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\tIf ICE_PROCESS_STATUS = 2 Then\r\n')
out_xml( '\t\t\r\n') out_xml( '\t\t\r\n')
if ice_tab_hot_show == True: 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\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\t\tVar ice_tab_process_show = "Enable"\r\n')
out_xml( '\t\t\tEndIf\r\n') out_xml( '\t\t\tEndIf\r\n')
else: 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\t\r\n')
out_xml( '\t\tElse\r\n') out_xml( '\t\tElse\r\n')
out_xml( '\t\t\tVar ice_tab_process_show = "Invisible"\r\n') out_xml( '\t\t\tVar ice_tab_process_show = "Invisible"\r\n')

View file

@ -639,9 +639,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0001.Button,) </State> <State> Flag( 12-01-01-0001.Button,$Sum1201010001) </State>
<Button> <Button>
<State> Flag( 12-01-01-0001.Button,) </State> <State> $Sum1201010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso.png" </FilenameDisable>
@ -818,8 +818,8 @@
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0001.TAG tag_is_low DEBUGVAR $Sum1201010001
If tag_is_low = "true" Then If $Sum1201010001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -850,9 +850,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-11-01-0001.Button,) </State> <State> Flag( 12-11-01-0001.Button,$Sum1211010001) </State>
<Button> <Button>
<State> Flag( 12-11-01-0001.Button,) </State> <State> $Sum1211010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_double_espresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_double_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_double_espresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_double_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_double_espresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_double_espresso.png" </FilenameDisable>
@ -1030,8 +1030,8 @@ ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-11-01-0001.TAG tag_is_low DEBUGVAR $Sum1211010001
If tag_is_low = "true" Then If $Sum1211010001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1062,9 +1062,9 @@ ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0003.Button,12-01-02-0001.Button,) </State> <State> Flag( 12-01-01-0003.Button,12-01-02-0001.Button,$Sum12010100031201020001) </State>
<Button> <Button>
<State> Flag( 12-01-01-0003.Button,12-01-02-0001.Button,) </State> <State> $Sum12010100031201020001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_america_no.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_america_no.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_america_no.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_america_no.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_america_no.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_america_no.png" </FilenameDisable>
@ -1241,8 +1241,8 @@ ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0003.TAG tag_is_low DEBUGVAR $Sum12010100031201020001
If tag_is_low = "true" Then If $Sum12010100031201020001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1273,9 +1273,9 @@ ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0013.Button,) </State> <State> Flag( 12-01-01-0013.Button,$Sum1201010013) </State>
<Button> <Button>
<State> Flag( 12-01-01-0013.Button,) </State> <State> $Sum1201010013 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light.png" </FilenameDisable>
@ -1456,8 +1456,8 @@ Strawberry, Orange, Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0013.TAG tag_is_low DEBUGVAR $Sum1201010013
If tag_is_low = "true" Then If $Sum1201010013 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1488,9 +1488,9 @@ Strawberry, Orange, Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0020.Button,) </State> <State> Flag( 12-01-01-0020.Button,$Sum1201010020) </State>
<Button> <Button>
<State> Flag( 12-01-01-0020.Button,) </State> <State> $Sum1201010020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_bluedaddy.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_bluedaddy.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_bluedaddy.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_bluedaddy.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_bluedaddy.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_bluedaddy.png" </FilenameDisable>
@ -1671,8 +1671,8 @@ Note: Blue Berry and Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0020.TAG tag_is_low DEBUGVAR $Sum1201010020
If tag_is_low = "true" Then If $Sum1201010020 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1703,9 +1703,9 @@ Note: Blue Berry and Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0022.Button,) </State> <State> Flag( 12-01-01-0022.Button,$Sum1201010022) </State>
<Button> <Button>
<State> Flag( 12-01-01-0022.Button,) </State> <State> $Sum1201010022 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_mozart.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_mozart.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_mozart.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_mozart.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_mozart.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_mozart.png" </FilenameDisable>
@ -1886,8 +1886,8 @@ Note: Strawberry & Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0022.TAG tag_is_low DEBUGVAR $Sum1201010022
If tag_is_low = "true" Then If $Sum1201010022 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1918,9 +1918,9 @@ Note: Strawberry & Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0024.Button,) </State> <State> Flag( 12-01-01-0024.Button,$Sum1201010024) </State>
<Button> <Button>
<State> Flag( 12-01-01-0024.Button,) </State> <State> $Sum1201010024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_snowwhite.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_snowwhite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_snowwhite.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_snowwhite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_snowwhite.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_snowwhite.png" </FilenameDisable>
@ -2101,8 +2101,8 @@ Note: Jasmine & Honey" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0024.TAG tag_is_low DEBUGVAR $Sum1201010024
If tag_is_low = "true" Then If $Sum1201010024 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2133,9 +2133,9 @@ Note: Jasmine & Honey" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0026.Button,) </State> <State> Flag( 12-01-01-0026.Button,$Sum1201010026) </State>
<Button> <Button>
<State> Flag( 12-01-01-0026.Button,) </State> <State> $Sum1201010026 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_whiskydude.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_whiskydude.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_whiskydude.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_whiskydude.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_whiskydude.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_whiskydude.png" </FilenameDisable>
@ -2316,8 +2316,8 @@ Note: Whisky & Vanilla" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0026.TAG tag_is_low DEBUGVAR $Sum1201010026
If tag_is_low = "true" Then If $Sum1201010026 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2348,9 +2348,9 @@ Note: Whisky & Vanilla" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0028.Button,) </State> <State> Flag( 12-01-01-0028.Button,$Sum1201010028) </State>
<Button> <Button>
<State> Flag( 12-01-01-0028.Button,) </State> <State> $Sum1201010028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_peacher.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_peacher.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_peacher.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_peacher.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_peacher.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_peacher.png" </FilenameDisable>
@ -2531,8 +2531,8 @@ Note: Peach, tea, chocolate" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0028.TAG tag_is_low DEBUGVAR $Sum1201010028
If tag_is_low = "true" Then If $Sum1201010028 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2563,9 +2563,9 @@ Note: Peach, tea, chocolate" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0033.Button,) </State> <State> Flag( 12-01-01-0033.Button,$Sum1201010033) </State>
<Button> <Button>
<State> Flag( 12-01-01-0033.Button,) </State> <State> $Sum1201010033 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_pure_beauty.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_pure_beauty.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_pure_beauty.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_pure_beauty.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_pure_beauty.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_pure_beauty.png" </FilenameDisable>
@ -2745,8 +2745,8 @@ ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0033.TAG tag_is_low DEBUGVAR $Sum1201010033
If tag_is_low = "true" Then If $Sum1201010033 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2777,9 +2777,9 @@ ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0036.Button,) </State> <State> Flag( 12-01-01-0036.Button,$Sum1201010036) </State>
<Button> <Button>
<State> Flag( 12-01-01-0036.Button,) </State> <State> $Sum1201010036 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_geisha.png" </FilenameDisable>
@ -2957,8 +2957,8 @@ GEISHA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0036.TAG tag_is_low DEBUGVAR $Sum1201010036
If tag_is_low = "true" Then If $Sum1201010036 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2989,9 +2989,9 @@ GEISHA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0037.Button,) </State> <State> Flag( 12-01-01-0037.Button,$Sum1201010037) </State>
<Button> <Button>
<State> Flag( 12-01-01-0037.Button,) </State> <State> $Sum1201010037 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_rosalyn.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_rosalyn.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_rosalyn.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_rosalyn.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_rosalyn.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_rosalyn.png" </FilenameDisable>
@ -3171,8 +3171,8 @@ Pink Rose & Berry" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0037.TAG tag_is_low DEBUGVAR $Sum1201010037
If tag_is_low = "true" Then If $Sum1201010037 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3203,9 +3203,9 @@ Pink Rose & Berry" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0014.Button,12-01-02-0011.Button,) </State> <State> Flag( 12-01-01-0014.Button,12-01-02-0011.Button,$Sum12010100141201020011) </State>
<Button> <Button>
<State> Flag( 12-01-01-0014.Button,12-01-02-0011.Button,) </State> <State> $Sum12010100141201020011 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light.png" </FilenameDisable>
@ -3386,8 +3386,8 @@ Strawberry, Orange, Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0014.TAG tag_is_low DEBUGVAR $Sum12010100141201020011
If tag_is_low = "true" Then If $Sum12010100141201020011 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3418,9 +3418,9 @@ Strawberry, Orange, Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0019.Button,12-01-02-0019.Button,) </State> <State> Flag( 12-01-01-0019.Button,12-01-02-0019.Button,$Sum12010100191201020019) </State>
<Button> <Button>
<State> Flag( 12-01-01-0019.Button,12-01-02-0019.Button,) </State> <State> $Sum12010100191201020019 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_bluedaddy.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_bluedaddy.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_bluedaddy.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_bluedaddy.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_bluedaddy.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_bluedaddy.png" </FilenameDisable>
@ -3601,8 +3601,8 @@ Note: Blue Berry and Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0019.TAG tag_is_low DEBUGVAR $Sum12010100191201020019
If tag_is_low = "true" Then If $Sum12010100191201020019 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3633,9 +3633,9 @@ Note: Blue Berry and Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0021.Button,12-01-02-0021.Button,) </State> <State> Flag( 12-01-01-0021.Button,12-01-02-0021.Button,$Sum12010100211201020021) </State>
<Button> <Button>
<State> Flag( 12-01-01-0021.Button,12-01-02-0021.Button,) </State> <State> $Sum12010100211201020021 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_mozart.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_mozart.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_mozart.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_mozart.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_mozart.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_mozart.png" </FilenameDisable>
@ -3816,8 +3816,8 @@ Note: Strawberry & Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0021.TAG tag_is_low DEBUGVAR $Sum12010100211201020021
If tag_is_low = "true" Then If $Sum12010100211201020021 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3848,9 +3848,9 @@ Note: Strawberry & Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0025.Button,12-01-02-0025.Button,) </State> <State> Flag( 12-01-01-0025.Button,12-01-02-0025.Button,$Sum12010100251201020025) </State>
<Button> <Button>
<State> Flag( 12-01-01-0025.Button,12-01-02-0025.Button,) </State> <State> $Sum12010100251201020025 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_whiskydude.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_whiskydude.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_whiskydude.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_whiskydude.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_whiskydude.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_whiskydude.png" </FilenameDisable>
@ -4031,8 +4031,8 @@ Note: Whisky & Vanilla" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0025.TAG tag_is_low DEBUGVAR $Sum12010100251201020025
If tag_is_low = "true" Then If $Sum12010100251201020025 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4063,9 +4063,9 @@ Note: Whisky & Vanilla" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0023.Button,12-01-02-0023.Button,) </State> <State> Flag( 12-01-01-0023.Button,12-01-02-0023.Button,$Sum12010100231201020023) </State>
<Button> <Button>
<State> Flag( 12-01-01-0023.Button,12-01-02-0023.Button,) </State> <State> $Sum12010100231201020023 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_snowwhite.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_snowwhite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_snowwhite.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_snowwhite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_snowwhite.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_snowwhite.png" </FilenameDisable>
@ -4246,8 +4246,8 @@ Note: Jasmine & Honey" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0023.TAG tag_is_low DEBUGVAR $Sum12010100231201020023
If tag_is_low = "true" Then If $Sum12010100231201020023 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4278,9 +4278,9 @@ Note: Jasmine & Honey" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0027.Button,12-01-02-0027.Button,) </State> <State> Flag( 12-01-01-0027.Button,12-01-02-0027.Button,$Sum12010100271201020027) </State>
<Button> <Button>
<State> Flag( 12-01-01-0027.Button,12-01-02-0027.Button,) </State> <State> $Sum12010100271201020027 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_peacher.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_peacher.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_peacher.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_peacher.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_peacher.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_peacher.png" </FilenameDisable>
@ -4461,8 +4461,8 @@ Note: Peach, tea, chocolate" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0027.TAG tag_is_low DEBUGVAR $Sum12010100271201020027
If tag_is_low = "true" Then If $Sum12010100271201020027 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4493,9 +4493,9 @@ Note: Peach, tea, chocolate" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0032.Button,12-01-02-0032.Button,) </State> <State> Flag( 12-01-01-0032.Button,12-01-02-0032.Button,$Sum12010100321201020032) </State>
<Button> <Button>
<State> Flag( 12-01-01-0032.Button,12-01-02-0032.Button,) </State> <State> $Sum12010100321201020032 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_pure_beauty.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_pure_beauty.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_pure_beauty.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_pure_beauty.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_pure_beauty.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_pure_beauty.png" </FilenameDisable>
@ -4675,8 +4675,8 @@ AMERICANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0032.TAG tag_is_low DEBUGVAR $Sum12010100321201020032
If tag_is_low = "true" Then If $Sum12010100321201020032 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4707,9 +4707,9 @@ AMERICANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0035.Button,12-01-02-0035.Button,) </State> <State> Flag( 12-01-01-0035.Button,12-01-02-0035.Button,$Sum12010100351201020035) </State>
<Button> <Button>
<State> Flag( 12-01-01-0035.Button,12-01-02-0035.Button,) </State> <State> $Sum12010100351201020035 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_geisha.png" </FilenameDisable>
@ -4888,8 +4888,8 @@ AMERICANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0035.TAG tag_is_low DEBUGVAR $Sum12010100351201020035
If tag_is_low = "true" Then If $Sum12010100351201020035 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4920,9 +4920,9 @@ AMERICANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0038.Button,12-01-02-0038.Button,) </State> <State> Flag( 12-01-01-0038.Button,12-01-02-0038.Button,$Sum12010100381201020038) </State>
<Button> <Button>
<State> Flag( 12-01-01-0038.Button,12-01-02-0038.Button,) </State> <State> $Sum12010100381201020038 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_rosalyn.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_rosalyn.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_rosalyn.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_rosalyn.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_rosalyn.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_rosalyn.png" </FilenameDisable>
@ -5103,8 +5103,8 @@ Pink Rose & Berry" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0038.TAG tag_is_low DEBUGVAR $Sum12010100381201020038
If tag_is_low = "true" Then If $Sum12010100381201020038 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -5135,9 +5135,9 @@ Pink Rose & Berry" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0020.Button,) </State> <State> Flag( 12-01-02-0020.Button,$Sum1201020020) </State>
<Button> <Button>
<State> Flag( 12-01-02-0020.Button,) </State> <State> $Sum1201020020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_bluedaddy.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_bluedaddy.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_bluedaddy.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_bluedaddy.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_bluedaddy.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_bluedaddy.png" </FilenameDisable>
@ -5318,7 +5318,7 @@ Note: Blue Berry and Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5345,9 +5345,9 @@ Note: Blue Berry and Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0022.Button,) </State> <State> Flag( 12-01-02-0022.Button,$Sum1201020022) </State>
<Button> <Button>
<State> Flag( 12-01-02-0022.Button,) </State> <State> $Sum1201020022 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_mozart.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_mozart.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_mozart.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_mozart.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_mozart.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_mozart.png" </FilenameDisable>
@ -5528,7 +5528,7 @@ Note: Strawberry & Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5555,9 +5555,9 @@ Note: Strawberry & Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0026.Button,) </State> <State> Flag( 12-01-02-0026.Button,$Sum1201020026) </State>
<Button> <Button>
<State> Flag( 12-01-02-0026.Button,) </State> <State> $Sum1201020026 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_whiskydude.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_whiskydude.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_whiskydude.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_whiskydude.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_whiskydude.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_whiskydude.png" </FilenameDisable>
@ -5738,7 +5738,7 @@ Note: Whisky & Vanilla" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5765,9 +5765,9 @@ Note: Whisky & Vanilla" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0024.Button,) </State> <State> Flag( 12-01-02-0024.Button,$Sum1201020024) </State>
<Button> <Button>
<State> Flag( 12-01-02-0024.Button,) </State> <State> $Sum1201020024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__snowwhite.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__snowwhite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__snowwhite.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__snowwhite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__snowwhite.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__snowwhite.png" </FilenameDisable>
@ -5948,7 +5948,7 @@ Note: Jasmine & Honey" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5975,9 +5975,9 @@ Note: Jasmine & Honey" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0018.Button,) </State> <State> Flag( 12-01-02-0018.Button,$Sum1201020018) </State>
<Button> <Button>
<State> Flag( 12-01-02-0018.Button,) </State> <State> $Sum1201020018 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light.png" </FilenameDisable>
@ -6158,7 +6158,7 @@ Strawberry, Orange, Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6185,9 +6185,9 @@ Strawberry, Orange, Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0028.Button,) </State> <State> Flag( 12-01-02-0028.Button,$Sum1201020028) </State>
<Button> <Button>
<State> Flag( 12-01-02-0028.Button,) </State> <State> $Sum1201020028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__peacher.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__peacher.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__peacher.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__peacher.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__peacher.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__peacher.png" </FilenameDisable>
@ -6368,7 +6368,7 @@ Note: Peach, tea, chocolate" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6395,9 +6395,9 @@ Note: Peach, tea, chocolate" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0033.Button,) </State> <State> Flag( 12-01-02-0033.Button,$Sum1201020033) </State>
<Button> <Button>
<State> Flag( 12-01-02-0033.Button,) </State> <State> $Sum1201020033 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_pure_beauty.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_pure_beauty.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_pure_beauty.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_pure_beauty.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_pure_beauty.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_pure_beauty.png" </FilenameDisable>
@ -6577,7 +6577,7 @@ ALMOST DIRTY" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6604,9 +6604,9 @@ ALMOST DIRTY" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0036.Button,) </State> <State> Flag( 12-01-02-0036.Button,$Sum1201020036) </State>
<Button> <Button>
<State> Flag( 12-01-02-0036.Button,) </State> <State> $Sum1201020036 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_geisha.png" </FilenameDisable>
@ -6785,7 +6785,7 @@ ALMOST DIRTY" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6812,9 +6812,9 @@ ALMOST DIRTY" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0037.Button,) </State> <State> Flag( 12-01-02-0037.Button,$Sum1201020037) </State>
<Button> <Button>
<State> Flag( 12-01-02-0037.Button,) </State> <State> $Sum1201020037 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_rosalyn.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_rosalyn.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_rosalyn.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_rosalyn.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_rosalyn.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_rosalyn.png" </FilenameDisable>
@ -6995,7 +6995,7 @@ Pink Rose & Berry" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7022,9 +7022,9 @@ Pink Rose & Berry" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-11-02-0001.Button,12-11-03-0001.Button,) </State> <State> Flag( 12-11-02-0001.Button,12-11-03-0001.Button,$Sum12110200011211030001) </State>
<Button> <Button>
<State> Flag( 12-11-02-0001.Button,12-11-03-0001.Button,) </State> <State> $Sum12110200011211030001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_epsresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_epsresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_epsresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_epsresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_epsresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_epsresso.png" </FilenameDisable>
@ -7202,7 +7202,7 @@ ICED ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7229,9 +7229,9 @@ ICED ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0004.Button,12-01-02-0002.Button,12-01-03-0002.Button,) </State> <State> Flag( 12-01-01-0004.Button,12-01-02-0002.Button,12-01-03-0002.Button,$Sum120101000412010200021201030002) </State>
<Button> <Button>
<State> Flag( 12-01-01-0004.Button,12-01-02-0002.Button,12-01-03-0002.Button,) </State> <State> $Sum120101000412010200021201030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_latte.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_latte.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_latte.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_latte.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_latte.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_latte.png" </FilenameDisable>
@ -7408,8 +7408,8 @@ ICED ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0004.TAG tag_is_low DEBUGVAR $Sum120101000412010200021201030002
If tag_is_low = "true" Then If $Sum120101000412010200021201030002 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -7440,9 +7440,9 @@ ICED ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0005.Button,12-11-02-0002.Button,12-11-03-0002.Button,) </State> <State> Flag( 12-01-01-0005.Button,12-11-02-0002.Button,12-11-03-0002.Button,$Sum120101000512110200021211030002) </State>
<Button> <Button>
<State> Flag( 12-01-01-0005.Button,12-11-02-0002.Button,12-11-03-0002.Button,) </State> <State> $Sum120101000512110200021211030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_cappuccino.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_cappuccino.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_cappuccino.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_cappuccino.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_cappuccino.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_cappuccino.png" </FilenameDisable>
@ -7619,8 +7619,8 @@ ICED ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0005.TAG tag_is_low DEBUGVAR $Sum120101000512110200021211030002
If tag_is_low = "true" Then If $Sum120101000512110200021211030002 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -7651,9 +7651,9 @@ ICED ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0006.Button,12-01-02-0003.Button,12-01-03-0003.Button,) </State> <State> Flag( 12-01-01-0006.Button,12-01-02-0003.Button,12-01-03-0003.Button,$Sum120101000612010200031201030003) </State>
<Button> <Button>
<State> Flag( 12-01-01-0006.Button,12-01-02-0003.Button,12-01-03-0003.Button,) </State> <State> $Sum120101000612010200031201030003 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_mocha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_mocha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_mocha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_mocha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_mocha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_mocha.png" </FilenameDisable>
@ -7830,8 +7830,8 @@ ICED ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0006.TAG tag_is_low DEBUGVAR $Sum120101000612010200031201030003
If tag_is_low = "true" Then If $Sum120101000612010200031201030003 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -7862,9 +7862,9 @@ ICED ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0007.Button,12-01-02-0004.Button,12-01-03-0004.Button,) </State> <State> Flag( 12-01-01-0007.Button,12-01-02-0004.Button,12-01-03-0004.Button,$Sum120101000712010200041201030004) </State>
<Button> <Button>
<State> Flag( 12-01-01-0007.Button,12-01-02-0004.Button,12-01-03-0004.Button,) </State> <State> $Sum120101000712010200041201030004 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_caramel_latte.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_caramel_latte.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_caramel_latte.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_caramel_latte.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_caramel_latte.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_caramel_latte.png" </FilenameDisable>
@ -8043,8 +8043,8 @@ Caramel Syrup" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0007.TAG tag_is_low DEBUGVAR $Sum120101000712010200041201030004
If tag_is_low = "true" Then If $Sum120101000712010200041201030004 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -8075,9 +8075,9 @@ Caramel Syrup" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0031.Button,12-01-02-0031.Button,12-01-03-0031.Button,) </State> <State> Flag( 12-01-01-0031.Button,12-01-02-0031.Button,12-01-03-0031.Button,$Sum120101003112010200311201030031) </State>
<Button> <Button>
<State> Flag( 12-01-01-0031.Button,12-01-02-0031.Button,12-01-03-0031.Button,) </State> <State> $Sum120101003112010200311201030031 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_greenteacoffee_lattle.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_greenteacoffee_lattle.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_greenteacoffee_lattle.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_greenteacoffee_lattle.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_greenteacoffee_lattle.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_greenteacoffee_lattle.png" </FilenameDisable>
@ -8256,8 +8256,8 @@ CAFÉ LATTE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0031.TAG tag_is_low DEBUGVAR $Sum120101003112010200311201030031
If tag_is_low = "true" Then If $Sum120101003112010200311201030031 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -8288,9 +8288,9 @@ CAFÉ LATTE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0008.Button,12-01-02-0005.Button,12-01-03-0005.Button,) </State> <State> Flag( 12-01-01-0008.Button,12-01-02-0005.Button,12-01-03-0005.Button,$Sum120101000812010200051201030005) </State>
<Button> <Button>
<State> Flag( 12-01-01-0008.Button,12-01-02-0005.Button,12-01-03-0005.Button,) </State> <State> $Sum120101000812010200051201030005 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_greenteacoffee_lattle.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_greenteacoffee_lattle.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_greenteacoffee_lattle.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_greenteacoffee_lattle.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_greenteacoffee_lattle.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_greenteacoffee_lattle.png" </FilenameDisable>
@ -8469,8 +8469,8 @@ CAFÉ LATTE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0008.TAG tag_is_low DEBUGVAR $Sum120101000812010200051201030005
If tag_is_low = "true" Then If $Sum120101000812010200051201030005 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -8501,9 +8501,9 @@ CAFÉ LATTE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0011.Button,12-01-02-0008.Button,12-01-03-0008.Button,) </State> <State> Flag( 12-01-01-0011.Button,12-01-02-0008.Button,12-01-03-0008.Button,$Sum120101001112010200081201030008) </State>
<Button> <Button>
<State> Flag( 12-01-01-0011.Button,12-01-02-0008.Button,12-01-03-0008.Button,) </State> <State> $Sum120101001112010200081201030008 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_kuromitsu_coffee.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_kuromitsu_coffee.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_kuromitsu_coffee.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_kuromitsu_coffee.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_kuromitsu_coffee.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_kuromitsu_coffee.png" </FilenameDisable>
@ -8683,8 +8683,8 @@ Kokuto syrup" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0011.TAG tag_is_low DEBUGVAR $Sum120101001112010200081201030008
If tag_is_low = "true" Then If $Sum120101001112010200081201030008 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -8715,9 +8715,9 @@ Kokuto syrup" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0009.Button,12-01-02-0006.Button,12-01-03-0006.Button,) </State> <State> Flag( 12-01-01-0009.Button,12-01-02-0006.Button,12-01-03-0006.Button,$Sum120101000912010200061201030006) </State>
<Button> <Button>
<State> Flag( 12-01-01-0009.Button,12-01-02-0006.Button,12-01-03-0006.Button,) </State> <State> $Sum120101000912010200061201030006 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_taiwantea_macchiato.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_taiwantea_macchiato.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_taiwantea_macchiato.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_taiwantea_macchiato.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_taiwantea_macchiato.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_taiwantea_macchiato.png" </FilenameDisable>
@ -8897,8 +8897,8 @@ Milk, Sugar" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0009.TAG tag_is_low DEBUGVAR $Sum120101000912010200061201030006
If tag_is_low = "true" Then If $Sum120101000912010200061201030006 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -8929,9 +8929,9 @@ Milk, Sugar" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0012.Button,12-01-02-0009.Button,) </State> <State> Flag( 12-01-01-0012.Button,12-01-02-0009.Button,$Sum12010100121201020009) </State>
<Button> <Button>
<State> Flag( 12-01-01-0012.Button,12-01-02-0009.Button,) </State> <State> $Sum12010100121201020009 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lychee_espresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lychee_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lychee_espresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lychee_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lychee_espresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lychee_espresso.png" </FilenameDisable>
@ -9110,8 +9110,8 @@ Sugar, Water" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0012.TAG tag_is_low DEBUGVAR $Sum12010100121201020009
If tag_is_low = "true" Then If $Sum12010100121201020009 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9142,9 +9142,9 @@ Sugar, Water" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0017.Button,12-01-02-0017.Button,) </State> <State> Flag( 12-01-01-0017.Button,12-01-02-0017.Button,$Sum12010100171201020017) </State>
<Button> <Button>
<State> Flag( 12-01-01-0017.Button,12-01-02-0017.Button,) </State> <State> $Sum12010100171201020017 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lychee_espresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lychee_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lychee_espresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_lychee_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lychee_espresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lychee_espresso.png" </FilenameDisable>
@ -9323,8 +9323,8 @@ Sugar, Water" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0017.TAG tag_is_low DEBUGVAR $Sum12010100171201020017
If tag_is_low = "true" Then If $Sum12010100171201020017 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9355,9 +9355,9 @@ Sugar, Water" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0010.Button,12-01-02-0007.Button,12-01-03-0007.Button,) </State> <State> Flag( 12-01-01-0010.Button,12-01-02-0007.Button,12-01-03-0007.Button,$Sum120101001012010200071201030007) </State>
<Button> <Button>
<State> Flag( 12-01-01-0010.Button,12-01-02-0007.Button,12-01-03-0007.Button,) </State> <State> $Sum120101001012010200071201030007 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_coffee_thai_milk_tea.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_coffee_thai_milk_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_coffee_thai_milk_tea.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_coffee_thai_milk_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_coffee_thai_milk_tea.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_coffee_thai_milk_tea.png" </FilenameDisable>
@ -9536,8 +9536,8 @@ CAFÉ LATTE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0010.TAG tag_is_low DEBUGVAR $Sum120101001012010200071201030007
If tag_is_low = "true" Then If $Sum120101001012010200071201030007 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9568,9 +9568,9 @@ CAFÉ LATTE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0029.Button,12-01-02-0029.Button,12-01-03-0029.Button,) </State> <State> Flag( 12-01-01-0029.Button,12-01-02-0029.Button,12-01-03-0029.Button,$Sum120101002912010200291201030029) </State>
<Button> <Button>
<State> Flag( 12-01-01-0029.Button,12-01-02-0029.Button,12-01-03-0029.Button,) </State> <State> $Sum120101002912010200291201030029 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_coffee_thai_milk_tea.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_coffee_thai_milk_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_coffee_thai_milk_tea.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_coffee_thai_milk_tea.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_coffee_thai_milk_tea.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_coffee_thai_milk_tea.png" </FilenameDisable>
@ -9748,8 +9748,8 @@ CAFÉ LATTE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0029.TAG tag_is_low DEBUGVAR $Sum120101002912010200291201030029
If tag_is_low = "true" Then If $Sum120101002912010200291201030029 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9780,9 +9780,9 @@ CAFÉ LATTE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0030.Button,12-01-02-0030.Button,12-01-03-0030.Button,) </State> <State> Flag( 12-01-01-0030.Button,12-01-02-0030.Button,12-01-03-0030.Button,$Sum120101003012010200301201030030) </State>
<Button> <Button>
<State> Flag( 12-01-01-0030.Button,12-01-02-0030.Button,12-01-03-0030.Button,) </State> <State> $Sum120101003012010200301201030030 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_taiwantea_macchiato.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_taiwantea_macchiato.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_taiwantea_macchiato.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_taiwantea_macchiato.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_taiwantea_macchiato.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_taiwantea_macchiato.png" </FilenameDisable>
@ -9962,8 +9962,8 @@ Milk, Sugar" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0030.TAG tag_is_low DEBUGVAR $Sum120101003012010200301201030030
If tag_is_low = "true" Then If $Sum120101003012010200301201030030 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"

View file

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

View file

@ -637,9 +637,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_pepsi.png" </FilenameDisable>
@ -816,7 +816,7 @@
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -843,9 +843,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Cokecola.png" </FilenameDisable>
@ -1022,7 +1022,7 @@
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1049,9 +1049,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_sprite.png" </FilenameDisable>
@ -1228,7 +1228,7 @@
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1255,9 +1255,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_energy_drink_soda.png" </FilenameDisable>
@ -1435,7 +1435,7 @@ DRINK SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1462,9 +1462,9 @@ DRINK SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_lemonade_soda.png" </FilenameDisable>
@ -1642,7 +1642,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1669,9 +1669,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee_soda.png" </FilenameDisable>
@ -1848,7 +1848,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1875,9 +1875,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee_soda.png" </FilenameDisable>
@ -2054,7 +2054,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -2081,9 +2081,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_Lychee_lime_soda.png" </FilenameDisable>
@ -2263,7 +2263,7 @@ Limenade,Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -2290,9 +2290,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_hemp_soda.png" </FilenameDisable>
@ -2470,7 +2470,7 @@ Limenade,Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -2497,9 +2497,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_hemp_lime_soda.png" </FilenameDisable>
@ -2679,7 +2679,7 @@ Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -2706,9 +2706,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0012.Button,) </State> <State> Flag( 12-05-02-0012.Button,$Sum1205020012) </State>
<Button> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry_soda.png" </FilenameDisable>
@ -2886,7 +2886,7 @@ Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -2913,9 +2913,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry_soda.png" </FilenameDisable>
@ -3093,7 +3093,7 @@ Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -3120,9 +3120,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala_soda.png" </FilenameDisable>
@ -3300,7 +3300,7 @@ Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -3327,9 +3327,9 @@ Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala_lime_soda.png" </FilenameDisable>
@ -3509,7 +3509,7 @@ Limenade,Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -3536,9 +3536,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ume_soda.png" </FilenameDisable>
@ -3715,7 +3715,7 @@ Limenade,Soda, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -3742,9 +3742,9 @@ Limenade,Soda, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ume_lime_soda.png" </FilenameDisable>
@ -3924,7 +3924,7 @@ Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -3951,9 +3951,9 @@ Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Ginger_soda.png" </FilenameDisable>
@ -4130,7 +4130,7 @@ Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -4157,9 +4157,9 @@ Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Gingerlime_soda.png" </FilenameDisable>
@ -4337,7 +4337,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -4364,9 +4364,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0014.Button,) </State> <State> Flag( 12-05-02-0014.Button,$Sum1205020014) </State>
<Button> <Button>
<State> Flag( 12-05-02-0014.Button,) </State> <State> $Sum1205020014 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_soda.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_soda.png" </FilenameDisable>
@ -4543,7 +4543,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -4570,9 +4570,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0015.Button,) </State> <State> Flag( 12-05-02-0015.Button,$Sum1205020015) </State>
<Button> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_soda.png" </FilenameDisable>
@ -4749,7 +4749,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -4776,9 +4776,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_energy_drink.png" </FilenameDisable>
@ -4955,7 +4955,7 @@ SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -4982,9 +4982,9 @@ SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala_lime.png" </FilenameDisable>
@ -5163,7 +5163,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5190,9 +5190,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee.png" </FilenameDisable>
@ -5370,7 +5370,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5397,9 +5397,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_sala.png" </FilenameDisable>
@ -5577,7 +5577,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5604,9 +5604,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0005.Button,) </State> <State> Flag( 12-05-02-0005.Button,$Sum1205020005) </State>
<Button> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry.png" </FilenameDisable>
@ -5785,7 +5785,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -5812,9 +5812,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_lemonade.png" </FilenameDisable>
@ -5991,8 +5991,8 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-05-01-0001.TAG tag_is_low DEBUGVAR $Sum120501000112050200011205030001
If tag_is_low = "true" Then If $Sum120501000112050200011205030001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -6023,9 +6023,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ume_drink.png" </FilenameDisable>
@ -6202,7 +6202,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6229,9 +6229,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_Lychee.png" </FilenameDisable>
@ -6409,7 +6409,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6436,9 +6436,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberry.png" </FilenameDisable>
@ -6616,7 +6616,7 @@ Water, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -6643,9 +6643,9 @@ Water, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-06-01-0001.Button,) </State> <State> Flag( 12-06-01-0001.Button,$Sum1206010001) </State>
<Button> <Button>
<State> Flag( 12-06-01-0001.Button,) </State> <State> $Sum1206010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_Congee.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_Congee.png" </FilenameDisable>
@ -6823,8 +6823,8 @@ PLANT PROTEIN" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-06-01-0001.TAG tag_is_low DEBUGVAR $Sum1206010001
If tag_is_low = "true" Then If $Sum1206010001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -6855,9 +6855,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0017.Button,) </State> <State> Flag( 12-05-02-0017.Button,$Sum1205020017) </State>
<Button> <Button>
<State> Flag( 12-05-02-0017.Button,) </State> <State> $Sum1205020017 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced.png" </FilenameDisable>
@ -7034,7 +7034,7 @@ PLANT PROTEIN" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7061,9 +7061,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0016.Button,) </State> <State> Flag( 12-05-02-0016.Button,$Sum1205020016) </State>
<Button> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_water_roomtemp.png" </FilenameDisable>
@ -7240,7 +7240,7 @@ PLANT PROTEIN" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7267,9 +7267,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <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> <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> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_water_roomtemp.png" </FilenameDisable>
@ -7446,8 +7446,8 @@ PLANT PROTEIN" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-05-01-0002.TAG tag_is_low DEBUGVAR $Sum12050100021205020018
If tag_is_low = "true" Then If $Sum12050100021205020018 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"

View file

@ -673,9 +673,9 @@
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-06-01-0001.Button,Disable=Invisible) </State> <State> Flag( 12-06-01-0001.Button,Disable=Invisible,$Sum1206010001) </State>
<Button> <Button>
<State> Flag( 12-06-01-0001.Button,Disable=Invisible) </State> <State> $Sum1206010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_Congee.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_Congee.png" </FilenameDisable>
@ -853,8 +853,8 @@ PLANT PROTEIN" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-06-01-0001.TAG tag_is_low DEBUGVAR $Sum1206010001
If tag_is_low = "true" Then If $Sum1206010001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -885,9 +885,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0031.Button,12-02-02-0031.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0031.Button,12-02-02-0031.Button,Disable=Invisible,$Sum12020100311202020031) </State>
<Button> <Button>
<State> Flag( 12-02-01-0031.Button,12-02-02-0031.Button,Disable=Invisible) </State> <State> $Sum12020100311202020031 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_oolong_tea.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_oolong_tea.png" </FilenameDisable>
@ -1065,8 +1065,8 @@ PLANT PROTEIN" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0031.TAG tag_is_low DEBUGVAR $Sum12020100311202020031
If tag_is_low = "true" Then If $Sum12020100311202020031 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1097,9 +1097,9 @@ PLANT PROTEIN" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,Disable=Invisible,$Sum12020100321202020032) </State>
<Button> <Button>
<State> Flag( 12-02-01-0032.Button,12-02-02-0032.Button,Disable=Invisible) </State> <State> $Sum12020100321202020032 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_Oolong_tea.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_Oolong_tea.png" </FilenameDisable>
@ -1279,8 +1279,8 @@ Water, and Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0032.TAG tag_is_low DEBUGVAR $Sum12020100321202020032
If tag_is_low = "true" Then If $Sum12020100321202020032 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -1311,9 +1311,9 @@ Water, and Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-03-0011.Button,Disable=Invisible) </State> <State> Flag( 12-03-03-0011.Button,Disable=Invisible,$Sum1203030011) </State>
<Button> <Button>
<State> Flag( 12-03-03-0011.Button,Disable=Invisible) </State> <State> $Sum1203030011 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberrymilk_smoothie.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberrymilk_smoothie.png" </FilenameDisable>
@ -1493,7 +1493,7 @@ Iced" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1520,9 +1520,9 @@ Iced" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-03-0010.Button,Disable=Invisible) </State> <State> Flag( 12-03-03-0010.Button,Disable=Invisible,$Sum1203030010) </State>
<Button> <Button>
<State> Flag( 12-03-03-0010.Button,Disable=Invisible) </State> <State> $Sum1203030010 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberrycocoa_smoothie.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_strawberrycocoa_smoothie.png" </FilenameDisable>
@ -1701,7 +1701,7 @@ SMOOTHIE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1728,9 +1728,9 @@ SMOOTHIE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-03-0009.Button,Disable=Invisible) </State> <State> Flag( 12-03-03-0009.Button,Disable=Invisible,$Sum1203030009) </State>
<Button> <Button>
<State> Flag( 12-03-03-0009.Button,Disable=Invisible) </State> <State> $Sum1203030009 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_smoothie_oreo.png" </FilenameDisable>
@ -1909,7 +1909,7 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -1936,9 +1936,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-01-0002.Button,12-03-02-0002.Button,12-03-03-0002.Button,Disable=Invisible) </State> <State> Flag( 12-03-01-0002.Button,12-03-02-0002.Button,12-03-03-0002.Button,Disable=Invisible,$Sum120301000212030200021203030002) </State>
<Button> <Button>
<State> Flag( 12-03-01-0002.Button,12-03-02-0002.Button,12-03-03-0002.Button,Disable=Invisible) </State> <State> $Sum120301000212030200021203030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_cocoa.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_cocoa.png" </FilenameDisable>
@ -2115,8 +2115,8 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0002.TAG tag_is_low DEBUGVAR $Sum120301000212030200021203030002
If tag_is_low = "true" Then If $Sum120301000212030200021203030002 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2147,9 +2147,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0004.Button,12-02-02-0004.Button,12-02-03-0004.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0004.Button,12-02-02-0004.Button,12-02-03-0004.Button,Disable=Invisible,$Sum120201000412020200041202030004) </State>
<Button> <Button>
<State> Flag( 12-02-01-0004.Button,12-02-02-0004.Button,12-02-03-0004.Button,Disable=Invisible) </State> <State> $Sum120201000412020200041202030004 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_milk_tea.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_matcha_milk_tea.png" </FilenameDisable>
@ -2326,8 +2326,8 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0004.TAG tag_is_low DEBUGVAR $Sum120201000412020200041202030004
If tag_is_low = "true" Then If $Sum120201000412020200041202030004 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2358,9 +2358,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0007.Button,12-05-03-0007.Button,Disable=Invisible) </State> <State> Flag( 12-05-02-0007.Button,12-05-03-0007.Button,Disable=Invisible,$Sum12050200071205030007) </State>
<Button> <Button>
<State> Flag( 12-05-02-0007.Button,12-05-03-0007.Button,Disable=Invisible) </State> <State> $Sum12050200071205030007 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_pepsi.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_pepsi.png" </FilenameDisable>
@ -2537,7 +2537,7 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -2564,9 +2564,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0024.Button,12-02-02-0024.Button,12-02-03-0024.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0024.Button,12-02-02-0024.Button,12-02-03-0024.Button,Disable=Invisible,$Sum120201002412020200241202030024) </State>
<Button> <Button>
<State> Flag( 12-02-01-0024.Button,12-02-02-0024.Button,12-02-03-0024.Button,Disable=Invisible) </State> <State> $Sum120201002412020200241202030024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_thai_milk_tea_tacc.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_thai_milk_tea_tacc.png" </FilenameDisable>
@ -2743,8 +2743,8 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0024.TAG tag_is_low DEBUGVAR $Sum120201002412020200241202030024
If tag_is_low = "true" Then If $Sum120201002412020200241202030024 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2775,9 +2775,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,Disable=Invisible) </State> <State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,Disable=Invisible,$Sum120301001912030200191203030019) </State>
<Button> <Button>
<State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,Disable=Invisible) </State> <State> $Sum120301001912030200191203030019 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_ovaltine.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_ovaltine.png" </FilenameDisable>
@ -2954,8 +2954,8 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-03-01-0019.TAG tag_is_low DEBUGVAR $Sum120301001912030200191203030019
If tag_is_low = "true" Then If $Sum120301001912030200191203030019 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -2986,9 +2986,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-03-0020.Button,Disable=Invisible) </State> <State> Flag( 12-03-03-0020.Button,Disable=Invisible,$Sum1203030020) </State>
<Button> <Button>
<State> Flag( 12-03-03-0020.Button,Disable=Invisible) </State> <State> $Sum1203030020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_smoothie_ovaltine.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_smoothie_ovaltine.png" </FilenameDisable>
@ -3166,7 +3166,7 @@ VOLCANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -3193,9 +3193,9 @@ VOLCANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0013.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0013.Button,Disable=Invisible,$Sum1201010013) </State>
<Button> <Button>
<State> Flag( 12-01-01-0013.Button,Disable=Invisible) </State> <State> $Sum1201010013 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light.png" </FilenameDisable>
@ -3376,8 +3376,8 @@ Strawberry, Orange, Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0013.TAG tag_is_low DEBUGVAR $Sum1201010013
If tag_is_low = "true" Then If $Sum1201010013 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3408,9 +3408,9 @@ Strawberry, Orange, Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0020.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0020.Button,Disable=Invisible,$Sum1201010020) </State>
<Button> <Button>
<State> Flag( 12-01-01-0020.Button,Disable=Invisible) </State> <State> $Sum1201010020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_bluedaddy.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_bluedaddy.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_bluedaddy.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_bluedaddy.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_bluedaddy.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_bluedaddy.png" </FilenameDisable>
@ -3591,8 +3591,8 @@ Note: Blue Berry and Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0020.TAG tag_is_low DEBUGVAR $Sum1201010020
If tag_is_low = "true" Then If $Sum1201010020 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3623,9 +3623,9 @@ Note: Blue Berry and Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0022.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0022.Button,Disable=Invisible,$Sum1201010022) </State>
<Button> <Button>
<State> Flag( 12-01-01-0022.Button,Disable=Invisible) </State> <State> $Sum1201010022 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_mozart.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_mozart.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_mozart.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_mozart.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_mozart.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_mozart.png" </FilenameDisable>
@ -3806,8 +3806,8 @@ Note: Strawberry & Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0022.TAG tag_is_low DEBUGVAR $Sum1201010022
If tag_is_low = "true" Then If $Sum1201010022 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -3838,9 +3838,9 @@ Note: Strawberry & Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0024.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0024.Button,Disable=Invisible,$Sum1201010024) </State>
<Button> <Button>
<State> Flag( 12-01-01-0024.Button,Disable=Invisible) </State> <State> $Sum1201010024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_snowwhite.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_snowwhite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_snowwhite.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_snowwhite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_snowwhite.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_snowwhite.png" </FilenameDisable>
@ -4021,8 +4021,8 @@ Note: Jasmine & Honey" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0024.TAG tag_is_low DEBUGVAR $Sum1201010024
If tag_is_low = "true" Then If $Sum1201010024 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4053,9 +4053,9 @@ Note: Jasmine & Honey" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0026.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0026.Button,Disable=Invisible,$Sum1201010026) </State>
<Button> <Button>
<State> Flag( 12-01-01-0026.Button,Disable=Invisible) </State> <State> $Sum1201010026 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_whiskydude.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_whiskydude.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_whiskydude.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_whiskydude.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_whiskydude.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_whiskydude.png" </FilenameDisable>
@ -4236,8 +4236,8 @@ Note: Whisky & Vanilla" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0026.TAG tag_is_low DEBUGVAR $Sum1201010026
If tag_is_low = "true" Then If $Sum1201010026 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4268,9 +4268,9 @@ Note: Whisky & Vanilla" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0028.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0028.Button,Disable=Invisible,$Sum1201010028) </State>
<Button> <Button>
<State> Flag( 12-01-01-0028.Button,Disable=Invisible) </State> <State> $Sum1201010028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_peacher.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_peacher.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_peacher.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_peacher.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_peacher.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_peacher.png" </FilenameDisable>
@ -4451,8 +4451,8 @@ Note: Peach, tea, chocolate" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0028.TAG tag_is_low DEBUGVAR $Sum1201010028
If tag_is_low = "true" Then If $Sum1201010028 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4483,9 +4483,9 @@ Note: Peach, tea, chocolate" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0033.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0033.Button,Disable=Invisible,$Sum1201010033) </State>
<Button> <Button>
<State> Flag( 12-01-01-0033.Button,Disable=Invisible) </State> <State> $Sum1201010033 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_pure_beauty.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_pure_beauty.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_pure_beauty.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_pure_beauty.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_pure_beauty.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_pure_beauty.png" </FilenameDisable>
@ -4665,8 +4665,8 @@ ESPRESSO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0033.TAG tag_is_low DEBUGVAR $Sum1201010033
If tag_is_low = "true" Then If $Sum1201010033 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4697,9 +4697,9 @@ ESPRESSO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0036.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0036.Button,Disable=Invisible,$Sum1201010036) </State>
<Button> <Button>
<State> Flag( 12-01-01-0036.Button,Disable=Invisible) </State> <State> $Sum1201010036 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_geisha.png" </FilenameDisable>
@ -4877,8 +4877,8 @@ GEISHA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0036.TAG tag_is_low DEBUGVAR $Sum1201010036
If tag_is_low = "true" Then If $Sum1201010036 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -4909,9 +4909,9 @@ GEISHA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0037.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0037.Button,Disable=Invisible,$Sum1201010037) </State>
<Button> <Button>
<State> Flag( 12-01-01-0037.Button,Disable=Invisible) </State> <State> $Sum1201010037 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_rosalyn.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso_light_rosalyn.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_rosalyn.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso_light_rosalyn.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_rosalyn.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso_light_rosalyn.png" </FilenameDisable>
@ -5091,8 +5091,8 @@ Pink Rose & Berry" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0037.TAG tag_is_low DEBUGVAR $Sum1201010037
If tag_is_low = "true" Then If $Sum1201010037 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -5123,9 +5123,9 @@ Pink Rose & Berry" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0014.Button,12-01-02-0011.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0014.Button,12-01-02-0011.Button,Disable=Invisible,$Sum12010100141201020011) </State>
<Button> <Button>
<State> Flag( 12-01-01-0014.Button,12-01-02-0011.Button,Disable=Invisible) </State> <State> $Sum12010100141201020011 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light.png" </FilenameDisable>
@ -5306,8 +5306,8 @@ ETHIOPAI GUJI" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0014.TAG tag_is_low DEBUGVAR $Sum12010100141201020011
If tag_is_low = "true" Then If $Sum12010100141201020011 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -5338,9 +5338,9 @@ ETHIOPAI GUJI" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0019.Button,12-01-02-0019.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0019.Button,12-01-02-0019.Button,Disable=Invisible,$Sum12010100191201020019) </State>
<Button> <Button>
<State> Flag( 12-01-01-0019.Button,12-01-02-0019.Button,Disable=Invisible) </State> <State> $Sum12010100191201020019 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_bluedaddy.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_bluedaddy.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_bluedaddy.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_bluedaddy.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_bluedaddy.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_bluedaddy.png" </FilenameDisable>
@ -5521,8 +5521,8 @@ Note: Blue Berry and Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0019.TAG tag_is_low DEBUGVAR $Sum12010100191201020019
If tag_is_low = "true" Then If $Sum12010100191201020019 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -5553,9 +5553,9 @@ Note: Blue Berry and Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0021.Button,12-01-02-0021.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0021.Button,12-01-02-0021.Button,Disable=Invisible,$Sum12010100211201020021) </State>
<Button> <Button>
<State> Flag( 12-01-01-0021.Button,12-01-02-0021.Button,Disable=Invisible) </State> <State> $Sum12010100211201020021 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_mozart.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_mozart.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_mozart.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_mozart.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_mozart.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_mozart.png" </FilenameDisable>
@ -5736,8 +5736,8 @@ Note: Strawberry & Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0021.TAG tag_is_low DEBUGVAR $Sum12010100211201020021
If tag_is_low = "true" Then If $Sum12010100211201020021 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -5768,9 +5768,9 @@ Note: Strawberry & Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0025.Button,12-01-02-0025.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0025.Button,12-01-02-0025.Button,Disable=Invisible,$Sum12010100251201020025) </State>
<Button> <Button>
<State> Flag( 12-01-01-0025.Button,12-01-02-0025.Button,Disable=Invisible) </State> <State> $Sum12010100251201020025 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_whiskydude.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_whiskydude.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_whiskydude.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_whiskydude.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_whiskydude.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_whiskydude.png" </FilenameDisable>
@ -5951,8 +5951,8 @@ Note: Whisky & Vanilla" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0025.TAG tag_is_low DEBUGVAR $Sum12010100251201020025
If tag_is_low = "true" Then If $Sum12010100251201020025 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -5983,9 +5983,9 @@ Note: Whisky & Vanilla" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0023.Button,12-01-02-0023.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0023.Button,12-01-02-0023.Button,Disable=Invisible,$Sum12010100231201020023) </State>
<Button> <Button>
<State> Flag( 12-01-01-0023.Button,12-01-02-0023.Button,Disable=Invisible) </State> <State> $Sum12010100231201020023 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_snowwhite.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_snowwhite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_snowwhite.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_snowwhite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_snowwhite.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_snowwhite.png" </FilenameDisable>
@ -6166,8 +6166,8 @@ Note: Jasmine & Honey" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0023.TAG tag_is_low DEBUGVAR $Sum12010100231201020023
If tag_is_low = "true" Then If $Sum12010100231201020023 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -6198,9 +6198,9 @@ Note: Jasmine & Honey" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0027.Button,12-01-02-0027.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0027.Button,12-01-02-0027.Button,Disable=Invisible,$Sum12010100271201020027) </State>
<Button> <Button>
<State> Flag( 12-01-01-0027.Button,12-01-02-0027.Button,Disable=Invisible) </State> <State> $Sum12010100271201020027 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_peacher.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_peacher.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_peacher.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_peacher.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_peacher.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_peacher.png" </FilenameDisable>
@ -6381,8 +6381,8 @@ Note: Peach, tea, chocolate" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0027.TAG tag_is_low DEBUGVAR $Sum12010100271201020027
If tag_is_low = "true" Then If $Sum12010100271201020027 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -6413,9 +6413,9 @@ Note: Peach, tea, chocolate" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0032.Button,12-01-02-0032.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0032.Button,12-01-02-0032.Button,Disable=Invisible,$Sum12010100321201020032) </State>
<Button> <Button>
<State> Flag( 12-01-01-0032.Button,12-01-02-0032.Button,Disable=Invisible) </State> <State> $Sum12010100321201020032 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_pure_beauty.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_pure_beauty.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_pure_beauty.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_pure_beauty.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_pure_beauty.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_pure_beauty.png" </FilenameDisable>
@ -6595,8 +6595,8 @@ AMERICANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0032.TAG tag_is_low DEBUGVAR $Sum12010100321201020032
If tag_is_low = "true" Then If $Sum12010100321201020032 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -6627,9 +6627,9 @@ AMERICANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0035.Button,12-01-02-0035.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0035.Button,12-01-02-0035.Button,Disable=Invisible,$Sum12010100351201020035) </State>
<Button> <Button>
<State> Flag( 12-01-01-0035.Button,12-01-02-0035.Button,Disable=Invisible) </State> <State> $Sum12010100351201020035 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_geisha.png" </FilenameDisable>
@ -6808,8 +6808,8 @@ AMERICANO" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0035.TAG tag_is_low DEBUGVAR $Sum12010100351201020035
If tag_is_low = "true" Then If $Sum12010100351201020035 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -6840,9 +6840,9 @@ AMERICANO" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0038.Button,12-01-02-0038.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0038.Button,12-01-02-0038.Button,Disable=Invisible,$Sum12010100381201020038) </State>
<Button> <Button>
<State> Flag( 12-01-01-0038.Button,12-01-02-0038.Button,Disable=Invisible) </State> <State> $Sum12010100381201020038 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_rosalyn.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_rosalyn.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_rosalyn.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_rosalyn.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_rosalyn.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_rosalyn.png" </FilenameDisable>
@ -7023,8 +7023,8 @@ Pink Rose & Berry" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0038.TAG tag_is_low DEBUGVAR $Sum12010100381201020038
If tag_is_low = "true" Then If $Sum12010100381201020038 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -7055,9 +7055,9 @@ Pink Rose & Berry" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0020.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0020.Button,Disable=Invisible,$Sum1201020020) </State>
<Button> <Button>
<State> Flag( 12-01-02-0020.Button,Disable=Invisible) </State> <State> $Sum1201020020 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_bluedaddy.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_bluedaddy.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_bluedaddy.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_bluedaddy.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_bluedaddy.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_bluedaddy.png" </FilenameDisable>
@ -7238,7 +7238,7 @@ Note: Blue Berry and Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7265,9 +7265,9 @@ Note: Blue Berry and Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0022.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0022.Button,Disable=Invisible,$Sum1201020022) </State>
<Button> <Button>
<State> Flag( 12-01-02-0022.Button,Disable=Invisible) </State> <State> $Sum1201020022 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_mozart.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_mozart.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_mozart.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_mozart.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_mozart.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_mozart.png" </FilenameDisable>
@ -7448,7 +7448,7 @@ Note: Strawberry & Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7475,9 +7475,9 @@ Note: Strawberry & Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0026.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0026.Button,Disable=Invisible,$Sum1201020026) </State>
<Button> <Button>
<State> Flag( 12-01-02-0026.Button,Disable=Invisible) </State> <State> $Sum1201020026 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_whiskydude.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_whiskydude.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_whiskydude.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_whiskydude.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_whiskydude.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_whiskydude.png" </FilenameDisable>
@ -7658,7 +7658,7 @@ Note: Whisky & Vanilla" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7685,9 +7685,9 @@ Note: Whisky & Vanilla" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0024.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0024.Button,Disable=Invisible,$Sum1201020024) </State>
<Button> <Button>
<State> Flag( 12-01-02-0024.Button,Disable=Invisible) </State> <State> $Sum1201020024 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__snowwhite.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__snowwhite.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__snowwhite.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__snowwhite.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__snowwhite.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__snowwhite.png" </FilenameDisable>
@ -7868,7 +7868,7 @@ Note: Jasmine & Honey" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -7895,9 +7895,9 @@ Note: Jasmine & Honey" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0018.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0018.Button,Disable=Invisible,$Sum1201020018) </State>
<Button> <Button>
<State> Flag( 12-01-02-0018.Button,Disable=Invisible) </State> <State> $Sum1201020018 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light.png" </FilenameDisable>
@ -8078,7 +8078,7 @@ Strawberry, Orange, Floral" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -8105,9 +8105,9 @@ Strawberry, Orange, Floral" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0028.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0028.Button,Disable=Invisible,$Sum1201020028) </State>
<Button> <Button>
<State> Flag( 12-01-02-0028.Button,Disable=Invisible) </State> <State> $Sum1201020028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__peacher.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light__peacher.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__peacher.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light__peacher.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__peacher.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light__peacher.png" </FilenameDisable>
@ -8288,7 +8288,7 @@ Note: Peach, tea, chocolate" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -8315,9 +8315,9 @@ Note: Peach, tea, chocolate" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0033.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0033.Button,Disable=Invisible,$Sum1201020033) </State>
<Button> <Button>
<State> Flag( 12-01-02-0033.Button,Disable=Invisible) </State> <State> $Sum1201020033 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_americano_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_americano_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_americano_light_geisha.png" </FilenameDisable>
@ -8497,7 +8497,7 @@ ALMOST DIRTY" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -8524,9 +8524,9 @@ ALMOST DIRTY" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0036.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0036.Button,Disable=Invisible,$Sum1201020036) </State>
<Button> <Button>
<State> Flag( 12-01-02-0036.Button,Disable=Invisible) </State> <State> $Sum1201020036 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_geisha.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_geisha.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_geisha.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_geisha.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_geisha.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_geisha.png" </FilenameDisable>
@ -8705,7 +8705,7 @@ ALMOST DIRTY" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -8732,9 +8732,9 @@ ALMOST DIRTY" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-02-0037.Button,Disable=Invisible) </State> <State> Flag( 12-01-02-0037.Button,Disable=Invisible,$Sum1201020037) </State>
<Button> <Button>
<State> Flag( 12-01-02-0037.Button,Disable=Invisible) </State> <State> $Sum1201020037 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_rosalyn.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_dirty_light_rosalyn.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_rosalyn.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_dirty_light_rosalyn.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_rosalyn.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_dirty_light_rosalyn.png" </FilenameDisable>
@ -8915,7 +8915,7 @@ Pink Rose & Berry" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -8942,9 +8942,9 @@ Pink Rose & Berry" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-03-02-0006.Button,12-03-03-0006.Button,Disable=Invisible) </State> <State> Flag( 12-03-02-0006.Button,12-03-03-0006.Button,Disable=Invisible,$Sum12030200061203030006) </State>
<Button> <Button>
<State> Flag( 12-03-02-0006.Button,12-03-03-0006.Button,Disable=Invisible) </State> <State> $Sum12030200061203030006 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_pink_milk.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_pink_milk.png" </FilenameDisable>
@ -9123,7 +9123,7 @@ Sugar, Ice" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -9150,9 +9150,9 @@ Sugar, Ice" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0004.Button,12-01-02-0002.Button,12-01-03-0002.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0004.Button,12-01-02-0002.Button,12-01-03-0002.Button,Disable=Invisible,$Sum120101000412010200021201030002) </State>
<Button> <Button>
<State> Flag( 12-01-01-0004.Button,12-01-02-0002.Button,12-01-03-0002.Button,Disable=Invisible) </State> <State> $Sum120101000412010200021201030002 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_latte.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_latte.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_latte.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_latte.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_latte.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_latte.png" </FilenameDisable>
@ -9330,8 +9330,8 @@ Foamed milk" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0004.TAG tag_is_low DEBUGVAR $Sum120101000412010200021201030002
If tag_is_low = "true" Then If $Sum120101000412010200021201030002 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9362,9 +9362,9 @@ Foamed milk" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,Disable=Invisible,$Sum120201002712020200271202030027) </State>
<Button> <Button>
<State> Flag( 12-02-01-0027.Button,12-02-02-0027.Button,12-02-03-0027.Button,Disable=Invisible) </State> <State> $Sum120201002712020200271202030027 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_tea_sing.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_matcha_tea_sing.png" </FilenameDisable>
@ -9541,8 +9541,8 @@ Foamed milk" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0027.TAG tag_is_low DEBUGVAR $Sum120201002712020200271202030027
If tag_is_low = "true" Then If $Sum120201002712020200271202030027 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9573,9 +9573,9 @@ Foamed milk" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0028.Button,12-02-02-0028.Button,12-02-03-0028.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0028.Button,12-02-02-0028.Button,12-02-03-0028.Button,Disable=Invisible,$Sum120201002812020200281202030028) </State>
<Button> <Button>
<State> Flag( 12-02-01-0028.Button,12-02-02-0028.Button,12-02-03-0028.Button,Disable=Invisible) </State> <State> $Sum120201002812020200281202030028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_Matcha.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_Matcha.png" </FilenameDisable>
@ -9755,8 +9755,8 @@ and water" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0028.TAG tag_is_low DEBUGVAR $Sum120201002812020200281202030028
If tag_is_low = "true" Then If $Sum120201002812020200281202030028 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9787,9 +9787,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0011.Button,12-02-02-0011.Button,12-02-03-0011.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0011.Button,12-02-02-0011.Button,12-02-03-0011.Button,Disable=Invisible,$Sum120201001112020200111202030011) </State>
<Button> <Button>
<State> Flag( 12-02-01-0011.Button,12-02-02-0011.Button,12-02-03-0011.Button,Disable=Invisible) </State> <State> $Sum120201001112020200111202030011 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_matcha_tea.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_matcha_tea.png" </FilenameDisable>
@ -9966,8 +9966,8 @@ and water" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0011.TAG tag_is_low DEBUGVAR $Sum120201001112020200111202030011
If tag_is_low = "true" Then If $Sum120201001112020200111202030011 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -9998,9 +9998,9 @@ and water" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-02-01-0012.Button,12-02-02-0012.Button,12-02-03-0012.Button,Disable=Invisible) </State> <State> Flag( 12-02-01-0012.Button,12-02-02-0012.Button,12-02-03-0012.Button,Disable=Invisible,$Sum120201001212020200121202030012) </State>
<Button> <Button>
<State> Flag( 12-02-01-0012.Button,12-02-02-0012.Button,12-02-03-0012.Button,Disable=Invisible) </State> <State> $Sum120201001212020200121202030012 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_lime_Matcha.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_lime_Matcha.png" </FilenameDisable>
@ -10179,8 +10179,8 @@ LIMENADE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-02-01-0012.TAG tag_is_low DEBUGVAR $Sum120201001212020200121202030012
If tag_is_low = "true" Then If $Sum120201001212020200121202030012 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -10211,9 +10211,9 @@ LIMENADE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-01-01-0001.Button,Disable=Invisible) </State> <State> Flag( 12-01-01-0001.Button,Disable=Invisible,$Sum1201010001) </State>
<Button> <Button>
<State> Flag( 12-01-01-0001.Button,Disable=Invisible) </State> <State> $Sum1201010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_espresso.png" </FilenameDisable>
@ -10390,8 +10390,8 @@ LIMENADE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-01-01-0001.TAG tag_is_low DEBUGVAR $Sum1201010001
If tag_is_low = "true" Then If $Sum1201010001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -10422,9 +10422,9 @@ LIMENADE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-11-01-0001.Button,Disable=Invisible) </State> <State> Flag( 12-11-01-0001.Button,Disable=Invisible,$Sum1211010001) </State>
<Button> <Button>
<State> Flag( 12-11-01-0001.Button,Disable=Invisible) </State> <State> $Sum1211010001 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_double_espresso.png" </Filename> <Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_double_espresso.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_double_espresso.png" </FilenamePress> <FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_double_espresso.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_double_espresso.png" </FilenameDisable> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_hot_double_espresso.png" </FilenameDisable>
@ -10601,8 +10601,8 @@ LIMENADE" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
STRCONTAIN "LOW" $12-11-01-0001.TAG tag_is_low DEBUGVAR $Sum1211010001
If tag_is_low = "true" Then If $Sum1211010001 = "Disable" Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Disable"
Else Else
Var ice_tab_process_show = "Enable" Var ice_tab_process_show = "Enable"
@ -10633,9 +10633,9 @@ LIMENADE" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0035.Button,12-05-03-0035.Button,Disable=Invisible) </State> <State> Flag( 12-05-02-0035.Button,12-05-03-0035.Button,Disable=Invisible,$Sum12050200351205030035) </State>
<Button> <Button>
<State> Flag( 12-05-02-0035.Button,12-05-03-0035.Button,Disable=Invisible) </State> <State> $Sum12050200351205030035 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_energy_drink_soda.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_energy_drink_soda.png" </FilenameDisable>
@ -10813,7 +10813,7 @@ DRINK SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"
@ -10840,9 +10840,9 @@ DRINK SODA" </Value>
<MarginTop> 22 </MarginTop> <MarginTop> 22 </MarginTop>
<Width> 225 </Width> <Width> 225 </Width>
<Height> 296 </Height> <Height> 296 </Height>
<State> Flag( 12-05-02-0028.Button,12-05-03-0028.Button,Disable=Invisible) </State> <State> Flag( 12-05-02-0028.Button,12-05-03-0028.Button,Disable=Invisible,$Sum12050200281205030028) </State>
<Button> <Button>
<State> Flag( 12-05-02-0028.Button,12-05-03-0028.Button,Disable=Invisible) </State> <State> $Sum12050200281205030028 </State>
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_hemp_soda.png" </Filename> <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> <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> <FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n//bn_iced_hemp_soda.png" </FilenameDisable>
@ -11020,7 +11020,7 @@ DRINK SODA" </Value>
eval( eval(
If ICE_PROCESS_STATUS = 2 Then If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Disable" Var ice_tab_process_show = "Invisible"
Else Else
Var ice_tab_process_show = "Invisible" Var ice_tab_process_show = "Invisible"

View file

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

View file

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

View file

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

View file

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