Do topping alternate
This commit is contained in:
parent
f6c9fd63f6
commit
6cfb3d9d9a
15 changed files with 975 additions and 392 deletions
|
|
@ -161,7 +161,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_hot_lemonate.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_iced_lemonade.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_iced_lemonade_soda.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_sala.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_sala_lemon_juice.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_sala_soda.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_sala_lemon_soda.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
|
@ -322,20 +322,29 @@
|
|||
Var PictureDrink = "ROOT/taobin_project/image/menu_drink_select//bn_pink_milk.png"
|
||||
Topping "Load" SelectDrink
|
||||
SAVELOG NameDrink
|
||||
Var PriceShowValue = "Free"r
|
||||
Var PriceShowValue = charOfBaht + PriceDrink
|
||||
Open "ROOT/taobin_project/xml/menu_topping_alter.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 208 </X>
|
||||
<X> 226 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-01-0009.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 208 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 60 </X>
|
||||
<Y> 268 </Y>
|
||||
|
|
@ -356,15 +365,24 @@
|
|||
<Value> $11-99-01-0009.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 465 </X>
|
||||
<X> 483 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0016.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 465 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 317 </X>
|
||||
<Y> 268 </Y>
|
||||
|
|
@ -385,15 +403,24 @@
|
|||
<Value> $11-99-02-0016.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 722 </X>
|
||||
<X> 740 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0017.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 722 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 574 </X>
|
||||
<Y> 268 </Y>
|
||||
|
|
@ -414,15 +441,24 @@
|
|||
<Value> $11-99-02-0017.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 979 </X>
|
||||
<X> 997 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0020.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 979 </X>
|
||||
<Y> 66 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 831 </X>
|
||||
<Y> 268 </Y>
|
||||
|
|
@ -443,15 +479,24 @@
|
|||
<Value> $11-99-02-0020.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 208 </X>
|
||||
<X> 226 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0021.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 208 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 60 </X>
|
||||
<Y> 596 </Y>
|
||||
|
|
@ -472,15 +517,24 @@
|
|||
<Value> $11-99-02-0021.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 465 </X>
|
||||
<X> 483 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0023.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 465 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 317 </X>
|
||||
<Y> 596 </Y>
|
||||
|
|
@ -501,15 +555,24 @@
|
|||
<Value> $11-99-02-0023.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 722 </X>
|
||||
<X> 740 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0022.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 722 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 574 </X>
|
||||
<Y> 596 </Y>
|
||||
|
|
@ -530,15 +593,24 @@
|
|||
<Value> $11-99-02-0022.description </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 979 </X>
|
||||
<X> 997 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>200</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Width>150</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "Free" </Value>
|
||||
<Value> $11-99-02-0011.Price </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 979 </X>
|
||||
<Y> 394 </Y>
|
||||
<Width>20</Width>
|
||||
<Size> 27 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> "฿"" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 831 </X>
|
||||
<Y> 596 </Y>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue