Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
a2124bc764
47 changed files with 52993 additions and 27061 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.
|
4
inter/hkg/xml/multi/GetStringTextId.ev
Normal file
4
inter/hkg/xml/multi/GetStringTextId.ev
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
;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)
|
||||
|
|
@ -35,7 +35,8 @@ Else
|
|||
Var InstanceTabOpenFile6 = "ROOT/taobin_project/inter/hkg/xml/multi/page_catalog_group_health.lxml"
|
||||
EndIf
|
||||
|
||||
Var InstanceTabOpenFile15 = "ROOT/taobin_project/inter/hkg/xml/multi/tab_menu.lxml"
|
||||
TabMenuLock 15
|
||||
OpenInst 15 "ROOT/taobin_project/inter/hkg/xml/multi/tab_menu.lxml"
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
|
||||
|
|
|
|||
|
|
@ -114,8 +114,6 @@
|
|||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
|
||||
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
Var BtnLangToggleIndex = "Enable"
|
||||
|
||||
|
|
@ -127,7 +125,7 @@
|
|||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
||||
;include="ROOT/taobin_project/inter/hkg/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||
;include="ROOT/taobin_project/inter/hkg/xml/multi/tab_menu_open_instance.lxml"
|
||||
RefreshAll
|
||||
|
||||
</EventLanguageOnChange>
|
||||
|
|
|
|||
|
|
@ -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
|
|
@ -68,6 +68,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu1Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_recommend3.png" )</Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_recommend3.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -92,6 +93,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu2Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_coffee2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_coffee2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -107,6 +109,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu3Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_tea2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_tea2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -125,6 +128,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu4Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_cho_ca2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_cho_ca2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -141,6 +145,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu7Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_protein2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_protein2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -155,6 +160,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu11Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_appfast2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_appfast2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -171,6 +177,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu21Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_forkid2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_forkid2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -187,6 +194,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu22Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_health.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_health.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -201,6 +209,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu8Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_cocktail.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_cocktail.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -229,6 +238,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu62Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_sodada2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_sodada2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -243,6 +253,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> MenuVSelected2 </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_vending2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_vending2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
1
inter/hkg/xml/multi/tab_menu_open_instance.lxml
Normal file
1
inter/hkg/xml/multi/tab_menu_open_instance.lxml
Normal file
|
|
@ -0,0 +1 @@
|
|||
OpenInst 15 "ROOT/taobin_project/inter/hkg/xml/multi/tab_menu.lxml"
|
||||
|
|
@ -19,24 +19,25 @@ If SystemDateYearInt = 2025 Then
|
|||
If BoxID = 200559 Then
|
||||
Var RoadShowBoxID = 1
|
||||
EndIf
|
||||
If BoxID = 201876 Then
|
||||
Var RoadShowBoxID = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
; EFR01
|
||||
If BoxID = 172325 Then
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 5 Then
|
||||
|
||||
If RoadShowBoxID = 1 Then
|
||||
If SystemDateDayInt = 14 Then
|
||||
If SystemDateDayInt = 16 Then
|
||||
Var RoadShow = "true"
|
||||
Var RoadShowMarketCode = "EFR02"
|
||||
|
||||
|
||||
EndIf
|
||||
If SystemDateDayInt = 17 Then
|
||||
Var RoadShow = "true"
|
||||
Var RoadShowMarketCode = "EFR02"
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
|
@ -45,7 +46,7 @@ If SystemDateYearInt = 2025 Then
|
|||
If SystemDateDayInt = 4 Then
|
||||
Var RoadShow = "true"
|
||||
Var RoadShowMarketCode = "EFR01"
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -10,27 +10,28 @@ DEBUGVAR PowderPayPushLowScheduleTurnOn10
|
|||
|
||||
If SystemTimeHourInt = 3 Then
|
||||
If SystemTimeMinuteInt = 30 Then
|
||||
; idle
|
||||
; idle
|
||||
; and time match
|
||||
|
||||
; setvar PowderStatus tricker
|
||||
If PowderStatus = "" Then
|
||||
Var PowderStatus = "tricker"
|
||||
Var PowderTestStep = 1
|
||||
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
If PowderStatus = "tricker" Then
|
||||
If SystemTimeMinuteInt = 60 Then
|
||||
; idle
|
||||
; idle
|
||||
; and time match
|
||||
|
||||
Var PowderStatus = ""
|
||||
|
||||
Var PowderStatus = ""
|
||||
Var PowderTestStep = 0
|
||||
SAVELOG "PowderScheduleGrind reset reset reset"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint PowderTestStep 1
|
||||
If PowderTestStep = 1 Then
|
||||
If CurrentXMLFileName0 = "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml" Then
|
||||
Var PowderTestStep = 0
|
||||
|
|
@ -50,10 +51,10 @@ Else
|
|||
DEBUGVAR PowderScheduleGrind
|
||||
DEBUGVAR PowderDriverToLowPositionResult
|
||||
|
||||
If PowderScheduleGrind = "start" Then
|
||||
|
||||
If PowderScheduleGrind = "start" Then
|
||||
|
||||
Var PowderScheduleGrind = "powder-run"
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
Var StringCMD = "powder-set-time-for-low-push-stage=1,"
|
||||
|
|
@ -99,9 +100,9 @@ Else
|
|||
__CMD "CLI" "arm_id=1,arm_position=posi_ice_e" "-" "-"
|
||||
__CMD "CLI_QUEUE" StringCMD "-" "-"
|
||||
DEBUGVAR PowderScheduleGrind
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If PowderScheduleGrind = "wait-low-test" Then
|
||||
DEBUGVAR PowderDriverToLowPositionResult
|
||||
If PowderDriverToLowPositionResult = "" Then
|
||||
|
|
@ -110,7 +111,7 @@ Else
|
|||
If PowderDriverToLowPositionResult = "pass" Then
|
||||
SAVELOG " Powder driver low test channel pass pass pass pass pass pass pass pass pass "
|
||||
Var PowderScheduleGrind = ""
|
||||
|
||||
|
||||
Else
|
||||
SAVELOG " Powder driver low test channel error "
|
||||
Var PowderScheduleGrind = ""
|
||||
|
|
@ -119,6 +120,6 @@ Else
|
|||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -1269,42 +1269,42 @@
|
|||
1300003 Beans module ชุดเมล็ดกาแฟ
|
||||
1300004 Bean tray ถาดใส่เมล็ดกาแฟ
|
||||
1300005 Switch tray : สวิตซ์ถาด :
|
||||
1300006 Check tray shutter ตรวจสอบชัตเตอร์ถาด
|
||||
1300006 Check tray shutter ตรวจสอบถาดชัตเตอร์
|
||||
1300007 Pay beans จ่ายถั่ว
|
||||
1300008 1. Select beans 1. เลือกเมล็ดกาแฟ
|
||||
1300009 2. Select direction 2. เลือกทิศทาง
|
||||
1300010 Draw back หมุนกลับ
|
||||
1300011 Grind beans บดถั่ว
|
||||
1300012 Grind sizes ขนาดบด
|
||||
1300011 Grind beans บดเมล็ดถั่ว
|
||||
1300012 Grind sizes ขนาดการบด
|
||||
1300013 Standard มาตรฐาน
|
||||
1300014 Result ผลลัพธ์
|
||||
1300015 Bean weight:g น้ำหนักถั่ว:กรัม
|
||||
1300016 Brew time:sec เวลาชง: วินาที
|
||||
1300017 Test grind sizes ทดสอบขนาดบด
|
||||
1300016 Brew time:sec เวลาการชง: วินาที
|
||||
1300017 Test grind sizes ขนาดการบดทดสอบ
|
||||
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
||||
1300019 1. Select grind sizes 1. เลือกขนาดการบด
|
||||
1300020 More coarse หยาบขึ้น
|
||||
1300021 More fine ละเอียดขึ้น
|
||||
1300022 2. Test grinding 2. ทดสอบการบด
|
||||
1300023 (To see grind sizes fineness before brewing.) (เพื่อดูความละเอียดของขนาดบดก่อนปรุง)
|
||||
1300024 3. Test brew coffee 3. ทดสอบการชงกาแฟ
|
||||
1300024 3. Test brew coffee 3. ทดลองชงกาแฟ
|
||||
1300025 View recipes ดูสูตร
|
||||
1300026 Brew now Brew now
|
||||
1300027 4. Adjust grind sizes and test again if results (weight, brewing\n 4. ปรับขนาดการบดและทดสอบอีกครั้งว่าได้ผล (น้ำหนัก การชง\n
|
||||
1300028 time) aren't up to standard. เวลา) ตามมาตรฐานหรือไม่
|
||||
1300029 Set grind sizes กำหนดขนาดบด
|
||||
1300029 Set grind sizes ตั้งค่าขนาดการบด
|
||||
1300030 Set as default ตั้งให้เป็นค่าเริ่มต้น
|
||||
1300031 (Set as default when meet standard) (ตั้งเป็นค่าเริ่มต้นเมื่อเป็นไปตามมาตรฐาน)
|
||||
1300032 Brew recipes สูตรชง
|
||||
1300032 Brew recipes สูตรการชง
|
||||
1300033 Brew order ลำดับการชง
|
||||
1300034 Ingredient วัตถุดิบ
|
||||
1300035 Recipes สูตรอาหาร
|
||||
1300036 Save editing บันทึกการแก้ไข
|
||||
1300037 Cancel edting ยกเลิกการแก้ไข
|
||||
1300038 1. Recheck selected grind sizes and brew recipes 1. ตรวจสอบขนาดการบดที่เลือกและสูตรการชงอีกครั้ง
|
||||
1300039 Insert cup manually ใส่ถ้วยด้วยตนเอง
|
||||
1300038 1. Recheck selected grind sizes and brew recipes 1. ตรวจสอบขนาดการบดและสูตรการชงที่เลือกอีกครั้ง
|
||||
1300039 Insert cup manually ใส่ถ้วยด้วยมือ
|
||||
1300040 2. Select arm 2. เลือกแขน
|
||||
1300041 3. Please insert cup into selected arm 3. กรุณาใส่ถ้วยลงในแขนที่เลือก
|
||||
1300041 3. Please insert cup into selected arm 3. กรุณาใส่ถ้วยเข้าในแขนที่เลือก
|
||||
1300042 Test ทดสอบ
|
||||
1300043 Grind บด
|
||||
1300044 Pay beans from slot * จ่ายเมล็ดกาแฟจาก *
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 22.
|
|
|
@ -1 +1 @@
|
|||
ENG,THAI,MSC,MYANMAR
|
||||
ENG,THAI,MSC,JAPAN,MYS,MYANMAR
|
||||
|
|
@ -27,6 +27,7 @@ Var InstanceTabOpenFile4 = InstanceTabOpenFile4 + "/page_catalog_group_milk.lxml
|
|||
|
||||
DEBUGVAR BoostEnergyPro
|
||||
|
||||
OpenRedirect "/taobin_project//xml/page_catalog_group_other.xml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/otherOther.ev"
|
||||
OpenRedirect "/taobin_project//xml/page_catalog_group_other_other.xml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/otherOther.ev"
|
||||
OpenRedirect "/taobin_project/inter/tha/xml/page_catalog_group_other_other.lxml" "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/otherOther.ev"
|
||||
Var InstanceTabOpenFile7 = "ROOT/taobin_project/inter/tha/xml/multi/" + layoutVersion
|
||||
|
|
@ -92,8 +93,8 @@ Var InstanceTabOpenFile9 = InstanceTabOpenFile9 + "/page_catalog_group_frozen_fr
|
|||
|
||||
Var InstanceTabOpenFile11 = "ROOT/taobin_project/inter/tha/xml/topview_helper.lxml"
|
||||
|
||||
|
||||
Var InstanceTabOpenFile15 = "ROOT/taobin_project/inter/tha/xml/multi/tab_menu.lxml"
|
||||
TabMenuLock 15
|
||||
OpenInst 15 "ROOT/taobin_project/inter/tha/xml/multi/tab_menu.lxml"
|
||||
|
||||
TabMenuVisibleInst 99
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_open_instance.lxml"
|
||||
|
||||
|
||||
RefreshAll
|
||||
|
|
|
|||
|
|
@ -1047,7 +1047,7 @@
|
|||
<Button>
|
||||
<X> 225 </X>
|
||||
<Y> 424 </Y>
|
||||
<State> "Enable" </State>
|
||||
<State> ShowButtonClick2 </State>
|
||||
<Filename> Var(DirImage + "/bn_main_page_member.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_main_page_member.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -1071,7 +1071,7 @@
|
|||
<Button>
|
||||
<X> 696 </X>
|
||||
<Y> 424 </Y>
|
||||
<State> "Enable" </State>
|
||||
<State> ButtontoTopupMenu </State>
|
||||
<Filename> Var(DirImage + "/bn_main_page_topup.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_main_page_topup.png") </FilenamePress>
|
||||
<FilenameDisable> Var(DirImage + "/bp_main_page_topup.png") </FilenameDisable>
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu0Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_tao_pun.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_tao_pun.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -90,6 +91,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu1Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_recommend2.png" )</Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_recommend2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -110,6 +112,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu2Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_coffee2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_coffee2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -125,6 +128,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu3Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_tea2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_tea2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -143,6 +147,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu4Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_cho_ca2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_cho_ca2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -159,6 +164,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu7Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_protein2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_protein2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -173,6 +179,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu11Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_appfast2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_appfast2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -189,6 +196,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu21Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_forkid2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_forkid2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -206,6 +214,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu22Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_health.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_health.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -220,6 +229,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu8Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_cocktail.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_cocktail.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -233,6 +243,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu61Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_Pepsi_7up.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_Pepsi_7up.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -247,6 +258,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu62Selected </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_sodada2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_sodada2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -261,6 +273,7 @@
|
|||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> MenuVSelected2 </State>
|
||||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImageAlter + "/bn_vending2.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_vending2.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
1
inter/tha/xml/multi/tab_menu_open_instance.lxml
Normal file
1
inter/tha/xml/multi/tab_menu_open_instance.lxml
Normal file
|
|
@ -0,0 +1 @@
|
|||
OpenInst 15 "ROOT/taobin_project/inter/tha/xml/multi/tab_menu.lxml"
|
||||
|
|
@ -5,5 +5,5 @@
|
|||
"type": "IMAGE",
|
||||
"media_thai": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day2.png",
|
||||
"media_eng": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day2.png",
|
||||
"event_click": "Open \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml\""
|
||||
}
|
||||
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml\""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,7 +118,8 @@
|
|||
)
|
||||
</Media>
|
||||
<EventOnClick>
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml"
|
||||
TabMenuVisibleInst 99
|
||||
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml"
|
||||
</EventOnClick>
|
||||
</Banner>
|
||||
<Banner>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue