HKG: Fixed slow loading When change language
This commit is contained in:
parent
9c264a6213
commit
c8b3cd5e61
18 changed files with 51378 additions and 26537 deletions
|
|
@ -113,6 +113,18 @@ TextID Note English Mandarin Simplified Mandarin Traditional
|
|||
000083 建议:混合冷饮、混合冷飲 Blend 碎冰 碎冰
|
||||
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F Font=Kanit,Type=Regular,Size=24,Color=0x513C2F Font=Kanit,Type=Regular,Size=24,Color=0x513C2F
|
||||
000084 Normal 常温 常溫
|
||||
page_catalog_menu
|
||||
Font=Kanit,Type=Regular,Size=12,Color=0x513C2F Font=Kanit,Type=Regular,Size=12,Color=0x513C2F Font=Kanit,Type=Regular,Size=12,Color=0x513C2F
|
||||
Font=Kanit,Type=Medium,Size=12,Color=0x513C2F Font=Kanit,Type=Medium,Size=12,Color=0x513C2F Font=Kanit,Type=Medium,Size=12,Color=0x513C2F
|
||||
Font=Kanit,Type=Regular,Size=12,Color=0x9D9D9D Font=Kanit,Type=Regular,Size=12,Color=0x9D9D9D Font=Kanit,Type=Regular,Size=12,Color=0x9D9D9D
|
||||
Font=Kanit,Type=Regular,Size=12,Color=0xCFCFCF Font=Kanit,Type=Regular,Size=12,Color=0xCFCFCF Font=Kanit,Type=Regular,Size=12,Color=0xCFCFCF
|
||||
000085 Hot 热饮 熱飲
|
||||
000086 Cold 冰饮 冰飲
|
||||
000087 Blend 碎冰 碎冰
|
||||
Font=Kanit,Type=Regular,Size=12,Color=0x513C2F Font=Kanit,Type=Regular,Size=12,Color=0x513C2F Font=Kanit,Type=Regular,Size=12,Color=0x513C2F
|
||||
000088 Normal 常温 常溫
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -114,6 +114,10 @@
|
|||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
;get text string from TextID
|
||||
Var TEXT_ID_STRING_000085 !assigned GetLanguageID(000085, LanguageShowByIndex)
|
||||
Var TEXT_ID_STRING_000086 !assigned GetLanguageID(000086, LanguageShowByIndex)
|
||||
Var TEXT_ID_STRING_000087 !assigned GetLanguageID(000087, LanguageShowByIndex)
|
||||
|
||||
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
|
|
|
|||
|
|
@ -289,9 +289,45 @@
|
|||
out_xml( '\t<Image>\r\n')
|
||||
out_xml( '\t<X> 16 </X>\r\n')
|
||||
out_xml( '\t<Y> 264 </Y>\r\n')
|
||||
out_xml( '\t<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>\r\n')
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image/drink_option_inter/option_deactive.png" </Filename>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextHotMenuX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
out_xml( '\t<Size> TextPriceMenuSize </Size>\r\n')
|
||||
out_xml( '\t<Width>220</Width>\r\n')
|
||||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n')
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
|
||||
out_xml( '\t<State> "Disable" </State>\r\n')
|
||||
out_xml( '\t<Value> TEXT_ID_STRING_000085 </Value>\r\n')
|
||||
out_xml( '\t</Text>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextColdMenuX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
out_xml( '\t<Size> TextPriceMenuSize </Size>\r\n')
|
||||
out_xml( '\t<Width>220</Width>\r\n')
|
||||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n')
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
|
||||
out_xml( '\t<State> "Disable" </State>\r\n')
|
||||
out_xml( '\t<Value> TEXT_ID_STRING_000086 </Value>\r\n')
|
||||
out_xml( '\t</Text>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextBlendMenuX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
out_xml( '\t<Size> TextPriceMenuSize </Size>\r\n')
|
||||
out_xml( '\t<Width>220</Width>\r\n')
|
||||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n')
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
|
||||
out_xml( '\t<State> "Disable" </State>\r\n')
|
||||
out_xml( '\t<Value> TEXT_ID_STRING_000087 </Value>\r\n')
|
||||
out_xml( '\t</Text>\r\n')
|
||||
|
||||
ice_tab_hot_show = True
|
||||
shw = "$" + str_hot_product_code + ".Button"
|
||||
if str_hot_product_code == "-" :
|
||||
|
|
@ -306,9 +342,21 @@
|
|||
out_xml( '\t<X> 16 </X>\r\n')
|
||||
out_xml( '\t<Y> 264 </Y>\r\n')
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n')
|
||||
out_xml( '\t<Filename> Var( DirImage2 + "hot.png" ) </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>\r\n')
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextHotMenuX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
out_xml( '\t<Size> TextPriceMenuSize </Size>\r\n')
|
||||
out_xml( '\t<Width>220</Width>\r\n')
|
||||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n')
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n')
|
||||
out_xml( '\t<Value> TEXT_ID_STRING_000085 </Value>\r\n')
|
||||
out_xml( '\t</Text>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextPriceMenuHotX </X>\r\n')
|
||||
|
|
@ -351,9 +399,22 @@
|
|||
out_xml( '\t<Filename> Var( DirImage2 + "normal.png" ) </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>\r\n')
|
||||
else:
|
||||
out_xml( '\t<Filename> Var( DirImage2 + "cold.png" ) </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>\r\n')
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>\r\n')
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextColdMenuX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
out_xml( '\t<Size> TextPriceMenuSize </Size>\r\n')
|
||||
out_xml( '\t<Width>220</Width>\r\n')
|
||||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n')
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n')
|
||||
out_xml( '\t<Value> TEXT_ID_STRING_000086 </Value>\r\n')
|
||||
out_xml( '\t</Text>\r\n')
|
||||
|
||||
out_xml( '\t</Image>\r\n')
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> 113 </X>\r\n')
|
||||
|
|
@ -388,11 +449,23 @@
|
|||
out_xml( '\t<Image>\r\n')
|
||||
out_xml( '\t<X> 146 </X>\r\n')
|
||||
out_xml( '\t<Y> 264 </Y>\r\n')
|
||||
out_xml( '\t<Filename> Var( DirImage2 + "blend.png" ) </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>\r\n')
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>\r\n')
|
||||
out_xml( '\t<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>\r\n')
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextBlendMenuX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
out_xml( '\t<Size> TextPriceMenuSize </Size>\r\n')
|
||||
out_xml( '\t<Width>220</Width>\r\n')
|
||||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n')
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n')
|
||||
out_xml( '\t<Value> TEXT_ID_STRING_000087 </Value>\r\n')
|
||||
out_xml( '\t</Text>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> TextPriceMenuBlendX </X>\r\n')
|
||||
out_xml( '\t<Y> TextPriceMenuY </Y>\r\n')
|
||||
|
|
|
|||
|
|
@ -34,8 +34,6 @@
|
|||
|
||||
;inter-multi
|
||||
DEBUGVAR LanguageShow
|
||||
DEBUGVAR LanguageShow
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
SetLanguage "ENG"
|
||||
|
|
@ -47,8 +45,6 @@
|
|||
SetLanguage "MTC"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR LanguageShow
|
||||
DEBUGVAR LanguageShow
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
If CountryName = "HongKong" Then
|
||||
|
|
|
|||
|
|
@ -324,16 +324,60 @@
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/option_deactive.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuHotX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -347,9 +391,20 @@
|
|||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> $54-04-02-1018.Button </State>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $54-04-02-1018.Button </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 113 </X>
|
||||
|
|
@ -365,11 +420,22 @@
|
|||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuBlendX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -623,16 +689,60 @@
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/option_deactive.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuHotX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -646,9 +756,20 @@
|
|||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> $54-04-02-1019.Button </State>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $54-04-02-1019.Button </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 113 </X>
|
||||
|
|
@ -664,11 +785,22 @@
|
|||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuBlendX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -922,16 +1054,60 @@
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/option_deactive.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuHotX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -945,9 +1121,20 @@
|
|||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> $54-04-02-1020.Button </State>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $54-04-02-1020.Button </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 113 </X>
|
||||
|
|
@ -963,11 +1150,22 @@
|
|||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuBlendX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -1221,16 +1419,60 @@
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/option_deactive.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuHotX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -1244,9 +1486,20 @@
|
|||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> $54-04-02-1021.Button </State>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $54-04-02-1021.Button </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 113 </X>
|
||||
|
|
@ -1262,11 +1515,22 @@
|
|||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuBlendX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -1520,16 +1784,60 @@
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/option_deactive.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Disable" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextHotMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000085 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuHotX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
@ -1543,9 +1851,20 @@
|
|||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> $54-04-02-1022.Button </State>
|
||||
<Text>
|
||||
<X> TextColdMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $54-04-02-1022.Button </State>
|
||||
<Value> TEXT_ID_STRING_000086 </Value>
|
||||
</Text>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 113 </X>
|
||||
|
|
@ -1561,11 +1880,22 @@
|
|||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option_inter/block.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option_inter/block_db.png" </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> TextBlendMenuX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> TEXT_ID_STRING_000087 </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> TextPriceMenuBlendX </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue