THAI: Nam Hom coconut promotion added banana 2 menus

This commit is contained in:
Kenta420 2024-05-23 16:04:43 +07:00
parent 4fd3b201e8
commit 2829972a7c
40 changed files with 7218 additions and 6388 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View file

@ -223,6 +223,8 @@
SPLIT Ext1a "/" 11 MenuPoint[10] SPLIT Ext1a "/" 11 MenuPoint[10]
SPLIT Ext1a "/" 12 MenuPoint[11] SPLIT Ext1a "/" 12 MenuPoint[11]
SPLIT Ext1a "/" 13 MenuPoint[12] SPLIT Ext1a "/" 13 MenuPoint[12]
SPLIT Ext1a "/" 14 MenuPoint[13]
SPLIT Ext1a "/" 15 MenuPoint[14]
INT MenuPoint[0] INT MenuPoint[0]
INT MenuPoint[1] INT MenuPoint[1]
@ -237,6 +239,8 @@
INT MenuPoint[10] INT MenuPoint[10]
INT MenuPoint[11] INT MenuPoint[11]
INT MenuPoint[12] INT MenuPoint[12]
INT MenuPoint[13]
INT MenuPoint[14]
DEBUGVAR MenuPoint[0] DEBUGVAR MenuPoint[0]
DEBUGVAR MenuPoint[1] DEBUGVAR MenuPoint[1]
@ -251,6 +255,8 @@
DEBUGVAR MenuPoint[10] DEBUGVAR MenuPoint[10]
DEBUGVAR MenuPoint[11] DEBUGVAR MenuPoint[11]
DEBUGVAR MenuPoint[12] DEBUGVAR MenuPoint[12]
DEBUGVAR MenuPoint[13]
DEBUGVAR MenuPoint[14]
; Menu 1 ; Menu 1
If Seeker.selected_a_drink = "12-01-02-0068" Then If Seeker.selected_a_drink = "12-01-02-0068" Then
@ -503,6 +509,35 @@
EndIf EndIf
EndIf EndIf
; Menu 14
If Seeker.selected_a_drink = "12-03-02-0024" Then
If MenuPoint[13] = 1 then
Else
Var MenuPoint[13] = 1
Var newPointIndex = 13
EndIf
EndIf
If Seeker.selected_a_drink = "12-03-03-0024" Then
If MenuPoint[13] = 1 then
Else
Var MenuPoint[13] = 1
Var newPointIndex = 13
EndIf
EndIf
; Menu 15
If Seeker.selected_a_drink = "12-03-03-0029" Then
If MenuPoint[14] = 1 then
Else
Var MenuPoint[14] = 1
Var newPointIndex = 14
EndIf
EndIf
Var CurrentIndexPoint = -1 Var CurrentIndexPoint = -1
If MenuPoint[0] = 1 Then If MenuPoint[0] = 1 Then
@ -583,6 +618,18 @@
Var PointNameIndex[CurrentIndexPoint] = 12 Var PointNameIndex[CurrentIndexPoint] = 12
EndIf EndIf
If MenuPoint[13] = 1 Then
Var CurrentIndexPoint = CurrentIndexPoint + 1
Var PointState[CurrentIndexPoint] = 1
Var PointNameIndex[CurrentIndexPoint] = 13
EndIf
If MenuPoint[14] = 1 Then
Var CurrentIndexPoint = CurrentIndexPoint + 1
Var PointState[CurrentIndexPoint] = 1
Var PointNameIndex[CurrentIndexPoint] = 14
EndIf
DEBUGVAR Seeker.selected_a_drink DEBUGVAR Seeker.selected_a_drink
DEBUGVAR newPointIndex DEBUGVAR newPointIndex

View file

@ -99,6 +99,9 @@
Var MenuPointName[10] = "Toem Rak\nBeach Coconut" Var MenuPointName[10] = "Toem Rak\nBeach Coconut"
Var MenuPointName[11] = "Long\nBeach Coconut" Var MenuPointName[11] = "Long\nBeach Coconut"
Var MenuPointName[12] = "Hat\nBeach Coconut" Var MenuPointName[12] = "Hat\nBeach Coconut"
Var MenuPointName[13] = "Banana\nChoc Beach"
Var MenuPointName[14] = "Oreo Bomb\nBanana-Beach"
Else Else
Var MenuPointName[0] = "มะพร้าวหาดใหญ่(มาก)" Var MenuPointName[0] = "มะพร้าวหาดใหญ่(มาก)"
Var MenuPointName[1] = "มะพร้าวหาดบางแสน\n(ห้า)" Var MenuPointName[1] = "มะพร้าวหาดบางแสน\n(ห้า)"
@ -113,6 +116,8 @@
Var MenuPointName[10] = "มะพร้าวหาดเติมรัก(ฉันทำไม)" Var MenuPointName[10] = "มะพร้าวหาดเติมรัก(ฉันทำไม)"
Var MenuPointName[11] = "มะพร้าวหาดยาว\n(ไปยาวไป)" Var MenuPointName[11] = "มะพร้าวหาดยาว\n(ไปยาวไป)"
Var MenuPointName[12] = "มะพร้าวหาด(ใกล้ฉัน)" Var MenuPointName[12] = "มะพร้าวหาด(ใกล้ฉัน)"
Var MenuPointName[13] = "หาดนี้มีกล้วยช็อก"
Var MenuPointName[14] = "ภูเขาโอริโอ้ระเบิดหาด\nกล้วยมอด"
EndIf EndIf

View file

@ -173,6 +173,22 @@
Var newPointIndex = 12 Var newPointIndex = 12
EndIf EndIf
; Menu 14
If Seeker.selected_a_drink = "12-03-02-0024" Then
Var newPointIndex = 13
EndIf
If Seeker.selected_a_drink = "12-03-03-0024" Then
Var newPointIndex = 13
EndIf
; Menu 15
If Seeker.selected_a_drink = "12-03-03-0029" Then
Var newPointIndex = 14Q
EndIf
Var CurrentPointSlot = newPointIndex + 1 Var CurrentPointSlot = newPointIndex + 1
Var CurrentPointCheck = "check" Var CurrentPointCheck = "check"
Var val3 = "X" Var val3 = "X"

View file

@ -429,7 +429,11 @@ EndIf
If CoconutSyrupEnable = "true" Then If CoconutSyrupEnable = "true" Then
Else Else
Var NamHomCoconutPro = 0 If BananaSyrupEnable = "true" Then
Else
Var NamHomCoconutPro = 0
EndIf
EndIf EndIf
If MelonSyrupEnable = "true" Then If MelonSyrupEnable = "true" Then

View file

@ -695,14 +695,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -713,14 +713,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1018.Button </State> <State> $12-04-02-1018.Button </State>
<Value> Var( "฿" + $12-04-02-1018.Price ) </Value> <Value> StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -730,15 +730,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -948,14 +948,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -966,14 +966,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1019.Button </State> <State> $12-04-02-1019.Button </State>
<Value> Var( "฿" + $12-04-02-1019.Price ) </Value> <Value> StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -983,15 +983,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1202,14 +1202,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1220,14 +1220,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1020.Button </State> <State> $12-04-02-1020.Button </State>
<Value> Var( "฿" + $12-04-02-1020.Price ) </Value> <Value> StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1237,15 +1237,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1456,14 +1456,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1474,14 +1474,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1021.Button </State> <State> $12-04-02-1021.Button </State>
<Value> Var( "฿" + $12-04-02-1021.Price ) </Value> <Value> StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1491,15 +1491,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1710,14 +1710,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1728,14 +1728,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1022.Button </State> <State> $12-04-02-1022.Button </State>
<Value> Var( "฿" + $12-04-02-1022.Price ) </Value> <Value> StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1745,15 +1745,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -693,14 +693,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0005.Button </State> <State> $12-03-01-0005.Button </State>
<Value> Var( "฿" + $12-03-01-0005.Price ) </Value> <Value> StringFmt( $12-03-01-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -711,14 +711,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0005.Button </State> <State> $12-03-02-0005.Button </State>
<Value> Var( "฿" + $12-03-02-0005.Price ) </Value> <Value> StringFmt( $12-03-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -728,15 +728,15 @@
<State> $12-03-03-0005.Button </State> <State> $12-03-03-0005.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0005.Button </State> <State> $12-03-03-0005.Button </State>
<Value> Var( "฿" + $12-03-03-0005.Price ) </Value> <Value> StringFmt( $12-03-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -948,14 +948,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0001.Button </State> <State> $12-03-01-0001.Button </State>
<Value> Var( "฿" + $12-03-01-0001.Price ) </Value> <Value> StringFmt( $12-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -966,14 +966,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0001.Button </State> <State> $12-03-02-0001.Button </State>
<Value> Var( "฿" + $12-03-02-0001.Price ) </Value> <Value> StringFmt( $12-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -983,15 +983,15 @@
<State> $12-03-03-0001.Button </State> <State> $12-03-03-0001.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0001.Button </State> <State> $12-03-03-0001.Button </State>
<Value> Var( "฿" + $12-03-03-0001.Price ) </Value> <Value> StringFmt( $12-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1204,14 +1204,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0003.Button </State> <State> $12-03-01-0003.Button </State>
<Value> Var( "฿" + $12-03-01-0003.Price ) </Value> <Value> StringFmt( $12-03-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1222,14 +1222,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0003.Button </State> <State> $12-03-02-0003.Button </State>
<Value> Var( "฿" + $12-03-02-0003.Price ) </Value> <Value> StringFmt( $12-03-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1239,15 +1239,15 @@ MILK" </Value>
<State> $12-03-03-0003.Button </State> <State> $12-03-03-0003.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0003.Button </State> <State> $12-03-03-0003.Button </State>
<Value> Var( "฿" + $12-03-03-0003.Price ) </Value> <Value> StringFmt( $12-03-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1460,14 +1460,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1478,14 +1478,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0006.Button </State> <State> $12-03-02-0006.Button </State>
<Value> Var( "฿" + $12-03-02-0006.Price ) </Value> <Value> StringFmt( $12-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1495,15 +1495,15 @@ MILK" </Value>
<State> $12-03-03-0006.Button </State> <State> $12-03-03-0006.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0006.Button </State> <State> $12-03-03-0006.Button </State>
<Value> Var( "฿" + $12-03-03-0006.Price ) </Value> <Value> StringFmt( $12-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1711,14 +1711,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0002.Button </State> <State> $12-03-01-0002.Button </State>
<Value> Var( "฿" + $12-03-01-0002.Price ) </Value> <Value> StringFmt( $12-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1729,14 +1729,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0002.Button </State> <State> $12-03-02-0002.Button </State>
<Value> Var( "฿" + $12-03-02-0002.Price ) </Value> <Value> StringFmt( $12-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1746,15 +1746,15 @@ MILK" </Value>
<State> $12-03-03-0002.Button </State> <State> $12-03-03-0002.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0002.Button </State> <State> $12-03-03-0002.Button </State>
<Value> Var( "฿" + $12-03-03-0002.Price ) </Value> <Value> StringFmt( $12-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1966,14 +1966,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State> <State> $12-03-01-0022.Button </State>
<Value> Var( "฿" + $12-03-01-0022.Price ) </Value> <Value> StringFmt( $12-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1984,14 +1984,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State> <State> $12-03-02-0022.Button </State>
<Value> Var( "฿" + $12-03-02-0022.Price ) </Value> <Value> StringFmt( $12-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2001,15 +2001,15 @@ MILK" </Value>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
<Value> Var( "฿" + $12-03-03-0022.Price ) </Value> <Value> StringFmt( $12-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2223,14 +2223,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2241,14 +2241,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2258,15 +2258,15 @@ SMOOTHIE" </Value>
<State> $12-03-03-0010.Button </State> <State> $12-03-03-0010.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0010.Button </State> <State> $12-03-03-0010.Button </State>
<Value> Var( "฿" + $12-03-03-0010.Price ) </Value> <Value> StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2475,14 +2475,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2493,14 +2493,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2510,15 +2510,15 @@ VOLCANO" </Value>
<State> $12-03-03-0020.Button </State> <State> $12-03-03-0020.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0020.Button </State> <State> $12-03-03-0020.Button </State>
<Value> Var( "฿" + $12-03-03-0020.Price ) </Value> <Value> StringFmt( $12-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2727,14 +2727,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2745,14 +2745,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2762,15 +2762,15 @@ VOLCANO" </Value>
<State> $12-03-03-0021.Button </State> <State> $12-03-03-0021.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0021.Button </State> <State> $12-03-03-0021.Button </State>
<Value> Var( "฿" + $12-03-03-0021.Price ) </Value> <Value> StringFmt( $12-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2978,14 +2978,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2996,14 +2996,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0041.Button </State> <State> $12-05-02-0041.Button </State>
<Value> Var( "฿" + $12-05-02-0041.Price ) </Value> <Value> StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3013,15 +3013,15 @@ VOLCANO" </Value>
<State> $12-05-03-0041.Button </State> <State> $12-05-03-0041.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0041.Button </State> <State> $12-05-03-0041.Button </State>
<Value> Var( "฿" + $12-05-03-0041.Price ) </Value> <Value> StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3229,14 +3229,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3247,14 +3247,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0008.Button </State> <State> $12-05-02-0008.Button </State>
<Value> Var( "฿" + $12-05-02-0008.Price ) </Value> <Value> StringFmt( $12-05-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3264,15 +3264,15 @@ VOLCANO" </Value>
<State> $12-05-03-0008.Button </State> <State> $12-05-03-0008.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0008.Button </State> <State> $12-05-03-0008.Button </State>
<Value> Var( "฿" + $12-05-03-0008.Price ) </Value> <Value> StringFmt( $12-05-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3481,14 +3481,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3499,14 +3499,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0044.Button </State> <State> $12-05-02-0044.Button </State>
<Value> Var( "฿" + $12-05-02-0044.Price ) </Value> <Value> StringFmt( $12-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3516,15 +3516,15 @@ VOLCANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3733,14 +3733,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3751,14 +3751,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0045.Button </State> <State> $12-05-02-0045.Button </State>
<Value> Var( "฿" + $12-05-02-0045.Price ) </Value> <Value> StringFmt( $12-05-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3768,15 +3768,15 @@ VOLCANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3986,14 +3986,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4004,14 +4004,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4021,15 +4021,15 @@ VOLCANO" </Value>
<State> $12-03-03-0009.Button </State> <State> $12-03-03-0009.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0009.Button </State> <State> $12-03-03-0009.Button </State>
<Value> Var( "฿" + $12-03-03-0009.Price ) </Value> <Value> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4238,14 +4238,14 @@ BANANA MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0023.Button </State> <State> $12-03-01-0023.Button </State>
<Value> Var( "฿" + $12-03-01-0023.Price ) </Value> <Value> StringFmt( $12-03-01-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4256,14 +4256,14 @@ BANANA MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0023.Button </State> <State> $12-03-02-0023.Button </State>
<Value> Var( "฿" + $12-03-02-0023.Price ) </Value> <Value> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4273,15 +4273,15 @@ BANANA MILK" </Value>
<State> $12-03-03-0023.Button </State> <State> $12-03-03-0023.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0023.Button </State> <State> $12-03-03-0023.Button </State>
<Value> Var( "฿" + $12-03-03-0023.Price ) </Value> <Value> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4495,14 +4495,14 @@ BANANA MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0024.Button </State> <State> $12-03-01-0024.Button </State>
<Value> Var( "฿" + $12-03-01-0024.Price ) </Value> <Value> StringFmt( $12-03-01-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4513,14 +4513,14 @@ BANANA MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0024.Button </State> <State> $12-03-02-0024.Button </State>
<Value> Var( "฿" + $12-03-02-0024.Price ) </Value> <Value> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4530,15 +4530,15 @@ BANANA MILK" </Value>
<State> $12-03-03-0024.Button </State> <State> $12-03-03-0024.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0024.Button </State> <State> $12-03-03-0024.Button </State>
<Value> Var( "฿" + $12-03-03-0024.Price ) </Value> <Value> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -680,14 +680,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -698,14 +698,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -715,15 +715,15 @@ VOLCANO" </Value>
<State> $12-03-03-0009.Button </State> <State> $12-03-03-0009.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0009.Button </State> <State> $12-03-03-0009.Button </State>
<Value> Var( "฿" + $12-03-03-0009.Price ) </Value> <Value> StringFmt( $12-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -935,14 +935,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -953,14 +953,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -970,15 +970,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0027.Button </State> <State> $12-03-03-0027.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0027.Button </State> <State> $12-03-03-0027.Button </State>
<Value> Var( "฿" + $12-03-03-0027.Price ) </Value> <Value> StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1189,14 +1189,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1207,14 +1207,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1224,15 +1224,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0028.Button </State> <State> $12-03-03-0028.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0028.Button </State> <State> $12-03-03-0028.Button </State>
<Value> Var( "฿" + $12-03-03-0028.Price ) </Value> <Value> StringFmt( $12-03-03-0028.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1443,14 +1443,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1461,14 +1461,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1478,15 +1478,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0029.Button </State> <State> $12-03-03-0029.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0029.Button </State> <State> $12-03-03-0029.Button </State>
<Value> Var( "฿" + $12-03-03-0029.Price ) </Value> <Value> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1697,14 +1697,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1715,14 +1715,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1732,15 +1732,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0030.Button </State> <State> $12-03-03-0030.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0030.Button </State> <State> $12-03-03-0030.Button </State>
<Value> Var( "฿" + $12-03-03-0030.Price ) </Value> <Value> StringFmt( $12-03-03-0030.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1952,14 +1952,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1970,14 +1970,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1987,15 +1987,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0031.Button </State> <State> $12-03-03-0031.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0031.Button </State> <State> $12-03-03-0031.Button </State>
<Value> Var( "฿" + $12-03-03-0031.Price ) </Value> <Value> StringFmt( $12-03-03-0031.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2206,14 +2206,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2224,14 +2224,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2241,15 +2241,15 @@ Sugar, Oreo" </Value>
<State> $12-02-03-0043.Button </State> <State> $12-02-03-0043.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0043.Button </State> <State> $12-02-03-0043.Button </State>
<Value> Var( "฿" + $12-02-03-0043.Price ) </Value> <Value> StringFmt( $12-02-03-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2460,14 +2460,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2478,14 +2478,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2495,15 +2495,15 @@ Sugar, Oreo" </Value>
<State> $12-02-03-0044.Button </State> <State> $12-02-03-0044.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0044.Button </State> <State> $12-02-03-0044.Button </State>
<Value> Var( "฿" + $12-02-03-0044.Price ) </Value> <Value> StringFmt( $12-02-03-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2714,14 +2714,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2732,14 +2732,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2749,15 +2749,15 @@ Sugar, Oreo" </Value>
<State> $12-01-03-0043.Button </State> <State> $12-01-03-0043.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-03-0043.Button </State> <State> $12-01-03-0043.Button </State>
<Value> Var( "฿" + $12-01-03-0043.Price ) </Value> <Value> StringFmt( $12-01-03-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2969,14 +2969,14 @@ Sugar Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2987,14 +2987,14 @@ Sugar Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3004,15 +3004,15 @@ Sugar Oreo" </Value>
<State> $12-03-03-0026.Button </State> <State> $12-03-03-0026.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0026.Button </State> <State> $12-03-03-0026.Button </State>
<Value> Var( "฿" + $12-03-03-0026.Price ) </Value> <Value> StringFmt( $12-03-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3223,14 +3223,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3241,14 +3241,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3258,15 +3258,15 @@ Sugar, Oreo" </Value>
<State> $12-02-03-0045.Button </State> <State> $12-02-03-0045.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0045.Button </State> <State> $12-02-03-0045.Button </State>
<Value> Var( "฿" + $12-02-03-0045.Price ) </Value> <Value> StringFmt( $12-02-03-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3476,14 +3476,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3494,14 +3494,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3511,15 +3511,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0034.Button </State> <State> $12-03-03-0034.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0034.Button </State> <State> $12-03-03-0034.Button </State>
<Value> Var( "฿" + $12-03-03-0034.Price ) </Value> <Value> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3729,14 +3729,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3747,14 +3747,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3764,15 +3764,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0040.Button </State> <State> $12-03-03-0040.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0040.Button </State> <State> $12-03-03-0040.Button </State>
<Value> Var( "฿" + $12-03-03-0040.Price ) </Value> <Value> StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3980,14 +3980,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $.Price ) </Value> <Value> StringFmt( $.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3998,14 +3998,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $.Price ) </Value> <Value> StringFmt( $.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4016,14 +4016,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $.Price ) </Value> <Value> StringFmt( $.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -679,14 +679,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -697,14 +697,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0009.Button </State> <State> $12-99-02-0009.Button </State>
<Value> Var( "฿" + $12-99-02-0009.Price ) </Value> <Value> StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -714,15 +714,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -930,14 +930,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -948,14 +948,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0002.Button </State> <State> $12-99-02-0002.Button </State>
<Value> Var( "฿" + $12-99-02-0002.Price ) </Value> <Value> StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -965,15 +965,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1181,14 +1181,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1199,14 +1199,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0019.Button </State> <State> $12-99-02-0019.Button </State>
<Value> Var( "฿" + $12-99-02-0019.Price ) </Value> <Value> StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1216,15 +1216,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1432,14 +1432,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1450,14 +1450,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0006.Button </State> <State> $12-99-02-0006.Button </State>
<Value> Var( "฿" + $12-99-02-0006.Price ) </Value> <Value> StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1467,15 +1467,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1683,14 +1683,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1701,14 +1701,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0007.Button </State> <State> $12-99-02-0007.Button </State>
<Value> Var( "฿" + $12-99-02-0007.Price ) </Value> <Value> StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1718,15 +1718,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1934,14 +1934,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1952,14 +1952,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0008.Button </State> <State> $12-99-02-0008.Button </State>
<Value> Var( "฿" + $12-99-02-0008.Price ) </Value> <Value> StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1969,15 +1969,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2185,14 +2185,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2203,14 +2203,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0001.Button </State> <State> $12-99-02-0001.Button </State>
<Value> Var( "฿" + $12-99-02-0001.Price ) </Value> <Value> StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2220,15 +2220,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2436,14 +2436,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2454,14 +2454,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0003.Button </State> <State> $12-99-02-0003.Button </State>
<Value> Var( "฿" + $12-99-02-0003.Price ) </Value> <Value> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2471,15 +2471,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2688,14 +2688,14 @@ WITH MELON" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2706,14 +2706,14 @@ WITH MELON" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0005.Button </State> <State> $12-99-02-0005.Button </State>
<Value> Var( "฿" + $12-99-02-0005.Price ) </Value> <Value> StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2723,15 +2723,15 @@ WITH MELON" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2940,14 +2940,14 @@ QUEEN" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2958,14 +2958,14 @@ QUEEN" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0004.Button </State> <State> $12-99-02-0004.Button </State>
<Value> Var( "฿" + $12-99-02-0004.Price ) </Value> <Value> StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2975,15 +2975,15 @@ QUEEN" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -699,14 +699,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-01-0001.Button </State> <State> $12-05-01-0001.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -717,14 +717,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0001.Button </State> <State> $12-05-02-0001.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -734,15 +734,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -956,14 +956,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -974,14 +974,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0002.Button </State> <State> $12-05-02-0002.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -991,15 +991,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1208,14 +1208,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1226,14 +1226,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0007.Button </State> <State> $12-05-02-0007.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1243,15 +1243,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1461,14 +1461,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1479,14 +1479,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0034.Button </State> <State> $12-05-02-0034.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1496,15 +1496,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1714,14 +1714,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1732,14 +1732,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0035.Button </State> <State> $12-05-02-0035.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1749,15 +1749,15 @@ DRINK SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1966,14 +1966,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0027.Button </State> <State> $12-02-01-0027.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1984,14 +1984,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0027.Button </State> <State> $12-02-02-0027.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2001,15 +2001,15 @@ DRINK SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2222,14 +2222,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0045.Button </State> <State> $12-02-01-0045.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2240,14 +2240,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0045.Button </State> <State> $12-02-02-0045.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2257,15 +2257,15 @@ DRINK SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2478,14 +2478,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0048.Button </State> <State> $12-02-01-0048.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2496,14 +2496,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0049.Button </State> <State> $12-02-02-0049.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2513,15 +2513,15 @@ DRINK SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2734,14 +2734,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0047.Button </State> <State> $12-02-01-0047.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2752,14 +2752,14 @@ DRINK SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0047.Button </State> <State> $12-02-02-0047.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2769,15 +2769,15 @@ DRINK SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -683,14 +683,14 @@ cocoa, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -701,14 +701,14 @@ cocoa, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0061.Button </State> <State> $12-01-02-0061.Button </State>
<Value> Var( "฿" + $12-01-02-0061.Price ) </Value> <Value> StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -718,15 +718,15 @@ cocoa, Milk" </Value>
<State> $12-01-03-0061.Button </State> <State> $12-01-03-0061.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-03-0061.Button </State> <State> $12-01-03-0061.Button </State>
<Value> Var( "฿" + $12-01-03-0061.Price ) </Value> <Value> StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -936,14 +936,14 @@ cocoa, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -954,14 +954,14 @@ cocoa, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0061.Button </State> <State> $12-21-02-0061.Button </State>
<Value> Var( "฿" + $12-21-02-0061.Price ) </Value> <Value> StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -972,14 +972,14 @@ cocoa, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-03-0061.Button </State> <State> $12-21-03-0061.Button </State>
<Value> Var( "฿" + $12-21-03-0061.Price ) </Value> <Value> StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1190,14 +1190,14 @@ Matcha, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1208,14 +1208,14 @@ Matcha, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0062.Button </State> <State> $12-01-02-0062.Button </State>
<Value> Var( "฿" + $12-01-02-0062.Price ) </Value> <Value> StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1225,15 +1225,15 @@ Matcha, Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1443,14 +1443,14 @@ Matcha, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1461,14 +1461,14 @@ Matcha, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0062.Button </State> <State> $12-21-02-0062.Button </State>
<Value> Var( "฿" + $12-21-02-0062.Price ) </Value> <Value> StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1479,14 +1479,14 @@ Matcha, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1697,14 +1697,14 @@ Milk, cocoa " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1715,14 +1715,14 @@ Milk, cocoa " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0024.Button </State> <State> $12-03-02-0024.Button </State>
<Value> Var( "฿" + $12-03-02-0024.Price ) </Value> <Value> StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1732,15 +1732,15 @@ Milk, cocoa " </Value>
<State> $12-03-03-0024.Button </State> <State> $12-03-03-0024.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0024.Button </State> <State> $12-03-03-0024.Button </State>
<Value> Var( "฿" + $12-03-03-0024.Price ) </Value> <Value> StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1952,14 +1952,14 @@ Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1970,14 +1970,14 @@ Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1987,15 +1987,15 @@ Milk" </Value>
<State> $12-03-03-0045.Button </State> <State> $12-03-03-0045.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0045.Button </State> <State> $12-03-03-0045.Button </State>
<Value> Var( "฿" + $12-03-03-0045.Price ) </Value> <Value> StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2207,14 +2207,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2225,14 +2225,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2242,15 +2242,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0029.Button </State> <State> $12-03-03-0029.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0029.Button </State> <State> $12-03-03-0029.Button </State>
<Value> Var( "฿" + $12-03-03-0029.Price ) </Value> <Value> StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2461,14 +2461,14 @@ rest bail on you." </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2479,14 +2479,14 @@ rest bail on you." </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0053.Button </State> <State> $12-02-02-0053.Button </State>
<Value> Var( "฿" + $12-02-02-0053.Price ) </Value> <Value> StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2496,15 +2496,15 @@ rest bail on you." </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2715,14 +2715,14 @@ hardthe real deal." </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2733,14 +2733,14 @@ hardthe real deal." </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0054.Button </State> <State> $12-02-02-0054.Button </State>
<Value> Var( "฿" + $12-02-02-0054.Price ) </Value> <Value> StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2750,15 +2750,15 @@ hardthe real deal." </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2969,14 +2969,14 @@ the L" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2987,14 +2987,14 @@ the L" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0023.Button </State> <State> $12-03-02-0023.Button </State>
<Value> Var( "฿" + $12-03-02-0023.Price ) </Value> <Value> StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3004,15 +3004,15 @@ the L" </Value>
<State> $12-03-03-0023.Button </State> <State> $12-03-03-0023.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0023.Button </State> <State> $12-03-03-0023.Button </State>
<Value> Var( "฿" + $12-03-03-0023.Price ) </Value> <Value> StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3224,14 +3224,14 @@ gold in NO REPLY" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3242,14 +3242,14 @@ gold in NO REPLY" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0078.Button </State> <State> $12-05-02-0078.Button </State>
<Value> Var( "฿" + $12-05-02-0078.Price ) </Value> <Value> StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3259,15 +3259,15 @@ gold in NO REPLY" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -679,14 +679,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -697,14 +697,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -714,15 +714,15 @@ Sugar, Oreo" </Value>
<State> $12-99-03-0026.Button </State> <State> $12-99-03-0026.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0026.Button </State> <State> $12-99-03-0026.Button </State>
<Value> Var( "฿" + $12-99-03-0026.Price ) </Value> <Value> StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -930,14 +930,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -948,14 +948,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -965,15 +965,15 @@ Sugar, Oreo" </Value>
<State> $12-99-03-0067.Button </State> <State> $12-99-03-0067.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0067.Button </State> <State> $12-99-03-0067.Button </State>
<Value> Var( "฿" + $12-99-03-0067.Price ) </Value> <Value> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1182,14 +1182,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1200,14 +1200,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1217,15 +1217,15 @@ Sugar, Oreo" </Value>
<State> $12-99-03-0066.Button </State> <State> $12-99-03-0066.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0066.Button </State> <State> $12-99-03-0066.Button </State>
<Value> Var( "฿" + $12-99-03-0066.Price ) </Value> <Value> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -680,14 +680,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -698,14 +698,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -715,15 +715,15 @@
<State> $12-03-03-0046.Button </State> <State> $12-03-03-0046.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0046.Button </State> <State> $12-03-03-0046.Button </State>
<Value> Var( "฿" + $12-03-03-0046.Price ) </Value> <Value> StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -932,14 +932,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -950,14 +950,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -967,15 +967,15 @@
<State> $12-03-03-0047.Button </State> <State> $12-03-03-0047.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0047.Button </State> <State> $12-03-03-0047.Button </State>
<Value> Var( "฿" + $12-03-03-0047.Price ) </Value> <Value> StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1184,14 +1184,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1202,14 +1202,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0063.Button </State> <State> $12-99-05-0063.Button </State>
<Value> Var( "฿" + $12-99-05-0063.Price ) </Value> <Value> StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1219,15 +1219,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1436,14 +1436,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1454,14 +1454,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0040.Button </State> <State> $12-03-02-0040.Button </State>
<Value> Var( "฿" + $12-03-02-0040.Price ) </Value> <Value> StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1471,15 +1471,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1689,14 +1689,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1707,14 +1707,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1724,15 +1724,15 @@ Water" </Value>
<State> $12-05-03-0063.Button </State> <State> $12-05-03-0063.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0063.Button </State> <State> $12-05-03-0063.Button </State>
<Value> Var( "฿" + $12-05-03-0063.Price ) </Value> <Value> StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1942,14 +1942,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1960,14 +1960,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0080.Button </State> <State> $12-05-02-0080.Button </State>
<Value> Var( "฿" + $12-05-02-0080.Price ) </Value> <Value> StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1977,15 +1977,15 @@ Water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2195,14 +2195,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2213,14 +2213,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2230,15 +2230,15 @@ Water" </Value>
<State> $12-02-03-0053.Button </State> <State> $12-02-03-0053.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0053.Button </State> <State> $12-02-03-0053.Button </State>
<Value> Var( "฿" + $12-02-03-0053.Price ) </Value> <Value> StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2447,14 +2447,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2465,14 +2465,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0041.Button </State> <State> $12-03-02-0041.Button </State>
<Value> Var( "฿" + $12-03-02-0041.Price ) </Value> <Value> StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2482,15 +2482,15 @@ Water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2700,14 +2700,14 @@ thai Tea Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2718,14 +2718,14 @@ thai Tea Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0056.Button </State> <State> $12-02-02-0056.Button </State>
<Value> Var( "฿" + $12-02-02-0056.Price ) </Value> <Value> StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2735,15 +2735,15 @@ thai Tea Water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2954,14 +2954,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2972,14 +2972,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2989,15 +2989,15 @@ Water" </Value>
<State> $12-05-03-0064.Button </State> <State> $12-05-03-0064.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0064.Button </State> <State> $12-05-03-0064.Button </State>
<Value> Var( "฿" + $12-05-03-0064.Price ) </Value> <Value> StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -676,14 +676,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -694,14 +694,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0011.Button </State> <State> $12-99-02-0011.Button </State>
<Value> Var( "฿" + $12-99-02-0011.Price ) </Value> <Value> StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -711,15 +711,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -927,14 +927,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -945,14 +945,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0013.Button </State> <State> $12-99-02-0013.Button </State>
<Value> Var( "฿" + $12-99-02-0013.Price ) </Value> <Value> StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -962,15 +962,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1178,14 +1178,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1196,14 +1196,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0014.Button </State> <State> $12-99-02-0014.Button </State>
<Value> Var( "฿" + $12-99-02-0014.Price ) </Value> <Value> StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1213,15 +1213,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1429,14 +1429,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1447,14 +1447,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0015.Button </State> <State> $12-99-02-0015.Button </State>
<Value> Var( "฿" + $12-99-02-0015.Price ) </Value> <Value> StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1464,15 +1464,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1680,14 +1680,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1698,14 +1698,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0016.Button </State> <State> $12-99-02-0016.Button </State>
<Value> Var( "฿" + $12-99-02-0016.Price ) </Value> <Value> StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1715,15 +1715,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1931,14 +1931,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1949,14 +1949,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0018.Button </State> <State> $12-99-02-0018.Button </State>
<Value> Var( "฿" + $12-99-02-0018.Price ) </Value> <Value> StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1966,15 +1966,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -684,14 +684,14 @@ is RELIEVE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -702,14 +702,14 @@ is RELIEVE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0024.Button </State> <State> $12-03-02-0024.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -719,15 +719,15 @@ is RELIEVE" </Value>
<State> $12-03-03-0024.Button </State> <State> $12-03-03-0024.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0024.Button </State> <State> $12-03-03-0024.Button </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -941,14 +941,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -959,14 +959,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -976,15 +976,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0029.Button </State> <State> $12-03-03-0029.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0029.Button </State> <State> $12-03-03-0029.Button </State>
<Value> "฿40" </Value> <Value> StringFmt( 40 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1198,14 +1198,14 @@ is a MONEY BOOST" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1216,14 +1216,14 @@ is a MONEY BOOST" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0023.Button </State> <State> $12-03-02-0023.Button </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1233,15 +1233,15 @@ is a MONEY BOOST" </Value>
<State> $12-03-03-0023.Button </State> <State> $12-03-03-0023.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0023.Button </State> <State> $12-03-03-0023.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -680,14 +680,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0057.Button </State> <State> $12-01-01-0057.Button </State>
<Value> Var( "฿" + $12-01-01-0057.Price ) </Value> <Value> StringFmt( $12-01-01-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -698,14 +698,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0057.Button </State> <State> $12-01-02-0057.Button </State>
<Value> Var( "฿" + $12-01-02-0057.Price ) </Value> <Value> StringFmt( $12-01-02-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -715,15 +715,15 @@ Sugar, Milk" </Value>
<State> $12-01-03-0057.Button </State> <State> $12-01-03-0057.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-03-0057.Button </State> <State> $12-01-03-0057.Button </State>
<Value> Var( "฿" + $12-01-03-0057.Price ) </Value> <Value> StringFmt( $12-01-03-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -936,14 +936,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0057.Button </State> <State> $12-21-01-0057.Button </State>
<Value> Var( "฿" + $12-21-01-0057.Price ) </Value> <Value> StringFmt( $12-21-01-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -954,14 +954,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0057.Button </State> <State> $12-21-02-0057.Button </State>
<Value> Var( "฿" + $12-21-02-0057.Price ) </Value> <Value> StringFmt( $12-21-02-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -972,14 +972,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-03-0057.Button </State> <State> $12-21-03-0057.Button </State>
<Value> Var( "฿" + $12-21-03-0057.Price ) </Value> <Value> StringFmt( $12-21-03-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1193,14 +1193,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0058.Button </State> <State> $12-01-01-0058.Button </State>
<Value> Var( "฿" + $12-01-01-0058.Price ) </Value> <Value> StringFmt( $12-01-01-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1211,14 +1211,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0058.Button </State> <State> $12-01-02-0058.Button </State>
<Value> Var( "฿" + $12-01-02-0058.Price ) </Value> <Value> StringFmt( $12-01-02-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1228,15 +1228,15 @@ Sugar, Water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1449,14 +1449,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0058.Button </State> <State> $12-21-01-0058.Button </State>
<Value> Var( "฿" + $12-21-01-0058.Price ) </Value> <Value> StringFmt( $12-21-01-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1467,14 +1467,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0058.Button </State> <State> $12-21-02-0058.Button </State>
<Value> Var( "฿" + $12-21-02-0058.Price ) </Value> <Value> StringFmt( $12-21-02-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1485,14 +1485,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1705,14 +1705,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0050.Button </State> <State> $12-02-01-0050.Button </State>
<Value> Var( "฿" + $12-02-01-0050.Price ) </Value> <Value> StringFmt( $12-02-01-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1723,14 +1723,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0050.Button </State> <State> $12-02-02-0050.Button </State>
<Value> Var( "฿" + $12-02-02-0050.Price ) </Value> <Value> StringFmt( $12-02-02-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1740,15 +1740,15 @@ Sugar, Water" </Value>
<State> $12-02-03-0050.Button </State> <State> $12-02-03-0050.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0050.Button </State> <State> $12-02-03-0050.Button </State>
<Value> Var( "฿" + $12-02-03-0050.Price ) </Value> <Value> StringFmt( $12-02-03-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1963,14 +1963,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0035.Button </State> <State> $12-03-01-0035.Button </State>
<Value> Var( "฿" + $12-03-01-0035.Price ) </Value> <Value> StringFmt( $12-03-01-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1981,14 +1981,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0035.Button </State> <State> $12-03-02-0035.Button </State>
<Value> Var( "฿" + $12-03-02-0035.Price ) </Value> <Value> StringFmt( $12-03-02-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1998,15 +1998,15 @@ Sugar, Cocoa" </Value>
<State> $12-03-03-0035.Button </State> <State> $12-03-03-0035.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0035.Button </State> <State> $12-03-03-0035.Button </State>
<Value> Var( "฿" + $12-03-03-0035.Price ) </Value> <Value> StringFmt( $12-03-03-0035.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2220,14 +2220,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0036.Button </State> <State> $12-03-01-0036.Button </State>
<Value> Var( "฿" + $12-03-01-0036.Price ) </Value> <Value> StringFmt( $12-03-01-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2238,14 +2238,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0036.Button </State> <State> $12-03-02-0036.Button </State>
<Value> Var( "฿" + $12-03-02-0036.Price ) </Value> <Value> StringFmt( $12-03-02-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2255,15 +2255,15 @@ Sugar, Cocoa" </Value>
<State> $12-03-03-0036.Button </State> <State> $12-03-03-0036.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0036.Button </State> <State> $12-03-03-0036.Button </State>
<Value> Var( "฿" + $12-03-03-0036.Price ) </Value> <Value> StringFmt( $12-03-03-0036.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2479,14 +2479,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2497,14 +2497,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0037.Button </State> <State> $12-03-02-0037.Button </State>
<Value> Var( "฿" + $12-03-02-0037.Price ) </Value> <Value> StringFmt( $12-03-02-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2514,15 +2514,15 @@ Strawberry Syrup" </Value>
<State> $12-03-03-0037.Button </State> <State> $12-03-03-0037.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0037.Button </State> <State> $12-03-03-0037.Button </State>
<Value> Var( "฿" + $12-03-03-0037.Price ) </Value> <Value> StringFmt( $12-03-03-0037.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2735,14 +2735,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2753,14 +2753,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2770,15 +2770,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0034.Button </State> <State> $12-03-03-0034.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0034.Button </State> <State> $12-03-03-0034.Button </State>
<Value> Var( "฿" + $12-03-03-0034.Price ) </Value> <Value> StringFmt( $12-03-03-0034.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2988,14 +2988,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3006,14 +3006,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0060.Button </State> <State> $12-05-02-0060.Button </State>
<Value> Var( "฿" + $12-05-02-0060.Price ) </Value> <Value> StringFmt( $12-05-02-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3023,15 +3023,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3242,14 +3242,14 @@ MINT SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3260,14 +3260,14 @@ MINT SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0063.Button </State> <State> $12-05-02-0063.Button </State>
<Value> Var( "฿" + $12-05-02-0063.Price ) </Value> <Value> StringFmt( $12-05-02-0063.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3277,15 +3277,15 @@ MINT SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3495,14 +3495,14 @@ MINT SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3513,14 +3513,14 @@ MINT SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0064.Button </State> <State> $12-05-02-0064.Button </State>
<Value> Var( "฿" + $12-05-02-0064.Price ) </Value> <Value> StringFmt( $12-05-02-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3530,15 +3530,15 @@ MINT SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3749,14 +3749,14 @@ MINT SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3767,14 +3767,14 @@ MINT SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0065.Button </State> <State> $12-05-02-0065.Button </State>
<Value> Var( "฿" + $12-05-02-0065.Price ) </Value> <Value> StringFmt( $12-05-02-0065.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3784,15 +3784,15 @@ MINT SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4003,14 +4003,14 @@ LEMON SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4021,14 +4021,14 @@ LEMON SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0066.Button </State> <State> $12-05-02-0066.Button </State>
<Value> Var( "฿" + $12-05-02-0066.Price ) </Value> <Value> StringFmt( $12-05-02-0066.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4038,15 +4038,15 @@ LEMON SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4256,14 +4256,14 @@ LEMON SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4274,14 +4274,14 @@ LEMON SODA" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0067.Button </State> <State> $12-05-02-0067.Button </State>
<Value> Var( "฿" + $12-05-02-0067.Price ) </Value> <Value> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4291,15 +4291,15 @@ LEMON SODA" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -679,14 +679,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0059.Button </State> <State> $12-01-01-0059.Button </State>
<Value> Var( "฿" + $12-01-01-0059.Price ) </Value> <Value> StringFmt( $12-01-01-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -697,14 +697,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0059.Button </State> <State> $12-01-02-0059.Button </State>
<Value> Var( "฿" + $12-01-02-0059.Price ) </Value> <Value> StringFmt( $12-01-02-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -714,15 +714,15 @@ Sugar, Water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -933,14 +933,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0059.Button </State> <State> $12-21-01-0059.Button </State>
<Value> Var( "฿" + $12-21-01-0059.Price ) </Value> <Value> StringFmt( $12-21-01-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -951,14 +951,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0059.Button </State> <State> $12-21-02-0059.Button </State>
<Value> Var( "฿" + $12-21-02-0059.Price ) </Value> <Value> StringFmt( $12-21-02-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -969,14 +969,14 @@ Sugar, Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1189,14 +1189,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0060.Button </State> <State> $12-01-01-0060.Button </State>
<Value> Var( "฿" + $12-01-01-0060.Price ) </Value> <Value> StringFmt( $12-01-01-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1207,14 +1207,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0060.Button </State> <State> $12-01-02-0060.Button </State>
<Value> Var( "฿" + $12-01-02-0060.Price ) </Value> <Value> StringFmt( $12-01-02-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1224,15 +1224,15 @@ Sugar, Milk" </Value>
<State> $12-01-03-0060.Button </State> <State> $12-01-03-0060.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-03-0060.Button </State> <State> $12-01-03-0060.Button </State>
<Value> Var( "฿" + $12-01-03-0060.Price ) </Value> <Value> StringFmt( $12-01-03-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1444,14 +1444,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0060.Button </State> <State> $12-21-01-0060.Button </State>
<Value> Var( "฿" + $12-21-01-0060.Price ) </Value> <Value> StringFmt( $12-21-01-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1462,14 +1462,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0060.Button </State> <State> $12-21-02-0060.Button </State>
<Value> Var( "฿" + $12-21-02-0060.Price ) </Value> <Value> StringFmt( $12-21-02-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1480,14 +1480,14 @@ Sugar, Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-03-0060.Button </State> <State> $12-21-03-0060.Button </State>
<Value> Var( "฿" + $12-21-03-0060.Price ) </Value> <Value> StringFmt( $12-21-03-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1700,14 +1700,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-01-0051.Button </State> <State> $12-02-01-0051.Button </State>
<Value> Var( "฿" + $12-02-01-0051.Price ) </Value> <Value> StringFmt( $12-02-01-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1718,14 +1718,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0051.Button </State> <State> $12-02-02-0051.Button </State>
<Value> Var( "฿" + $12-02-02-0051.Price ) </Value> <Value> StringFmt( $12-02-02-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1735,15 +1735,15 @@ Water" </Value>
<State> $12-02-03-0051.Button </State> <State> $12-02-03-0051.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-03-0051.Button </State> <State> $12-02-03-0051.Button </State>
<Value> Var( "฿" + $12-02-03-0051.Price ) </Value> <Value> StringFmt( $12-02-03-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1956,14 +1956,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1974,14 +1974,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0052.Button </State> <State> $12-02-02-0052.Button </State>
<Value> Var( "฿" + $12-02-02-0052.Price ) </Value> <Value> StringFmt( $12-02-02-0052.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1991,15 +1991,15 @@ Water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2209,14 +2209,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0038.Button </State> <State> $12-03-01-0038.Button </State>
<Value> Var( "฿" + $12-03-01-0038.Price ) </Value> <Value> StringFmt( $12-03-01-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2227,14 +2227,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0038.Button </State> <State> $12-03-02-0038.Button </State>
<Value> Var( "฿" + $12-03-02-0038.Price ) </Value> <Value> StringFmt( $12-03-02-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2244,15 +2244,15 @@ Water" </Value>
<State> $12-03-03-0038.Button </State> <State> $12-03-03-0038.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0038.Button </State> <State> $12-03-03-0038.Button </State>
<Value> Var( "฿" + $12-03-03-0038.Price ) </Value> <Value> StringFmt( $12-03-03-0038.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2467,14 +2467,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2485,14 +2485,14 @@ Water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0039.Button </State> <State> $12-03-02-0039.Button </State>
<Value> Var( "฿" + $12-03-02-0039.Price ) </Value> <Value> StringFmt( $12-03-02-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2502,15 +2502,15 @@ Water" </Value>
<State> $12-03-03-0039.Button </State> <State> $12-03-03-0039.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0039.Button </State> <State> $12-03-03-0039.Button </State>
<Value> Var( "฿" + $12-03-03-0039.Price ) </Value> <Value> StringFmt( $12-03-03-0039.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2720,14 +2720,14 @@ PEACH" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2738,14 +2738,14 @@ PEACH" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2755,15 +2755,15 @@ PEACH" </Value>
<State> $12-03-03-0040.Button </State> <State> $12-03-03-0040.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0040.Button </State> <State> $12-03-03-0040.Button </State>
<Value> Var( "฿" + $12-03-03-0040.Price ) </Value> <Value> StringFmt( $12-03-03-0040.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2972,14 +2972,14 @@ how to love" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2990,14 +2990,14 @@ how to love" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0068.Button </State> <State> $12-05-02-0068.Button </State>
<Value> Var( "฿" + $12-05-02-0068.Price ) </Value> <Value> StringFmt( $12-05-02-0068.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3007,15 +3007,15 @@ how to love" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3224,14 +3224,14 @@ empty heart " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3242,14 +3242,14 @@ empty heart " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0069.Button </State> <State> $12-05-02-0069.Button </State>
<Value> Var( "฿" + $12-05-02-0069.Price ) </Value> <Value> StringFmt( $12-05-02-0069.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3259,15 +3259,15 @@ empty heart " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3477,14 +3477,14 @@ my heart waiting." </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3495,14 +3495,14 @@ my heart waiting." </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0070.Button </State> <State> $12-05-02-0070.Button </State>
<Value> Var( "฿" + $12-05-02-0070.Price ) </Value> <Value> StringFmt( $12-05-02-0070.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3512,15 +3512,15 @@ my heart waiting." </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3729,14 +3729,14 @@ you need me" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3747,14 +3747,14 @@ you need me" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0072.Button </State> <State> $12-05-02-0072.Button </State>
<Value> Var( "฿" + $12-05-02-0072.Price ) </Value> <Value> StringFmt( $12-05-02-0072.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3764,15 +3764,15 @@ you need me" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3981,14 +3981,14 @@ PEACH" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3999,14 +3999,14 @@ PEACH" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0073.Button </State> <State> $12-05-02-0073.Button </State>
<Value> Var( "฿" + $12-05-02-0073.Price ) </Value> <Value> StringFmt( $12-05-02-0073.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4016,15 +4016,15 @@ PEACH" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -681,14 +681,14 @@ melting in the heat!" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -699,14 +699,14 @@ melting in the heat!" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0008.Button </State> <State> $12-99-02-0008.Button </State>
<Value> Var( "฿" + $12-99-02-0008.Price ) </Value> <Value> StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -716,15 +716,15 @@ melting in the heat!" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -933,14 +933,14 @@ melting in the heat!" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -951,14 +951,14 @@ melting in the heat!" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0003.Button </State> <State> $12-99-02-0003.Button </State>
<Value> Var( "฿" + $12-99-02-0003.Price ) </Value> <Value> StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -968,15 +968,15 @@ melting in the heat!" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1186,14 +1186,14 @@ masterpiece" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1204,14 +1204,14 @@ masterpiece" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0046.Button </State> <State> $12-05-02-0046.Button </State>
<Value> Var( "฿" + $12-05-02-0046.Price ) </Value> <Value> StringFmt( $12-05-02-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1221,15 +1221,15 @@ masterpiece" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1440,14 +1440,14 @@ and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1458,14 +1458,14 @@ and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0058.Button </State> <State> $12-99-05-0058.Button </State>
<Value> Var( "฿" + $12-99-05-0058.Price ) </Value> <Value> StringFmt( $12-99-05-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1475,15 +1475,15 @@ and Soda" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1693,14 +1693,14 @@ just bearable" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1711,14 +1711,14 @@ just bearable" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0060.Button </State> <State> $12-99-05-0060.Button </State>
<Value> Var( "฿" + $12-99-05-0060.Price ) </Value> <Value> StringFmt( $12-99-05-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1728,15 +1728,15 @@ just bearable" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1946,14 +1946,14 @@ Breathe-able" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1964,14 +1964,14 @@ Breathe-able" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0007.Button </State> <State> $12-05-02-0007.Button </State>
<Value> Var( "฿" + $12-05-02-0007.Price ) </Value> <Value> StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1981,15 +1981,15 @@ Breathe-able" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2201,14 +2201,14 @@ Limenade and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2219,14 +2219,14 @@ Limenade and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0053.Button </State> <State> $12-99-05-0053.Button </State>
<Value> Var( "฿" + $12-99-05-0053.Price ) </Value> <Value> StringFmt( $12-99-05-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2236,15 +2236,15 @@ Limenade and Soda" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2455,14 +2455,14 @@ Lime and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2473,14 +2473,14 @@ Lime and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0064.Button </State> <State> $12-99-05-0064.Button </State>
<Value> Var( "฿" + $12-99-05-0064.Price ) </Value> <Value> StringFmt( $12-99-05-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2490,15 +2490,15 @@ Lime and Soda" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2708,14 +2708,14 @@ hot" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2726,14 +2726,14 @@ hot" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0007.Button </State> <State> $12-99-02-0007.Button </State>
<Value> Var( "฿" + $12-99-02-0007.Price ) </Value> <Value> StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2743,15 +2743,15 @@ hot" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2961,14 +2961,14 @@ OVERDONE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2979,14 +2979,14 @@ OVERDONE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0084.Button </State> <State> $12-05-02-0084.Button </State>
<Value> Var( "฿" + $12-05-02-0084.Price ) </Value> <Value> StringFmt( $12-05-02-0084.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2996,15 +2996,15 @@ OVERDONE" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3215,14 +3215,14 @@ and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3233,14 +3233,14 @@ and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0052.Button </State> <State> $12-99-05-0052.Button </State>
<Value> Var( "฿" + $12-99-05-0052.Price ) </Value> <Value> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3250,15 +3250,15 @@ and Soda" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3469,14 +3469,14 @@ ANGRY sun mode" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3487,14 +3487,14 @@ ANGRY sun mode" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0067.Button </State> <State> $12-05-02-0067.Button </State>
<Value> Var( "฿" + $12-05-02-0067.Price ) </Value> <Value> StringFmt( $12-05-02-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3504,15 +3504,15 @@ ANGRY sun mode" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3722,14 +3722,14 @@ point reached" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3740,14 +3740,14 @@ point reached" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3757,15 +3757,15 @@ point reached" </Value>
<State> $12-05-03-0007.Button </State> <State> $12-05-03-0007.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0007.Button </State> <State> $12-05-03-0007.Button </State>
<Value> Var( "฿" + $12-05-03-0007.Price ) </Value> <Value> StringFmt( $12-05-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3977,14 +3977,14 @@ and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3995,14 +3995,14 @@ and Soda" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0057.Button </State> <State> $12-99-05-0057.Button </State>
<Value> Var( "฿" + $12-99-05-0057.Price ) </Value> <Value> StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4012,15 +4012,15 @@ and Soda" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -707,14 +707,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -725,14 +725,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0053.Button </State> <State> $12-99-05-0053.Button </State>
<Value> Var( "฿" + $12-99-05-0053.Price ) </Value> <Value> StringFmt( $12-99-05-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -742,15 +742,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -958,14 +958,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -976,14 +976,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0054.Button </State> <State> $12-99-05-0054.Button </State>
<Value> Var( "฿" + $12-99-05-0054.Price ) </Value> <Value> StringFmt( $12-99-05-0054.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -993,15 +993,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1210,14 +1210,14 @@ music box" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1228,14 +1228,14 @@ music box" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0055.Button </State> <State> $12-99-05-0055.Button </State>
<Value> Var( "฿" + $12-99-05-0055.Price ) </Value> <Value> StringFmt( $12-99-05-0055.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1245,15 +1245,15 @@ music box" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1462,14 +1462,14 @@ music box" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1480,14 +1480,14 @@ music box" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0056.Button </State> <State> $12-99-05-0056.Button </State>
<Value> Var( "฿" + $12-99-05-0056.Price ) </Value> <Value> StringFmt( $12-99-05-0056.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1497,15 +1497,15 @@ music box" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1714,14 +1714,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1732,14 +1732,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0057.Button </State> <State> $12-99-05-0057.Button </State>
<Value> Var( "฿" + $12-99-05-0057.Price ) </Value> <Value> StringFmt( $12-99-05-0057.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1749,15 +1749,15 @@ the Past" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1965,14 +1965,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1983,14 +1983,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0058.Button </State> <State> $12-99-05-0058.Button </State>
<Value> Var( "฿" + $12-99-05-0058.Price ) </Value> <Value> StringFmt( $12-99-05-0058.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2000,15 +2000,15 @@ the Past" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2217,14 +2217,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2235,14 +2235,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0059.Button </State> <State> $12-99-05-0059.Button </State>
<Value> Var( "฿" + $12-99-05-0059.Price ) </Value> <Value> StringFmt( $12-99-05-0059.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2252,15 +2252,15 @@ the Past" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2468,14 +2468,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2486,14 +2486,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0060.Button </State> <State> $12-99-05-0060.Button </State>
<Value> Var( "฿" + $12-99-05-0060.Price ) </Value> <Value> StringFmt( $12-99-05-0060.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2503,15 +2503,15 @@ the Past" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2719,14 +2719,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2737,14 +2737,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0061.Button </State> <State> $12-99-05-0061.Button </State>
<Value> Var( "฿" + $12-99-05-0061.Price ) </Value> <Value> StringFmt( $12-99-05-0061.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2754,15 +2754,15 @@ the Past" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2971,14 +2971,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2989,14 +2989,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0062.Button </State> <State> $12-99-05-0062.Button </State>
<Value> Var( "฿" + $12-99-05-0062.Price ) </Value> <Value> StringFmt( $12-99-05-0062.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3006,15 +3006,15 @@ Hag of village" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3222,14 +3222,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3240,14 +3240,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0064.Button </State> <State> $12-99-05-0064.Button </State>
<Value> Var( "฿" + $12-99-05-0064.Price ) </Value> <Value> StringFmt( $12-99-05-0064.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3257,15 +3257,15 @@ Hag of village" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3473,14 +3473,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3491,14 +3491,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0065.Button </State> <State> $12-99-05-0065.Button </State>
<Value> Var( "฿" + $12-99-05-0065.Price ) </Value> <Value> StringFmt( $12-99-05-0065.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3508,15 +3508,15 @@ Hag of village" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3724,14 +3724,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3742,14 +3742,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3759,15 +3759,15 @@ Hag of village" </Value>
<State> $12-99-03-0066.Button </State> <State> $12-99-03-0066.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0066.Button </State> <State> $12-99-03-0066.Button </State>
<Value> Var( "฿" + $12-99-03-0066.Price ) </Value> <Value> StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3975,14 +3975,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3993,14 +3993,14 @@ Hag of village" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4010,15 +4010,15 @@ Hag of village" </Value>
<State> $12-99-03-0067.Button </State> <State> $12-99-03-0067.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0067.Button </State> <State> $12-99-03-0067.Button </State>
<Value> Var( "฿" + $12-99-03-0067.Price ) </Value> <Value> StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -684,14 +684,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -702,14 +702,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0044.Button </State> <State> $12-02-02-0044.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -719,15 +719,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -938,14 +938,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -956,14 +956,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0043.Button </State> <State> $12-02-02-0043.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -973,15 +973,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1192,14 +1192,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1210,14 +1210,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0003.Button </State> <State> $12-99-02-0003.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1227,15 +1227,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1446,14 +1446,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1464,14 +1464,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0001.Button </State> <State> $12-99-02-0001.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1481,15 +1481,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1700,14 +1700,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1718,14 +1718,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1735,15 +1735,15 @@ HOUSE " </Value>
<State> $12-99-03-0046.Button </State> <State> $12-99-03-0046.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0046.Button </State> <State> $12-99-03-0046.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1954,14 +1954,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1972,14 +1972,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0011.Button </State> <State> $12-99-02-0011.Button </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1989,15 +1989,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2208,14 +2208,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2226,14 +2226,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0015.Button </State> <State> $12-99-02-0015.Button </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2243,15 +2243,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2463,14 +2463,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2481,14 +2481,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0059.Button </State> <State> $12-99-05-0059.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2498,15 +2498,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2718,14 +2718,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2736,14 +2736,14 @@ the Past" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0057.Button </State> <State> $12-99-05-0057.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2753,15 +2753,15 @@ the Past" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2974,14 +2974,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2992,14 +2992,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3009,15 +3009,15 @@ Sugar, Cocoa" </Value>
<State> $12-03-03-0035.Button </State> <State> $12-03-03-0035.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0035.Button </State> <State> $12-03-03-0035.Button </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3229,14 +3229,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3247,14 +3247,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0036.Button </State> <State> $12-03-02-0036.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3264,15 +3264,15 @@ Sugar, Cocoa" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3483,14 +3483,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3501,14 +3501,14 @@ Sugar, Cocoa" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3518,15 +3518,15 @@ Sugar, Cocoa" </Value>
<State> $12-99-03-0066.Button </State> <State> $12-99-03-0066.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0066.Button </State> <State> $12-99-03-0066.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -681,14 +681,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State> <State> $12-03-01-0022.Button </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -699,14 +699,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State> <State> $12-03-02-0022.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -716,15 +716,15 @@
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -942,14 +942,14 @@ CAFÉ LATTE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-01-0039.Button </State> <State> $12-01-01-0039.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -960,14 +960,14 @@ CAFÉ LATTE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0039.Button </State> <State> $12-01-02-0039.Button </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -977,15 +977,15 @@ CAFÉ LATTE" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1201,14 +1201,14 @@ CAFÉ LATTE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-01-0039.Button </State> <State> $12-21-01-0039.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1219,14 +1219,14 @@ CAFÉ LATTE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-21-02-0039.Button </State> <State> $12-21-02-0039.Button </State>
<Value> "฿35" </Value> <Value> StringFmt( 35 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1237,14 +1237,14 @@ CAFÉ LATTE" </Value>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 183 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1462,14 +1462,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1480,14 +1480,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1497,15 +1497,15 @@ Sugar, Oreo" </Value>
<State> $12-03-03-0028.Button </State> <State> $12-03-03-0028.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0028.Button </State> <State> $12-03-03-0028.Button </State>
<Value> "฿40" </Value> <Value> StringFmt( 40 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1718,14 +1718,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1736,14 +1736,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0044.Button </State> <State> $12-05-02-0044.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1753,15 +1753,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1973,14 +1973,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1991,14 +1991,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0047.Button </State> <State> $12-05-02-0047.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2008,15 +2008,15 @@ Sugar, Oreo" </Value>
<State> $12-05-03-0047.Button </State> <State> $12-05-03-0047.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0047.Button </State> <State> $12-05-03-0047.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2228,14 +2228,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2246,14 +2246,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0105.Button </State> <State> $12-05-02-0105.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2263,15 +2263,15 @@ Sugar, Oreo" </Value>
<State> $12-05-03-0105.Button </State> <State> $12-05-03-0105.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0105.Button </State> <State> $12-05-03-0105.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2483,14 +2483,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2501,14 +2501,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0011.Button </State> <State> $12-99-02-0011.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2518,15 +2518,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2738,14 +2738,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2756,14 +2756,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0013.Button </State> <State> $12-99-02-0013.Button </State>
<Value> "฿30" </Value> <Value> StringFmt( 30 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2773,15 +2773,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2993,14 +2993,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3011,14 +3011,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0014.Button </State> <State> $12-99-02-0014.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3028,15 +3028,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3248,14 +3248,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3266,14 +3266,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0015.Button </State> <State> $12-99-02-0015.Button </State>
<Value> "฿15" </Value> <Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3283,15 +3283,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3503,14 +3503,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3521,14 +3521,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0016.Button </State> <State> $12-99-02-0016.Button </State>
<Value> "฿20" </Value> <Value> StringFmt( 20 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3538,15 +3538,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3758,14 +3758,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3776,14 +3776,14 @@ Sugar, Oreo" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0018.Button </State> <State> $12-99-02-0018.Button </State>
<Value> "฿25" </Value> <Value> StringFmt( 25 , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3793,15 +3793,15 @@ Sugar, Oreo" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> "฿"-"" </Value> <Value> StringFmt( "-" , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -678,14 +678,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -696,14 +696,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -713,15 +713,15 @@
<State> $12-41-03-0001.Button </State> <State> $12-41-03-0001.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0001.Button </State> <State> $12-41-03-0001.Button </State>
<Value> Var( "฿" + $12-41-03-0001.Price ) </Value> <Value> StringFmt( $12-41-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -929,14 +929,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -947,14 +947,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -964,15 +964,15 @@
<State> $12-41-03-0002.Button </State> <State> $12-41-03-0002.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0002.Button </State> <State> $12-41-03-0002.Button </State>
<Value> Var( "฿" + $12-41-03-0002.Price ) </Value> <Value> StringFmt( $12-41-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1180,14 +1180,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1198,14 +1198,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1215,15 +1215,15 @@
<State> $12-41-03-0003.Button </State> <State> $12-41-03-0003.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0003.Button </State> <State> $12-41-03-0003.Button </State>
<Value> Var( "฿" + $12-41-03-0003.Price ) </Value> <Value> StringFmt( $12-41-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1431,14 +1431,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1449,14 +1449,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1466,15 +1466,15 @@
<State> $12-41-03-0004.Button </State> <State> $12-41-03-0004.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0004.Button </State> <State> $12-41-03-0004.Button </State>
<Value> Var( "฿" + $12-41-03-0004.Price ) </Value> <Value> StringFmt( $12-41-03-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1682,14 +1682,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1700,14 +1700,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1717,15 +1717,15 @@
<State> $12-41-03-0005.Button </State> <State> $12-41-03-0005.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0005.Button </State> <State> $12-41-03-0005.Button </State>
<Value> Var( "฿" + $12-41-03-0005.Price ) </Value> <Value> StringFmt( $12-41-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1933,14 +1933,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1951,14 +1951,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1968,15 +1968,15 @@
<State> $12-41-03-0006.Button </State> <State> $12-41-03-0006.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0006.Button </State> <State> $12-41-03-0006.Button </State>
<Value> Var( "฿" + $12-41-03-0006.Price ) </Value> <Value> StringFmt( $12-41-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2184,14 +2184,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2202,14 +2202,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2219,15 +2219,15 @@
<State> $12-41-03-0007.Button </State> <State> $12-41-03-0007.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0007.Button </State> <State> $12-41-03-0007.Button </State>
<Value> Var( "฿" + $12-41-03-0007.Price ) </Value> <Value> StringFmt( $12-41-03-0007.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2435,14 +2435,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2453,14 +2453,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2470,15 +2470,15 @@
<State> $12-41-03-0008.Button </State> <State> $12-41-03-0008.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0008.Button </State> <State> $12-41-03-0008.Button </State>
<Value> Var( "฿" + $12-41-03-0008.Price ) </Value> <Value> StringFmt( $12-41-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2686,14 +2686,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2704,14 +2704,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2721,15 +2721,15 @@
<State> $12-41-03-0009.Button </State> <State> $12-41-03-0009.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0009.Button </State> <State> $12-41-03-0009.Button </State>
<Value> Var( "฿" + $12-41-03-0009.Price ) </Value> <Value> StringFmt( $12-41-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2937,14 +2937,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2955,14 +2955,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2972,15 +2972,15 @@
<State> $12-41-03-0010.Button </State> <State> $12-41-03-0010.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0010.Button </State> <State> $12-41-03-0010.Button </State>
<Value> Var( "฿" + $12-41-03-0010.Price ) </Value> <Value> StringFmt( $12-41-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3188,14 +3188,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3206,14 +3206,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3223,15 +3223,15 @@
<State> $12-41-03-0011.Button </State> <State> $12-41-03-0011.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0011.Button </State> <State> $12-41-03-0011.Button </State>
<Value> Var( "฿" + $12-41-03-0011.Price ) </Value> <Value> StringFmt( $12-41-03-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3439,14 +3439,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3457,14 +3457,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3474,15 +3474,15 @@
<State> $12-41-03-0012.Button </State> <State> $12-41-03-0012.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0012.Button </State> <State> $12-41-03-0012.Button </State>
<Value> Var( "฿" + $12-41-03-0012.Price ) </Value> <Value> StringFmt( $12-41-03-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3690,14 +3690,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3708,14 +3708,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3725,15 +3725,15 @@
<State> $12-41-03-0013.Button </State> <State> $12-41-03-0013.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0013.Button </State> <State> $12-41-03-0013.Button </State>
<Value> Var( "฿" + $12-41-03-0013.Price ) </Value> <Value> StringFmt( $12-41-03-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3941,14 +3941,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3959,14 +3959,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3976,15 +3976,15 @@
<State> $12-41-03-0016.Button </State> <State> $12-41-03-0016.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0016.Button </State> <State> $12-41-03-0016.Button </State>
<Value> Var( "฿" + $12-41-03-0016.Price ) </Value> <Value> StringFmt( $12-41-03-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4192,14 +4192,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4210,14 +4210,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4227,15 +4227,15 @@
<State> $12-41-03-0021.Button </State> <State> $12-41-03-0021.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0021.Button </State> <State> $12-41-03-0021.Button </State>
<Value> Var( "฿" + $12-41-03-0021.Price ) </Value> <Value> StringFmt( $12-41-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4445,14 +4445,14 @@ Banana" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4463,14 +4463,14 @@ Banana" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4480,15 +4480,15 @@ Banana" </Value>
<State> $12-41-03-0022.Button </State> <State> $12-41-03-0022.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0022.Button </State> <State> $12-41-03-0022.Button </State>
<Value> Var( "฿" + $12-41-03-0022.Price ) </Value> <Value> StringFmt( $12-41-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4696,14 +4696,14 @@ Banana" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4714,14 +4714,14 @@ Banana" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4731,15 +4731,15 @@ Banana" </Value>
<State> $12-41-03-0023.Button </State> <State> $12-41-03-0023.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-41-03-0023.Button </State> <State> $12-41-03-0023.Button </State>
<Value> Var( "฿" + $12-41-03-0023.Price ) </Value> <Value> StringFmt( $12-41-03-0023.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -680,14 +680,14 @@ water" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -698,14 +698,14 @@ water" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0053.Button </State> <State> $12-01-02-0053.Button </State>
<Value> Var( "฿" + $12-01-02-0053.Price ) </Value> <Value> StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -715,15 +715,15 @@ water" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -933,14 +933,14 @@ AMERICANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -951,14 +951,14 @@ AMERICANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-01-02-0054.Button </State> <State> $12-01-02-0054.Button </State>
<Value> Var( "฿" + $12-01-02-0054.Price ) </Value> <Value> StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -968,15 +968,15 @@ AMERICANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1184,14 +1184,14 @@ AMERICANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1202,14 +1202,14 @@ AMERICANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0026.Button </State> <State> $12-03-02-0026.Button </State>
<Value> Var( "฿" + $12-03-02-0026.Price ) </Value> <Value> StringFmt( $12-03-02-0026.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1219,15 +1219,15 @@ AMERICANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1435,14 +1435,14 @@ AMERICANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1453,14 +1453,14 @@ AMERICANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0043.Button </State> <State> $12-02-02-0043.Button </State>
<Value> Var( "฿" + $12-02-02-0043.Price ) </Value> <Value> StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1470,15 +1470,15 @@ AMERICANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1687,14 +1687,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1705,14 +1705,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-02-02-0044.Button </State> <State> $12-02-02-0044.Button </State>
<Value> Var( "฿" + $12-02-02-0044.Price ) </Value> <Value> StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1722,15 +1722,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1938,14 +1938,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1956,14 +1956,14 @@ HOUSE " </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0055.Button </State> <State> $12-05-02-0055.Button </State>
<Value> Var( "฿" + $12-05-02-0055.Price ) </Value> <Value> StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1973,15 +1973,15 @@ HOUSE " </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2190,14 +2190,14 @@ PEPSI" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2208,14 +2208,14 @@ PEPSI" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0056.Button </State> <State> $12-05-02-0056.Button </State>
<Value> Var( "฿" + $12-05-02-0056.Price ) </Value> <Value> StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2225,15 +2225,15 @@ PEPSI" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -689,14 +689,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -707,14 +707,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0001.Button </State> <State> $12-04-02-0001.Button </State>
<Value> Var( "฿" + $12-04-02-0001.Price ) </Value> <Value> StringFmt( $12-04-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -724,15 +724,15 @@ Matcha, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -941,14 +941,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -959,14 +959,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0016.Button </State> <State> $12-04-02-0016.Button </State>
<Value> Var( "฿" + $12-04-02-0016.Price ) </Value> <Value> StringFmt( $12-04-02-0016.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -976,15 +976,15 @@ Matcha, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1193,14 +1193,14 @@ Cocoa, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1211,14 +1211,14 @@ Cocoa, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0002.Button </State> <State> $12-04-02-0002.Button </State>
<Value> Var( "฿" + $12-04-02-0002.Price ) </Value> <Value> StringFmt( $12-04-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1228,15 +1228,15 @@ Cocoa, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1447,14 +1447,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1465,14 +1465,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0003.Button </State> <State> $12-04-02-0003.Button </State>
<Value> Var( "฿" + $12-04-02-0003.Price ) </Value> <Value> StringFmt( $12-04-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1482,15 +1482,15 @@ Strawberry Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1701,14 +1701,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1719,14 +1719,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0013.Button </State> <State> $12-04-02-0013.Button </State>
<Value> Var( "฿" + $12-04-02-0013.Price ) </Value> <Value> StringFmt( $12-04-02-0013.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1736,15 +1736,15 @@ Strawberry Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1954,14 +1954,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1972,14 +1972,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0018.Button </State> <State> $12-04-02-0018.Button </State>
<Value> Var( "฿" + $12-04-02-0018.Price ) </Value> <Value> StringFmt( $12-04-02-0018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1989,15 +1989,15 @@ Melon Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2206,14 +2206,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2224,14 +2224,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0004.Button </State> <State> $12-04-02-0004.Button </State>
<Value> Var( "฿" + $12-04-02-0004.Price ) </Value> <Value> StringFmt( $12-04-02-0004.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2241,15 +2241,15 @@ Melon Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2458,14 +2458,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2476,14 +2476,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0005.Button </State> <State> $12-04-02-0005.Button </State>
<Value> Var( "฿" + $12-04-02-0005.Price ) </Value> <Value> StringFmt( $12-04-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2493,15 +2493,15 @@ Thai Tea, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2710,14 +2710,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2728,14 +2728,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0015.Button </State> <State> $12-04-02-0015.Button </State>
<Value> Var( "฿" + $12-04-02-0015.Price ) </Value> <Value> StringFmt( $12-04-02-0015.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2745,15 +2745,15 @@ Thai Tea, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2962,14 +2962,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2980,14 +2980,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0055.Button </State> <State> $12-04-02-0055.Button </State>
<Value> Var( "฿" + $12-04-02-0055.Price ) </Value> <Value> StringFmt( $12-04-02-0055.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2997,15 +2997,15 @@ Thai Tea, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3216,14 +3216,14 @@ Kokuto syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3234,14 +3234,14 @@ Kokuto syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0006.Button </State> <State> $12-04-02-0006.Button </State>
<Value> Var( "฿" + $12-04-02-0006.Price ) </Value> <Value> StringFmt( $12-04-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3251,15 +3251,15 @@ Kokuto syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3470,14 +3470,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3488,14 +3488,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0008.Button </State> <State> $12-04-02-0008.Button </State>
<Value> Var( "฿" + $12-04-02-0008.Price ) </Value> <Value> StringFmt( $12-04-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3505,15 +3505,15 @@ Taiwanese Tea, Sugar" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3724,14 +3724,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3742,14 +3742,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0017.Button </State> <State> $12-04-02-0017.Button </State>
<Value> Var( "฿" + $12-04-02-0017.Price ) </Value> <Value> StringFmt( $12-04-02-0017.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3759,15 +3759,15 @@ Taiwanese Tea, Sugar" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3977,14 +3977,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3995,14 +3995,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0009.Button </State> <State> $12-04-02-0009.Button </State>
<Value> Var( "฿" + $12-04-02-0009.Price ) </Value> <Value> StringFmt( $12-04-02-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4012,15 +4012,15 @@ Caramel Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4228,14 +4228,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4246,14 +4246,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0010.Button </State> <State> $12-04-02-0010.Button </State>
<Value> Var( "฿" + $12-04-02-0010.Price ) </Value> <Value> StringFmt( $12-04-02-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4263,15 +4263,15 @@ Caramel Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4479,14 +4479,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4497,14 +4497,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0011.Button </State> <State> $12-04-02-0011.Button </State>
<Value> Var( "฿" + $12-04-02-0011.Price ) </Value> <Value> StringFmt( $12-04-02-0011.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4514,15 +4514,15 @@ Caramel Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -678,14 +678,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-01-0042.Button </State> <State> $12-99-01-0042.Button </State>
<Value> Var( "฿" + $12-99-01-0042.Price ) </Value> <Value> StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -696,14 +696,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0044.Button </State> <State> $12-99-02-0044.Button </State>
<Value> Var( "฿" + $12-99-02-0044.Price ) </Value> <Value> StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -713,15 +713,15 @@
<State> $12-99-03-0046.Button </State> <State> $12-99-03-0046.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0046.Button </State> <State> $12-99-03-0046.Button </State>
<Value> Var( "฿" + $12-99-03-0046.Price ) </Value> <Value> StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -933,14 +933,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-01-0043.Button </State> <State> $12-99-01-0043.Button </State>
<Value> Var( "฿" + $12-99-01-0043.Price ) </Value> <Value> StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -951,14 +951,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0045.Button </State> <State> $12-99-02-0045.Button </State>
<Value> Var( "฿" + $12-99-02-0045.Price ) </Value> <Value> StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -968,15 +968,15 @@
<State> $12-99-03-0047.Button </State> <State> $12-99-03-0047.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0047.Button </State> <State> $12-99-03-0047.Button </State>
<Value> Var( "฿" + $12-99-03-0047.Price ) </Value> <Value> StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1188,14 +1188,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1206,14 +1206,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1223,15 +1223,15 @@
<State> $12-99-03-0048.Button </State> <State> $12-99-03-0048.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-03-0048.Button </State> <State> $12-99-03-0048.Button </State>
<Value> Var( "฿" + $12-99-03-0048.Price ) </Value> <Value> StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1439,14 +1439,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-01-0049.Button </State> <State> $12-99-01-0049.Button </State>
<Value> Var( "฿" + $12-99-01-0049.Price ) </Value> <Value> StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1457,14 +1457,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-02-0050.Button </State> <State> $12-99-02-0050.Button </State>
<Value> Var( "฿" + $12-99-02-0050.Price ) </Value> <Value> StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1474,15 +1474,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1694,14 +1694,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1712,14 +1712,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0051.Button </State> <State> $12-99-05-0051.Button </State>
<Value> Var( "฿" + $12-99-05-0051.Price ) </Value> <Value> StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1729,15 +1729,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1945,14 +1945,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1963,14 +1963,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-99-05-0052.Button </State> <State> $12-99-05-0052.Button </State>
<Value> Var( "฿" + $12-99-05-0052.Price ) </Value> <Value> StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1980,15 +1980,15 @@
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> TextPriceMenuY </Y>
<Size> 14 </Size> <Size> TextPriceMenuSize </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>