WTC+SGP: change theme on page catalog group, WIP fix bug unexpect gen
|
|
@ -37,6 +37,26 @@
|
|||
Var DirImage = "ROOT/taobin_project/image/page3_en"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
DEBUGVAR DirImage2
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
DEBUGVAR DirImageAlter
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
DEBUGVAR DirImage
|
||||
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
|
|||
|
|
@ -103,6 +103,22 @@
|
|||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
Refresh
|
||||
|
|
@ -123,7 +139,7 @@
|
|||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 494 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page3/tab_line_bottom.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page3_2_en/tab_line_bottom.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
|
@ -139,8 +155,8 @@
|
|||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 381 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -445,7 +461,7 @@
|
|||
<Width> 170 </Width>
|
||||
<Height> 30 </Height>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<Value> PriceUnitText </Value>
|
||||
</Text>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,24 @@
|
|||
Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
|
||||
|
|
|
|||
|
|
@ -459,7 +459,7 @@
|
|||
lambda y_pos: int(y_pos * 1.5)))
|
||||
out_xml( '\t<Mode> "multi2" </Mode>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Font> KanitMediumTTF </Font>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> 0x322B26 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> HeadlineColor2 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
||||
out_xml( '\t<LanguageGroup>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t\t<LanguageSlot1>' + spl[ idx_name][ idx_lang_eng] + '</LanguageSlot1>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
|
@ -478,7 +478,7 @@
|
|||
out_xml( '\t<Size> 14 </Size>\r\n',export_to=cloneTextExport(menu_key, lambda y_pos: int(y_pos + 11)))
|
||||
out_xml( '\t<Width> 222 </Width>\r\n',export_to=cloneTextExport(menu_key, lambda y_pos: int(y_pos * 1.5)))
|
||||
out_xml( '\t<Font> KanitMediumTTF </Font>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> BodyTextColor2 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
#out_xml( '\t<State> showthaiText </State>\r\n')
|
||||
out_xml( '\t<LanguageGroup>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t\t<LanguageSlot1>' + spl[ idx_desc][ idx_lang_eng].replace("\n","\\n") + '</LanguageSlot1>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
|
@ -498,6 +498,7 @@
|
|||
out_xml( '\t<Y> 264 </Y>\r\n',export_to=cloneTextExport(menu_key, lambda y_pos: y_pos * 2 + 10))
|
||||
|
||||
if gen_ss and (not is_sm or ", " in spl[idx_img][8]):
|
||||
print("use ss: caused by multi_pro_gen=", multi_pro_gen, ", is_sm=", is_sm)
|
||||
# expect season mode
|
||||
out_xml('\t<Width> 390 </Width>\r\n',export_to=cloneTextExport(menu_key, block_output=True))
|
||||
out_xml('\t<Height> 44 </Height>\r\n',export_to=cloneTextExport(menu_key, block_output=True))
|
||||
|
|
@ -570,8 +571,8 @@
|
|||
out_xml( '\t<Font> KanitMediumTTF </Font>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
||||
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> WTCBlueColor </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<ColorDisable> WTCWhiteColor </ColorDisable>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
||||
#out_xml( '\t<Value> Var( "฿" + $' + spl[ idx_hot_product_code] + '.Price ) </Value>\r\n')
|
||||
|
|
@ -643,8 +644,8 @@
|
|||
mods=lambda w: int(w * 2)))
|
||||
out_xml( '\t<Font> KanitMediumTTF </Font>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> WTCBlueColor </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<ColorDisable> WTCWhiteColor </ColorDisable>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n',export_to=cloneTextExport(menu_key))
|
||||
if "inter" in param:
|
||||
if "free" in param:
|
||||
|
|
@ -715,8 +716,8 @@
|
|||
out_xml( '\t<Font> KanitRegularTTF </Font>\r\n',export_to=cloneTextExport(menu_key))
|
||||
#out_xml( '\t<Align> end </Align>\r\n')
|
||||
|
||||
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> WTCBlueColor </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<ColorDisable> WTCWhiteColor </ColorDisable>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<State> ' + shw + ' </State>\r\n',export_to=cloneTextExport(menu_key))
|
||||
if "inter" in param:
|
||||
if "free" in param:
|
||||
|
|
@ -801,7 +802,7 @@
|
|||
lambda y_pos: y_pos + 11
|
||||
))
|
||||
out_xml( '\t<Font> OpunMediumTTF </Font>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> 0xDE794E </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Color> WTCMediumBlueColor </Color>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<State> ice_tab_process_show </State>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t<Value> ice_show_open </Value>\r\n',export_to=cloneTextExport(menu_key))
|
||||
out_xml( '\t</Text>\r\n',export_to=cloneTextExport(menu_key))
|
||||
|
|
|
|||
|
|
@ -47,6 +47,26 @@
|
|||
Var DirImage = "ROOT/taobin_project/image/page3_en"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
DEBUGVAR DirImage2
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
DEBUGVAR DirImageAlter
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
DEBUGVAR DirImage
|
||||
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -148,6 +168,24 @@
|
|||
Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
|
||||
|
|
@ -262,6 +300,22 @@
|
|||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
Refresh
|
||||
|
|
@ -282,7 +336,7 @@
|
|||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 494 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page3/tab_line_bottom.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page3_2_en/tab_line_bottom.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
|
@ -298,8 +352,8 @@
|
|||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 381 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -604,7 +658,7 @@
|
|||
<Width> 170 </Width>
|
||||
<Height> 30 </Height>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<Value> PriceUnitText </Value>
|
||||
</Text>
|
||||
|
||||
|
|
@ -769,7 +823,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>APP FAST ORIGINAL</LanguageSlot1>
|
||||
<LanguageSlot2>แอพ ฟาสท์ \nวานิลลา (Original)</LanguageSlot2>
|
||||
|
|
@ -785,7 +839,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Plant-based protein with \nessential nutrients</LanguageSlot1>
|
||||
<LanguageSlot2>โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์</LanguageSlot2>
|
||||
|
|
@ -813,8 +867,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -831,8 +885,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-04-02-1018.Button </State>
|
||||
<Value> StringFmt( $52-04-02-1018.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -849,8 +903,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -903,7 +957,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1044,7 +1098,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>APP FAST ESPRESSO</LanguageSlot1>
|
||||
<LanguageSlot2>แอพ ฟาสท์ กาแฟ</LanguageSlot2>
|
||||
|
|
@ -1060,7 +1114,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Plant-based protein with \nessential nutrients</LanguageSlot1>
|
||||
<LanguageSlot2>โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์</LanguageSlot2>
|
||||
|
|
@ -1088,8 +1142,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1106,8 +1160,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-04-02-1019.Button </State>
|
||||
<Value> StringFmt( $52-04-02-1019.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1124,8 +1178,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1178,7 +1232,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1319,7 +1373,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>APP FAST \nCHOCOLATE</LanguageSlot1>
|
||||
<LanguageSlot2>แอพ ฟาสท์ ช็อกโก</LanguageSlot2>
|
||||
|
|
@ -1335,7 +1389,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Plant-based protein with \nessential nutrients</LanguageSlot1>
|
||||
<LanguageSlot2>โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์</LanguageSlot2>
|
||||
|
|
@ -1363,8 +1417,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1381,8 +1435,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-04-02-1020.Button </State>
|
||||
<Value> StringFmt( $52-04-02-1020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1399,8 +1453,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1453,7 +1507,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1594,7 +1648,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>APP FAST \nTHAI TEA</LanguageSlot1>
|
||||
<LanguageSlot2>แอพ ฟาสท์ ชาไทย</LanguageSlot2>
|
||||
|
|
@ -1610,7 +1664,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Plant-based protein with \nessential nutrients</LanguageSlot1>
|
||||
<LanguageSlot2>โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์</LanguageSlot2>
|
||||
|
|
@ -1638,8 +1692,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1656,8 +1710,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-04-02-1021.Button </State>
|
||||
<Value> StringFmt( $52-04-02-1021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1674,8 +1728,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1728,7 +1782,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1869,7 +1923,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>APP FAST \nMATCHA</LanguageSlot1>
|
||||
<LanguageSlot2>แอพ ฟาสท์ ชาเขียว</LanguageSlot2>
|
||||
|
|
@ -1885,7 +1939,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Plant-based protein with \nessential nutrients</LanguageSlot1>
|
||||
<LanguageSlot2>โปรตีนจากพืชคุณภาพสูง \nพร้อมสารอาหารที่มีประโยชน์</LanguageSlot2>
|
||||
|
|
@ -1913,8 +1967,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1931,8 +1985,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-04-02-1022.Button </State>
|
||||
<Value> StringFmt( $52-04-02-1022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1949,8 +2003,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2003,7 +2057,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
|
|||
|
|
@ -47,6 +47,26 @@
|
|||
Var DirImage = "ROOT/taobin_project/image/page3_en"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
DEBUGVAR DirImage2
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
DEBUGVAR DirImageAlter
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
DEBUGVAR DirImage
|
||||
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
|
@ -149,6 +169,24 @@
|
|||
Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
|
||||
|
|
@ -263,6 +301,22 @@
|
|||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var DirImage2 = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage2 = DirImage2 + "/image/drink_option_en/"
|
||||
|
||||
Var DirImageAlter = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImageAlter = DirImageAlter + "/image/page3_2_en/"
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var DirImage = DirImage + "/image/page3_en/"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
Refresh
|
||||
|
|
@ -283,7 +337,7 @@
|
|||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 494 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page3/tab_line_bottom.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page3_2_en/tab_line_bottom.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
|
@ -299,8 +353,8 @@
|
|||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 381 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -605,7 +659,7 @@
|
|||
<Width> 170 </Width>
|
||||
<Height> 30 </Height>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<Value> PriceUnitText </Value>
|
||||
</Text>
|
||||
|
||||
|
|
@ -798,7 +852,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>MILK</LanguageSlot1>
|
||||
<LanguageSlot2>นม</LanguageSlot2>
|
||||
|
|
@ -814,7 +868,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk</LanguageSlot1>
|
||||
<LanguageSlot2>นม</LanguageSlot2>
|
||||
|
|
@ -842,8 +896,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-01-0005.Button </State>
|
||||
<Value> StringFmt( $52-03-01-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -860,8 +914,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-02-0005.Button </State>
|
||||
<Value> StringFmt( $52-03-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -878,8 +932,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0005.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -936,7 +990,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1105,7 +1159,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>CARAMEL MILK</LanguageSlot1>
|
||||
<LanguageSlot2>นมคาราเมล</LanguageSlot2>
|
||||
|
|
@ -1121,7 +1175,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk, Caramel Syrup, Ice</LanguageSlot1>
|
||||
<LanguageSlot2>นม น้ำเชื่อมคาราเมล</LanguageSlot2>
|
||||
|
|
@ -1149,8 +1203,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-01-0001.Button </State>
|
||||
<Value> StringFmt( $52-03-01-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1167,8 +1221,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-02-0001.Button </State>
|
||||
<Value> StringFmt( $52-03-02-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1185,8 +1239,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0001.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0001.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1243,7 +1297,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1384,7 +1438,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>BROWN SUGAR \nMILK</LanguageSlot1>
|
||||
<LanguageSlot2>นมบราวน์ชูการ์</LanguageSlot2>
|
||||
|
|
@ -1400,7 +1454,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk, Kokuto syrup</LanguageSlot1>
|
||||
<LanguageSlot2>นม และ น้ำเชื่อมน้ำตาลแดง</LanguageSlot2>
|
||||
|
|
@ -1428,8 +1482,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-01-0003.Button </State>
|
||||
<Value> StringFmt( $52-03-01-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1446,8 +1500,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-02-0003.Button </State>
|
||||
<Value> StringFmt( $52-03-02-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1464,8 +1518,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0003.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0003.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1522,7 +1576,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1663,7 +1717,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>PINK MILK</LanguageSlot1>
|
||||
<LanguageSlot2>นมชมพู</LanguageSlot2>
|
||||
|
|
@ -1679,7 +1733,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Salak Syrup, Milk, Sugar</LanguageSlot1>
|
||||
<LanguageSlot2>น้ำแดงกลิ่นสละ นม \nน้ำตาล</LanguageSlot2>
|
||||
|
|
@ -1707,8 +1761,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1725,8 +1779,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-02-0006.Button </State>
|
||||
<Value> StringFmt( $52-03-02-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1743,8 +1797,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0006.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0006.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -1797,7 +1851,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -1966,7 +2020,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>COCOA</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้</LanguageSlot2>
|
||||
|
|
@ -1982,7 +2036,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk, Cocoa, Sugar</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้ นมและน้ำตาล</LanguageSlot2>
|
||||
|
|
@ -2010,8 +2064,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-01-0002.Button </State>
|
||||
<Value> StringFmt( $52-03-01-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2028,8 +2082,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-02-0002.Button </State>
|
||||
<Value> StringFmt( $52-03-02-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2046,8 +2100,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0002.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0002.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2104,7 +2158,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -2273,7 +2327,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>MELON MILK</LanguageSlot1>
|
||||
<LanguageSlot2>นมเมล่อน</LanguageSlot2>
|
||||
|
|
@ -2289,7 +2343,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk & Melon Syrup</LanguageSlot1>
|
||||
<LanguageSlot2>นม และ น้ำเชื่อมเมล่อน</LanguageSlot2>
|
||||
|
|
@ -2317,8 +2371,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-01-0022.Button </State>
|
||||
<Value> StringFmt( $52-03-01-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2335,8 +2389,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-02-0022.Button </State>
|
||||
<Value> StringFmt( $52-03-02-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2353,8 +2407,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0022.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0022.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2411,7 +2465,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -2562,7 +2616,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>STRAWCOCOA \nSMOOTHIE</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้สตอเบอร์รี่ปั่น</LanguageSlot2>
|
||||
|
|
@ -2578,7 +2632,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk, Cocoa, Strawberry Syrup</LanguageSlot1>
|
||||
<LanguageSlot2>นม น้ำเชื่อมสตอเบอร์รี่ \nโกโก้ และน้ำแข็ง</LanguageSlot2>
|
||||
|
|
@ -2606,8 +2660,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2624,8 +2678,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2642,8 +2696,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0010.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0010.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2696,7 +2750,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -2837,7 +2891,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>OVALTINE SMOOTHIE \nVOLCANO</LanguageSlot1>
|
||||
<LanguageSlot2>โอวัลตินปั่นภูเขาไฟ</LanguageSlot2>
|
||||
|
|
@ -2853,7 +2907,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Ovaltine, Sugar, milk</LanguageSlot1>
|
||||
<LanguageSlot2>โอวัลติน น้ำตาล และ นม</LanguageSlot2>
|
||||
|
|
@ -2881,8 +2935,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2899,8 +2953,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2917,8 +2971,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0020.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0020.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -2971,7 +3025,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -3112,7 +3166,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>COCOA OVALTINE \nVOLCANO</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้โอดิบภูเขาไฟ</LanguageSlot2>
|
||||
|
|
@ -3128,7 +3182,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Ovaltine, Cocoa, Sugar, milk</LanguageSlot1>
|
||||
<LanguageSlot2>โกโก้ โอวัลติน น้ำตาล และ นม</LanguageSlot2>
|
||||
|
|
@ -3156,8 +3210,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3174,8 +3228,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3192,8 +3246,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0021.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0021.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3246,7 +3300,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -3406,7 +3460,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>STRAWBERRY SODA</LanguageSlot1>
|
||||
<LanguageSlot2>สตอเบอร์รี่โซดา</LanguageSlot2>
|
||||
|
|
@ -3422,7 +3476,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Strawberry Syrup, Soda & Ice</LanguageSlot1>
|
||||
<LanguageSlot2>น้ำเชื่อมสตอเบอร์รี่ โซดา</LanguageSlot2>
|
||||
|
|
@ -3450,8 +3504,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3468,8 +3522,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-05-02-0041.Button </State>
|
||||
<Value> StringFmt( $52-05-02-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3486,8 +3540,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-05-03-0041.Button </State>
|
||||
<Value> StringFmt( $52-05-03-0041.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3540,7 +3594,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -3681,7 +3735,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>SALAK SODA</LanguageSlot1>
|
||||
<LanguageSlot2>น้ำแดงโซดา</LanguageSlot2>
|
||||
|
|
@ -3697,7 +3751,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Salak Syrup, Soda & Ice</LanguageSlot1>
|
||||
<LanguageSlot2>น้ำแดงกลิ่นสละ โซดา</LanguageSlot2>
|
||||
|
|
@ -3725,8 +3779,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3743,8 +3797,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-05-02-0008.Button </State>
|
||||
<Value> StringFmt( $52-05-02-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3761,8 +3815,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-05-03-0008.Button </State>
|
||||
<Value> StringFmt( $52-05-03-0008.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -3815,7 +3869,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -3966,7 +4020,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>MELON SODA</LanguageSlot1>
|
||||
<LanguageSlot2>เมล่อนโซดา</LanguageSlot2>
|
||||
|
|
@ -3982,7 +4036,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Melon Syrup, Soda, Ice</LanguageSlot1>
|
||||
<LanguageSlot2>น้ำเชื่อมเมล่อน โซดา \nและน้ำแข็ง</LanguageSlot2>
|
||||
|
|
@ -4010,8 +4064,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4028,8 +4082,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-05-02-0044.Button </State>
|
||||
<Value> StringFmt( $52-05-02-0044.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4046,8 +4100,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4100,7 +4154,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -4251,7 +4305,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>YUZU SODA</LanguageSlot1>
|
||||
<LanguageSlot2>ยูซุโซดา</LanguageSlot2>
|
||||
|
|
@ -4267,7 +4321,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Yuzu Syrup, Soda, Ice</LanguageSlot1>
|
||||
<LanguageSlot2>น้ำเชื่อมยูซุ โซดา \nและน้ำแข็ง</LanguageSlot2>
|
||||
|
|
@ -4295,8 +4349,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4313,8 +4367,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-05-02-0045.Button </State>
|
||||
<Value> StringFmt( $52-05-02-0045.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4331,8 +4385,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4385,7 +4439,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
@ -4536,7 +4590,7 @@
|
|||
<Width> 222 </Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<Color> HeadlineColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>OREO SMOOTHIE \nVOLCANO</LanguageSlot1>
|
||||
<LanguageSlot2>โอริโอ้ปั่นภูเขาไฟ</LanguageSlot2>
|
||||
|
|
@ -4552,7 +4606,7 @@
|
|||
<Size> 14 </Size>
|
||||
<Width> 222 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<Color> BodyTextColor2 </Color>
|
||||
<LanguageGroup>
|
||||
<LanguageSlot1>Milk, Sugar, Oreo, Ice</LanguageSlot1>
|
||||
<LanguageSlot2>นม น้ำตาล โอริโอ้ \n</LanguageSlot2>
|
||||
|
|
@ -4580,8 +4634,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4598,8 +4652,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4616,8 +4670,8 @@
|
|||
<Size> TextPriceMenuSize </Size>
|
||||
<Width> 220 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<Color> WTCBlueColor </Color>
|
||||
<ColorDisable> WTCWhiteColor </ColorDisable>
|
||||
<State> $52-03-03-0009.Button </State>
|
||||
<Value> StringFmt( $52-03-03-0009.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
|
|
@ -4670,7 +4724,7 @@
|
|||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Color> WTCMediumBlueColor </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
|
|
|
|||
|
|
@ -1,14 +1,15 @@
|
|||
;
|
||||
Var WTCWhiteColor = "0xFFFFFF"
|
||||
Var WTCLightBlueColor = "0xD5D9F5"
|
||||
Var WTCSemiLightBlueColor = "0x8092FF"
|
||||
Var WTCSemiLightBlueColor = "0xA6B2FF"
|
||||
Var WTCMediumBlueColor = "0x8092FF"
|
||||
Var WTCSemiMediumBlueColor = "0x3D59FF"
|
||||
Var WTCBlueColor = "0x0025FF"
|
||||
|
||||
; case-1-bg-white
|
||||
Var HeadlineColor1 = WTCBlueColor
|
||||
Var SubHeadlineColor1 = WTCBlueColor
|
||||
Var BodyTextColor1 = WTCSemiMediumBlueColor
|
||||
Var BodyTextColor1 = WTCMediumBlueColor
|
||||
Var ButtonPressedColor1 = WTCBlueColor
|
||||
Var ButtonTextPressedColor1 = WTCWhiteColor
|
||||
Var ButtonColor1 = WTCWhiteColor
|
||||
|
|
@ -18,7 +19,7 @@ Var ButtonDisabledColor1 = WTCLightBlueColor
|
|||
; case-2-bg-light-blue
|
||||
Var HeadlineColor2 = WTCBlueColor
|
||||
Var SubHeadlineColor2 = WTCBlueColor
|
||||
Var BodyTextColor2 = WTCSemiMediumBlueColor
|
||||
Var BodyTextColor2 = WTCMediumBlueColor
|
||||
Var ButtonPressedColor2 = WTCBlueColor
|
||||
Var ButtonTextPressedColor2 = WTCWhiteColor
|
||||
Var ButtonColor2 = WTCWhiteColor
|
||||
|
|
|
|||
BIN
inter/whatthecup/sgp/image/drink_option_en/blend.png
Normal file
|
After Width: | Height: | Size: 603 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/blend_db.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/cold.png
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/cold_db.png
Normal file
|
After Width: | Height: | Size: 564 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/hot.png
Normal file
|
After Width: | Height: | Size: 513 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/hot_db.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/normal.png
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
inter/whatthecup/sgp/image/drink_option_en/option_deactive.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png
Normal file
|
After Width: | Height: | Size: 909 B |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_Pepsi_7up.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_appfast2.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_cho_ca2.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_coffee2.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_health.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_protein2.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_recommend2.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_recommend3.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_sodada2.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bn_tea2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_Pepsi_7up.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_appfast2.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_cho_ca2.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_coffee2.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_health.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_protein2.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_recommend2.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_recommend3.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_sodada2.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/bp_tea2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
inter/whatthecup/sgp/image/page3_2_en/tab_line_bottom.png
Normal file
|
After Width: | Height: | Size: 144 B |