do mainy
This commit is contained in:
parent
33bbc3a927
commit
e5c09e6d26
104 changed files with 28333 additions and 41029 deletions
|
|
@ -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
|
|
@ -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
|
|
@ -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
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
|
@ -204,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
|
||||
|
|
@ -379,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
|
||||
|
|
@ -554,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
|
||||
|
|
@ -729,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
|
||||
|
|
@ -904,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
|
||||
|
|
@ -1079,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
|
||||
|
|
@ -1254,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
|
||||
|
|
@ -1429,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
|
||||
|
|
@ -1604,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
|
||||
|
|
@ -1779,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
|
||||
|
|
@ -1954,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
|
||||
|
|
@ -2129,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
|
||||
|
|
@ -2304,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
|
||||
|
|
@ -2479,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
|
||||
|
|
@ -2654,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
|
||||
|
|
@ -2829,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1948
menu/new-layout.tsv
1948
menu/new-layout.tsv
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0009 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -539,7 +539,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0019 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0006 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1041,7 +1041,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1292,7 +1292,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1543,7 +1543,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1794,7 +1794,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2045,7 +2045,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2297,7 +2297,7 @@ With Melon" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0004 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -805,7 +805,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1061,7 +1061,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1568,7 +1568,7 @@ Smoothie" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1825,7 +1825,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2082,7 +2082,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-11-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2591,7 +2591,7 @@ Iced Espresso" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2849,7 +2849,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3104,7 +3104,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0042 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3360,7 +3360,7 @@ Ginger Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0025 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 9
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-05-01-0001 12-05-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -697,7 +697,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -949,7 +949,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0034 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1202,7 +1202,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1455,7 +1455,7 @@ Drink Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0027 12-02-02-0027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1711,7 +1711,7 @@ Drink Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0045 12-02-02-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1967,7 +1967,7 @@ Drink Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0048 12-02-02-0049 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2223,7 +2223,7 @@ Drink Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0047 12-02-02-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 44
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0095 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -285,7 +285,7 @@ please, boss!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0096 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -537,7 +537,7 @@ please, boss!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0097 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -789,7 +789,7 @@ please, boss!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1042,7 +1042,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1294,7 +1294,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0100 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1546,7 +1546,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0101 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1798,7 +1798,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0102 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2049,7 +2049,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0103 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2301,7 +2301,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0115 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2554,7 +2554,7 @@ Menu,Hurry!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0116 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2807,7 +2807,7 @@ a Gecko" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0118 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3059,7 +3059,7 @@ a Gecko" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0119 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3312,7 +3312,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0120 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3564,7 +3564,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0121 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3816,7 +3816,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4067,7 +4067,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4318,7 +4318,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4569,7 +4569,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5071,7 +5071,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0104 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5322,7 +5322,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5574,7 +5574,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5826,7 +5826,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6077,7 +6077,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6830,7 +6830,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7083,7 +7083,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7336,7 +7336,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7587,7 +7587,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0107 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7838,7 +7838,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0084 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8089,7 +8089,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0110 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8340,7 +8340,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8591,7 +8591,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8842,7 +8842,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9093,7 +9093,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0108 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9846,7 +9846,7 @@ Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10600,7 +10600,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10851,7 +10851,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 9
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ cocoa, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1051,7 +1051,7 @@ matcha, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ milk, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1561,7 +1561,7 @@ milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1816,7 +1816,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2070,7 +2070,7 @@ rest bail on you." </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2324,7 +2324,7 @@ hard–the real deal." </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2578,7 +2578,7 @@ the L" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0078 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 23
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -532,7 +532,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1033,7 +1033,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1285,7 +1285,7 @@ Mint" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1784,7 +1784,7 @@ Mint" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2036,7 +2036,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0036 12-03-02-0036 12-03-03-0036
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2291,7 +2291,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2544,7 +2544,7 @@ Strawberry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2797,7 +2797,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3048,7 +3048,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3301,7 +3301,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3552,7 +3552,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3803,7 +3803,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4054,7 +4054,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4305,7 +4305,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4556,7 +4556,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4807,7 +4807,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5058,7 +5058,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5309,7 +5309,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5560,7 +5560,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5811,7 +5811,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6062,7 +6062,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6313,7 +6313,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0078 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -1075,7 +1075,7 @@ Milk, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2363,7 +2363,7 @@ Caramel" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2883,7 +2883,7 @@ Banana Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3143,7 +3143,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3398,7 +3398,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4171,7 +4171,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4428,7 +4428,7 @@ Milk, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4687,7 +4687,7 @@ Sugar, Biscoff" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0017
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4943,7 +4943,7 @@ Milk Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5199,7 +5199,7 @@ Volcano" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0068
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 5
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0103
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@ And Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0104
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -546,7 +546,7 @@ Milk, Sugar And Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -801,7 +801,7 @@ Sugar And Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0106
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1056,7 +1056,7 @@ Sugar And Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0090
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -539,7 +539,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0066
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 15
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0080 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@ Horrifying" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0128
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@ Drink , 7Up And Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0084
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -797,7 +797,7 @@ and Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0085
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1049,7 +1049,7 @@ and Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0081 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1302,7 +1302,7 @@ And 7Up" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0082 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1555,7 +1555,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0079 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1812,7 +1812,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0081
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2066,7 +2066,7 @@ And Ovaltine" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0082 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2567,7 +2567,7 @@ And Ovaltine" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0080 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2819,7 +2819,7 @@ And Ovaltine" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0080
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3073,7 +3073,7 @@ Her" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0078 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3329,7 +3329,7 @@ Her" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0083 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3836,7 +3836,7 @@ And Soda" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0082
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4088,7 +4088,7 @@ And Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0083
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@ Caramel Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -796,7 +796,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0075 12-03-03-0075
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@ Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0124 12-05-03-0124
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@ Drink" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0068 12-02-03-0068
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -793,7 +793,7 @@ Drink" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0125 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1046,7 +1046,7 @@ Fizzy" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0075 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1549,7 +1549,7 @@ It Strong" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0076 12-03-03-0076
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1802,7 +1802,7 @@ Miracles" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0069 12-02-03-0069
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2054,7 +2054,7 @@ Miracles" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0126 12-05-03-0126
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2307,7 +2307,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0127 12-05-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2559,7 +2559,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0070 12-02-03-0070
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 7
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0091 12-02-02-0091 12-02-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0092 12-02-02-0092 12-02-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@ Thai Milk Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0093 12-02-02-0093 12-02-03-0093
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -803,7 +803,7 @@ Thai Milk Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0094 12-02-02-0094 12-02-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1059,7 +1059,7 @@ Thai Milk Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0095 12-02-02-0095 12-02-03-0095
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1316,7 +1316,7 @@ Thai Milk Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0096 12-02-02-0096 12-02-03-0096
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1572,7 +1572,7 @@ Thai Milk Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0039 12-02-02-0039 12-02-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -793,7 +793,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1045,7 +1045,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0063
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1298,7 +1298,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0080 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1551,7 +1551,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0053
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1804,7 +1804,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2056,7 +2056,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2309,7 +2309,7 @@ Thai Tea Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0099 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -287,7 +287,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0097 12-02-02-0097 12-02-03-0097
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0098 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -793,7 +793,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0106
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1303,7 +1303,7 @@ Sugar And Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1556,7 +1556,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0084 12-02-02-0084 12-02-03-0084
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1812,7 +1812,7 @@ Matcha" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0083 12-02-02-0083 12-02-03-0083
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2579,7 +2579,7 @@ Cafe Latte" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0060 12-02-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3344,7 +3344,7 @@ Limenade" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0061 12-02-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 7
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0013 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -536,7 +536,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -787,7 +787,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1038,7 +1038,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1289,7 +1289,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 24
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -533,7 +533,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -784,7 +784,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1035,7 +1035,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0068 12-03-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1290,7 +1290,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1541,7 +1541,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1792,7 +1792,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0071 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2043,7 +2043,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0074 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2294,7 +2294,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0006 12-01-02-0003 12-01-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2549,7 +2549,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-1006 12-01-02-1003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2806,7 +2806,7 @@ Milk, Sugar" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3058,7 +3058,7 @@ Cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0002 12-03-02-0002 12-03-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3313,7 +3313,7 @@ Cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-1002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3564,7 +3564,7 @@ Cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0004 12-03-02-0004 12-03-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3821,7 +3821,7 @@ Caramel" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4076,7 +4076,7 @@ Caramel" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0025 12-03-02-0025 12-03-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4331,7 +4331,7 @@ Caramel" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4587,7 +4587,7 @@ sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0039 12-03-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4839,7 +4839,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5091,7 +5091,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5343,7 +5343,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5596,7 +5596,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -293,7 +293,7 @@ Is Relieve" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -550,7 +550,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 13
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0057 12-01-02-0057 12-01-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -548,7 +548,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>
|
||||
|
|
@ -1061,7 +1061,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0050 12-02-02-0050 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1319,7 +1319,7 @@ Mint" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1577,7 +1577,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0036 12-03-02-0036 12-03-03-0036
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1834,7 +1834,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0037 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2089,7 +2089,7 @@ Strawberry " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2345,7 +2345,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2598,7 +2598,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2852,7 +2852,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3105,7 +3105,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3359,7 +3359,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3613,7 +3613,7 @@ Lemon Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 26
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -540,7 +540,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -794,7 +794,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0058 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1050,7 +1050,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0060 12-02-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1561,7 +1561,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0061 12-02-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1815,7 +1815,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0062 12-02-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2071,7 +2071,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0063 12-02-03-0063
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2325,7 +2325,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0064 12-02-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2580,7 +2580,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0065 12-02-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2834,7 +2834,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3088,7 +3088,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0091 12-05-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3341,7 +3341,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-05-02-0114 12-05-03-0114
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3594,7 +3594,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0093 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3846,7 +3846,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4099,7 +4099,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4355,7 +4355,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4858,7 +4858,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5363,7 +5363,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5616,7 +5616,7 @@ Sugar, Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6117,7 +6117,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6371,7 +6371,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6625,7 +6625,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6878,7 +6878,7 @@ Strawberry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7132,7 +7132,7 @@ Strawberry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7385,7 +7385,7 @@ Strawberry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 19
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -289,7 +289,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -798,7 +798,7 @@ Volcano" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1054,7 +1054,7 @@ Sugar Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1310,7 +1310,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1566,7 +1566,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1822,7 +1822,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2075,7 +2075,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0048
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2331,7 +2331,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2587,7 +2587,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2843,7 +2843,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3098,7 +3098,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3352,7 +3352,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0056
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3607,7 +3607,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0086
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3863,7 +3863,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0087
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4118,7 +4118,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4623,7 +4623,7 @@ Caramel Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4877,7 +4877,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -1,821 +1,6 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
|
||||
</EventOpen>
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<ScrollHeight> "auto" </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0019 12-03-02-0019 12-03-03-0019
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-01-0019.Button,12-03-02-0019.Button,12-03-03-0019.Button,$Sum120301001912030200191203030019) </State>
|
||||
<Button>
|
||||
<State> $Sum120301001912030200191203030019 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_ovaltine.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_ovaltine.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_ovaltine.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-03-01-0019, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Ovaltine"
|
||||
Var NameDrinkTH = "โอวัลติน"
|
||||
Var DrinkDescriptionTH = "โอวัลติน นม โกโก้ และน้ำตาล "
|
||||
Var DrinkDescription = "Ovaltine, Milk, Cocoa, and Sugar"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_ovaltine.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-03-01-0019.Price
|
||||
Var PriceD2 = $12-03-02-0019.Price
|
||||
Var PriceD3 = $12-03-03-0019.Price
|
||||
Var PD_CODE1 = "12-03-01-0019"
|
||||
Var PD_CODE2 = "12-03-02-0019"
|
||||
Var PD_CODE3 = "12-03-03-0019"
|
||||
Var PD_STAGE_1 = $12-03-01-0019.Button
|
||||
Var PD_STAGE_2 = $12-03-02-0019.Button
|
||||
Var PD_STAGE_3 = $12-03-03-0019.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-01-0019, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-03-02-0019"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-03-01-0019"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0019"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-03-01-0019.NameE
|
||||
Var menu_desc_eng_hot = $12-03-01-0019.descriptionE
|
||||
Var menu_name_thai_hot = $12-03-01-0019.Name
|
||||
Var menu_desc_thai_hot = $12-03-01-0019.description
|
||||
|
||||
Var menu_name_eng_cold = $12-03-02-0019.NameE
|
||||
Var menu_desc_eng_cold = $12-03-02-0019.descriptionE
|
||||
Var menu_name_thai_cold = $12-03-02-0019.Name
|
||||
Var menu_desc_thai_cold = $12-03-02-0019.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0019.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0019.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0019.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0019.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โอวัลติน" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โอวัลติน นม โกโก้ และน้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ovaltine" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ovaltine, Milk, Cocoa,
|
||||
and Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> $12-03-01-0019.Button </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-01-0019.Button </State>
|
||||
<Value> StringFmt( $12-03-01-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> $12-03-02-0019.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-02-0019.Button </State>
|
||||
<Value> StringFmt( $12-03-02-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> $12-03-03-0019.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0019.Button </State>
|
||||
<Value> StringFmt( $12-03-03-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
If $Sum120301001912030200191203030019 = "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
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum120301001912030200191203030019 = "Disable" Then
|
||||
STRCONTAIN "ERR" $12-03-01-0019.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-03-02-0019.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $12-03-03-0019.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum120301001912030200191203030019 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0094.Button,$Sum1203030094) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030094 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Ovaltine_cocoa_smoothie.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_Ovaltine_cocoa_smoothie.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_Ovaltine_cocoa_smoothie.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-03-03-0094, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Mini Bus Ovaltine Volcano"
|
||||
Var NameDrinkTH = "โอวัลตินรถโรงเรียน ภูเขาไฟ"
|
||||
Var DrinkDescriptionTH = "โอวัลติน นม โกโก้ และน้ำตาล "
|
||||
Var DrinkDescription = "Ovaltine, Milk, Cocoa, and Sugar"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_cocoa_smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $-.Price
|
||||
Var PriceD3 = $12-03-03-0094.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0094"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0094.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-03-0094, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0094"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0094.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0094.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0094.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0094.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โอวัลตินรถโรงเรียน
|
||||
ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โอวัลติน นม โกโก้ และน้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mini Bus Ovaltine
|
||||
Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ovaltine, Milk, Cocoa,
|
||||
and Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> $12-03-03-0094.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0094.Button </State>
|
||||
<Value> StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1203030094 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $12-03-03-0094.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1203030094 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0095
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0095.Button,$Sum1203030095) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030095 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-03-03-0095, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "Mini Bus Ovaltine Super Volcano"
|
||||
Var NameDrinkTH = "โอวัลตินรถโรงเรียน ซุปเปอร์ภูเขาไฟ"
|
||||
Var DrinkDescriptionTH = "โอวัลติน นม โกโก้ และน้ำตาล "
|
||||
Var DrinkDescription = "Ovaltine, Milk, Cocoa, and Sugar"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $-.Price
|
||||
Var PriceD3 = $12-03-03-0095.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "##-##-##-####"
|
||||
Var PD_CODE3 = "12-03-03-0095"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = "Disable2"
|
||||
Var PD_STAGE_3 = $12-03-03-0095.Button
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-03-03-0095, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "12-03-03-0095"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_cold = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_cold = $##-##-##-####.Name
|
||||
Var menu_desc_thai_cold = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_blender = $12-03-03-0095.NameE
|
||||
Var menu_desc_eng_blender = $12-03-03-0095.descriptionE
|
||||
Var menu_name_thai_blender = $12-03-03-0095.Name
|
||||
Var menu_desc_thai_blender = $12-03-03-0095.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โอวัลตินรถโรงเรียน
|
||||
ซุปเปอร์ภูเขาไฟ" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "โอวัลติน นม โกโก้ และน้ำตาล " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Mini Bus Ovaltine
|
||||
Super Volcano" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Ovaltine, Milk, Cocoa,
|
||||
and Sugar" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> $12-03-03-0095.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-03-03-0095.Button </State>
|
||||
<Value> StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1203030095 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $12-03-03-0095.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1203030095 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
</FrameScroll>
|
||||
; Cart
|
||||
<Button>
|
||||
<X> 915 </X>
|
||||
<Y> 1769 </Y>
|
||||
<State> showCart </State>
|
||||
<Filename> cart_image_bn </Filename>
|
||||
<FilenamePress> cart_image_bp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
Traceback (most recent call last):
|
||||
File "/Users/wanloprungsiyangkul/project/taobin_admin/./menu_gen_new.py", line 155, in eval_exe
|
||||
exec( str, globals())
|
||||
File "<string>", line 1780, in <module>
|
||||
File "<string>", line 398, in GenListMenu
|
||||
IndexError: list index out of range
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1050,7 +1050,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ Mint" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1813,7 +1813,7 @@ Mint" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2069,7 +2069,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2326,7 +2326,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2583,7 +2583,7 @@ Strawberry " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2840,7 +2840,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3095,7 +3095,7 @@ Mint Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0059 12-01-02-0059 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -545,7 +545,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>
|
||||
|
|
@ -1056,7 +1056,7 @@ sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0051 12-02-02-0051 12-02-03-0051
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1313,7 +1313,7 @@ water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1565,7 +1565,7 @@ water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0038 12-03-02-0038 12-03-03-0038
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1822,7 +1822,7 @@ water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0039 12-03-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2076,7 +2076,7 @@ water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2329,7 +2329,7 @@ Peach" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2581,7 +2581,7 @@ How To Love" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2833,7 +2833,7 @@ Empty Heart " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3086,7 +3086,7 @@ My Heart Waiting." </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3338,7 +3338,7 @@ You Need Me" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -290,7 +290,7 @@ melting in the heat!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@ melting in the heat!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0046 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -795,7 +795,7 @@ masterpiece" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1049,7 +1049,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1302,7 +1302,7 @@ just bearable" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1555,7 +1555,7 @@ Breathe-able" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1810,7 +1810,7 @@ Limenade and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2064,7 +2064,7 @@ Lime and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2317,7 +2317,7 @@ hot" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0084 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2570,7 +2570,7 @@ OVERDONE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2824,7 +2824,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3078,7 +3078,7 @@ ANGRY sun mode" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3331,7 +3331,7 @@ point reached" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0133 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -287,7 +287,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -538,7 +538,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -789,7 +789,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1040,7 +1040,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0148 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1291,7 +1291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0149 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1542,7 +1542,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0150 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1793,7 +1793,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0114 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2044,7 +2044,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0046 12-05-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2295,7 +2295,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0104 12-05-03-0104
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0100
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -289,7 +289,7 @@ Lime, Ovaltine" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0101
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -540,7 +540,7 @@ Lime, Ovaltine" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0102
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -801,7 +801,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1055,7 +1055,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1309,7 +1309,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1563,7 +1563,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1817,7 +1817,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0059 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2072,7 +2072,7 @@ House" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2327,7 +2327,7 @@ the Past" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2583,7 +2583,7 @@ sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0036 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2838,7 +2838,7 @@ sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0066
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@ Straw Chee Soda Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -798,7 +798,7 @@ straw Chee Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1303,7 +1303,7 @@ Straw Cano" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1557,7 +1557,7 @@ Plum Cara Milk Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-03-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1810,7 +1810,7 @@ Klein Cocoa Chee" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2063,7 +2063,7 @@ Matcha" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0074 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2566,7 +2566,7 @@ Cafe Latte" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0053
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2819,7 +2819,7 @@ Chee Tea Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0115
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 7
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0023 12-05-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@ Sugar, Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0022 12-02-02-0022 12-02-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -548,7 +548,7 @@ Jasmine Tea, Sugar" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -801,7 +801,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-05-01-0040 12-05-02-0040 12-05-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1056,7 +1056,7 @@ Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-03-01-0010 12-03-02-0010 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1313,7 +1313,7 @@ Cocoa, Sugar" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0074 12-01-02-0074 12-01-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1826,7 +1826,7 @@ Coffee, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 26
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0039 12-02-02-0039 12-02-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-1038 12-02-02-1038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0047 12-02-02-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -803,7 +803,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0055 12-01-02-0055 12-01-03-0055
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1312,7 +1312,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-1040 12-02-02-1040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1568,7 +1568,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-1039 12-02-02-1039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1824,7 +1824,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2076,7 +2076,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2328,7 +2328,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2580,7 +2580,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2834,7 +2834,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0026 12-02-02-0026 12-02-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3090,7 +3090,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-1026 12-02-02-1026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3346,7 +3346,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0027 12-02-02-0027 12-02-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3602,7 +3602,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-1027 12-02-02-1027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3858,7 +3858,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0028 12-02-02-0028 12-02-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4114,7 +4114,7 @@ sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0031 12-01-02-0031 12-01-03-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4625,7 +4625,7 @@ sugar, Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5128,7 +5128,7 @@ Matcha, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0055 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5380,7 +5380,7 @@ Matcha, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0037 12-02-02-0037 12-02-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5636,7 +5636,7 @@ Matcha, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-1037 12-02-02-1037 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5892,7 +5892,7 @@ Matcha, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6146,7 +6146,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6398,7 +6398,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-99-01-0042 12-99-02-0044 12-99-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6654,7 +6654,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-99-01-0043 12-99-02-0045 12-99-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6910,7 +6910,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-99-01-0049 12-99-02-0050 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7166,7 +7166,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-05-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 15
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0083 12-02-02-0083 12-02-03-0083
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -292,7 +292,7 @@ Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0084 12-02-02-0084 12-02-03-0084
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -548,7 +548,7 @@ Matcha" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0085 12-02-02-0085 12-02-03-0085
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -1582,7 +1582,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0105 12-05-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1837,7 +1837,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2092,7 +2092,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0013 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2347,7 +2347,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2602,7 +2602,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2857,7 +2857,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3112,7 +3112,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3367,7 +3367,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-03-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -538,7 +538,7 @@ Caramel Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -791,7 +791,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1044,7 +1044,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1298,7 +1298,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1551,7 +1551,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1804,7 +1804,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-02-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2057,7 +2057,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2310,7 +2310,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2562,7 +2562,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2813,7 +2813,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3064,7 +3064,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-03-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3315,7 +3315,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3814,7 +3814,7 @@ Smoothie" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-05-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -538,7 +538,7 @@ Caramel Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0076
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -791,7 +791,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0077
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1044,7 +1044,7 @@ Caramel Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1298,7 +1298,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1551,7 +1551,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1804,7 +1804,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2057,7 +2057,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2310,7 +2310,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2563,7 +2563,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2814,7 +2814,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3065,7 +3065,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3316,7 +3316,7 @@ Smoothie" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-03-0078 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3815,7 +3815,7 @@ Smoothie" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - - 12-99-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 58
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-02-02-0099 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -823,7 +823,7 @@ Sugar And Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2331,7 +2331,7 @@ Caramel Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-01-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4858,7 +4858,7 @@ Volcano" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-05-02-0133 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5864,7 +5864,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10414,7 +10414,7 @@ Sugar, Biscoff" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-01-01-0081 12-01-02-0081 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14022,7 +14022,7 @@ Americano" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0045 12-02-02-0045 12-02-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14277,7 +14277,7 @@ Americano" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0046 12-02-02-0046 12-02-03-0047
|
||||
<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