This commit is contained in:
kong 2022-12-22 18:41:47 +07:00
parent 11ced904bd
commit abe6e89e50
27 changed files with 760 additions and 741 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -331,9 +331,12 @@
out_xml( '\t<State> ' + shw + ' </State>\r\n')
#out_xml( '\t<Value> Var( "฿" + $' + spl[4] + '.Price ) </Value>\r\n')
if "inter" in param:
out_xml( '\t<Value> StringFmt( $' + spl[4] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
if "free" in param:
out_xml( '\t<Value> "Free" </Value>\r\n')
else:
out_xml( '\t<Value> StringFmt( $' + spl[4] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
else:
out_xml( '\t<Value> Var( "฿" + $' + spl[4] + '.Price ) </Value>\r\n')
out_xml( '\t</Text>\r\n')
@ -375,7 +378,10 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param:
out_xml( '\t<Value> StringFmt( $' + spl[5] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
if "free" in param:
out_xml( '\t<Value> "Free" </Value>\r\n')
else:
out_xml( '\t<Value> StringFmt( $' + spl[5] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
else:
out_xml( '\t<Value> Var( "฿" + $' + spl[5] + '.Price ) </Value>\r\n')
out_xml( '\t</Text>\r\n')
@ -419,7 +425,10 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param:
out_xml( '\t<Value> StringFmt( $' + spl[6] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
if "free" in param:
out_xml( '\t<Value> "Free" </Value>\r\n')
else:
out_xml( '\t<Value> StringFmt( $' + spl[6] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
else:
out_xml( '\t<Value> Var( "฿" + $' + spl[6] + '.Price ) </Value>\r\n')
out_xml( '\t</Text>\r\n')
@ -776,7 +785,10 @@
out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param:
out_xml( '\t<Value> StringFmt( $' + spl[8] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
if "free" in param:
out_xml( '\t<Value> "Free" </Value>\r\n')
else:
out_xml( '\t<Value> StringFmt( $' + spl[8] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
else:
out_xml( '\t<Value> Var( "฿" + $' + spl[8] + '.Price ) </Value>\r\n')
@ -820,7 +832,10 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param:
out_xml( '\t<Value> StringFmt( $' + spl[9] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
if "free" in param:
out_xml( '\t<Value> "Free" </Value>\r\n')
else:
out_xml( '\t<Value> StringFmt( $' + spl[9] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
else:
out_xml( '\t<Value> Var( "฿" + $' + spl[9] + '.Price ) </Value>\r\n')
@ -863,7 +878,10 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param:
out_xml( '\t<Value> StringFmt( $' + spl[10] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
if "free" in param:
out_xml( '\t<Value> "Free" </Value>\r\n')
else:
out_xml( '\t<Value> StringFmt( $' + spl[10] + '.Price , DisplayFormat, PreScaleConvertShow) </Value>; test\r\n')
else:
out_xml( '\t<Value> Var( "฿" + $' + spl[10] + '.Price ) </Value>\r\n')

View file

@ -140,7 +140,7 @@
If cock_tail_enable = "true" Then
Var WheyShow = "false"
Var CocktailShow = "true"
Var RoadShow = "false"
Var RoadShow = "true"
Else
Var WheyShow = "true"
Var CocktailShow = "false"
@ -649,7 +649,7 @@
EnableLanguage "THAI"
EnableLanguage "CHINA"
EnableLanguage "JAPAN"
EndIf
</EventOpen>

View file

@ -672,7 +672,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -690,7 +690,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1018.Button </State>
<Value> StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -708,7 +708,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -922,7 +922,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -940,7 +940,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1019.Button </State>
<Value> StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -958,7 +958,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1173,7 +1173,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1191,7 +1191,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1020.Button </State>
<Value> StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1209,7 +1209,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1424,7 +1424,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1442,7 +1442,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1021.Button </State>
<Value> StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1460,7 +1460,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1675,7 +1675,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1693,7 +1693,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1022.Button </State>
<Value> StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1711,7 +1711,7 @@ essential nutrients" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -662,7 +662,7 @@ Soda, Ice, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -680,7 +680,7 @@ Soda, Ice, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0001.Button </State>
<Value> StringFmt( $11-99-05-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -698,7 +698,7 @@ Soda, Ice, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -912,7 +912,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -930,7 +930,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0002.Button </State>
<Value> StringFmt( $11-99-05-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -948,7 +948,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1162,7 +1162,7 @@ Soda, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1180,7 +1180,7 @@ Soda, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0003.Button </State>
<Value> StringFmt( $11-99-05-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1198,7 +1198,7 @@ Soda, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1412,7 +1412,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1430,7 +1430,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0004.Button </State>
<Value> StringFmt( $11-99-05-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1448,7 +1448,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1662,7 +1662,7 @@ Soda, Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1680,7 +1680,7 @@ Soda, Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0005.Button </State>
<Value> StringFmt( $11-99-05-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1698,7 +1698,7 @@ Soda, Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1912,7 +1912,7 @@ Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1930,7 +1930,7 @@ Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0006.Button </State>
<Value> StringFmt( $11-99-05-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1948,7 +1948,7 @@ Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2162,7 +2162,7 @@ Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2180,7 +2180,7 @@ Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0007.Button </State>
<Value> StringFmt( $11-99-05-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2198,7 +2198,7 @@ Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2412,7 +2412,7 @@ juice Ice, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2430,7 +2430,7 @@ juice Ice, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0008.Button </State>
<Value> StringFmt( $11-99-05-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2448,7 +2448,7 @@ juice Ice, Malibu" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2662,7 +2662,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2680,7 +2680,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0009.Button </State>
<Value> StringFmt( $11-99-05-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2698,7 +2698,7 @@ Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2912,7 +2912,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2930,7 +2930,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0010.Button </State>
<Value> StringFmt( $11-99-05-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2948,7 +2948,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3160,7 +3160,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3178,7 +3178,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0012.Button </State>
<Value> StringFmt( $11-99-05-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3196,7 +3196,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3408,7 +3408,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3426,7 +3426,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $11-99-05-0013.Button </State>
<Value> StringFmt( $11-99-05-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3444,7 +3444,7 @@ Ice, Mount Gay Rum" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -669,7 +669,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0005.Button </State>
<Value> StringFmt( $12-03-01-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -687,7 +687,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0005.Button </State>
<Value> StringFmt( $12-03-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -705,7 +705,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0005.Button </State>
<Value> StringFmt( $12-03-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -921,7 +921,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0001.Button </State>
<Value> StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -939,7 +939,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0001.Button </State>
<Value> StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -957,7 +957,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0001.Button </State>
<Value> StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1174,7 +1174,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0003.Button </State>
<Value> StringFmt( $12-03-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1192,7 +1192,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0003.Button </State>
<Value> StringFmt( $12-03-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1210,7 +1210,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0003.Button </State>
<Value> StringFmt( $12-03-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1427,7 +1427,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1445,7 +1445,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0006.Button </State>
<Value> StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1463,7 +1463,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0006.Button </State>
<Value> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1675,7 +1675,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0002.Button </State>
<Value> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1693,7 +1693,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0002.Button </State>
<Value> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1711,7 +1711,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0002.Button </State>
<Value> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1927,7 +1927,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State>
<Value> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1945,7 +1945,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State>
<Value> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1963,7 +1963,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State>
<Value> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2181,7 +2181,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2199,7 +2199,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2217,7 +2217,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0010.Button </State>
<Value> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2430,7 +2430,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2448,7 +2448,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2466,7 +2466,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0020.Button </State>
<Value> StringFmt( $12-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2679,7 +2679,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2697,7 +2697,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2715,7 +2715,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0021.Button </State>
<Value> StringFmt( $12-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2927,7 +2927,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2945,7 +2945,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0041.Button </State>
<Value> StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2963,7 +2963,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0041.Button </State>
<Value> StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3175,7 +3175,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3193,7 +3193,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0008.Button </State>
<Value> StringFmt( $12-05-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3211,7 +3211,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0008.Button </State>
<Value> StringFmt( $12-05-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3424,7 +3424,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3442,7 +3442,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0044.Button </State>
<Value> StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3460,7 +3460,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3673,7 +3673,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3691,7 +3691,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0045.Button </State>
<Value> StringFmt( $12-05-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3709,7 +3709,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -662,7 +662,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-1003.Button </State>
<Value> StringFmt( $12-01-01-1003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -680,7 +680,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-1001.Button </State>
<Value> StringFmt( $12-01-02-1001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -698,7 +698,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -914,7 +914,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-1003.Button </State>
<Value> StringFmt( $12-21-01-1003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -932,7 +932,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-1001.Button </State>
<Value> StringFmt( $12-21-02-1001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -950,7 +950,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1166,7 +1166,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-1004.Button </State>
<Value> StringFmt( $12-01-01-1004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1184,7 +1184,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-1002.Button </State>
<Value> StringFmt( $12-01-02-1002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1202,7 +1202,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1417,7 +1417,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-1004.Button </State>
<Value> StringFmt( $12-21-01-1004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1435,7 +1435,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-1002.Button </State>
<Value> StringFmt( $12-21-02-1002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1453,7 +1453,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1670,7 +1670,7 @@ Milk, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-1006.Button </State>
<Value> StringFmt( $12-01-01-1006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1688,7 +1688,7 @@ Milk, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-1003.Button </State>
<Value> StringFmt( $12-01-02-1003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1706,7 +1706,7 @@ Milk, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1922,7 +1922,7 @@ Milk, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-1006.Button </State>
<Value> StringFmt( $12-21-01-1006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1940,7 +1940,7 @@ Milk, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-1003.Button </State>
<Value> StringFmt( $12-21-02-1003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1958,7 +1958,7 @@ Milk, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2174,7 +2174,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-1099.Button </State>
<Value> StringFmt( $12-01-01-1099.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2192,7 +2192,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-1099.Button </State>
<Value> StringFmt( $12-01-02-1099.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2210,7 +2210,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2425,7 +2425,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-1099.Button </State>
<Value> StringFmt( $12-21-01-1099.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2443,7 +2443,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-1099.Button </State>
<Value> StringFmt( $12-21-02-1099.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2461,7 +2461,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2676,7 +2676,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1024.Button </State>
<Value> StringFmt( $12-02-01-1024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2694,7 +2694,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1024.Button </State>
<Value> StringFmt( $12-02-02-1024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2712,7 +2712,7 @@ Foamed milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2930,7 +2930,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1025.Button </State>
<Value> StringFmt( $12-02-01-1025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2948,7 +2948,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1025.Button </State>
<Value> StringFmt( $12-02-02-1025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2966,7 +2966,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3182,7 +3182,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1026.Button </State>
<Value> StringFmt( $12-02-01-1026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3200,7 +3200,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1026.Button </State>
<Value> StringFmt( $12-02-02-1026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3218,7 +3218,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3434,7 +3434,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1027.Button </State>
<Value> StringFmt( $12-02-01-1027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3452,7 +3452,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1027.Button </State>
<Value> StringFmt( $12-02-02-1027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3470,7 +3470,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3686,7 +3686,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1029.Button </State>
<Value> StringFmt( $12-02-01-1029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3704,7 +3704,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1029.Button </State>
<Value> StringFmt( $12-02-02-1029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3722,7 +3722,7 @@ and Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3939,7 +3939,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1030.Button </State>
<Value> StringFmt( $12-02-01-1030.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3957,7 +3957,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1030.Button </State>
<Value> StringFmt( $12-02-02-1030.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3975,7 +3975,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4191,7 +4191,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1031.Button </State>
<Value> StringFmt( $12-02-01-1031.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4209,7 +4209,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1031.Button </State>
<Value> StringFmt( $12-02-02-1031.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4227,7 +4227,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4446,7 +4446,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1032.Button </State>
<Value> StringFmt( $12-02-01-1032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4464,7 +4464,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1032.Button </State>
<Value> StringFmt( $12-02-02-1032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4482,7 +4482,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4698,7 +4698,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-1037.Button </State>
<Value> StringFmt( $12-02-01-1037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4716,7 +4716,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-1037.Button </State>
<Value> StringFmt( $12-02-02-1037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4734,7 +4734,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4950,7 +4950,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-1002.Button </State>
<Value> StringFmt( $12-03-01-1002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4968,7 +4968,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-1002.Button </State>
<Value> StringFmt( $12-03-02-1002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4986,7 +4986,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5202,7 +5202,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-1005.Button </State>
<Value> StringFmt( $12-03-01-1005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5220,7 +5220,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-1005.Button </State>
<Value> StringFmt( $12-03-02-1005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5238,7 +5238,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5454,7 +5454,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-01-1001.Button </State>
<Value> StringFmt( $12-05-01-1001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5472,7 +5472,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-1001.Button </State>
<Value> StringFmt( $12-05-02-1001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5490,7 +5490,7 @@ Water, and Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5707,7 +5707,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5725,7 +5725,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-1010.Button </State>
<Value> StringFmt( $12-05-02-1010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5743,7 +5743,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -657,7 +657,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0005.Button </State>
<Value> StringFmt( $12-03-01-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -675,7 +675,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0005.Button </State>
<Value> StringFmt( $12-03-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -693,7 +693,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0005.Button </State>
<Value> StringFmt( $12-03-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -909,7 +909,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0001.Button </State>
<Value> StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -927,7 +927,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0001.Button </State>
<Value> StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -945,7 +945,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0001.Button </State>
<Value> StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1163,7 +1163,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0004.Button </State>
<Value> StringFmt( $12-03-01-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1181,7 +1181,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0004.Button </State>
<Value> StringFmt( $12-03-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1199,7 +1199,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0004.Button </State>
<Value> StringFmt( $12-03-03-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1416,7 +1416,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0003.Button </State>
<Value> StringFmt( $12-03-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1434,7 +1434,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0003.Button </State>
<Value> StringFmt( $12-03-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1452,7 +1452,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0003.Button </State>
<Value> StringFmt( $12-03-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1669,7 +1669,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1687,7 +1687,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0006.Button </State>
<Value> StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1705,7 +1705,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0006.Button </State>
<Value> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1917,7 +1917,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0002.Button </State>
<Value> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1935,7 +1935,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0002.Button </State>
<Value> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1953,7 +1953,7 @@ MILK" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0002.Button </State>
<Value> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2171,7 +2171,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2189,7 +2189,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2207,7 +2207,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0010.Button </State>
<Value> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2421,7 +2421,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2439,7 +2439,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2457,7 +2457,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0011.Button </State>
<Value> StringFmt( $12-03-03-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2671,7 +2671,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2689,7 +2689,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2707,7 +2707,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0009.Button </State>
<Value> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2919,7 +2919,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0019.Button </State>
<Value> StringFmt( $12-03-01-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2937,7 +2937,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0019.Button </State>
<Value> StringFmt( $12-03-02-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2955,7 +2955,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0019.Button </State>
<Value> StringFmt( $12-03-03-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3172,7 +3172,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3190,7 +3190,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3208,7 +3208,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0020.Button </State>
<Value> StringFmt( $12-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3421,7 +3421,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3439,7 +3439,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3457,7 +3457,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0021.Button </State>
<Value> StringFmt( $12-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3669,7 +3669,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State>
<Value> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3687,7 +3687,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State>
<Value> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3705,7 +3705,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State>
<Value> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -659,7 +659,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -677,7 +677,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0007.Button </State>
<Value> StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -695,7 +695,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0007.Button </State>
<Value> StringFmt( $12-05-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -909,7 +909,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -927,7 +927,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0035.Button </State>
<Value> StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -945,7 +945,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0035.Button </State>
<Value> StringFmt( $12-05-03-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1158,7 +1158,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1176,7 +1176,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0044.Button </State>
<Value> StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1194,7 +1194,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1407,7 +1407,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1425,7 +1425,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0045.Button </State>
<Value> StringFmt( $12-05-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1443,7 +1443,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1656,7 +1656,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1674,7 +1674,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0010.Button </State>
<Value> StringFmt( $12-05-02-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1692,7 +1692,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0010.Button </State>
<Value> StringFmt( $12-05-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1904,7 +1904,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1922,7 +1922,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0033.Button </State>
<Value> StringFmt( $12-05-02-0033.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1940,7 +1940,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0033.Button </State>
<Value> StringFmt( $12-05-03-0033.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2155,7 +2155,7 @@ Limenade, Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2173,7 +2173,7 @@ Limenade, Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0022.Button </State>
<Value> StringFmt( $12-05-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2191,7 +2191,7 @@ Limenade, Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0022.Button </State>
<Value> StringFmt( $12-05-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2404,7 +2404,7 @@ Limenade, Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2422,7 +2422,7 @@ Limenade, Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0028.Button </State>
<Value> StringFmt( $12-05-02-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2440,7 +2440,7 @@ Limenade, Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0028.Button </State>
<Value> StringFmt( $12-05-03-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2655,7 +2655,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2673,7 +2673,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0029.Button </State>
<Value> StringFmt( $12-05-02-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2691,7 +2691,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0029.Button </State>
<Value> StringFmt( $12-05-03-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2903,7 +2903,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2921,7 +2921,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0012.Button </State>
<Value> StringFmt( $12-05-02-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2939,7 +2939,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3151,7 +3151,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3169,7 +3169,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0041.Button </State>
<Value> StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3187,7 +3187,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0041.Button </State>
<Value> StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3399,7 +3399,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3417,7 +3417,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0008.Button </State>
<Value> StringFmt( $12-05-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3435,7 +3435,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0008.Button </State>
<Value> StringFmt( $12-05-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3649,7 +3649,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3667,7 +3667,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0009.Button </State>
<Value> StringFmt( $12-05-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3685,7 +3685,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0009.Button </State>
<Value> StringFmt( $12-05-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3897,7 +3897,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3915,7 +3915,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0024.Button </State>
<Value> StringFmt( $12-05-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3933,7 +3933,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0024.Button </State>
<Value> StringFmt( $12-05-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4148,7 +4148,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4166,7 +4166,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0025.Button </State>
<Value> StringFmt( $12-05-02-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4184,7 +4184,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0025.Button </State>
<Value> StringFmt( $12-05-03-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4396,7 +4396,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4414,7 +4414,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0046.Button </State>
<Value> StringFmt( $12-05-02-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4432,7 +4432,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0046.Button </State>
<Value> StringFmt( $12-05-03-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4644,7 +4644,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4662,7 +4662,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0047.Button </State>
<Value> StringFmt( $12-05-02-0047.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4680,7 +4680,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0047.Button </State>
<Value> StringFmt( $12-05-03-0047.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4892,7 +4892,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4910,7 +4910,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0038.Button </State>
<Value> StringFmt( $12-05-02-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4928,7 +4928,7 @@ Soda & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0038.Button </State>
<Value> StringFmt( $12-05-03-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5141,7 +5141,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5159,7 +5159,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0039.Button </State>
<Value> StringFmt( $12-05-02-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5177,7 +5177,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0039.Button </State>
<Value> StringFmt( $12-05-03-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5389,7 +5389,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5407,7 +5407,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0014.Button </State>
<Value> StringFmt( $12-05-02-0014.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5425,7 +5425,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5637,7 +5637,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5655,7 +5655,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0015.Button </State>
<Value> StringFmt( $12-05-02-0015.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5673,7 +5673,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5886,7 +5886,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5904,7 +5904,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0034.Button </State>
<Value> StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5922,7 +5922,7 @@ SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0034.Button </State>
<Value> StringFmt( $12-05-03-0034.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6136,7 +6136,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6154,7 +6154,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0003.Button </State>
<Value> StringFmt( $12-05-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6172,7 +6172,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0003.Button </State>
<Value> StringFmt( $12-05-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6385,7 +6385,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6403,7 +6403,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0004.Button </State>
<Value> StringFmt( $12-05-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6421,7 +6421,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0004.Button </State>
<Value> StringFmt( $12-05-03-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6634,7 +6634,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6652,7 +6652,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0002.Button </State>
<Value> StringFmt( $12-05-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6670,7 +6670,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0002.Button </State>
<Value> StringFmt( $12-05-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6884,7 +6884,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6902,7 +6902,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0005.Button </State>
<Value> StringFmt( $12-05-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6920,7 +6920,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7132,7 +7132,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-01-0001.Button </State>
<Value> StringFmt( $12-05-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7150,7 +7150,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0001.Button </State>
<Value> StringFmt( $12-05-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7168,7 +7168,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0001.Button </State>
<Value> StringFmt( $12-05-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7384,7 +7384,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7402,7 +7402,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0026.Button </State>
<Value> StringFmt( $12-05-02-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7420,7 +7420,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0026.Button </State>
<Value> StringFmt( $12-05-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7633,7 +7633,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7651,7 +7651,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0032.Button </State>
<Value> StringFmt( $12-05-02-0032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7669,7 +7669,7 @@ Water & Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0032.Button </State>
<Value> StringFmt( $12-05-03-0032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7882,7 +7882,7 @@ Water, Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7900,7 +7900,7 @@ Water, Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0040.Button </State>
<Value> StringFmt( $12-05-02-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7918,7 +7918,7 @@ Water, Ice" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0040.Button </State>
<Value> StringFmt( $12-05-03-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8131,7 +8131,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-06-01-0001.Button </State>
<Value> StringFmt( $12-06-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8149,7 +8149,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8167,7 +8167,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8383,7 +8383,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-06-01-0002.Button </State>
<Value> StringFmt( $12-06-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8401,7 +8401,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8419,7 +8419,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8635,7 +8635,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8653,7 +8653,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0017.Button </State>
<Value> StringFmt( $12-05-02-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8671,7 +8671,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8883,7 +8883,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8901,7 +8901,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0016.Button </State>
<Value> StringFmt( $12-05-02-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8919,7 +8919,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9131,7 +9131,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-01-0002.Button </State>
<Value> StringFmt( $12-05-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9149,7 +9149,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0018.Button </State>
<Value> StringFmt( $12-05-02-0018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -9167,7 +9167,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -701,7 +701,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-06-01-0001.Button </State>
<Value> StringFmt( $12-06-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -719,7 +719,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -737,7 +737,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -953,7 +953,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-06-01-0002.Button </State>
<Value> StringFmt( $12-06-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -971,7 +971,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -989,7 +989,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1205,7 +1205,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0001.Button </State>
<Value> StringFmt( $12-01-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1223,7 +1223,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1241,7 +1241,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1455,7 +1455,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0001.Button </State>
<Value> StringFmt( $12-21-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1473,7 +1473,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1491,7 +1491,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1706,7 +1706,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0003.Button </State>
<Value> StringFmt( $12-01-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1724,7 +1724,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0001.Button </State>
<Value> StringFmt( $12-01-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1742,7 +1742,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1956,7 +1956,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0003.Button </State>
<Value> StringFmt( $12-21-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1974,7 +1974,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0001.Button </State>
<Value> StringFmt( $12-21-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1992,7 +1992,7 @@ PLANT PROTEIN" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2211,7 +2211,7 @@ Strawberry, Orange, Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0013.Button </State>
<Value> StringFmt( $12-01-01-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2229,7 +2229,7 @@ Strawberry, Orange, Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2247,7 +2247,7 @@ Strawberry, Orange, Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2467,7 +2467,7 @@ Note: Blue Berry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0020.Button </State>
<Value> StringFmt( $12-01-01-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2485,7 +2485,7 @@ Note: Blue Berry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2503,7 +2503,7 @@ Note: Blue Berry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2723,7 +2723,7 @@ Note: Strawberry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0022.Button </State>
<Value> StringFmt( $12-01-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2741,7 +2741,7 @@ Note: Strawberry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2759,7 +2759,7 @@ Note: Strawberry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2979,7 +2979,7 @@ Note: Jasmine & Honey" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0024.Button </State>
<Value> StringFmt( $12-01-01-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2997,7 +2997,7 @@ Note: Jasmine & Honey" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3015,7 +3015,7 @@ Note: Jasmine & Honey" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3235,7 +3235,7 @@ Note: Whisky & Vanilla" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0026.Button </State>
<Value> StringFmt( $12-01-01-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3253,7 +3253,7 @@ Note: Whisky & Vanilla" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3271,7 +3271,7 @@ Note: Whisky & Vanilla" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3491,7 +3491,7 @@ Note: Peach, tea, chocolate" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0028.Button </State>
<Value> StringFmt( $12-01-01-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3509,7 +3509,7 @@ Note: Peach, tea, chocolate" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3527,7 +3527,7 @@ Note: Peach, tea, chocolate" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3746,7 +3746,7 @@ ESPRESSO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0033.Button </State>
<Value> StringFmt( $12-01-01-0033.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3764,7 +3764,7 @@ ESPRESSO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3782,7 +3782,7 @@ ESPRESSO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3999,7 +3999,7 @@ GEISHA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0036.Button </State>
<Value> StringFmt( $12-01-01-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4017,7 +4017,7 @@ GEISHA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4035,7 +4035,7 @@ GEISHA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4254,7 +4254,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0037.Button </State>
<Value> StringFmt( $12-01-01-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4272,7 +4272,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4290,7 +4290,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4510,7 +4510,7 @@ ETHIOPAI GUJI" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0014.Button </State>
<Value> StringFmt( $12-01-01-0014.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4528,7 +4528,7 @@ ETHIOPAI GUJI" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0011.Button </State>
<Value> StringFmt( $12-01-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4546,7 +4546,7 @@ ETHIOPAI GUJI" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4766,7 +4766,7 @@ Note: Blue Berry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0019.Button </State>
<Value> StringFmt( $12-01-01-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4784,7 +4784,7 @@ Note: Blue Berry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0019.Button </State>
<Value> StringFmt( $12-01-02-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4802,7 +4802,7 @@ Note: Blue Berry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5022,7 +5022,7 @@ Note: Strawberry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0021.Button </State>
<Value> StringFmt( $12-01-01-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5040,7 +5040,7 @@ Note: Strawberry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0021.Button </State>
<Value> StringFmt( $12-01-02-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5058,7 +5058,7 @@ Note: Strawberry & Floral" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5278,7 +5278,7 @@ Note: Whisky & Vanilla" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0025.Button </State>
<Value> StringFmt( $12-01-01-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5296,7 +5296,7 @@ Note: Whisky & Vanilla" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0025.Button </State>
<Value> StringFmt( $12-01-02-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5314,7 +5314,7 @@ Note: Whisky & Vanilla" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5534,7 +5534,7 @@ Note: Jasmine & Honey" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0023.Button </State>
<Value> StringFmt( $12-01-01-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5552,7 +5552,7 @@ Note: Jasmine & Honey" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0023.Button </State>
<Value> StringFmt( $12-01-02-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5570,7 +5570,7 @@ Note: Jasmine & Honey" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5790,7 +5790,7 @@ Note: Peach, tea, chocolate" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0027.Button </State>
<Value> StringFmt( $12-01-01-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5808,7 +5808,7 @@ Note: Peach, tea, chocolate" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0027.Button </State>
<Value> StringFmt( $12-01-02-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5826,7 +5826,7 @@ Note: Peach, tea, chocolate" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6045,7 +6045,7 @@ AMERICANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0032.Button </State>
<Value> StringFmt( $12-01-01-0032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6063,7 +6063,7 @@ AMERICANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0032.Button </State>
<Value> StringFmt( $12-01-02-0032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6081,7 +6081,7 @@ AMERICANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6299,7 +6299,7 @@ AMERICANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0035.Button </State>
<Value> StringFmt( $12-01-01-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6317,7 +6317,7 @@ AMERICANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0035.Button </State>
<Value> StringFmt( $12-01-02-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6335,7 +6335,7 @@ AMERICANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6555,7 +6555,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0038.Button </State>
<Value> StringFmt( $12-01-01-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6573,7 +6573,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0038.Button </State>
<Value> StringFmt( $12-01-02-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6591,7 +6591,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6808,7 +6808,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0004.Button </State>
<Value> StringFmt( $12-01-01-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6826,7 +6826,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0002.Button </State>
<Value> StringFmt( $12-01-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6844,7 +6844,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-03-0002.Button </State>
<Value> StringFmt( $12-01-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7060,7 +7060,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0037.Button </State>
<Value> StringFmt( $12-02-01-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7078,7 +7078,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0037.Button </State>
<Value> StringFmt( $12-02-02-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7096,7 +7096,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0037.Button </State>
<Value> StringFmt( $12-02-03-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7312,7 +7312,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0026.Button </State>
<Value> StringFmt( $12-02-01-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7330,7 +7330,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0026.Button </State>
<Value> StringFmt( $12-02-02-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7348,7 +7348,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0026.Button </State>
<Value> StringFmt( $12-02-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7564,7 +7564,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0024.Button </State>
<Value> StringFmt( $12-02-01-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7582,7 +7582,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0024.Button </State>
<Value> StringFmt( $12-02-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7600,7 +7600,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0024.Button </State>
<Value> StringFmt( $12-02-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7816,7 +7816,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0002.Button </State>
<Value> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -7834,7 +7834,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0002.Button </State>
<Value> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7852,7 +7852,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0002.Button </State>
<Value> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8068,7 +8068,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0001.Button </State>
<Value> StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8086,7 +8086,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0001.Button </State>
<Value> StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8104,7 +8104,7 @@ Pink Rose & Berry" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0001.Button </State>
<Value> StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8322,7 +8322,7 @@ Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8340,7 +8340,7 @@ Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0006.Button </State>
<Value> StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8358,7 +8358,7 @@ Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0006.Button </State>
<Value> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8572,7 +8572,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8590,7 +8590,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8608,7 +8608,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0011.Button </State>
<Value> StringFmt( $12-03-03-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8820,7 +8820,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State>
<Value> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -8838,7 +8838,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State>
<Value> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -8856,7 +8856,7 @@ SMOOTHIE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State>
<Value> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9074,7 +9074,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9092,7 +9092,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -9110,7 +9110,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0009.Button </State>
<Value> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9323,7 +9323,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9341,7 +9341,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -9359,7 +9359,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0020.Button </State>
<Value> StringFmt( $12-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9571,7 +9571,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9589,7 +9589,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0007.Button </State>
<Value> StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -9607,7 +9607,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0007.Button </State>
<Value> StringFmt( $12-05-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9819,7 +9819,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -9837,7 +9837,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0046.Button </State>
<Value> StringFmt( $12-05-02-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -9855,7 +9855,7 @@ VOLCANO" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0046.Button </State>
<Value> StringFmt( $12-05-03-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -10068,7 +10068,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -10086,7 +10086,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0035.Button </State>
<Value> StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -10104,7 +10104,7 @@ DRINK SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0035.Button </State>
<Value> StringFmt( $12-05-03-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -10318,7 +10318,7 @@ LIMENADE SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -10336,7 +10336,7 @@ LIMENADE SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0025.Button </State>
<Value> StringFmt( $12-05-02-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -10354,7 +10354,7 @@ LIMENADE SODA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0025.Button </State>
<Value> StringFmt( $12-05-03-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -659,7 +659,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0001.Button </State>
<Value> StringFmt( $12-02-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -677,7 +677,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0001.Button </State>
<Value> StringFmt( $12-02-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -695,7 +695,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0001.Button </State>
<Value> StringFmt( $12-02-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -911,7 +911,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0020.Button </State>
<Value> StringFmt( $12-02-01-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -929,7 +929,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0020.Button </State>
<Value> StringFmt( $12-02-02-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -947,7 +947,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0020.Button </State>
<Value> StringFmt( $12-02-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1163,7 +1163,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0017.Button </State>
<Value> StringFmt( $12-02-01-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1181,7 +1181,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0027.Button </State>
<Value> StringFmt( $12-05-02-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1199,7 +1199,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0027.Button </State>
<Value> StringFmt( $12-05-03-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1415,7 +1415,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0007.Button </State>
<Value> StringFmt( $12-02-01-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1433,7 +1433,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0007.Button </State>
<Value> StringFmt( $12-02-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1451,7 +1451,7 @@
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0007.Button </State>
<Value> StringFmt( $12-02-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1668,7 +1668,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0021.Button </State>
<Value> StringFmt( $12-02-01-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1686,7 +1686,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1704,7 +1704,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1920,7 +1920,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0039.Button </State>
<Value> StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1938,7 +1938,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0039.Button </State>
<Value> StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1956,7 +1956,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0039.Button </State>
<Value> StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2172,7 +2172,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0024.Button </State>
<Value> StringFmt( $12-02-01-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2190,7 +2190,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0024.Button </State>
<Value> StringFmt( $12-02-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2208,7 +2208,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0024.Button </State>
<Value> StringFmt( $12-02-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2424,7 +2424,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0025.Button </State>
<Value> StringFmt( $12-02-01-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2442,7 +2442,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0025.Button </State>
<Value> StringFmt( $12-02-02-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2460,7 +2460,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0025.Button </State>
<Value> StringFmt( $12-02-03-0025.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2676,7 +2676,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0003.Button </State>
<Value> StringFmt( $12-02-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2694,7 +2694,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0003.Button </State>
<Value> StringFmt( $12-02-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2712,7 +2712,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0003.Button </State>
<Value> StringFmt( $12-02-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2928,7 +2928,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0004.Button </State>
<Value> StringFmt( $12-02-01-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2946,7 +2946,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0004.Button </State>
<Value> StringFmt( $12-02-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2964,7 +2964,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0004.Button </State>
<Value> StringFmt( $12-02-03-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3180,7 +3180,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0026.Button </State>
<Value> StringFmt( $12-02-01-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3198,7 +3198,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0026.Button </State>
<Value> StringFmt( $12-02-02-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3216,7 +3216,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0026.Button </State>
<Value> StringFmt( $12-02-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3432,7 +3432,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0037.Button </State>
<Value> StringFmt( $12-02-01-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3450,7 +3450,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0037.Button </State>
<Value> StringFmt( $12-02-02-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3468,7 +3468,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0037.Button </State>
<Value> StringFmt( $12-02-03-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3684,7 +3684,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0027.Button </State>
<Value> StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3702,7 +3702,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0027.Button </State>
<Value> StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3720,7 +3720,7 @@ GINGER TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0027.Button </State>
<Value> StringFmt( $12-02-03-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3938,7 +3938,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0028.Button </State>
<Value> StringFmt( $12-02-01-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3956,7 +3956,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0028.Button </State>
<Value> StringFmt( $12-02-02-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3974,7 +3974,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0028.Button </State>
<Value> StringFmt( $12-02-03-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4190,7 +4190,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0011.Button </State>
<Value> StringFmt( $12-02-01-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4208,7 +4208,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0011.Button </State>
<Value> StringFmt( $12-02-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4226,7 +4226,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0011.Button </State>
<Value> StringFmt( $12-02-03-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4444,7 +4444,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0012.Button </State>
<Value> StringFmt( $12-02-01-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4462,7 +4462,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0012.Button </State>
<Value> StringFmt( $12-02-02-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4480,7 +4480,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0012.Button </State>
<Value> StringFmt( $12-02-03-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4698,7 +4698,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0006.Button </State>
<Value> StringFmt( $12-02-01-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4716,7 +4716,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0006.Button </State>
<Value> StringFmt( $12-02-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4734,7 +4734,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0006.Button </State>
<Value> StringFmt( $12-02-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4950,7 +4950,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0008.Button </State>
<Value> StringFmt( $12-02-01-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4968,7 +4968,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0008.Button </State>
<Value> StringFmt( $12-02-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4986,7 +4986,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0008.Button </State>
<Value> StringFmt( $12-02-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5202,7 +5202,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0019.Button </State>
<Value> StringFmt( $12-02-01-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5220,7 +5220,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0019.Button </State>
<Value> StringFmt( $12-02-02-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5238,7 +5238,7 @@ TEA" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0019.Button </State>
<Value> StringFmt( $12-02-03-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5456,7 +5456,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0009.Button </State>
<Value> StringFmt( $12-02-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5474,7 +5474,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0009.Button </State>
<Value> StringFmt( $12-02-01-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5492,7 +5492,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5710,7 +5710,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0022.Button </State>
<Value> StringFmt( $12-02-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5728,7 +5728,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0022.Button </State>
<Value> StringFmt( $12-02-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5746,7 +5746,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0022.Button </State>
<Value> StringFmt( $12-02-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5962,7 +5962,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0016.Button </State>
<Value> StringFmt( $12-02-01-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -5980,7 +5980,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0017.Button </State>
<Value> StringFmt( $12-02-02-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -5998,7 +5998,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0017.Button </State>
<Value> StringFmt( $12-02-03-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6214,7 +6214,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0029.Button </State>
<Value> StringFmt( $12-02-01-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6232,7 +6232,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0029.Button </State>
<Value> StringFmt( $12-02-02-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6250,7 +6250,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6467,7 +6467,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0030.Button </State>
<Value> StringFmt( $12-02-01-0030.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6485,7 +6485,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0030.Button </State>
<Value> StringFmt( $12-02-02-0030.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6503,7 +6503,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6720,7 +6720,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0031.Button </State>
<Value> StringFmt( $12-02-01-0031.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6738,7 +6738,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0031.Button </State>
<Value> StringFmt( $12-02-02-0031.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -6756,7 +6756,7 @@ LIMENADE" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6974,7 +6974,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0032.Button </State>
<Value> StringFmt( $12-02-01-0032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -6992,7 +6992,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0032.Button </State>
<Value> StringFmt( $12-02-02-0032.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -7010,7 +7010,7 @@ Water" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -665,7 +665,7 @@ Matcha, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -683,7 +683,7 @@ Matcha, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0001.Button </State>
<Value> StringFmt( $12-04-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -701,7 +701,7 @@ Matcha, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -914,7 +914,7 @@ Matcha, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -932,7 +932,7 @@ Matcha, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0016.Button </State>
<Value> StringFmt( $12-04-02-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -950,7 +950,7 @@ Matcha, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1163,7 +1163,7 @@ Cocoa, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1181,7 +1181,7 @@ Cocoa, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0002.Button </State>
<Value> StringFmt( $12-04-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1199,7 +1199,7 @@ Cocoa, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1414,7 +1414,7 @@ Strawberry Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1432,7 +1432,7 @@ Strawberry Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0003.Button </State>
<Value> StringFmt( $12-04-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1450,7 +1450,7 @@ Strawberry Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1665,7 +1665,7 @@ Strawberry Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1683,7 +1683,7 @@ Strawberry Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0013.Button </State>
<Value> StringFmt( $12-04-02-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1701,7 +1701,7 @@ Strawberry Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1915,7 +1915,7 @@ Melon Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -1933,7 +1933,7 @@ Melon Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0018.Button </State>
<Value> StringFmt( $12-04-02-0018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -1951,7 +1951,7 @@ Melon Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2164,7 +2164,7 @@ Melon Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2182,7 +2182,7 @@ Melon Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0004.Button </State>
<Value> StringFmt( $12-04-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2200,7 +2200,7 @@ Melon Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2413,7 +2413,7 @@ Thai Tea, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2431,7 +2431,7 @@ Thai Tea, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0005.Button </State>
<Value> StringFmt( $12-04-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2449,7 +2449,7 @@ Thai Tea, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2662,7 +2662,7 @@ Thai Tea, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2680,7 +2680,7 @@ Thai Tea, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0015.Button </State>
<Value> StringFmt( $12-04-02-0015.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2698,7 +2698,7 @@ Thai Tea, & Milk" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2913,7 +2913,7 @@ Kokuto syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -2931,7 +2931,7 @@ Kokuto syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0006.Button </State>
<Value> StringFmt( $12-04-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -2949,7 +2949,7 @@ Kokuto syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3164,7 +3164,7 @@ Taiwanese Tea, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3182,7 +3182,7 @@ Taiwanese Tea, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0008.Button </State>
<Value> StringFmt( $12-04-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3200,7 +3200,7 @@ Taiwanese Tea, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3415,7 +3415,7 @@ Taiwanese Tea, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3433,7 +3433,7 @@ Taiwanese Tea, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0017.Button </State>
<Value> StringFmt( $12-04-02-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3451,7 +3451,7 @@ Taiwanese Tea, Sugar" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3665,7 +3665,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3683,7 +3683,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0009.Button </State>
<Value> StringFmt( $12-04-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3701,7 +3701,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3913,7 +3913,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -3931,7 +3931,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0010.Button </State>
<Value> StringFmt( $12-04-02-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -3949,7 +3949,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4161,7 +4161,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>
@ -4179,7 +4179,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0011.Button </State>
<Value> StringFmt( $12-04-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 146 </X>
@ -4197,7 +4197,7 @@ Caramel Syrup" </Value>
<Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State>
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
<Value> "Free" </Value>
</Text>
<Image>
<X> 81 </X>

View file

@ -198,10 +198,6 @@
Var DelayCount = 0
DEBUGVAR SelectDrink
If RoadShow = "true" Then
MakeDrinkV1 SelectDrink SelectSugarID
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
Var NOCashFlag = 0

View file

@ -3781,6 +3781,11 @@
EndIf
SAVELOG PriceDrinkTmp
If RoadShow = "true" Then
Var PriceDrinkTmp = 0
Var PriceDrinkTmpShow = "Free"
DEBUGVAR PriceDrinkTmpShow
EndIf
CRLFToSpace showname
CRLFToSpace showdesc

View file

@ -106,8 +106,8 @@
Var RandomPromotionMyworld = 0
Var RandomSalePackage = 0
Var XMLPageVersion = "6.82"
Var XMLPageVersionInt = 682
Var XMLPageVersion = "6.83"
Var XMLPageVersionInt = 683
</EventOpen>
<Text>