Merge remote-tracking branch 'origin/masterpiece' into hkg_multi
This commit is contained in:
commit
0967e755c6
142 changed files with 29765 additions and 44236 deletions
Binary file not shown.
BIN
inter/aus/video/frying_turtle_save_world1.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world1.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_save_world2.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world2.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_save_world3.mp4
Normal file
BIN
inter/aus/video/frying_turtle_save_world3.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_thank1.mp4
Normal file
BIN
inter/aus/video/frying_turtle_thank1.mp4
Normal file
Binary file not shown.
BIN
inter/aus/video/frying_turtle_thank2.mp4
Normal file
BIN
inter/aus/video/frying_turtle_thank2.mp4
Normal file
Binary file not shown.
|
|
@ -1,13 +1,18 @@
|
|||
SAVELOG "For change size this file."
|
||||
|
||||
If SaveTheWorldCount = 2 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_save_world.mp4"
|
||||
|
||||
Var video_id_to_ran = 3
|
||||
Random2 1 4 video_id_to_ran
|
||||
|
||||
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_save_world" + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
Else
|
||||
|
||||
Var video_id_to_ran = 2
|
||||
Random2 1 2 video_id_to_ran
|
||||
Random2 1 3 video_id_to_ran
|
||||
|
||||
Var video_file_name = "ROOT/taobin_project/inter/common/video/taobin_thank" + video_id_to_ran
|
||||
Var video_file_name = "ROOT/taobin_project/inter/aus/video/frying_turtle_thank" + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
|
||||
If EventNewYear = 1 Then
|
||||
|
|
|
|||
BIN
inter/hkg/image/page_payment/bd_code.png
Normal file
BIN
inter/hkg/image/page_payment/bd_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
BIN
inter/hkg/image/page_payment/bn_code.png
Normal file
BIN
inter/hkg/image/page_payment/bn_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
BIN
inter/hkg/image/page_payment/bp_code.png
Normal file
BIN
inter/hkg/image/page_payment/bp_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
|
|
@ -25,7 +25,7 @@ TextID Note English Mandarin Simplified Mandarin Traditional
|
|||
|
||||
Font=Montserrat,Type=Regular,Size=20,Color=0x746253,Align=Center-All Font=Montserrat,Type=Regular,Size=20,Color=0x746253,Align=Center-All Font=Montserrat,Type=Regular,Size=20,Color=0x746253,Align=Center-All
|
||||
Font=Montserrat,Type=Bold,Size=20,Color=0x746253,Align=Center-All Font=Montserrat,Type=Bold,Size=20,Color=0x746253,Align=Center-All Font=Montserrat,Type=Bold,Size=20,Color=0x746253,Align=Center-All
|
||||
000014 our specialty 特色饮品 特色飲品
|
||||
000014 Best Sellers 特色饮品 特色飲品
|
||||
000015 Coffee 咖啡 咖啡
|
||||
000016 Tea 茶 茶
|
||||
000017 Milk,\nCaramel\n& Cocoa 牛奶、焦糖、可可 牛奶、焦糖、可可
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -1,5 +1,5 @@
|
|||
if "v2" in param:
|
||||
def GenMenuProductCodeBlock( str_hot_product_code, str_cold_product_code, str_blend_product_code):
|
||||
def GenMenuProductCodeBlock( str_hot_product_code, str_cold_product_code, str_blend_product_code, present):
|
||||
print(" size " + str( len(spl)) + " img=" + spl[ idx_img][1] )
|
||||
out_xml( '\t; ==================> Len = ' + str(len(spl)) + '\r\n')
|
||||
menu_img = spl[ idx_img][1]
|
||||
|
|
@ -141,19 +141,29 @@
|
|||
out_xml( '\t\tEndIf\r\n')
|
||||
|
||||
|
||||
|
||||
out_xml( '\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\tVar PD_STAGE_2 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_cold_product_code +'"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_1 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_hot_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_3 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_blend_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
if present == 3:
|
||||
out_xml( '\t\tIf PD_STAGE_3 = "Enable" Then\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_blend_product_code +'"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_cold_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_hot_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
else:
|
||||
out_xml( '\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\tVar PD_STAGE_2 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_cold_product_code +'"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_1 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_hot_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_3 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_blend_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
|
||||
|
||||
|
||||
|
|
@ -452,8 +462,8 @@
|
|||
|
||||
out_xml( '</Block>\r\n')
|
||||
|
||||
def GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code):
|
||||
GenMenuProductCodeBlock( spl[ idx_name][ idx_hot_product_code], spl[ idx_name][ idx_cold_product_code] , spl[ idx_name][ idx_blend_product_code] )
|
||||
def GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code, present):
|
||||
GenMenuProductCodeBlock( spl[ idx_name][ idx_hot_product_code], spl[ idx_name][ idx_cold_product_code] , spl[ idx_name][ idx_blend_product_code], present)
|
||||
|
||||
|
||||
idx_lang_malay = 5
|
||||
|
|
@ -471,6 +481,7 @@
|
|||
idx_hot_product_code = 7
|
||||
idx_cold_product_code = idx_hot_product_code + 1
|
||||
idx_blend_product_code = idx_cold_product_code + 1
|
||||
idx_default_load_topping = idx_blend_product_code + 2
|
||||
|
||||
#
|
||||
idx_hot_product_code2 = idx_blend_product_code + 1
|
||||
|
|
@ -577,6 +588,11 @@
|
|||
hot_pd = spl[ idx_name][ idx_hot_product_code].split(',')
|
||||
cold_pd = spl[ idx_name][ idx_cold_product_code].split(',')
|
||||
blend_pd = spl[ idx_name][ idx_blend_product_code].split(',')
|
||||
|
||||
try:
|
||||
present = int(spl[idx_name][idx_default_load_topping])
|
||||
except:
|
||||
present = 0
|
||||
|
||||
#print(' size = ' + str( len( hot_pd)) + ' size = ' + str( len( cold_pd)) + ' size = ' + str( len( blend_pd)) + '\r\n')
|
||||
list_size = len( hot_pd)
|
||||
|
|
@ -586,9 +602,9 @@
|
|||
print("\t\t==> ignore ")
|
||||
else:
|
||||
print("\t\t==> gen ")
|
||||
GenMenuProductCodeBlock( hot_pd[ idx], cold_pd[ idx], blend_pd[ idx] )
|
||||
GenMenuProductCodeBlock( hot_pd[ idx], cold_pd[ idx], blend_pd[ idx], present)
|
||||
else:
|
||||
GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code)
|
||||
GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code, 0)
|
||||
#out_xml( '\t; parallel '+ spl[ idx_name][ idx_hot_product_code2] + ' ' + spl[ idx_name][ idx_cold_product_code2] + ' ' + spl[ idx_name][ idx_blend_product_code2] + ' \r\n')
|
||||
#print("++++++++++++++++++++++++++++++ " + str( count_test) )
|
||||
#count_test = count_test + 1
|
||||
|
|
@ -596,7 +612,7 @@
|
|||
# break
|
||||
if len( spl[idx_name] ) >= 11:
|
||||
if spl[ idx_name][ idx_hot_product_code2] != "-" or spl[ idx_name][ idx_cold_product_code2] != "-" or spl[ idx_name][ idx_blend_product_code2] != "-":
|
||||
GenMenuBlock( idx_hot_product_code2, idx_cold_product_code2, idx_blend_product_code2)
|
||||
GenMenuBlock( idx_hot_product_code2, idx_cold_product_code2, idx_blend_product_code2, 0)
|
||||
|
||||
out_xml('</FrameScroll>\r\n')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
if "v2" in param:
|
||||
def GenMenuProductCodeBlock( str_hot_product_code, str_cold_product_code, str_blend_product_code):
|
||||
def GenMenuProductCodeBlock( str_hot_product_code, str_cold_product_code, str_blend_product_code, present):
|
||||
print(f"spl : {spl}")
|
||||
print(" ProductCode : "+str_hot_product_code + " : " + str_cold_product_code + " : " + str_blend_product_code + "lenstr " + str(len(spl)) )
|
||||
print(" size " + str( len(spl)) + " img=" + spl[ idx_img][1] )
|
||||
|
|
@ -150,18 +150,29 @@
|
|||
|
||||
|
||||
|
||||
out_xml( '\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\tVar PD_STAGE_2 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_cold_product_code +'"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_1 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_hot_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_3 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_blend_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
if present == 3:
|
||||
out_xml( '\t\tIf PD_STAGE_3 = "Enable" Then\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_blend_product_code +'"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_cold_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_hot_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
else:
|
||||
out_xml( '\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\tVar PD_STAGE_2 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_cold_product_code +'"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_1 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_hot_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
#out_xml( '\t\t\t\tVar PD_STAGE_3 = "Enable"\r\n')
|
||||
out_xml( '\t\t\tTopping "Load" "'+ str_blend_product_code +'"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
|
||||
|
||||
|
||||
|
|
@ -492,8 +503,8 @@
|
|||
|
||||
out_xml( '</Block>\r\n')
|
||||
|
||||
def GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code):
|
||||
GenMenuProductCodeBlock( spl[ idx_name][ idx_hot_product_code], spl[ idx_name][ idx_cold_product_code] , spl[ idx_name][ idx_blend_product_code] )
|
||||
def GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code, present):
|
||||
GenMenuProductCodeBlock( spl[ idx_name][ idx_hot_product_code], spl[ idx_name][ idx_cold_product_code] , spl[ idx_name][ idx_blend_product_code], present)
|
||||
|
||||
# idx_lang_msc = 8
|
||||
# idx_lang_mtc = 7
|
||||
|
|
@ -517,6 +528,7 @@
|
|||
idx_hot_product_code = 7
|
||||
idx_cold_product_code = idx_hot_product_code + 1
|
||||
idx_blend_product_code = idx_cold_product_code + 1
|
||||
idx_default_load_topping = idx_blend_product_code + 2
|
||||
|
||||
#
|
||||
idx_hot_product_code2 = idx_blend_product_code + 1
|
||||
|
|
@ -623,6 +635,11 @@
|
|||
hot_pd = spl[ idx_name][ idx_hot_product_code].split(',')
|
||||
cold_pd = spl[ idx_name][ idx_cold_product_code].split(',')
|
||||
blend_pd = spl[ idx_name][ idx_blend_product_code].split(',')
|
||||
|
||||
try:
|
||||
present = int(spl[idx_name][idx_default_load_topping])
|
||||
except:
|
||||
present = 0
|
||||
|
||||
#print(' size = ' + str( len( hot_pd)) + ' size = ' + str( len( cold_pd)) + ' size = ' + str( len( blend_pd)) + '\r\n')
|
||||
list_size = len( hot_pd)
|
||||
|
|
@ -633,9 +650,9 @@
|
|||
else:
|
||||
print("\t\t==> gen ")
|
||||
print("\t\t==> hot_pd "+hot_pd[ idx])
|
||||
GenMenuProductCodeBlock( hot_pd[ idx], cold_pd[ idx], blend_pd[ idx] )
|
||||
GenMenuProductCodeBlock( hot_pd[ idx], cold_pd[ idx], blend_pd[ idx], present)
|
||||
else:
|
||||
GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code)
|
||||
GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code, 0)
|
||||
#out_xml( '\t; parallel '+ spl[ idx_name][ idx_hot_product_code2] + ' ' + spl[ idx_name][ idx_cold_product_code2] + ' ' + spl[ idx_name][ idx_blend_product_code2] + ' \r\n')
|
||||
#print("++++++++++++++++++++++++++++++ " + str( count_test) )
|
||||
#count_test = count_test + 1
|
||||
|
|
@ -643,7 +660,7 @@
|
|||
# break
|
||||
if len( spl[idx_name] ) >= 11:
|
||||
if spl[ idx_name][ idx_hot_product_code2] != "-" or spl[ idx_name][ idx_cold_product_code2] != "-" or spl[ idx_name][ idx_blend_product_code2] != "-":
|
||||
GenMenuBlock( idx_hot_product_code2, idx_cold_product_code2, idx_blend_product_code2)
|
||||
GenMenuBlock( idx_hot_product_code2, idx_cold_product_code2, idx_blend_product_code2, 0)
|
||||
|
||||
out_xml('</FrameScroll>\r\n')
|
||||
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@
|
|||
Var aliasDesc[4] = ""
|
||||
Var aliasName[5] = ""
|
||||
Var aliasDesc[5] = ""
|
||||
Var NameLang[0][0] = "Hot VANILLA CARAMEL latte (s)"
|
||||
Var NameLang[0][0] = "Hot GINGER CAFE LATTE"
|
||||
Var NameLang[0][1] = "热香草焦糖拿铁咖啡"
|
||||
Var NameLang[0][2] = "熱雲呢拿焦糖拿鐵咖啡"
|
||||
Var NameLang[0][3] = ""
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
Var DescLang[0][3] = ""
|
||||
Var DescLang[0][4] = ""
|
||||
Var DescLang[0][5] = ""
|
||||
Var NameLang[1][0] = "Iced VANILLA CARAMEL latte (s)"
|
||||
Var NameLang[1][0] = "Iced GINGER CAFE LATTE"
|
||||
Var NameLang[1][1] = "冰香草焦糖拿铁咖啡"
|
||||
Var NameLang[1][2] = "冰雲呢拿焦糖拿鐵咖啡"
|
||||
Var NameLang[1][3] = ""
|
||||
|
|
@ -13885,13 +13885,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-11-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-11-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-11-02-0001"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -14184,13 +14184,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-31-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-31-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-31-02-0001"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -14483,13 +14483,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -14786,13 +14786,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -15089,13 +15089,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-11-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0005"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-11-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-11-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0005"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -15392,13 +15392,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-31-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0005"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-31-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-31-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0005"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -15695,13 +15695,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0006"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0003"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0006"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -15998,13 +15998,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0006"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0003"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0006"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -16301,13 +16301,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0004"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0007"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0004"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0004"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0007"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -16604,13 +16604,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0004"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0007"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0004"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0004"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0007"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -16907,13 +16907,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0031"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0031"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0031"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0031"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0031"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -17210,13 +17210,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0031"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0031"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0031"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0031"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0031"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -17513,13 +17513,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0005"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0008"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0005"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0005"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0008"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -17816,13 +17816,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0005"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0008"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0005"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0005"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0008"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -18119,13 +18119,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0008"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0011"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0008"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0008"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0011"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -18422,13 +18422,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0008"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0011"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0008"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0008"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0011"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -19331,13 +19331,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0009"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0006"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0009"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -19634,13 +19634,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0009"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0006"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0009"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -19937,13 +19937,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0055"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0055"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0055"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0055"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0055"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -20240,13 +20240,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0055"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0055"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0055"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0055"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0055"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -20543,13 +20543,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0029"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0029"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0029"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0029"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0029"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -20846,13 +20846,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0029"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0029"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0029"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0029"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0029"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -22361,13 +22361,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0042"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0042"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0042"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0042"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0042"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -22664,13 +22664,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0042"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0042"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0042"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0042"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0042"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -333,13 +333,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0005"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0005"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0005"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0005"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0005"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -636,13 +636,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -939,13 +939,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0003"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0003"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0003"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1242,13 +1242,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1541,13 +1541,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0002"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0002"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1844,13 +1844,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0022"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0022"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2147,13 +2147,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0010"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0010"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2446,13 +2446,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2745,13 +2745,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0021"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0021"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3044,13 +3044,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0041"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0041"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0041"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3343,13 +3343,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0008"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0008"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0008"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4240,13 +4240,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -304,13 +304,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0005"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0005"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0005"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0005"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0005"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -607,13 +607,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -910,13 +910,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0004"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0004"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0004"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1213,13 +1213,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0003"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0003"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0003"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1516,13 +1516,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1815,13 +1815,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0002"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0002"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2118,13 +2118,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0059"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0059"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0059"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2417,13 +2417,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0010"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0010"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2716,13 +2716,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0011"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0011"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3015,13 +3015,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3314,13 +3314,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0019"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0019"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0019"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0019"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0019"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3617,13 +3617,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3916,13 +3916,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0021"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0021"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4215,13 +4215,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0048"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0048"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0048"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0048"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0048"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4518,13 +4518,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0049"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0049"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4817,13 +4817,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0022"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0022"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -5120,13 +5120,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0025"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0025"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0025"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0025"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0025"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -5423,13 +5423,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0026"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -5722,13 +5722,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0023"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0023"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0023"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0023"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0023"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6025,13 +6025,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0024"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0024"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0024"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0024"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0024"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6328,13 +6328,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0058"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0058"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0058"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6926,13 +6926,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0034"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0034"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -7225,13 +7225,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0035"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0035"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0035"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0035"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0035"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -7528,13 +7528,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0036"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0036"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0036"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0036"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0036"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -7831,13 +7831,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0037"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0037"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0037"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8130,13 +8130,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0039"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0039"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0039"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0039"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0039"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8433,13 +8433,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0040"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0040"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0040"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0040"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0040"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8736,13 +8736,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0041"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0041"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0041"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0041"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0041"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9039,13 +9039,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0042"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0042"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0042"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0042"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0042"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -308,13 +308,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0007"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0007"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0007"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -906,13 +906,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0094"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0094"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0094"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1205,13 +1205,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0104"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0104"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0104"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1504,13 +1504,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0105"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0105"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0105"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4494,13 +4494,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0114"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0114"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0114"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -5092,13 +5092,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0035"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0035"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0035"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6288,13 +6288,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0010"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0010"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0010"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6587,13 +6587,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0033"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0033"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0033"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6886,13 +6886,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0022"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -7484,13 +7484,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0041"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0041"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0041"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -7783,13 +7783,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0008"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0008"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0008"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8082,13 +8082,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0009"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0009"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0009"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8381,13 +8381,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0024"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0024"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0024"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8680,13 +8680,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0025"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0025"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0025"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8979,13 +8979,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0046"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0046"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0046"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9278,13 +9278,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0074"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0074"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0074"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9577,13 +9577,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0047"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0047"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0047"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11072,13 +11072,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0075"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0075"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0075"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12268,13 +12268,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0038"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0038"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0038"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12567,13 +12567,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0039"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0039"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0039"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -16753,13 +16753,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0034"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0034"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0034"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -17052,13 +17052,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0003"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -17351,13 +17351,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0004"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0004"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0004"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -17650,13 +17650,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0002"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -18248,13 +18248,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-05-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0001"
|
||||
Else
|
||||
Topping "Load" "54-05-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -18551,13 +18551,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0026"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0026"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -18850,13 +18850,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0032"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0032"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0032"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -19452,13 +19452,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0040"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-05-03-0040"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -19751,13 +19751,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0092"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-05-03-0092"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -7909,13 +7909,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8212,13 +8212,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8515,13 +8515,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0037"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0037"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0037"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0037"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0037"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8818,13 +8818,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0026"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0026"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0026"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0026"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9121,13 +9121,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0024"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0024"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0024"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0024"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0024"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9424,13 +9424,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0002"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0002"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9727,13 +9727,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10030,13 +10030,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10329,13 +10329,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0011"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0011"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10628,13 +10628,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0022"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0022"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10931,13 +10931,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11230,13 +11230,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11529,13 +11529,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0049"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0049"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12426,13 +12426,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0035"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0035"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0035"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12725,13 +12725,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0025"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0025"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0025"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -7766,13 +7766,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-01-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-01-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-01-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-01-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8069,13 +8069,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-21-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-21-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-21-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-21-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8372,13 +8372,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0037"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0037"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0037"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0037"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0037"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8675,13 +8675,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0026"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0026"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0026"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0026"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8978,13 +8978,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0024"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0024"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0024"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0024"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0024"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9281,13 +9281,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0002"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0002"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0002"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9584,13 +9584,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0001"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9887,13 +9887,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0006"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10186,13 +10186,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0011"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0011"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10485,13 +10485,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-03-01-0022"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-03-02-0022"
|
||||
Else
|
||||
Topping "Load" "54-03-01-0022"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10788,13 +10788,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0009"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11087,13 +11087,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0020"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11386,13 +11386,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-03-03-0049"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-03-03-0049"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12283,13 +12283,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0035"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0035"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0035"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12582,13 +12582,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0025"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0025"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0025"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -598,13 +598,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0020"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0020"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0020"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0020"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -901,13 +901,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0041"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0041"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0041"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0041"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0041"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1204,13 +1204,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0053"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0053"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0053"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0053"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0053"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -1810,13 +1810,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0056"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "54-02-03-0056"
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2109,13 +2109,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0027"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0017"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0027"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0027"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0017"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2412,13 +2412,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0007"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0007"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0007"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0007"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0007"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3018,13 +3018,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0042"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0042"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0042"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0042"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0042"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3321,13 +3321,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0039"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0039"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0039"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0039"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0039"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3624,13 +3624,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0040"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0040"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0040"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0040"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0040"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4230,13 +4230,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0001"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4533,13 +4533,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0020"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0020"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0020"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0020"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0020"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -4836,13 +4836,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0027"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0017"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-05-03-0027"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-05-02-0027"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0017"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -5139,13 +5139,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0007"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0007"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0007"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0007"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0007"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -5745,13 +5745,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0027"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0027"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0027"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0027"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0027"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6048,13 +6048,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0024"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0024"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0024"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0024"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0024"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6351,13 +6351,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0062"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0062"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0062"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6650,13 +6650,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0011"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0011"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0011"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0011"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0011"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -6953,13 +6953,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0025"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0025"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0025"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0025"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0025"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -7559,13 +7559,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0065"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0065"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0065"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8161,13 +8161,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0064"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0064"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0064"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8460,13 +8460,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0050"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0050"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0050"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -8759,13 +8759,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0003"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0003"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0003"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9062,13 +9062,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0004"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0004"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0004"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0004"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0004"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9365,13 +9365,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0026"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0026"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0026"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0026"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9668,13 +9668,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0060"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0060"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0060"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -9967,13 +9967,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0037"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0037"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0037"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0037"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0037"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10270,13 +10270,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0028"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0028"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0028"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0028"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0028"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10573,13 +10573,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0011"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0011"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0011"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0011"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0011"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -10876,13 +10876,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0012"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0012"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0012"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0012"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0012"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11179,13 +11179,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0061"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0061"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0061"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11478,13 +11478,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0006"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0006"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0006"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0006"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0006"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -11781,13 +11781,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0008"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0008"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0008"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0008"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0008"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12084,13 +12084,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0019"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0019"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0019"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0019"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0019"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12690,13 +12690,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0022"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0022"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0022"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -12993,13 +12993,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0017"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "54-02-01-0016"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0017"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0017"
|
||||
Else
|
||||
Topping "Load" "54-02-01-0016"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -13599,13 +13599,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0063"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "54-02-03-0063"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "54-02-02-0063"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@
|
|||
|
||||
DEBUGVAR ShowPrice
|
||||
DEBUGVAR RoadShow
|
||||
|
||||
|
||||
If ShowPrice = "Invisible" Then
|
||||
Var PriceDrinkTmpShow = "Free"
|
||||
EndIf
|
||||
|
|
@ -542,7 +542,7 @@
|
|||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
DEBUGVAR IndexDrinktType
|
||||
|
|
@ -571,11 +571,17 @@
|
|||
;Open PreviseXMLFileName2
|
||||
DEBUGVAR OpenFromXML
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/tricker.ev"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog.lxml"
|
||||
|
||||
|
||||
DEBUGVAR OpenFromInstMenuTab
|
||||
If OpenFromInstMenuTab > 0 Then
|
||||
DEBUGVAR OpenFromInstMenuTab
|
||||
TabMenuVisibleInst OpenFromInstMenuTab
|
||||
EndIf
|
||||
|
||||
Open OpenFromXML
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -3572,14 +3578,18 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Seeker = "next" Then
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/tricker.ev"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
|
||||
DEBUGVAR OpenFromInstMenuTab
|
||||
If OpenFromInstMenuTab > 0 Then
|
||||
DEBUGVAR OpenFromInstMenuTab
|
||||
TabMenuVisibleInst OpenFromInstMenuTab
|
||||
EndIf
|
||||
|
||||
Open OpenFromXML
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 53 </X>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ If CatalogLayoutV3 = 1 Then
|
|||
Var layoutVersion = "v3/"
|
||||
EndIf
|
||||
|
||||
SAVELOG "=================== Control language and switch instance ========================="
|
||||
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/page_catalog_group_coffee.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/coffee.ev"
|
||||
Var InstanceTabOpenFile2 = "ROOT/taobin_project/inter/tha/xml/multi/" + layoutVersion
|
||||
Var InstanceTabOpenFile2 = InstanceTabOpenFile2 + "/page_catalog_group_coffee.lxml"
|
||||
|
|
@ -30,11 +32,15 @@ EndIf
|
|||
If WheyButtonState = "Enable" Then
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/page_catalog_group_whey.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/kidandwhey.ev"
|
||||
Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/tha/xml/multi/" + layoutVersion
|
||||
Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_whey.lxml"
|
||||
Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_whey.lxml"
|
||||
Else
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_forkid.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/kidandwhey.ev"
|
||||
Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/tha/xml/multi/" + layoutVersion
|
||||
Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_forkid.lxml"
|
||||
EndIf
|
||||
|
||||
If MenuKidButtonState = "Enable" Then
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/page_catalog_group_forkid.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/kidandwhey.ev"
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_forkid.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/kidandwhey.ev"
|
||||
Var InstanceTabOpenFile5 = "ROOT/taobin_project/inter/tha/xml/multi/" + layoutVersion
|
||||
Var InstanceTabOpenFile5 = InstanceTabOpenFile5 + "/page_catalog_group_forkid.lxml"
|
||||
EndIf
|
||||
|
|
@ -51,7 +57,7 @@ Else
|
|||
EndIf
|
||||
|
||||
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/page_catalog_group_pepsi_7up.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/pepsi7up.ev"
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pepsi_7up.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/pepsi7up.ev"
|
||||
Var InstanceTabOpenFile8 = "ROOT/taobin_project/inter/tha/xml/multi/" + layoutVersion
|
||||
Var InstanceTabOpenFile8 = InstanceTabOpenFile8 + "/page_catalog_group_pepsi_7up.lxml"
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
If Inst5CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = 20
|
||||
SAVELOG "OPEN FROM 1"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
;Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
DEBUGVAR Inst5CountDownForOpenXML
|
||||
If Inst5CountDownForOpenXML = 0 Then
|
||||
SAVELOG "OPEN FROM 2"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
;Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@
|
|||
Var Inst8CountDownOpenXMLFromMenuZero = Inst8CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst8CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
Open CurrentXMLFileName8
|
||||
;Open CurrentXMLFileName8
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst8CountDownForOpenXML
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
Open CurrentXMLFileName8
|
||||
;Open CurrentXMLFileName8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -282,8 +282,19 @@
|
|||
DEBUGVAR Inst11MenuLoaded
|
||||
|
||||
DEBUGVAR MultiProcessTimer
|
||||
DEBUGVAR CatalogLayoutV3
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
Var Inst5MenuLoaded = "done"
|
||||
Var Inst6MenuLoaded = "done"
|
||||
Var Inst7MenuLoaded = "done"
|
||||
Var Inst8MenuLoaded = "done"
|
||||
Var Inst9MenuLoaded = "done"
|
||||
Var Inst10MenuLoaded = "done"
|
||||
Var Inst11MenuLoaded = "done"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If MultiProcess = "Enable" Then
|
||||
If SelectedMenu = "coffee" Then
|
||||
Var MultiProcessTimer = MultiProcessTimer + 1
|
||||
|
|
|
|||
|
|
@ -406,15 +406,15 @@
|
|||
Var menu_desc_thai_blender = DescLang[2][1]
|
||||
DEBUGVAR menu_name_thai_cold
|
||||
DEBUGVAR menu_desc_thai_cold
|
||||
Var NameDrink = aliasName[0]
|
||||
Var DrinkDescription = aliasDesc[0]
|
||||
Var NameDrinkTH = aliasName[1]
|
||||
Var DrinkDescriptionTH = aliasDesc[1]
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
Var NameDrink = aliasName[0]
|
||||
Var DrinkDescription = aliasDesc[0]
|
||||
Var NameDrinkTH = aliasName[1]
|
||||
Var DrinkDescriptionTH = aliasDesc[1]
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select7.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_topping_select6.lxml"
|
||||
|
|
|
|||
|
|
@ -61,7 +61,9 @@
|
|||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/instance8.inc"
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
|
|
|||
|
|
@ -170,6 +170,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
SAVELOG "============================ Click For Kids "============================ "
|
||||
TabMenuVisibleInst 5
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
|
||||
|
|
|
|||
|
|
@ -84,9 +84,35 @@
|
|||
out_xml('\t\t<HotState> ' + pd_stage1 + ' </HotState>\n')
|
||||
out_xml('\t\t<IceState> ' + pd_stage2 + ' </IceState>\n')
|
||||
out_xml('\t\t<BlendState> ' + pd_stage3 + ' </BlendState>\n')
|
||||
out_xml('\t\t<HotPrice> StringFmt( $' + pd_code_1 + '.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>\n')
|
||||
out_xml('\t\t<IcePrice> StringFmt( $' + pd_code_2 + '.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>\n')
|
||||
out_xml('\t\t<BlendPrice> StringFmt( $' + pd_code_3 + '.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>\n')
|
||||
|
||||
out_xml('\t\t<HotPrice> eval( \n')
|
||||
|
||||
out_xml( '\t\tIf $' + pd_code_1 + '.Price = -1 Then\r\n')
|
||||
out_xml( '\t\t\tVar return = "Free"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tVar return !assigned StringFmt( $' + pd_code_1 + '.Price , DisplayFormat, PreScaleConvertShow) \r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
out_xml('\t\t) </HotPrice>\n')
|
||||
|
||||
|
||||
out_xml('\t\t<IcePrice> eval( \n')
|
||||
out_xml( '\t\tIf $' + pd_code_2 + '.Price = -1 Then\r\n')
|
||||
out_xml( '\t\t\tVar return = "Free"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tVar return !assigned StringFmt( $' + pd_code_2 + '.Price , DisplayFormat, PreScaleConvertShow) \r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
out_xml('\t\t) </IcePrice>\n')
|
||||
|
||||
|
||||
out_xml('\t\t<BlendPrice> eval( \n')
|
||||
out_xml( '\t\tIf $' + pd_code_3 + '.Price = -1 Then\r\n')
|
||||
out_xml( '\t\t\tVar return = "Free"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tVar return !assigned StringFmt( $' + pd_code_3 + '.Price , DisplayFormat, PreScaleConvertShow) \r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
out_xml('\t\t) </BlendPrice>\n')
|
||||
|
||||
|
||||
out_xml('\t\t<IceProcessingState>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf ICE_PROCESS_STATUS = 2 Then\n')
|
||||
|
|
|
|||
|
|
@ -197,9 +197,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1018.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-1018.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -372,9 +390,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1019.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-1019.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -547,9 +583,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1020.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-1020.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -722,9 +776,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1021.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-1021.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -897,9 +969,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-1022.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-1022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -54,7 +54,7 @@
|
|||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/coffee_instance.inc"
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> $TAOTIM.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-51-01-0001.Button </BlendState>
|
||||
<HotPrice> StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-51-01-0001.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $TAOTIM.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-51-01-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-51-01-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> $TAOTIM.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-51-01-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-51-01-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $TAOTIM.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-51-01-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-51-01-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> $TAOTIM.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-51-01-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-51-01-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $TAOTIM.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-51-01-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-51-01-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -144,9 +144,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0041.Button </IceState>
|
||||
<BlendState> $12-05-03-0041.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -319,9 +337,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0094.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0094.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -494,9 +530,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0095.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0095.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -669,9 +723,27 @@
|
|||
<HotState> $12-03-01-0005.Button </HotState>
|
||||
<IceState> $12-03-02-0005.Button </IceState>
|
||||
<BlendState> $12-03-03-0005.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0005.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0005.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0005.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -844,9 +916,27 @@
|
|||
<HotState> $12-03-01-0001.Button </HotState>
|
||||
<IceState> $12-03-02-0001.Button </IceState>
|
||||
<BlendState> $12-03-03-0001.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1019,9 +1109,27 @@
|
|||
<HotState> $12-03-01-0003.Button </HotState>
|
||||
<IceState> $12-03-02-0003.Button </IceState>
|
||||
<BlendState> $12-03-03-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0003.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1194,9 +1302,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0006.Button </IceState>
|
||||
<BlendState> $12-03-03-0006.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1369,9 +1495,27 @@
|
|||
<HotState> $12-03-01-0002.Button </HotState>
|
||||
<IceState> $12-03-02-0002.Button </IceState>
|
||||
<BlendState> $12-03-03-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1544,9 +1688,27 @@
|
|||
<HotState> $12-03-01-0022.Button </HotState>
|
||||
<IceState> $12-03-02-0022.Button </IceState>
|
||||
<BlendState> $12-03-03-0022.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1719,9 +1881,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1861,356 +2041,6 @@
|
|||
|
||||
|
||||
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 3
|
||||
; - - 12-03-03-0020
|
||||
<Menu>
|
||||
<State> Flag( 12-03-03-0020.Button,$Sum1203030020) </State>
|
||||
<IdleImage> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_smoothie_ovaltine.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/inter/tha/image/page_drink_press_n//bn_smoothie_ovaltine.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_smoothie_ovaltine.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Ovaltine Smoothie \nVolcano</LanguageSlot1>
|
||||
<LanguageSlot2>โอวัลตินปั่นภูเขาไฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Ovaltine Smoothie \nVolcano</LanguageSlot3>
|
||||
<LanguageSlot4>โอวัลตินปั่นภูเขาไฟ</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โอวัลตินปั่นภูเขาไฟ</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Ovaltine, Sugar, milk</LanguageSlot1>
|
||||
<LanguageSlot2>โอวัลติน น้ำตาล และ นม</LanguageSlot2>
|
||||
<LanguageSlot3>Ovaltine, Sugar, milk</LanguageSlot3>
|
||||
<LanguageSlot4>โอวัลติน น้ำตาล และ นม</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โอวัลติน น้ำตาล และ นม</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0020.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_ovaltine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-03-03-0020.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0020"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Ovaltine Smoothie \nVolcano"
|
||||
Var aliasDesc[0] = "Ovaltine, Sugar, milk"
|
||||
Var aliasName[1] = "โอวัลตินปั่นภูเขาไฟ"
|
||||
Var aliasDesc[1] = "โอวัลติน น้ำตาล และ นม"
|
||||
Var aliasName[2] = "火山阿华田冰沙"
|
||||
Var aliasDesc[2] = "阿华田、糖、牛奶"
|
||||
Var aliasName[3] = "-"
|
||||
Var aliasDesc[3] = "-"
|
||||
Var aliasName[4] = "-"
|
||||
Var aliasDesc[4] = "-"
|
||||
Var aliasName[5] = "အိုပါတင်း မီးတောင် ဖျော်ရည်"
|
||||
Var aliasDesc[5] = "အိုပါတင်း သကြားး နို့"
|
||||
Var NameLang[0][0] = ""
|
||||
Var NameLang[0][1] = ""
|
||||
Var NameLang[0][2] = ""
|
||||
Var NameLang[0][3] = ""
|
||||
Var NameLang[0][4] = ""
|
||||
Var NameLang[0][5] = ""
|
||||
Var DescLang[0][0] = ""
|
||||
Var DescLang[0][1] = ""
|
||||
Var DescLang[0][2] = ""
|
||||
Var DescLang[0][3] = ""
|
||||
Var DescLang[0][4] = ""
|
||||
Var DescLang[0][5] = ""
|
||||
Var NameLang[1][0] = ""
|
||||
Var NameLang[1][1] = ""
|
||||
Var NameLang[1][2] = ""
|
||||
Var NameLang[1][3] = ""
|
||||
Var NameLang[1][4] = ""
|
||||
Var NameLang[1][5] = ""
|
||||
Var DescLang[1][0] = ""
|
||||
Var DescLang[1][1] = ""
|
||||
Var DescLang[1][2] = ""
|
||||
Var DescLang[1][3] = ""
|
||||
Var DescLang[1][4] = ""
|
||||
Var DescLang[1][5] = ""
|
||||
Var NameLang[2][0] = "Ovaltine Smoothie \nVolcano SMOOTHIE"
|
||||
Var NameLang[2][1] = "โอวัลตินปั่นภูเขาไฟ"
|
||||
Var NameLang[2][2] = "火山阿华田冰沙"
|
||||
Var NameLang[2][3] = "-"
|
||||
Var NameLang[2][4] = "-"
|
||||
Var NameLang[2][5] = "Ovaltine Smoothie \nမီးတောင် ချောမွေ့မှု"
|
||||
Var DescLang[2][0] = "Ovaltine, Sugar, milk"
|
||||
Var DescLang[2][1] = "โอวัลติน น้ำตาล และ นม"
|
||||
Var DescLang[2][2] = "阿华田、糖、牛奶、冰"
|
||||
Var DescLang[2][3] = "-"
|
||||
Var DescLang[2][4] = "-"
|
||||
Var DescLang[2][5] = "Ovaltine, သကြား, နို့"
|
||||
; end lang
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0020.Button
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0020"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
If RedirectToNormalVersion = 1 Then
|
||||
Var menu_name_eng_hot = NameLang[0][0]
|
||||
Var menu_desc_eng_hot = DescLang[0][0]
|
||||
Var menu_name_eng_cold = NameLang[1][0]
|
||||
Var menu_desc_eng_cold = DescLang[1][0]
|
||||
Var menu_name_eng_blender = NameLang[2][0]
|
||||
Var menu_desc_eng_blender = DescLang[2][0]
|
||||
|
||||
|
||||
|
||||
Var menu_name_thai_hot = NameLang[0][1]
|
||||
Var menu_desc_thai_hot = DescLang[0][1]
|
||||
Var menu_name_thai_cold = NameLang[1][1]
|
||||
Var menu_desc_thai_cold = DescLang[1][1]
|
||||
Var menu_name_thai_blender = NameLang[2][1]
|
||||
Var menu_desc_thai_blender = DescLang[2][1]
|
||||
DEBUGVAR menu_name_thai_cold
|
||||
DEBUGVAR menu_desc_thai_cold
|
||||
Var NameDrink = aliasName[0]
|
||||
Var DrinkDescription = aliasDesc[0]
|
||||
Var NameDrinkTH = aliasName[1]
|
||||
Var DrinkDescriptionTH = aliasDesc[1]
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select7.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_topping_select6.lxml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 3
|
||||
; - - 12-03-03-0021
|
||||
<Menu>
|
||||
<State> Flag( 12-03-03-0021.Button,$Sum1203030021) </State>
|
||||
<IdleImage> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_Ovalcocoa_smoothie.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/inter/tha/image/page_drink_press_n//bn_iced_Ovalcocoa_smoothie.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_iced_Ovalcocoa_smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Cocoa Ovaltine \nVolcano</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้โอดิบภูเขาไฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Cocoa Ovaltine \nVolcano</LanguageSlot3>
|
||||
<LanguageSlot4>โกโก้โอดิบภูเขาไฟ</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โกโก้โอดิบภูเขาไฟ</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Ovaltine, Cocoa, Sugar, milk</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้ โอวัลติน น้ำตาล และ นม</LanguageSlot2>
|
||||
<LanguageSlot3>Ovaltine, Cocoa, Sugar, milk</LanguageSlot3>
|
||||
<LanguageSlot4>โกโก้ โอวัลติน น้ำตาล และ นม</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โกโก้ โอวัลติน น้ำตาล และ นม</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0021.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovalcocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $##-##-##-####.Price
|
||||
Var PriceD3 = $12-03-03-0021.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0021"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Cocoa Ovaltine \nVolcano"
|
||||
Var aliasDesc[0] = "Ovaltine, Cocoa, Sugar, milk"
|
||||
Var aliasName[1] = "โกโก้โอดิบภูเขาไฟ"
|
||||
Var aliasDesc[1] = "โกโก้ โอวัลติน น้ำตาล และ นม"
|
||||
Var aliasName[2] = "火山可可阿华田冰沙"
|
||||
Var aliasDesc[2] = "阿华田、可可、糖、牛奶"
|
||||
Var aliasName[3] = "-"
|
||||
Var aliasDesc[3] = "-"
|
||||
Var aliasName[4] = "-"
|
||||
Var aliasDesc[4] = "-"
|
||||
Var aliasName[5] = "ကိုကိုး အိုပါတင်း မီးတောင်"
|
||||
Var aliasDesc[5] = "ကိုကိုး အိုပါတင်း သကြားး နို့"
|
||||
Var NameLang[0][0] = ""
|
||||
Var NameLang[0][1] = ""
|
||||
Var NameLang[0][2] = ""
|
||||
Var NameLang[0][3] = ""
|
||||
Var NameLang[0][4] = ""
|
||||
Var NameLang[0][5] = ""
|
||||
Var DescLang[0][0] = ""
|
||||
Var DescLang[0][1] = ""
|
||||
Var DescLang[0][2] = ""
|
||||
Var DescLang[0][3] = ""
|
||||
Var DescLang[0][4] = ""
|
||||
Var DescLang[0][5] = ""
|
||||
Var NameLang[1][0] = ""
|
||||
Var NameLang[1][1] = ""
|
||||
Var NameLang[1][2] = ""
|
||||
Var NameLang[1][3] = ""
|
||||
Var NameLang[1][4] = ""
|
||||
Var NameLang[1][5] = ""
|
||||
Var DescLang[1][0] = ""
|
||||
Var DescLang[1][1] = ""
|
||||
Var DescLang[1][2] = ""
|
||||
Var DescLang[1][3] = ""
|
||||
Var DescLang[1][4] = ""
|
||||
Var DescLang[1][5] = ""
|
||||
Var NameLang[2][0] = "Cocoa Ovaltine \nVolcano SMOOTHIE"
|
||||
Var NameLang[2][1] = "โกโก้โอดิบภูเขาไฟ"
|
||||
Var NameLang[2][2] = "火山可可阿华田冰沙"
|
||||
Var NameLang[2][3] = "-"
|
||||
Var NameLang[2][4] = "-"
|
||||
Var NameLang[2][5] = "ကိုကိုး Ovaltine \nမီးတောင် ချောမွေ့မှု"
|
||||
Var DescLang[2][0] = "Ovaltine, Cocoa, Sugar, milk"
|
||||
Var DescLang[2][1] = "โกโก้ โอวัลติน น้ำตาล และ นม"
|
||||
Var DescLang[2][2] = "可可、阿华田、糖、牛奶、冰"
|
||||
Var DescLang[2][3] = "-"
|
||||
Var DescLang[2][4] = "-"
|
||||
Var DescLang[2][5] = "Ovaltine, Cocoa, သကြား, နို့"
|
||||
; end lang
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0021.Button
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0021"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
If RedirectToNormalVersion = 1 Then
|
||||
Var menu_name_eng_hot = NameLang[0][0]
|
||||
Var menu_desc_eng_hot = DescLang[0][0]
|
||||
Var menu_name_eng_cold = NameLang[1][0]
|
||||
Var menu_desc_eng_cold = DescLang[1][0]
|
||||
Var menu_name_eng_blender = NameLang[2][0]
|
||||
Var menu_desc_eng_blender = DescLang[2][0]
|
||||
|
||||
|
||||
|
||||
Var menu_name_thai_hot = NameLang[0][1]
|
||||
Var menu_desc_thai_hot = DescLang[0][1]
|
||||
Var menu_name_thai_cold = NameLang[1][1]
|
||||
Var menu_desc_thai_cold = DescLang[1][1]
|
||||
Var menu_name_thai_blender = NameLang[2][1]
|
||||
Var menu_desc_thai_blender = DescLang[2][1]
|
||||
DEBUGVAR menu_name_thai_cold
|
||||
DEBUGVAR menu_desc_thai_cold
|
||||
Var NameDrink = aliasName[0]
|
||||
Var DrinkDescription = aliasDesc[0]
|
||||
Var NameDrinkTH = aliasName[1]
|
||||
Var DrinkDescriptionTH = aliasDesc[1]
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select7.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_topping_select6.lxml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
|
|
@ -2244,9 +2074,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0008.Button </IceState>
|
||||
<BlendState> $12-05-03-0008.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0008.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0008.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0008.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0008.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0008.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0008.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2419,9 +2267,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0044.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2594,9 +2460,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0045.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0045.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2769,9 +2653,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0009.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2944,9 +2846,27 @@
|
|||
<HotState> $12-03-01-0023.Button </HotState>
|
||||
<IceState> $12-03-02-0023.Button </IceState>
|
||||
<BlendState> $12-03-03-0023.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0023.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3119,9 +3039,27 @@
|
|||
<HotState> $12-03-01-0024.Button </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3294,9 +3232,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -193,7 +193,17 @@
|
|||
|
||||
Var HealthRefreshTimeOut = HealthRefreshTimeOut + 1
|
||||
|
||||
If RefreshHealtMenu = 1 Then
|
||||
Var RefreshHealtMenu = 0
|
||||
SAVELOG "OPEN FROM 6"
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_health.lxml"
|
||||
|
||||
EndIf
|
||||
; setvarint RefreshHealtMenu 1
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -48,141 +48,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show4
|
||||
;DEBUGVAR inst_show4
|
||||
|
||||
If inst_show4 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SlientRefreshIndex = 4 Then
|
||||
If inst_show4 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile4
|
||||
Open CurrentOpenFile4
|
||||
|
||||
Else
|
||||
Var SlientRefreshIndex = 5
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If langnext3 = "true" Then
|
||||
Var langnext3 = "false"
|
||||
DEBUGVAR langnext3
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
If inst_show4 = 1 Then
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Inst7CountMenuEnable = 0
|
||||
Var Inst7CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst7CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst7CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst7CountMenuEnable
|
||||
;DEBUGVAR Inst7CountMenuEnablePrev
|
||||
;DEBUGVAR Inst7CountCurrentMenuEnable
|
||||
|
||||
If Inst7CountMenuEnablePrev = "" Then
|
||||
Var Inst7CountMenuEnablePrev = Inst7CountMenuEnable
|
||||
Var Inst7CountDownForOpenXML = 0
|
||||
Var Inst7CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst7CountMenuEnable = Inst7CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst7 Refresh ===================================================================== Refresh"
|
||||
Var Inst7CountDownForOpenXML = 10
|
||||
Var Inst7CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst7CountMenuEnable = Inst7CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst7CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst7 Refresh =======================Inst7CountMenuEnable / Inst7CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst7CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If Inst7CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst7CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst7CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst7CountDownOpenXMLFromMenuZero = Inst7CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst7CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst7CountDownOpenXMLFromMenuZero = 20
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_milk.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst7CountMenuEnable = Inst7CountCurrentMenuEnable Then
|
||||
If Inst7CountCurrentMenuEnable > 0 Then
|
||||
Var Inst7MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst7CountDownForOpenXML > 0 Then
|
||||
Var Inst7CountDownForOpenXML = Inst7CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst7CountDownForOpenXML
|
||||
If Inst7CountDownForOpenXML = 0 Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_milk.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0009.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0027.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0028.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0030.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0030.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0031.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0043.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0044.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0043.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0045.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0045.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0034.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0040.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -45,153 +45,6 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show7
|
||||
;DEBUGVAR inst_show7
|
||||
|
||||
|
||||
If inst_show7 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SlientRefreshIndex = 7 Then
|
||||
If inst_show7 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile7
|
||||
Open CurrentOpenFile7
|
||||
Else
|
||||
Var SlientRefreshIndex = 8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show7 = 1 Then
|
||||
If langnext6 = "true" Then
|
||||
Var langnext6 = "false"
|
||||
DEBUGVAR langnext
|
||||
;GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
DEBUGVAR CurrentOpenFile4
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_other.lxml"
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<EventOnShow>
|
||||
InstanceGetString SaveStringInst
|
||||
DEBUGVAR SaveStringInst
|
||||
DEBUGVAR show_eng
|
||||
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = 1005
|
||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
|
||||
DEBUGVAR EnabledBlockUpdateInst6
|
||||
DEBUGVAR EnabledBlocksDrawInst6
|
||||
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
Else
|
||||
If EnabledBlocksDrawInst6 = EnabledBlockUpdateInst6 Then
|
||||
Var StatusRefresh = "NoRefresh"
|
||||
DEBUGVAR StatusRefresh
|
||||
Else
|
||||
Var StatusRefresh = "Refresh"
|
||||
DEBUGVAR StatusRefresh
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile2
|
||||
Open CurrentOpenFile2
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
|
||||
If SaveStringInst = "ShowThai" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
InstanceSetString "ShowMYANMAR"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SaveStringInst = "ShowMYANMAR" Then
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "false"
|
||||
InstanceSetString "ShowEng"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SaveStringInst = "ShowEng" Then
|
||||
If LanguageShow = "ENG" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "false"
|
||||
InstanceSetString "ShowThai"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -51,124 +51,6 @@
|
|||
|
||||
|
||||
|
||||
GetVisible inst_show7
|
||||
;DEBUGVAR inst_show7
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show7 = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SlientRefreshIndex = 7 Then
|
||||
If inst_show7 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile7
|
||||
Open CurrentOpenFile7
|
||||
Else
|
||||
Var SlientRefreshIndex = 8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If langnext6 = "true" Then
|
||||
Var langnext6 = "false"
|
||||
DEBUGVAR langnext6
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
|
||||
Var Inst11CountMenuEnable = 0
|
||||
Var Inst11CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst11CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst11CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst11CountMenuEnable
|
||||
;DEBUGVAR Inst11CountMenuEnablePrev
|
||||
;DEBUGVAR Inst11CountCurrentMenuEnable
|
||||
|
||||
If Inst11CountMenuEnablePrev = "" Then
|
||||
Var Inst11CountMenuEnablePrev = Inst11CountMenuEnable
|
||||
Var Inst11CountDownForOpenXML = 0
|
||||
Var Inst11CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst11CountMenuEnable = Inst11CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst11 Refresh ===================================================================== Refresh"
|
||||
Var Inst11CountDownForOpenXML = 10
|
||||
Var Inst11CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst11CountMenuEnable = Inst11CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst11CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst11 Refresh =======================Inst11CountMenuEnable / Inst11CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst11CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst11CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst11CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst11CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst11CountDownOpenXMLFromMenuZero = Inst11CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst11CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst11CountDownOpenXMLFromMenuZero = 20
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_other_other.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If Inst11CountMenuEnable = Inst11CountCurrentMenuEnable Then
|
||||
If Inst11CountCurrentMenuEnable > 0 Then
|
||||
Var Inst11MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst11CountDownForOpenXML > 0 Then
|
||||
Var Inst11CountDownForOpenXML = Inst11CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst11CountDownForOpenXML
|
||||
If Inst11CountDownForOpenXML = 0 Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_other_other.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint RefreshOtherMenu 1
|
||||
If RefreshOtherMenu = 1 Then
|
||||
Var RefreshOtherMenu = 0
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_other_other.lxml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -52,140 +52,6 @@
|
|||
|
||||
|
||||
|
||||
GetVisible inst_show9
|
||||
;DEBUGVAR inst_show9
|
||||
|
||||
|
||||
|
||||
If inst_show9 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SlientRefreshIndex = 8 Then
|
||||
If inst_show9 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
Else
|
||||
Var SlientRefreshIndex = 9
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If langnext9 = "true" Then
|
||||
Var langnext9 = "false"
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
If inst_show9 = 1 Then
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var Inst10CountMenuEnable = 0
|
||||
Var Inst10CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst10CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst10CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst10CountMenuEnable
|
||||
;DEBUGVAR Inst10CountMenuEnablePrev
|
||||
;DEBUGVAR Inst10CountCurrentMenuEnable
|
||||
|
||||
If Inst10CountMenuEnablePrev = "" Then
|
||||
Var Inst10CountMenuEnablePrev = Inst10CountMenuEnable
|
||||
Var Inst10CountDownForOpenXML = 0
|
||||
Var Inst10CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst10CountMenuEnable = Inst10CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst10 Refresh ===================================================================== Refresh"
|
||||
Var Inst10CountDownForOpenXML = 10
|
||||
Var Inst10CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst10CountMenuEnable = Inst10CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst10CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst10 Refresh =======================Inst10CountMenuEnable / Inst10CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst10CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst10CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst10CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst10CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst10CountDownOpenXMLFromMenuZero = Inst10CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst10CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst10CountDownOpenXMLFromMenuZero = 20
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pepsi_7up.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst10CountMenuEnable = Inst10CountCurrentMenuEnable Then
|
||||
If Inst10CountCurrentMenuEnable > 0 Then
|
||||
Var Inst10MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst10CountDownForOpenXML > 0 Then
|
||||
Var Inst10CountDownForOpenXML = Inst10CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst10CountDownForOpenXML
|
||||
If Inst10CountDownForOpenXML = 0 Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pepsi_7up.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0009.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0019.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0019.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0006.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0007.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0008.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0008.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0005.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0004.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0067.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0067.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0006.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0011.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0011.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-11-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-11-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-11-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-11-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-31-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-31-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-31-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-31-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0064.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0064.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0039.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0042.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0042.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0042.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0042.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0025.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0025.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -117,9 +117,27 @@
|
|||
<HotState> $12-05-01-0001.Button </HotState>
|
||||
<IceState> $12-05-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-05-01-0001.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-05-01-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-01-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -292,9 +310,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -467,9 +503,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0007.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -642,9 +696,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0034.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -817,9 +889,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0035.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -992,9 +1082,27 @@
|
|||
<HotState> $12-02-01-0027.Button </HotState>
|
||||
<IceState> $12-02-02-0027.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1167,9 +1275,27 @@
|
|||
<HotState> $12-02-01-0045.Button </HotState>
|
||||
<IceState> $12-02-02-0045.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0045.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0045.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1342,9 +1468,27 @@
|
|||
<HotState> $12-02-01-0048.Button </HotState>
|
||||
<IceState> $12-02-02-0049.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0048.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0049.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0048.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0048.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0049.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0049.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1517,9 +1661,27 @@
|
|||
<HotState> $12-02-01-0047.Button </HotState>
|
||||
<IceState> $12-02-02-0047.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -151,9 +151,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0061.Button </IceState>
|
||||
<BlendState> $12-01-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -326,9 +344,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0061.Button </IceState>
|
||||
<BlendState> $12-21-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -501,9 +537,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0062.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -676,9 +730,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0062.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -851,9 +923,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1026,9 +1116,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0045.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1201,9 +1309,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1376,9 +1502,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0053.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0053.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1551,9 +1695,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0054.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0054.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1726,9 +1888,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0023.Button </IceState>
|
||||
<BlendState> $12-03-03-0023.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1901,9 +2081,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0078.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -144,9 +144,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -319,9 +337,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -494,9 +530,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -669,9 +723,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -844,9 +916,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0050.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1019,9 +1109,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1194,9 +1302,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1369,9 +1495,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0035.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1544,9 +1688,27 @@
|
|||
<HotState> $12-03-01-0036.Button </HotState>
|
||||
<IceState> $12-03-02-0036.Button </IceState>
|
||||
<BlendState> $12-03-03-0036.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0036.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0036.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1719,9 +1881,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0037.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1894,9 +2074,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0034.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2069,9 +2267,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0060.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2244,9 +2460,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0063.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2419,9 +2653,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2594,9 +2846,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0065.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0065.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2769,9 +3039,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0066.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0066.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0066.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0066.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2944,9 +3232,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3119,9 +3425,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0061.Button </IceState>
|
||||
<BlendState> $12-01-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3294,9 +3618,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0062.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3469,9 +3811,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3644,9 +4004,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0045.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3819,9 +4197,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3994,9 +4390,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0053.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0053.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4169,9 +4583,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0054.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0054.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4344,9 +4776,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0023.Button </IceState>
|
||||
<BlendState> $12-03-03-0023.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4519,9 +4969,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0078.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -147,9 +147,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-62-0002.Button </IceState>
|
||||
<BlendState> $12-21-63-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-62-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-63-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-62-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-62-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-63-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-63-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -322,9 +340,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -497,9 +533,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-62-0003.Button </IceState>
|
||||
<BlendState> $12-21-63-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-62-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-63-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-62-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-62-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-63-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-63-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -672,9 +726,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -847,9 +919,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-62-0004.Button </IceState>
|
||||
<BlendState> $12-21-63-0004.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-62-0004.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-63-0004.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-62-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-62-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-63-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-63-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1022,9 +1112,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1197,9 +1305,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-62-0002.Button </IceState>
|
||||
<BlendState> $12-03-63-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-62-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-62-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-62-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1372,9 +1498,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1547,9 +1691,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-62-0005.Button </IceState>
|
||||
<BlendState> $12-03-63-0005.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-62-0005.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0005.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-62-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-62-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1722,9 +1884,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1897,9 +2077,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-62-0006.Button </IceState>
|
||||
<BlendState> $12-03-63-0006.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-62-0006.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0006.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-62-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-62-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2072,9 +2270,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2247,9 +2463,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-62-0007.Button </IceState>
|
||||
<BlendState> $12-03-63-0009.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-62-0007.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0009.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-62-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-62-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2422,9 +2656,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2597,9 +2849,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-62-0009.Button </IceState>
|
||||
<BlendState> $12-05-63-0007.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-62-0009.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-63-0007.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-62-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-62-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-63-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-63-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2772,9 +3042,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2947,9 +3235,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-62-0025.Button </IceState>
|
||||
<BlendState> $12-05-63-0009.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-62-0025.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-63-0009.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-62-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-62-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-63-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-63-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3122,9 +3428,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3297,9 +3621,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-62-0035.Button </IceState>
|
||||
<BlendState> $12-05-63-0025.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-62-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-63-0025.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-62-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-62-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-63-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-63-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3472,9 +3814,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3647,9 +4007,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-62-0046.Button </IceState>
|
||||
<BlendState> $12-05-63-0046.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-62-0046.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-63-0046.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-62-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-62-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-63-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-63-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3822,9 +4200,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3997,9 +4393,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-62-0026.Button </IceState>
|
||||
<BlendState> $12-03-63-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-62-0026.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-62-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-62-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4172,9 +4586,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4347,9 +4779,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-62-0039.Button </IceState>
|
||||
<BlendState> $12-03-63-0039.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-62-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0039.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-62-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-62-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4522,9 +4972,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4697,9 +5165,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-62-0047.Button </IceState>
|
||||
<BlendState> $12-03-63-0047.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-62-0047.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-63-0047.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-62-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-62-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-63-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-63-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4872,9 +5358,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5047,9 +5551,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-62-0025.Button </IceState>
|
||||
<BlendState> $12-02-63-0025.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-62-0025.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-63-0025.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-62-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-62-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-63-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-63-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5222,9 +5744,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5397,9 +5937,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0028.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0028.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5572,9 +6130,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -155,9 +155,27 @@
|
|||
<HotState> $12-01-01-0006.Button </HotState>
|
||||
<IceState> $12-01-02-0003.Button </IceState>
|
||||
<BlendState> $12-01-03-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0006.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -330,9 +348,27 @@
|
|||
<HotState> $12-21-01-0006.Button </HotState>
|
||||
<IceState> $12-21-02-0003.Button </IceState>
|
||||
<BlendState> $12-21-03-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0006.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -505,9 +541,27 @@
|
|||
<HotState> $12-01-01-1006.Button </HotState>
|
||||
<IceState> $12-01-02-1003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-1006.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-1003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-1006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-1006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-1003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-1003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -680,9 +734,27 @@
|
|||
<HotState> $12-21-01-1006.Button </HotState>
|
||||
<IceState> $12-21-02-1003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-1006.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-1003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-1006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-1006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-1003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-1003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -855,9 +927,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0061.Button </IceState>
|
||||
<BlendState> $12-01-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1030,9 +1120,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0061.Button </IceState>
|
||||
<BlendState> $12-21-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1205,9 +1313,27 @@
|
|||
<HotState> $12-03-01-0002.Button </HotState>
|
||||
<IceState> $12-03-02-0002.Button </IceState>
|
||||
<BlendState> $12-03-03-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1380,9 +1506,27 @@
|
|||
<HotState> $12-03-01-1002.Button </HotState>
|
||||
<IceState> $12-03-02-1002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-1002.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-1002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-1002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-1002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-1002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-1002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1555,9 +1699,27 @@
|
|||
<HotState> $12-03-01-0004.Button </HotState>
|
||||
<IceState> $12-03-02-0004.Button </IceState>
|
||||
<BlendState> $12-03-03-0004.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0004.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0004.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1730,9 +1892,27 @@
|
|||
<HotState> $12-03-01-0024.Button </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1905,9 +2085,27 @@
|
|||
<HotState> $12-03-01-0025.Button </HotState>
|
||||
<IceState> $12-03-02-0025.Button </IceState>
|
||||
<BlendState> $12-03-03-0025.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0025.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0025.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0025.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2080,9 +2278,27 @@
|
|||
<HotState> $12-03-01-0035.Button </HotState>
|
||||
<IceState> $12-03-02-0035.Button </IceState>
|
||||
<BlendState> $12-03-03-0035.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2255,9 +2471,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0040.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2430,9 +2664,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0059.Button </IceState>
|
||||
<BlendState> $12-03-03-0059.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0059.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2605,9 +2857,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2780,9 +3050,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0030.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0030.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2955,9 +3243,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0044.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0044.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3130,9 +3436,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3305,9 +3629,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0017.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0017.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0017.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0017.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3480,9 +3822,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0067.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3655,9 +4015,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0068.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0068.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -129,12 +129,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชค</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชค</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nIce Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nกะทิ</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nIce Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nกะทิ</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชค</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nกะทิ</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0103.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0103.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0103.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0103.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -180,9 +198,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0103"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake"
|
||||
Var aliasName[0] = "Coconut Milk\nIce Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Milk, Sugar\nAnd Ice"
|
||||
Var aliasName[1] = "กะทิเชค"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nกะทิ"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -304,12 +322,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Strawberry_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake Strawberry</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชคสตรอเบอรี</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake Strawberry</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชคสตรอเบอรี</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nStrawberry Ice Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nสตรอเบอรี</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nStrawberry Ice Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nสตรอเบอรี</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชคสตรอเบอรี</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nสตรอเบอรี</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0104.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0104.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0104.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0104.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -355,9 +391,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0104"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake Strawberry"
|
||||
Var aliasName[0] = "Coconut Milk\nStrawberry Ice Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Strawberry,\nMilk, Sugar And Ice"
|
||||
Var aliasName[1] = "กะทิเชคสตรอเบอรี"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nสตรอเบอรี"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, สตรอเบอรี, นม,\nน้ำตาล และ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -479,12 +515,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Cocoa_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake Cocoa</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชคโกโก้</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake Cocoa</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชคโกโก้</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nCocoa Ice Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nโกโก้</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nCocoa Ice Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nโกโก้</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชคโกโก้</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nโกโก้</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0105.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0105.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0105.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0105.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -530,9 +584,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0105"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake Cocoa"
|
||||
Var aliasName[0] = "Coconut Milk\nCocoa Ice Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Cocoa, Milk,\nSugar And Ice"
|
||||
Var aliasName[1] = "กะทิเชคโกโก้"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nโกโก้"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, โกโก้, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -654,12 +708,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Matcha_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake Matcha</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชคมัทฉะญี่ปุ่น</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake Matcha</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชคมัทฉะญี่ปุ่น</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nMatcha Ice Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nMatcha Ice Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชคมัทฉะญี่ปุ่น</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0106.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0106.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -705,9 +777,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0106"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake Matcha"
|
||||
Var aliasName[0] = "Coconut Milk\nMatcha Ice Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Matcha, Milk,\nSugar And Ice"
|
||||
Var aliasName[1] = "กะทิเชคมัทฉะญี่ปุ่น"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, มัทฉะ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -829,12 +901,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Coffee_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake Coffee</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชคกาแฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake Coffee</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชคกาแฟ</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nCoffee Ice Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nกาแฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nCoffee Ice Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nกาแฟ</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชคกาแฟ</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nกาแฟ</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0090.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0090.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0090.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0090.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -880,9 +970,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-01-03-0090"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake Coffee"
|
||||
Var aliasName[0] = "Coconut Milk\nCoffee Ice Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Coffee, Milk,\nSugar And Ice"
|
||||
Var aliasName[1] = "กะทิเชคกาแฟ"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nกาแฟ"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, กาแฟ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -1004,12 +1094,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Coffee_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake Coffee</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชคกาแฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake Coffee</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชคกาแฟ</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nCoffee Ice Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nกาแฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nCoffee Ice Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nกาแฟ</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชคกาแฟ</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nกาแฟ</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-21-03-0090.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0090.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0090.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0090.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1055,9 +1163,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-21-03-0090"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake Coffee"
|
||||
Var aliasName[0] = "Coconut Milk\nCoffee Ice Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Coffee, Milk,\nSugar And Ice"
|
||||
Var aliasName[1] = "กะทิเชคกาแฟ"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nกาแฟ"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, กาแฟ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
|
|||
|
|
@ -149,9 +149,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -324,9 +342,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0067.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -499,9 +535,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0066.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0066.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -147,9 +147,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0080.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0080.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0080.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0080.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -322,9 +340,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0128.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0128.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0128.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0128.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -497,9 +533,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0084.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0084.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -672,9 +726,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0085.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0085.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0085.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0085.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -847,9 +919,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0081.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0081.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0081.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0081.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1022,9 +1112,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0082.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0082.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0082.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0082.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1197,9 +1305,27 @@
|
|||
<HotState> $12-02-01-0079.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0079.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0079.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0079.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1372,9 +1498,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0081.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0081.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0081.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0081.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1547,9 +1691,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0082.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0082.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0082.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0082.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1722,9 +1884,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0082.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0082.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0082.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0082.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1897,9 +2077,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0080.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0080.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0080.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0080.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2072,9 +2270,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0080.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0080.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0080.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0080.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2247,9 +2463,27 @@
|
|||
<HotState> $12-02-01-0078.Button </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0078.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2422,9 +2656,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0083.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0083.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2597,9 +2849,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0083.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0083.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2772,9 +3042,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0082.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0082.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0082.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0082.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2947,9 +3235,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0083.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0083.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-21-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -149,9 +149,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0075.Button </IceState>
|
||||
<BlendState> $12-03-03-0075.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0075.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0075.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0075.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0075.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0075.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0075.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -324,9 +342,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0124.Button </IceState>
|
||||
<BlendState> $12-05-03-0124.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0124.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0124.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0124.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0124.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0124.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0124.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -499,9 +535,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0068.Button </IceState>
|
||||
<BlendState> $12-02-03-0068.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0068.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0068.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -674,9 +728,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0125.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0125.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0125.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0125.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -849,9 +921,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0075.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0075.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0075.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0075.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1024,9 +1114,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0075.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0075.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0075.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0075.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1199,9 +1307,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0076.Button </IceState>
|
||||
<BlendState> $12-03-03-0076.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0076.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0076.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0076.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0076.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0076.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0076.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1374,9 +1500,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0069.Button </IceState>
|
||||
<BlendState> $12-02-03-0069.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0069.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0069.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0069.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0069.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0069.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0069.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1549,9 +1693,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0126.Button </IceState>
|
||||
<BlendState> $12-05-03-0126.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0126.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0126.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0126.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0126.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0126.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0126.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1724,9 +1886,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0127.Button </IceState>
|
||||
<BlendState> $12-05-03-0127.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0127.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0127.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0127.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0127.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1899,9 +2079,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0070.Button </IceState>
|
||||
<BlendState> $12-02-03-0070.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0070.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0070.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0070.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0070.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0070.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0070.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> $12-02-01-0091.Button </HotState>
|
||||
<IceState> $12-02-02-0091.Button </IceState>
|
||||
<BlendState> $12-02-03-0091.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0091.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0091.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0091.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0091.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0091.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0091.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0091.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0091.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0091.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -304,9 +322,9 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_thai_milk_tea_COCOA.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Northern Cocoa</LanguageSlot1>
|
||||
<LanguageSlot1>Western Cocoa \nThai Milk Tea</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้หริกุญชัย</LanguageSlot2>
|
||||
<LanguageSlot3>Northern Cocoa</LanguageSlot3>
|
||||
<LanguageSlot3>Western Cocoa \nThai Milk Tea</LanguageSlot3>
|
||||
<LanguageSlot4>โกโก้หริกุญชัย</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โกโก้หริกุญชัย</LanguageSlot6>
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> $12-02-01-0092.Button </HotState>
|
||||
<IceState> $12-02-02-0092.Button </IceState>
|
||||
<BlendState> $12-02-03-0092.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0092.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0092.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0092.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0092.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0092.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0092.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0092.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0092.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0092.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -355,7 +391,7 @@
|
|||
Var PD_CODE2 = "12-02-02-0092"
|
||||
Var PD_CODE3 = "12-02-03-0092"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Northern Cocoa"
|
||||
Var aliasName[0] = "Western Cocoa \nThai Milk Tea"
|
||||
Var aliasDesc[0] = "Thai Tea Milk Sugar Cocoa Caramel"
|
||||
Var aliasName[1] = "โกโก้หริกุญชัย"
|
||||
Var aliasDesc[1] = "ชาไทย นม น้ำตาล โกโก้ คาราเมล"
|
||||
|
|
@ -479,9 +515,9 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_taiwanese_milk_tea_Strawberry.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Northern Strawberry Tea</LanguageSlot1>
|
||||
<LanguageSlot1>Northern Strawberry \nThai Milk Tea</LanguageSlot1>
|
||||
<LanguageSlot2>สตรอว์เบอร์รีล้านนา</LanguageSlot2>
|
||||
<LanguageSlot3>Northern Strawberry Tea</LanguageSlot3>
|
||||
<LanguageSlot3>Northern Strawberry \nThai Milk Tea</LanguageSlot3>
|
||||
<LanguageSlot4>สตรอว์เบอร์รีล้านนา</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>สตรอว์เบอร์รีล้านนา</LanguageSlot6>
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> $12-02-01-0093.Button </HotState>
|
||||
<IceState> $12-02-02-0093.Button </IceState>
|
||||
<BlendState> $12-02-03-0093.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0093.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0093.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0093.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0093.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0093.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0093.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0093.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0093.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0093.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -530,7 +584,7 @@
|
|||
Var PD_CODE2 = "12-02-02-0093"
|
||||
Var PD_CODE3 = "12-02-03-0093"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Northern Strawberry Tea"
|
||||
Var aliasName[0] = "Northern Strawberry \nThai Milk Tea"
|
||||
Var aliasDesc[0] = "Thai Tea Oolong Tea Milk Strawberry"
|
||||
Var aliasName[1] = "สตรอว์เบอร์รีล้านนา"
|
||||
Var aliasDesc[1] = "ชาไทย ชาไต้หวัน นม สตรอเบอรี"
|
||||
|
|
@ -654,9 +708,9 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_thai_milk_tea_Cocoa_Coconut.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Southern Coconut Thai Tea</LanguageSlot1>
|
||||
<LanguageSlot1>Southern Coconut \nThai Milk Tea</LanguageSlot1>
|
||||
<LanguageSlot2>ชาไทยมะพร้าวศรีวิชัย</LanguageSlot2>
|
||||
<LanguageSlot3>Southern Coconut Thai Tea</LanguageSlot3>
|
||||
<LanguageSlot3>Southern Coconut \nThai Milk Tea</LanguageSlot3>
|
||||
<LanguageSlot4>ชาไทยมะพร้าวศรีวิชัย</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>ชาไทยมะพร้าวศรีวิชัย</LanguageSlot6>
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> $12-02-01-0094.Button </HotState>
|
||||
<IceState> $12-02-02-0094.Button </IceState>
|
||||
<BlendState> $12-02-03-0094.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0094.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0094.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0094.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0094.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0094.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0094.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0094.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0094.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0094.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -705,7 +777,7 @@
|
|||
Var PD_CODE2 = "12-02-02-0094"
|
||||
Var PD_CODE3 = "12-02-03-0094"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Southern Coconut Thai Tea"
|
||||
Var aliasName[0] = "Southern Coconut \nThai Milk Tea"
|
||||
Var aliasDesc[0] = "Thai Tea Oolong Tea Milk Sugar Cocoa Coconut"
|
||||
Var aliasName[1] = "ชาไทยมะพร้าวศรีวิชัย"
|
||||
Var aliasDesc[1] = "ชาไทย ชาไต้หวัน นม โกโก้ มะพร้าว"
|
||||
|
|
@ -829,12 +901,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_thai_milk_tea_Lychee.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Northeastern Lychee Thai Tea</LanguageSlot1>
|
||||
<LanguageSlot2>ชาไทยลิ้นจี่ศรีโคตรบูรณ์</LanguageSlot2>
|
||||
<LanguageSlot3>Northeastern Lychee Thai Tea</LanguageSlot3>
|
||||
<LanguageSlot4>ชาไทยลิ้นจี่ศรีโคตรบูรณ์</LanguageSlot4>
|
||||
<LanguageSlot1>Northeastern Lychee \nThai Milk Tea</LanguageSlot1>
|
||||
<LanguageSlot2>ชาไทยลิ้นจี่\nศรีโคตรบูรณ์</LanguageSlot2>
|
||||
<LanguageSlot3>Northeastern Lychee \nThai Milk Tea</LanguageSlot3>
|
||||
<LanguageSlot4>ชาไทยลิ้นจี่\nศรีโคตรบูรณ์</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>ชาไทยลิ้นจี่ศรีโคตรบูรณ์</LanguageSlot6>
|
||||
<LanguageSlot6>ชาไทยลิ้นจี่\nศรีโคตรบูรณ์</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> $12-02-01-0095.Button </HotState>
|
||||
<IceState> $12-02-02-0095.Button </IceState>
|
||||
<BlendState> $12-02-03-0095.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0095.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0095.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0095.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0095.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0095.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0095.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0095.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0095.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0095.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -880,9 +970,9 @@
|
|||
Var PD_CODE2 = "12-02-02-0095"
|
||||
Var PD_CODE3 = "12-02-03-0095"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Northeastern Lychee Thai Tea"
|
||||
Var aliasName[0] = "Northeastern Lychee \nThai Milk Tea"
|
||||
Var aliasDesc[0] = "Thai Tea Milk Sugar Lychee"
|
||||
Var aliasName[1] = "ชาไทยลิ้นจี่ศรีโคตรบูรณ์"
|
||||
Var aliasName[1] = "ชาไทยลิ้นจี่\nศรีโคตรบูรณ์"
|
||||
Var aliasDesc[1] = "ชาไทย นม น้ำตาล ลิ้นจี่"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -1004,9 +1094,9 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_thai_milk_tea_Plum.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Western Ume Tea</LanguageSlot1>
|
||||
<LanguageSlot1>Eastern Ume \nThai Milk Tea</LanguageSlot1>
|
||||
<LanguageSlot2>ชาบ๊วยทวารวดี</LanguageSlot2>
|
||||
<LanguageSlot3>Western Ume Tea</LanguageSlot3>
|
||||
<LanguageSlot3>Eastern Ume \nThai Milk Tea</LanguageSlot3>
|
||||
<LanguageSlot4>ชาบ๊วยทวารวดี</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>ชาบ๊วยทวารวดี</LanguageSlot6>
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> $12-02-01-0096.Button </HotState>
|
||||
<IceState> $12-02-02-0096.Button </IceState>
|
||||
<BlendState> $12-02-03-0096.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0096.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0096.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0096.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0096.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0096.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0096.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0096.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0096.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0096.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1055,7 +1163,7 @@
|
|||
Var PD_CODE2 = "12-02-02-0096"
|
||||
Var PD_CODE3 = "12-02-03-0096"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Western Ume Tea"
|
||||
Var aliasName[0] = "Eastern Ume \nThai Milk Tea"
|
||||
Var aliasDesc[0] = "Thai Tea Milk Sugar Ume"
|
||||
Var aliasName[1] = "ชาบ๊วยทวารวดี"
|
||||
Var aliasDesc[1] = "ชาไทย นม น้ำตาล บ๊วย"
|
||||
|
|
@ -1179,12 +1287,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_thai_milk_tea_Banner.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Tao Bin Thai Tea (Thai Milk Tea)</LanguageSlot1>
|
||||
<LanguageSlot2>ชาไทยเต่าบิน (ชานมไทย)</LanguageSlot2>
|
||||
<LanguageSlot3>Tao Bin Thai Tea (Thai Milk Tea)</LanguageSlot3>
|
||||
<LanguageSlot4>ชาไทยเต่าบิน (ชานมไทย)</LanguageSlot4>
|
||||
<LanguageSlot1>Tao Bin Thai Tea\n(Thai Milk Tea)</LanguageSlot1>
|
||||
<LanguageSlot2>ชาไทยเต่าบิน\n(ชานมไทย)</LanguageSlot2>
|
||||
<LanguageSlot3>Tao Bin Thai Tea\n(Thai Milk Tea)</LanguageSlot3>
|
||||
<LanguageSlot4>ชาไทยเต่าบิน\n(ชานมไทย)</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>ชาไทยเต่าบิน (ชานมไทย)</LanguageSlot6>
|
||||
<LanguageSlot6>ชาไทยเต่าบิน\n(ชานมไทย)</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> $12-02-01-0039.Button </HotState>
|
||||
<IceState> $12-02-02-0039.Button </IceState>
|
||||
<BlendState> $12-02-03-0039.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1230,12 +1356,12 @@
|
|||
Var PD_CODE2 = "12-02-02-0039"
|
||||
Var PD_CODE3 = "12-02-03-0039"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Tao Bin Thai Tea (Thai Milk Tea)"
|
||||
Var aliasName[0] = "Tao Bin Thai Tea\n(Thai Milk Tea)"
|
||||
Var aliasDesc[0] = "Thai Tea, Sugar, Milk"
|
||||
Var aliasName[1] = "ชาไทยเต่าบิน (ชานมไทย)"
|
||||
Var aliasName[1] = "ชาไทยเต่าบิน\n(ชานมไทย)"
|
||||
Var aliasDesc[1] = "ชาไทย และ นม"
|
||||
Var aliasName[2] = "泰式奶茶"
|
||||
Var aliasDesc[2] = "泰式红茶、糖、牛奶"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
Var aliasName[3] = "-"
|
||||
Var aliasDesc[3] = "-"
|
||||
Var aliasName[4] = "-"
|
||||
|
|
|
|||
|
|
@ -151,9 +151,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0046.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -326,9 +344,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0047.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -501,9 +537,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0063.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -676,9 +730,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0040.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -851,9 +923,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0063.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1026,9 +1116,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0080.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0080.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1201,9 +1309,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0053.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0053.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1376,9 +1502,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0041.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1551,9 +1695,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0056.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0056.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1726,9 +1888,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0064.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0099.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0099.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0099.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0099.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> $12-02-01-0097.Button </HotState>
|
||||
<IceState> $12-02-02-0097.Button </IceState>
|
||||
<BlendState> $12-02-03-0097.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0097.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0097.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0097.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0097.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0097.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0097.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0097.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0097.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0097.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0098.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0098.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0098.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0098.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -654,12 +708,12 @@
|
|||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_Coconut_Milk_Matcha_Smoothie.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Kati Shake Matcha</LanguageSlot1>
|
||||
<LanguageSlot2>กะทิเชคมัทฉะญี่ปุ่น</LanguageSlot2>
|
||||
<LanguageSlot3>Kati Shake Matcha</LanguageSlot3>
|
||||
<LanguageSlot4>กะทิเชคมัทฉะญี่ปุ่น</LanguageSlot4>
|
||||
<LanguageSlot1>Coconut Milk\nMatcha Ice Cream</LanguageSlot1>
|
||||
<LanguageSlot2>เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น</LanguageSlot2>
|
||||
<LanguageSlot3>Coconut Milk\nMatcha Ice Cream</LanguageSlot3>
|
||||
<LanguageSlot4>เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>กะทิเชคมัทฉะญี่ปุ่น</LanguageSlot6>
|
||||
<LanguageSlot6>เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0106.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0106.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -705,9 +777,9 @@
|
|||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0106"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Kati Shake Matcha"
|
||||
Var aliasName[0] = "Coconut Milk\nMatcha Ice Cream"
|
||||
Var aliasDesc[0] = "Coconut, Caramel, Matcha, Milk,\nSugar And Ice"
|
||||
Var aliasName[1] = "กะทิเชคมัทฉะญี่ปุ่น"
|
||||
Var aliasName[1] = "เต่าบินไอติมถัง\nมัทฉะญี่ปุ่น"
|
||||
Var aliasDesc[1] = "มะพร้าว, คาราเมล, มัทฉะ, นม, น้ำตาล\nและ น้ำแข็ง"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> $12-02-01-0026.Button </HotState>
|
||||
<IceState> $12-02-02-0026.Button </IceState>
|
||||
<BlendState> $12-02-03-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0026.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0026.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> $12-02-01-0084.Button </HotState>
|
||||
<IceState> $12-02-02-0084.Button </IceState>
|
||||
<BlendState> $12-02-03-0084.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> $12-02-01-0083.Button </HotState>
|
||||
<IceState> $12-02-02-0083.Button </IceState>
|
||||
<BlendState> $12-02-03-0083.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> $12-01-01-0031.Button </HotState>
|
||||
<IceState> $12-01-02-0031.Button </IceState>
|
||||
<BlendState> $12-01-03-0031.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0031.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0031.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0031.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> $12-21-01-0031.Button </HotState>
|
||||
<IceState> $12-21-02-0031.Button </IceState>
|
||||
<BlendState> $12-21-03-0031.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0031.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0031.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0031.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0060.Button </IceState>
|
||||
<BlendState> $12-02-03-0060.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0060.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> $12-02-01-0027.Button </HotState>
|
||||
<IceState> $12-02-02-0027.Button </IceState>
|
||||
<BlendState> $12-02-03-0027.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0027.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> $12-02-01-0028.Button </HotState>
|
||||
<IceState> $12-02-02-0028.Button </IceState>
|
||||
<BlendState> $12-02-03-0028.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0028.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0028.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0028.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0061.Button </IceState>
|
||||
<BlendState> $12-02-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2600,9 +2852,27 @@
|
|||
<HotState> $12-02-01-1026.Button </HotState>
|
||||
<IceState> $12-02-02-1026.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1026.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1026.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -148,9 +148,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0011.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -323,9 +341,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0013.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0013.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -498,9 +534,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0014.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0014.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -673,9 +727,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0015.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0015.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -848,9 +920,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0016.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0016.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1023,9 +1113,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0018.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0018.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -145,9 +145,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -320,9 +338,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0065.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0065.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -495,9 +531,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -670,9 +724,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0066.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0066.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0066.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0066.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -845,9 +917,27 @@
|
|||
<HotState> $12-03-01-0068.Button </HotState>
|
||||
<IceState> $12-03-02-0068.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0068.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0068.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1020,9 +1110,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0069.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0069.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0069.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0069.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1195,9 +1303,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0070.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0070.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0070.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0070.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1370,9 +1496,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0071.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0071.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0071.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0071.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1545,9 +1689,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0074.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0074.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1720,9 +1882,27 @@
|
|||
<HotState> $12-01-01-0006.Button </HotState>
|
||||
<IceState> $12-01-02-0003.Button </IceState>
|
||||
<BlendState> $12-01-03-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0006.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1895,9 +2075,27 @@
|
|||
<HotState> $12-01-01-1006.Button </HotState>
|
||||
<IceState> $12-01-02-1003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-1006.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-1003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-1006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-1006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-1003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-1003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2070,9 +2268,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0061.Button </IceState>
|
||||
<BlendState> $12-01-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2245,9 +2461,27 @@
|
|||
<HotState> $12-03-01-0002.Button </HotState>
|
||||
<IceState> $12-03-02-0002.Button </IceState>
|
||||
<BlendState> $12-03-03-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2420,9 +2654,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-1002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-1002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-1002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-1002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2595,9 +2847,27 @@
|
|||
<HotState> $12-03-01-0004.Button </HotState>
|
||||
<IceState> $12-03-02-0004.Button </IceState>
|
||||
<BlendState> $12-03-03-0004.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0004.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0004.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2770,9 +3040,27 @@
|
|||
<HotState> $12-03-01-0024.Button </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2945,9 +3233,27 @@
|
|||
<HotState> $12-03-01-0025.Button </HotState>
|
||||
<IceState> $12-03-02-0025.Button </IceState>
|
||||
<BlendState> $12-03-03-0025.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0025.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0025.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0025.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0025.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0025.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3120,9 +3426,27 @@
|
|||
<HotState> $12-03-01-0035.Button </HotState>
|
||||
<IceState> $12-03-02-0035.Button </IceState>
|
||||
<BlendState> $12-03-03-0035.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3295,9 +3619,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0039.Button </IceState>
|
||||
<BlendState> $12-03-03-0039.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0039.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3470,9 +3812,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0059.Button </IceState>
|
||||
<BlendState> $12-03-03-0059.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0059.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3645,9 +4005,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3820,9 +4198,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0030.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0030.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3995,9 +4391,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0044.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0044.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -151,9 +151,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -326,9 +344,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -501,9 +537,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0023.Button </IceState>
|
||||
<BlendState> $12-03-03-0023.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -147,9 +147,27 @@
|
|||
<HotState> $12-01-01-0057.Button </HotState>
|
||||
<IceState> $12-01-02-0057.Button </IceState>
|
||||
<BlendState> $12-01-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0057.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -322,9 +340,27 @@
|
|||
<HotState> $12-21-01-0057.Button </HotState>
|
||||
<IceState> $12-21-02-0057.Button </IceState>
|
||||
<BlendState> $12-21-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0057.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -497,9 +533,27 @@
|
|||
<HotState> $12-01-01-0058.Button </HotState>
|
||||
<IceState> $12-01-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0058.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -672,9 +726,27 @@
|
|||
<HotState> $12-21-01-0058.Button </HotState>
|
||||
<IceState> $12-21-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0058.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -847,9 +919,27 @@
|
|||
<HotState> $12-02-01-0050.Button </HotState>
|
||||
<IceState> $12-02-02-0050.Button </IceState>
|
||||
<BlendState> $12-02-03-0050.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0050.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0050.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1022,9 +1112,27 @@
|
|||
<HotState> $12-03-01-0035.Button </HotState>
|
||||
<IceState> $12-03-02-0035.Button </IceState>
|
||||
<BlendState> $12-03-03-0035.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1197,9 +1305,27 @@
|
|||
<HotState> $12-03-01-0036.Button </HotState>
|
||||
<IceState> $12-03-02-0036.Button </IceState>
|
||||
<BlendState> $12-03-03-0036.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0036.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0036.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1372,9 +1498,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0037.Button </IceState>
|
||||
<BlendState> $12-03-03-0037.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0037.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1547,9 +1691,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0034.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1722,9 +1884,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0060.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1897,9 +2077,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0063.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2072,9 +2270,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2247,9 +2463,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0065.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0065.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2422,9 +2656,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0066.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0066.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0066.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0066.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2597,9 +2849,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -147,9 +147,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0068.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0068.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -322,9 +340,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0068.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0068.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -497,9 +533,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0092.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0092.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0092.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0092.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -672,9 +726,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0058.Button </IceState>
|
||||
<BlendState> $12-03-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -847,9 +919,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0059.Button </IceState>
|
||||
<BlendState> $12-03-03-0059.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0059.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1022,9 +1112,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0060.Button </IceState>
|
||||
<BlendState> $12-02-03-0060.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0060.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1197,9 +1305,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0061.Button </IceState>
|
||||
<BlendState> $12-02-03-0061.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0061.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0061.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0061.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0061.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1372,9 +1498,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0062.Button </IceState>
|
||||
<BlendState> $12-02-03-0062.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0062.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1547,9 +1691,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0063.Button </IceState>
|
||||
<BlendState> $12-02-03-0063.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0063.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0063.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1722,9 +1884,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0064.Button </IceState>
|
||||
<BlendState> $12-02-03-0064.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0064.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1897,9 +2077,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0065.Button </IceState>
|
||||
<BlendState> $12-02-03-0065.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0065.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0065.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2072,9 +2270,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0090.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0090.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0090.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0090.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2247,9 +2463,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0091.Button </IceState>
|
||||
<BlendState> $12-05-03-0091.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0091.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0091.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0091.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0091.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0091.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0091.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2422,9 +2656,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0114.Button </IceState>
|
||||
<BlendState> $12-05-03-0114.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0114.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0114.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0114.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0114.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0114.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0114.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2597,9 +2849,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0093.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0093.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0093.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0093.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2772,9 +3042,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0024.Button </IceState>
|
||||
<BlendState> $12-03-03-0024.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0024.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2947,9 +3235,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3122,9 +3428,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3297,9 +3621,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3472,9 +3814,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3647,9 +4007,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3822,9 +4200,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0050.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3997,9 +4393,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4172,9 +4586,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4347,9 +4779,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0035.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4522,9 +4972,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0034.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4697,9 +5165,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0037.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4872,9 +5358,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0063.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5047,9 +5551,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5222,9 +5744,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0043.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0044.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0009.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0027.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0030.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0030.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0031.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0032.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0032.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0032.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0032.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0048.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0048.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0048.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0048.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0043.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0028.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0034.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0056.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0056.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0056.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0056.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2600,9 +2852,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0086.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0086.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0086.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0086.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2755,11 +3025,11 @@
|
|||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Yuzu Milk Oreo\nSmoothie</LanguageSlot1>
|
||||
<LanguageSlot2>นมยูสุปั่นโอรีโอภูเขาไฟ</LanguageSlot2>
|
||||
<LanguageSlot2>นมยูซุปั่นโอรีโอภูเขาไฟ</LanguageSlot2>
|
||||
<LanguageSlot3>Yuzu Milk Oreo\nSmoothie</LanguageSlot3>
|
||||
<LanguageSlot4>นมยูสุปั่นโอรีโอภูเขาไฟ</LanguageSlot4>
|
||||
<LanguageSlot4>นมยูซุปั่นโอรีโอภูเขาไฟ</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>นมยูสุปั่นโอรีโอภูเขาไฟ</LanguageSlot6>
|
||||
<LanguageSlot6>นมยูซุปั่นโอรีโอภูเขาไฟ</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
|
|
@ -2775,9 +3045,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0087.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0087.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0087.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0087.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2807,7 +3095,7 @@
|
|||
; begin lang
|
||||
Var aliasName[0] = "Yuzu Milk Oreo\nSmoothie"
|
||||
Var aliasDesc[0] = "Yuzu , Milk,\nSugar, Oreo"
|
||||
Var aliasName[1] = "นมยูสุปั่นโอรีโอภูเขาไฟ"
|
||||
Var aliasName[1] = "นมยูซุปั่นโอรีโอภูเขาไฟ"
|
||||
Var aliasDesc[1] = "ยูซุ นม น้ำตาล \nโอรีโอ"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
|
|
@ -2815,8 +3103,8 @@
|
|||
Var aliasDesc[3] = "-"
|
||||
Var aliasName[4] = "-"
|
||||
Var aliasDesc[4] = "-"
|
||||
Var aliasName[5] = "နို့ยูสุOreo မီးတောင်း ဖျော်ရည်"
|
||||
Var aliasDesc[5] = "Yuzu နို့ သကြားး \nOreo"
|
||||
Var aliasName[5] = "-"
|
||||
Var aliasDesc[5] = "-"
|
||||
Var NameLang[0][0] = ""
|
||||
Var NameLang[0][1] = ""
|
||||
Var NameLang[0][2] = ""
|
||||
|
|
@ -2950,9 +3238,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3125,9 +3431,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-21-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3300,9 +3624,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3475,9 +3817,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> $12-03-01-0019.Button </HotState>
|
||||
<IceState> $12-03-02-0019.Button </IceState>
|
||||
<BlendState> $12-03-03-0019.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0019.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0019.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0019.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0019.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0019.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0019.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0019.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0019.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0019.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0094.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0094.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0095.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0095.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -145,9 +145,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -320,9 +338,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -495,9 +531,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -670,9 +724,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -845,9 +917,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0050.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1020,9 +1110,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1195,9 +1303,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1370,9 +1496,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0035.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1545,9 +1689,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0034.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0034.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1720,9 +1882,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0037.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1895,9 +2075,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0063.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0063.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2070,9 +2268,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2245,9 +2461,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -149,9 +149,27 @@
|
|||
<HotState> $12-01-01-0059.Button </HotState>
|
||||
<IceState> $12-01-02-0059.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0059.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0059.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -324,9 +342,27 @@
|
|||
<HotState> $12-21-01-0059.Button </HotState>
|
||||
<IceState> $12-21-02-0059.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0059.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0059.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -499,9 +535,27 @@
|
|||
<HotState> $12-01-01-0060.Button </HotState>
|
||||
<IceState> $12-01-02-0060.Button </IceState>
|
||||
<BlendState> $12-01-03-0060.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0060.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0060.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -674,9 +728,27 @@
|
|||
<HotState> $12-21-01-0060.Button </HotState>
|
||||
<IceState> $12-21-02-0060.Button </IceState>
|
||||
<BlendState> $12-21-03-0060.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0060.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0060.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -849,9 +921,27 @@
|
|||
<HotState> $12-02-01-0051.Button </HotState>
|
||||
<IceState> $12-02-02-0051.Button </IceState>
|
||||
<BlendState> $12-02-03-0051.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0051.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0051.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0051.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0051.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0051.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0051.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0051.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0051.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0051.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1024,9 +1114,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0052.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0052.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0052.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0052.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1199,9 +1307,27 @@
|
|||
<HotState> $12-03-01-0038.Button </HotState>
|
||||
<IceState> $12-03-02-0038.Button </IceState>
|
||||
<BlendState> $12-03-03-0038.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0038.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0038.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0038.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0038.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0038.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0038.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0038.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0038.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0038.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1374,9 +1500,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0039.Button </IceState>
|
||||
<BlendState> $12-03-03-0039.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0039.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1549,9 +1693,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0040.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1724,9 +1886,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0068.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0068.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0068.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0068.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1899,9 +2079,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0069.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0069.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0069.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0069.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2074,9 +2272,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0070.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0070.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0070.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0070.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2249,9 +2465,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0072.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0072.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0072.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0072.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2424,9 +2658,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0073.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0073.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0073.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0073.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0008.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0008.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0046.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0046.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0058.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0058.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0060.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0060.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0060.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0060.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0007.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0053.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0053.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0053.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0053.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0064.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0064.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0007.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0084.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0084.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0052.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0052.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0007.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0007.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0100.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0100.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0100.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0100.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0101.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0101.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0101.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0101.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0102.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0102.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0102.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0102.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -151,9 +151,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0044.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -326,9 +344,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0043.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -501,9 +537,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -676,9 +730,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -851,9 +923,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0046.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1026,9 +1116,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0011.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1201,9 +1309,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0015.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0015.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1376,9 +1502,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0059.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0059.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1551,9 +1695,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0057.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1726,9 +1888,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0035.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0035.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1901,9 +2081,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0036.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0036.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2076,9 +2274,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0066.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0066.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0064.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0064.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0073.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0073.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0073.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0073.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0056.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0056.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0073.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0073.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0073.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0073.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0073.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0073.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0073.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0073.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0046.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0073.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0073.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0073.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0073.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0067.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0067.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0074.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0074.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0053.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0053.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0115.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0115.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0115.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0115.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0023.Button </IceState>
|
||||
<BlendState> $12-05-03-0023.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0023.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0023.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> $12-02-01-0022.Button </HotState>
|
||||
<IceState> $12-02-02-0022.Button </IceState>
|
||||
<BlendState> $12-02-03-0022.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0022.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0022.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0022.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0041.Button </IceState>
|
||||
<BlendState> $12-05-03-0041.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> $12-05-01-0040.Button </HotState>
|
||||
<IceState> $12-05-02-0040.Button </IceState>
|
||||
<BlendState> $12-05-03-0040.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-05-01-0040.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0040.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0040.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-05-01-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-01-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> $12-03-01-0010.Button </HotState>
|
||||
<IceState> $12-03-02-0010.Button </IceState>
|
||||
<BlendState> $12-03-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0010.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0010.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> $12-01-01-0074.Button </HotState>
|
||||
<IceState> $12-01-02-0074.Button </IceState>
|
||||
<BlendState> $12-01-03-0074.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0074.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0074.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> $12-21-01-0074.Button </HotState>
|
||||
<IceState> $12-21-02-0074.Button </IceState>
|
||||
<BlendState> $12-21-03-0074.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0074.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0074.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0027.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -148,9 +148,27 @@
|
|||
<HotState> $12-02-01-0039.Button </HotState>
|
||||
<IceState> $12-02-02-0039.Button </IceState>
|
||||
<BlendState> $12-02-03-0039.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -323,9 +341,27 @@
|
|||
<HotState> $12-02-01-1038.Button </HotState>
|
||||
<IceState> $12-02-02-1038.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1038.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1038.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1038.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1038.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1038.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1038.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -498,9 +534,27 @@
|
|||
<HotState> $12-02-01-0047.Button </HotState>
|
||||
<IceState> $12-02-02-0047.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -673,9 +727,27 @@
|
|||
<HotState> $12-01-01-0055.Button </HotState>
|
||||
<IceState> $12-01-02-0055.Button </IceState>
|
||||
<BlendState> $12-01-03-0055.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0055.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0055.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0055.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -848,9 +920,27 @@
|
|||
<HotState> $12-21-01-0055.Button </HotState>
|
||||
<IceState> $12-21-02-0055.Button </IceState>
|
||||
<BlendState> $12-21-03-0055.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0055.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0055.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0055.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1023,9 +1113,27 @@
|
|||
<HotState> $12-02-01-1040.Button </HotState>
|
||||
<IceState> $12-02-02-1040.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1040.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1040.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1040.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1040.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1198,9 +1306,27 @@
|
|||
<HotState> $12-02-01-1039.Button </HotState>
|
||||
<IceState> $12-02-02-1039.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1039.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1373,9 +1499,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0062.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1548,9 +1692,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0054.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0054.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1723,9 +1885,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1898,9 +2078,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0045.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0045.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2073,9 +2271,27 @@
|
|||
<HotState> $12-02-01-0026.Button </HotState>
|
||||
<IceState> $12-02-02-0026.Button </IceState>
|
||||
<BlendState> $12-02-03-0026.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0026.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0026.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0026.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2248,9 +2464,27 @@
|
|||
<HotState> $12-02-01-1026.Button </HotState>
|
||||
<IceState> $12-02-02-1026.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1026.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1026.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1026.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1026.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2423,9 +2657,27 @@
|
|||
<HotState> $12-02-01-0027.Button </HotState>
|
||||
<IceState> $12-02-02-0027.Button </IceState>
|
||||
<BlendState> $12-02-03-0027.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0027.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2598,9 +2850,27 @@
|
|||
<HotState> $12-02-01-1027.Button </HotState>
|
||||
<IceState> $12-02-02-1027.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1027.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1027.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1027.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1027.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2773,9 +3043,27 @@
|
|||
<HotState> $12-02-01-0028.Button </HotState>
|
||||
<IceState> $12-02-02-0028.Button </IceState>
|
||||
<BlendState> $12-02-03-0028.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0028.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0028.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0028.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2948,9 +3236,27 @@
|
|||
<HotState> $12-01-01-0031.Button </HotState>
|
||||
<IceState> $12-01-02-0031.Button </IceState>
|
||||
<BlendState> $12-01-03-0031.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0031.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0031.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0031.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3123,9 +3429,27 @@
|
|||
<HotState> $12-21-01-0031.Button </HotState>
|
||||
<IceState> $12-21-02-0031.Button </IceState>
|
||||
<BlendState> $12-21-03-0031.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0031.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0031.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0031.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0031.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0031.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3298,9 +3622,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0062.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3473,9 +3815,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0062.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3648,9 +4008,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0055.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0055.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3823,9 +4201,27 @@
|
|||
<HotState> $12-02-01-0037.Button </HotState>
|
||||
<IceState> $12-02-02-0037.Button </IceState>
|
||||
<BlendState> $12-02-03-0037.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0037.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0037.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0037.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3998,9 +4394,27 @@
|
|||
<HotState> $12-02-01-1037.Button </HotState>
|
||||
<IceState> $12-02-02-1037.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-1037.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-1037.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-1037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-1037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-1037.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-1037.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4173,9 +4587,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0043.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4348,9 +4780,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0052.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0052.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4523,9 +4973,27 @@
|
|||
<HotState> $12-99-01-0042.Button </HotState>
|
||||
<IceState> $12-99-02-0044.Button </IceState>
|
||||
<BlendState> $12-99-03-0046.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-99-01-0042.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4698,9 +5166,27 @@
|
|||
<HotState> $12-99-01-0043.Button </HotState>
|
||||
<IceState> $12-99-02-0045.Button </IceState>
|
||||
<BlendState> $12-99-03-0047.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-99-01-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -4873,9 +5359,27 @@
|
|||
<HotState> $12-99-01-0049.Button </HotState>
|
||||
<IceState> $12-99-02-0050.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-99-01-0049.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -5048,9 +5552,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0051.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0051.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> $12-02-01-0083.Button </HotState>
|
||||
<IceState> $12-02-02-0083.Button </IceState>
|
||||
<BlendState> $12-02-03-0083.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0083.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> $12-02-01-0084.Button </HotState>
|
||||
<IceState> $12-02-02-0084.Button </IceState>
|
||||
<BlendState> $12-02-03-0084.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0084.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> $12-02-01-0085.Button </HotState>
|
||||
<IceState> $12-02-02-0085.Button </IceState>
|
||||
<BlendState> $12-02-03-0085.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-02-01-0085.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0085.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0085.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-02-01-0085.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-01-0085.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0085.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0085.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0085.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0085.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -147,9 +147,27 @@
|
|||
<HotState> $12-03-01-0022.Button </HotState>
|
||||
<IceState> $12-03-02-0022.Button </IceState>
|
||||
<BlendState> $12-03-03-0022.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-03-01-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-03-02-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -322,9 +340,27 @@
|
|||
<HotState> $12-01-01-0039.Button </HotState>
|
||||
<IceState> $12-01-02-0039.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0039.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-01-01-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-01-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -497,9 +533,27 @@
|
|||
<HotState> $12-21-01-0039.Button </HotState>
|
||||
<IceState> $12-21-02-0039.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0039.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0039.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-21-01-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-01-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0039.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0039.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -672,9 +726,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0028.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0028.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -847,9 +919,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0044.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1022,9 +1112,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0047.Button </IceState>
|
||||
<BlendState> $12-05-03-0047.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0047.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0047.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1197,9 +1305,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0105.Button </IceState>
|
||||
<BlendState> $12-05-03-0105.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0105.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0105.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0105.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0105.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0105.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0105.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1372,9 +1498,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0011.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1547,9 +1691,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0013.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0013.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1722,9 +1884,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0014.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0014.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1897,9 +2077,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0015.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0015.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2072,9 +2270,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0016.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0016.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2247,9 +2463,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-02-0018.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0018.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2422,9 +2656,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-03-0016.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-03-0016.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-03-0016.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0016.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-01-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-01-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-21-03-0078.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-21-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0057.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0057.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0011.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0011.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0059.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-02-03-0062.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-02-03-0062.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-02-03-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-03-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0004.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0032.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0032.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0032.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0032.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0067.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0067.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-03-03-0065.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-03-03-0065.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-03-03-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-03-03-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0041.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0041.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2600,9 +2852,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-21-02-0041.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0041.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-21-02-0041.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-21-02-0041.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2775,9 +3045,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-05-03-0127.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-05-03-0127.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0074.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0074.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0074.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0074.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0075.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0075.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0075.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0075.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -500,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0076.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0076.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0076.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0076.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -675,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0077.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0077.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0077.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0077.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0058.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0058.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0058.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0058.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0011.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0011.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1308,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0059.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0059.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0059.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0059.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1375,9 +1501,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0062.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0062.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0062.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0062.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1550,9 +1694,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0004.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0004.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1725,9 +1887,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1900,9 +2080,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0032.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0032.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0032.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0032.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2075,9 +2273,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0067.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0067.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2250,9 +2466,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0065.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0065.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0065.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0065.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2425,9 +2659,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-03-0078.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-03-0078.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-03-0078.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0078.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2600,9 +2852,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-03-0079.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-03-0079.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-03-0079.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0079.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2775,9 +3045,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0127.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0127.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0127.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0127.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -149,9 +149,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0001.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0001.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -324,9 +342,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0002.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0002.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -499,9 +535,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0003.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0003.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -674,9 +728,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0004.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0004.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -849,9 +921,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0005.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0005.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1024,9 +1114,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0006.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0006.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1199,9 +1307,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0007.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0007.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0007.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0007.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1374,9 +1500,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0008.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0008.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0008.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0008.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1549,9 +1693,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0009.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0009.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1724,9 +1886,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0010.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0010.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1899,9 +2079,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0011.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0011.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2074,9 +2272,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0012.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0012.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0012.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0012.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2249,9 +2465,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0013.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0013.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0013.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0013.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2424,9 +2658,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0016.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0016.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0016.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0016.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2599,9 +2851,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0018.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0018.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0018.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0018.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2774,9 +3044,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0021.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0021.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0021.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0021.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2949,9 +3237,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0022.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0022.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0022.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0022.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3124,9 +3430,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0023.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0023.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0023.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0023.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -3299,9 +3623,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-41-03-0029.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-41-03-0029.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-41-03-0029.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-41-03-0029.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -150,9 +150,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0053.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0053.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -325,9 +343,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-01-02-0054.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-01-02-0054.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -467,181 +503,6 @@
|
|||
|
||||
|
||||
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 3
|
||||
; - 12-03-02-0026 -
|
||||
<Menu>
|
||||
<State> Flag( 12-03-02-0026.Button,$Sum1203020026) </State>
|
||||
<IdleImage> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_mini_van_Ovaltine.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/inter/tha/image/page_drink_press_n//bn_iced_mini_van_Ovaltine.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/inter/tha/image/page_drink_disable_n2//bn_iced_mini_van_Ovaltine.png" </DisableImage>
|
||||
<Name>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Mini Van Ovaltine</LanguageSlot1>
|
||||
<LanguageSlot2>โอวัลตินรถโรงเรียน</LanguageSlot2>
|
||||
<LanguageSlot3>Mini Van Ovaltine</LanguageSlot3>
|
||||
<LanguageSlot4>โอวัลตินรถโรงเรียน</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โอวัลตินรถโรงเรียน</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Name>
|
||||
<Description>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Ovaltine, Sugar, milk</LanguageSlot1>
|
||||
<LanguageSlot2>โอวัลติน น้ำตาล และ นม</LanguageSlot2>
|
||||
<LanguageSlot3>Ovaltine, Sugar, milk</LanguageSlot3>
|
||||
<LanguageSlot4>โอวัลติน น้ำตาล และ นม</LanguageSlot4>
|
||||
<LanguageSlot5>-</LanguageSlot5>
|
||||
<LanguageSlot6>โอวัลติน น้ำตาล และ นม</LanguageSlot6>
|
||||
</LanguageGroup>
|
||||
</Description>
|
||||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-03-02-0026.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-03-02-0026.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_mini_van_Ovaltine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $##-##-##-####.Price
|
||||
Var PriceD2 = $12-03-02-0026.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-03-02-0026"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
; begin lang
|
||||
Var aliasName[0] = "Mini Van Ovaltine"
|
||||
Var aliasDesc[0] = "Ovaltine, Sugar, milk"
|
||||
Var aliasName[1] = "โอวัลตินรถโรงเรียน"
|
||||
Var aliasDesc[1] = "โอวัลติน น้ำตาล และ นม"
|
||||
Var aliasName[2] = "-"
|
||||
Var aliasDesc[2] = "-"
|
||||
Var aliasName[3] = "-"
|
||||
Var aliasDesc[3] = "-"
|
||||
Var aliasName[4] = "-"
|
||||
Var aliasDesc[4] = "-"
|
||||
Var aliasName[5] = "Mini Van Ovaltine"
|
||||
Var aliasDesc[5] = "Ovaltine, သကြား, နို့"
|
||||
Var NameLang[0][0] = ""
|
||||
Var NameLang[0][1] = ""
|
||||
Var NameLang[0][2] = ""
|
||||
Var NameLang[0][3] = ""
|
||||
Var NameLang[0][4] = ""
|
||||
Var NameLang[0][5] = ""
|
||||
Var DescLang[0][0] = ""
|
||||
Var DescLang[0][1] = ""
|
||||
Var DescLang[0][2] = ""
|
||||
Var DescLang[0][3] = ""
|
||||
Var DescLang[0][4] = ""
|
||||
Var DescLang[0][5] = ""
|
||||
Var NameLang[1][0] = "ICED Mini Van Ovaltine"
|
||||
Var NameLang[1][1] = "โอวัลตินรถโรงเรียน"
|
||||
Var NameLang[1][2] = "迷你货车阿华田"
|
||||
Var NameLang[1][3] = "-"
|
||||
Var NameLang[1][4] = "-"
|
||||
Var NameLang[1][5] = "ICED Mini Van Ovaltine"
|
||||
Var DescLang[1][0] = "Ovaltine, Sugar, milk"
|
||||
Var DescLang[1][1] = "โอวัลติน น้ำตาล และ นม"
|
||||
Var DescLang[1][2] = "阿华田、糖、牛奶"
|
||||
Var DescLang[1][3] = "-"
|
||||
Var DescLang[1][4] = "-"
|
||||
Var DescLang[1][5] = "Ovaltine, သကြား, နို့"
|
||||
Var NameLang[2][0] = ""
|
||||
Var NameLang[2][1] = ""
|
||||
Var NameLang[2][2] = ""
|
||||
Var NameLang[2][3] = ""
|
||||
Var NameLang[2][4] = ""
|
||||
Var NameLang[2][5] = ""
|
||||
Var DescLang[2][0] = ""
|
||||
Var DescLang[2][1] = ""
|
||||
Var DescLang[2][2] = ""
|
||||
Var DescLang[2][3] = ""
|
||||
Var DescLang[2][4] = ""
|
||||
Var DescLang[2][5] = ""
|
||||
; end lang
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-03-02-0026.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-03-02-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
If RedirectToNormalVersion = 1 Then
|
||||
Var menu_name_eng_hot = NameLang[0][0]
|
||||
Var menu_desc_eng_hot = DescLang[0][0]
|
||||
Var menu_name_eng_cold = NameLang[1][0]
|
||||
Var menu_desc_eng_cold = DescLang[1][0]
|
||||
Var menu_name_eng_blender = NameLang[2][0]
|
||||
Var menu_desc_eng_blender = DescLang[2][0]
|
||||
|
||||
|
||||
|
||||
Var menu_name_thai_hot = NameLang[0][1]
|
||||
Var menu_desc_thai_hot = DescLang[0][1]
|
||||
Var menu_name_thai_cold = NameLang[1][1]
|
||||
Var menu_desc_thai_cold = DescLang[1][1]
|
||||
Var menu_name_thai_blender = NameLang[2][1]
|
||||
Var menu_desc_thai_blender = DescLang[2][1]
|
||||
DEBUGVAR menu_name_thai_cold
|
||||
DEBUGVAR menu_desc_thai_cold
|
||||
Var NameDrink = aliasName[0]
|
||||
Var DrinkDescription = aliasDesc[0]
|
||||
Var NameDrinkTH = aliasName[1]
|
||||
Var DrinkDescriptionTH = aliasDesc[1]
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_topping_select7.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_topping_select6.lxml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
|
|
@ -675,9 +536,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0043.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -850,9 +729,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-02-02-0044.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-02-02-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1025,9 +922,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0055.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1200,9 +1115,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-05-02-0056.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-05-02-0056.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -55,130 +55,9 @@
|
|||
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show3
|
||||
;DEBUGVAR inst_show3
|
||||
|
||||
|
||||
|
||||
If inst_show3 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshIndex = 3 Then
|
||||
If inst_show3 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile3
|
||||
Open CurrentOpenFile3
|
||||
Else
|
||||
Var SlientRefreshIndex = 4
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If langnext2 = "true" Then
|
||||
Var langnext2 = "false"
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
If inst_show3 = 1 Then
|
||||
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var Inst6CountMenuEnable = 0
|
||||
Var Inst6CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst6CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst6CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst6CountMenuEnable
|
||||
;DEBUGVAR Inst6CountMenuEnablePrev
|
||||
;DEBUGVAR Inst6CountCurrentMenuEnable
|
||||
|
||||
If Inst6CountMenuEnablePrev = "" Then
|
||||
Var Inst6CountMenuEnablePrev = Inst6CountMenuEnable
|
||||
Var Inst6CountDownForOpenXML = 0
|
||||
Var Inst6CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst6CountMenuEnable = Inst6CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst6 Refresh ===================================================================== Refresh"
|
||||
Var Inst6CountDownForOpenXML = 10
|
||||
Var Inst6CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst6CountMenuEnable = Inst6CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst6CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst6 Refresh =======================Inst6CountMenuEnable / Inst6CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst6CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst6CountMenuEnable = Inst6CountCurrentMenuEnable Then
|
||||
If Inst6CountCurrentMenuEnable > 0 Then
|
||||
Var Inst6MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If Inst6CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst6CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst6CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst6CountDownOpenXMLFromMenuZero = Inst6CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst6CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst6CountDownOpenXMLFromMenuZero = 20
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_tea.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst6CountDownForOpenXML > 0 Then
|
||||
Var Inst6CountDownForOpenXML = Inst6CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst6CountDownForOpenXML
|
||||
If Inst6CountDownForOpenXML = 0 Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_tea.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
|
|
|||
|
|
@ -51,153 +51,6 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show5
|
||||
;DEBUGVAR inst_show5
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show5 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SlientRefreshIndex = 5 Then
|
||||
If inst_show5 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
Else
|
||||
Var SlientRefreshIndex = 6
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If langnext7 = "true" Then
|
||||
Var langnext7 = "false"
|
||||
DEBUGVAR langnext7
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
If inst_show5 = 1 Then
|
||||
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Inst8CountMenuEnable = 0
|
||||
Var Inst8CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst8CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst8CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst8CountMenuEnable
|
||||
;DEBUGVAR Inst8CountMenuEnablePrev
|
||||
;DEBUGVAR Inst8CountCurrentMenuEnable
|
||||
|
||||
If Inst8CountMenuEnablePrev = "" Then
|
||||
Var Inst8CountMenuEnablePrev = Inst8CountMenuEnable
|
||||
Var Inst8CountDownForOpenXML = 0
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnablePrev = "" Then
|
||||
Var Inst8CountMenuEnablePrev = Inst8CountMenuEnable
|
||||
Var Inst8CountDownForOpenXML = 0
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst8 Refresh ===================================================================== Refresh"
|
||||
Var Inst8CountDownForOpenXML = 10
|
||||
Var Inst8CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst8 Refresh =======================Inst8CountMenuEnable / Inst8CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst8CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst8CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst8CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = Inst8CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst8CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_whey.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
If Inst8CountCurrentMenuEnable > 0 Then
|
||||
Var Inst8MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountDownForOpenXML > 0 Then
|
||||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst8CountDownForOpenXML
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_whey.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
|
@ -351,9 +204,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0001.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0001.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -526,9 +397,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0016.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0016.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0016.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0016.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -701,9 +590,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0002.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0002.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0002.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0002.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -876,9 +783,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0003.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0003.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0003.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0003.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1051,9 +976,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0013.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0013.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0013.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0013.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1226,9 +1169,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0018.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0018.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0018.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0018.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1401,9 +1362,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0004.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0004.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0004.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0004.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1576,9 +1555,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0005.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0005.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0005.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0005.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1751,9 +1748,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0015.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0015.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0015.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0015.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -1926,9 +1941,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0055.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0055.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0055.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0055.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2101,9 +2134,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0006.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0006.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0006.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0006.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2276,9 +2327,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0008.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0008.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0008.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0008.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2451,9 +2520,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0017.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0017.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0017.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0017.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2626,9 +2713,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0009.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0009.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0009.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0009.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2801,9 +2906,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0010.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0010.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0010.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0010.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -2976,9 +3099,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-04-02-0011.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-04-02-0011.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-04-02-0011.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-04-02-0011.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -54,153 +54,6 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show5
|
||||
;DEBUGVAR inst_show5
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show5 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SlientRefreshIndex = 5 Then
|
||||
If inst_show5 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
Else
|
||||
Var SlientRefreshIndex = 6
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If langnext7 = "true" Then
|
||||
Var langnext7 = "false"
|
||||
DEBUGVAR langnext7
|
||||
RefreshAll
|
||||
EndIf
|
||||
|
||||
If inst_show5 = 1 Then
|
||||
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Inst8CountMenuEnable = 0
|
||||
Var Inst8CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst8CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst8CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst8CountMenuEnable
|
||||
;DEBUGVAR Inst8CountMenuEnablePrev
|
||||
;DEBUGVAR Inst8CountCurrentMenuEnable
|
||||
|
||||
If Inst8CountMenuEnablePrev = "" Then
|
||||
Var Inst8CountMenuEnablePrev = Inst8CountMenuEnable
|
||||
Var Inst8CountDownForOpenXML = 0
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnablePrev = "" Then
|
||||
Var Inst8CountMenuEnablePrev = Inst8CountMenuEnable
|
||||
Var Inst8CountDownForOpenXML = 0
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst8 Refresh ===================================================================== Refresh"
|
||||
Var Inst8CountDownForOpenXML = 10
|
||||
Var Inst8CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst8 Refresh =======================Inst8CountMenuEnable / Inst8CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst8CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst8CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst8CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = Inst8CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst8CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst8CountDownOpenXMLFromMenuZero = 20
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_whey.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
If Inst8CountCurrentMenuEnable > 0 Then
|
||||
Var Inst8MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountDownForOpenXML > 0 Then
|
||||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst8CountDownForOpenXML
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_whey.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
|
|
|||
|
|
@ -96,9 +96,27 @@
|
|||
<HotState> $12-99-01-0042.Button </HotState>
|
||||
<IceState> $12-99-02-0044.Button </IceState>
|
||||
<BlendState> $12-99-03-0046.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-99-01-0042.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0044.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0046.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -271,9 +289,27 @@
|
|||
<HotState> $12-99-01-0043.Button </HotState>
|
||||
<IceState> $12-99-02-0045.Button </IceState>
|
||||
<BlendState> $12-99-03-0047.Button </BlendState>
|
||||
<HotPrice> StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-99-01-0043.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0045.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0047.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -446,9 +482,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> "Disable2" </IceState>
|
||||
<BlendState> $12-99-03-0048.Button </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $12-99-03-0048.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -621,9 +675,27 @@
|
|||
<HotState> $12-99-01-0049.Button </HotState>
|
||||
<IceState> $12-99-02-0050.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $12-99-01-0049.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-02-0050.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -796,9 +868,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0051.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0051.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -971,9 +1061,27 @@
|
|||
<HotState> "Disable2" </HotState>
|
||||
<IceState> $12-99-05-0052.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<HotPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </HotPrice>
|
||||
<IcePrice> eval(
|
||||
If $12-99-05-0052.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </IcePrice>
|
||||
<BlendPrice> eval(
|
||||
If $##-##-##-####.Price = -1 Then
|
||||
Var return = "Free"
|
||||
Else
|
||||
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
2016
menu/new-layout.tsv
2016
menu/new-layout.tsv
File diff suppressed because it is too large
Load diff
|
|
@ -1101,7 +1101,7 @@
|
|||
Var show_eng = "true"
|
||||
Var img_press_main_page = "ROOT/taobin_project/image/main_page_en/bp_main_page_start.png"
|
||||
|
||||
Var ShowNetworkProblemText = "Network error. Payment Cash only."
|
||||
Var ShowNetworkProblemText = "Network error."
|
||||
|
||||
Var CountryRootPath = "ROOT/taobin_project/inter/hkg/"
|
||||
Var CountryShortName = "hkg"
|
||||
|
|
@ -1231,7 +1231,7 @@
|
|||
If CountryName = "Thailand" Then
|
||||
|
||||
Var MyanmarLangEnable = "true"
|
||||
|
||||
|
||||
If BoxID = 123456 Then
|
||||
Var CatalogLayoutV3 = 1
|
||||
Else
|
||||
|
|
@ -1258,9 +1258,11 @@
|
|||
Var WebAppShow = "Invisible"
|
||||
Var ENABLE_UAE_DUBAI = "Invisible"
|
||||
|
||||
Var LanguageShow = "THAI"
|
||||
Var LanguageShow = "THAI"
|
||||
EnableLanguage "ENG"
|
||||
EnableLanguage "THAI"
|
||||
|
||||
Var RedirectToNormalVersion = 1
|
||||
EnableLanguage "MYANMAR"
|
||||
EnableLanguage "MSC"
|
||||
|
||||
|
|
|
|||
|
|
@ -3071,7 +3071,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0017 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3322,7 +3322,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4581,7 +4581,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0021 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4834,7 +4834,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0022 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5085,7 +5085,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0023 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5338,7 +5338,7 @@ Water, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0024 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5591,7 +5591,7 @@ Soda, Ice, Vodka" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0025 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5844,7 +5844,7 @@ Soda, Ice, Vodka" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6099,7 +6099,7 @@ Pineapple Juice ,Soda, Ice, Vodka" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6352,7 +6352,7 @@ Soda, Ice, Gold Label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0028 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6603,7 +6603,7 @@ Soda, Ice, Gold Label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0029 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6854,7 +6854,7 @@ Soda, Ice, Gold Label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0030 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7105,7 +7105,7 @@ Soda, Ice, Gold Label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0031 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7358,7 +7358,7 @@ Soda , Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0032 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7609,7 +7609,7 @@ Soda , Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0033 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7862,7 +7862,7 @@ Soda , Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0034 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8115,7 +8115,7 @@ Lime, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8366,7 +8366,7 @@ Lime, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0036 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8619,7 +8619,7 @@ Soda, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0037 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8872,7 +8872,7 @@ Soda, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9125,7 +9125,7 @@ Strawberry , Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9376,7 +9376,7 @@ Strawberry , Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9627,7 +9627,7 @@ Strawberry , Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9878,7 +9878,7 @@ Strawberry , Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0042 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10129,7 +10129,7 @@ Strawberry , Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0043 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10380,7 +10380,7 @@ Strawberry , Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10633,7 +10633,7 @@ Sour" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10884,7 +10884,7 @@ Sour" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0046 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11135,7 +11135,7 @@ Sour" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11386,7 +11386,7 @@ Sour" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0048 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11637,7 +11637,7 @@ Sour" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0049 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11888,7 +11888,7 @@ Sour" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0050 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12141,7 +12141,7 @@ Highball" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12394,7 +12394,7 @@ Mizuwari" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12645,7 +12645,7 @@ Mizuwari" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12896,7 +12896,7 @@ Mizuwari" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13149,7 +13149,7 @@ Highball" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 11-99-05-0055 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -548,7 +548,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0090
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1055,7 +1055,7 @@ Sugar And Ice" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1554,7 +1554,7 @@ Sugar And Ice" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0030 12-01-02-0030 12-01-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2065,7 +2065,7 @@ And Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0074 12-01-02-0074 12-01-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2578,7 +2578,7 @@ Coffee, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4097,7 +4097,7 @@ Espresso" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0081 12-01-02-0081 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12068,7 +12068,7 @@ note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0048 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12321,7 +12321,7 @@ Almost Dirty" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -19957,7 +19957,7 @@ Cafe Latte" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0055 12-01-02-0055 12-01-03-0055
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -22508,7 +22508,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0057 12-01-02-0057 12-01-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -23017,7 +23017,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0058 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -23526,7 +23526,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0059 12-01-02-0059 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -24035,7 +24035,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0060 12-01-02-0060 12-01-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -24544,7 +24544,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -25043,7 +25043,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; TAOTIM - 12-51-01-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; TAOTIM - 12-51-01-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -528,7 +528,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; TAOTIM - 12-51-01-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -555,7 +555,7 @@ Volcano" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0095
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3597,7 +3597,7 @@ Volcano" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0023 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3853,7 +3853,7 @@ Banana Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4110,7 +4110,7 @@ Banana Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -40,7 +40,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 75
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0143 12-05-03-0143
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -88,13 +88,13 @@
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0143"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0143"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0143"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -294,7 +294,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0133 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -545,7 +545,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0098 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -796,7 +796,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0147 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1047,7 +1047,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0144 12-05-03-0144
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1095,13 +1095,13 @@ Soda Extra" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0144"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0144"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0144"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -1298,7 +1298,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0145 12-05-03-0145
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1346,13 +1346,13 @@ Soda Extra" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0145"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0145"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0145"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -1549,7 +1549,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0146 12-05-03-0146
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1597,13 +1597,13 @@ Soda Extra" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0146"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0146"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0146"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -1800,7 +1800,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2051,7 +2051,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2302,7 +2302,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0149 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2553,7 +2553,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2804,7 +2804,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0148 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3055,7 +3055,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0150 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3306,7 +3306,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0114 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3557,7 +3557,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0104 12-05-03-0104
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3605,13 +3605,13 @@ Soda Extra" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0104"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0104"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0104"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -3856,13 +3856,13 @@ Soda Extra" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0094"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0094"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0094"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -4059,7 +4059,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-05-01-0040 12-05-02-0040 12-05-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4314,7 +4314,7 @@ Soda Extra" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4567,7 +4567,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0023 12-05-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4822,7 +4822,7 @@ Sugar, Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0136 12-05-03-0136
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4870,13 +4870,13 @@ Sugar, Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0136"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0136"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0136"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -5077,7 +5077,7 @@ Strawberry Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0137 12-05-03-0137
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5125,13 +5125,13 @@ Strawberry Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0137"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0137"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0137"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -5332,7 +5332,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0138 12-05-03-0138
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5380,13 +5380,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0138"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0138"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0138"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -5587,7 +5587,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0139 12-05-03-0139
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5635,13 +5635,13 @@ Lychee Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0139"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0139"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0139"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -5842,7 +5842,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0140 12-05-03-0140
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5890,13 +5890,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0140"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0140"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0140"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -6097,7 +6097,7 @@ Caramel Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0141 12-05-03-0141
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6145,13 +6145,13 @@ Caramel Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0141"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0141"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0141"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -6352,7 +6352,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0142 12-05-03-0142
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6400,13 +6400,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0142"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0142"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0142"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -6655,13 +6655,13 @@ Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0035"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0035"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0035"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -6908,13 +6908,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0034"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0034"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0034"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -7915,13 +7915,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0010"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0010"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0010"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -8167,13 +8167,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0033"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0033"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0033"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -8418,13 +8418,13 @@ Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0022"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0022"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0022"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -8672,13 +8672,13 @@ Limenade, Soda & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0008"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0008"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0008"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -8923,13 +8923,13 @@ Limenade, Soda & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0009"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0009"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0009"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -9176,13 +9176,13 @@ Soda & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0024"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0024"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0024"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -9427,13 +9427,13 @@ Soda & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0025"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0025"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0025"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -9680,13 +9680,13 @@ Soda & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0038"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0038"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0038"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -9931,13 +9931,13 @@ Soda & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0039"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0039"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0039"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -10638,7 +10638,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10889,7 +10889,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11142,7 +11142,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11393,7 +11393,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11646,7 +11646,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11899,7 +11899,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12150,7 +12150,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12401,7 +12401,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0071 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12652,7 +12652,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12903,7 +12903,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13154,7 +13154,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13405,7 +13405,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0093 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14208,13 +14208,13 @@ Lychee Soda" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0003"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0003"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0003"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -14461,13 +14461,13 @@ Water & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0004"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0004"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0004"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -14713,13 +14713,13 @@ Water & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0002"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0002"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0002"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -14965,13 +14965,13 @@ Water & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-05-01-0001"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0001"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0001"
|
||||
Else
|
||||
Topping "Load" "12-05-01-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-05-01-0001.NameE
|
||||
|
|
@ -15220,13 +15220,13 @@ Water & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0026"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0026"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0026"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -15471,13 +15471,13 @@ Water & Ice" </Value>
|
|||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0032"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Topping "Load" "12-05-03-0032"
|
||||
Else
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0032"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
|
|
@ -15675,7 +15675,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0133 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -792,7 +792,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1043,7 +1043,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1294,7 +1294,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0148 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1545,7 +1545,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0149 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1796,7 +1796,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0150 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2047,7 +2047,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0114 12-05-03-0114
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2549,7 +2549,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0104 12-05-03-0104
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2800,7 +2800,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0094 12-05-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3051,7 +3051,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0095 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4060,7 +4060,7 @@ Limenade" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0074 12-05-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5067,7 +5067,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0105 12-05-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5318,7 +5318,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0075 12-05-03-0075
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5569,7 +5569,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5820,7 +5820,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0076 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6323,7 +6323,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6574,7 +6574,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0107 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6825,7 +6825,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0077 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7328,7 +7328,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7579,7 +7579,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0108 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7830,7 +7830,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8081,7 +8081,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0109 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8332,7 +8332,7 @@ Strawberry Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0091 12-05-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue