HKG : New layout 3 langs page_catalog -> page_brewing, Fix x-y text-price, Add Image
This commit is contained in:
parent
a5b3d8c343
commit
d81016e072
130 changed files with 2765 additions and 1935 deletions
|
|
@ -7,6 +7,8 @@
|
|||
<EventOpen>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
RootLayoutVisible 13 "hide"
|
||||
|
||||
Var UserSeletedSugar = 0
|
||||
|
||||
SAVELOG "Event Open Select 6 HKG"
|
||||
|
|
@ -491,27 +493,67 @@
|
|||
Var text_show_normal_x = 408
|
||||
Var text_show_blend_x = 872
|
||||
|
||||
Var show_text_pay_x = 30
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
EndIf
|
||||
|
||||
Endif
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MSC" Then
|
||||
Var topping_shot_price_x = 630
|
||||
Var text_x_add_oreo_price = 510
|
||||
Var text_show_normal_x = 408
|
||||
Var text_show_blend_x = 872
|
||||
Var show_text_pay_x = 20
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MTC" Then
|
||||
Var topping_shot_price_x = 630
|
||||
Var text_x_add_oreo_price = 510
|
||||
Var text_show_normal_x = 408
|
||||
Var text_show_blend_x = 872
|
||||
Var show_text_pay_x = 20
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If SelectDrinkType = 1 Then
|
||||
Var showname = NameLang[IndexDrinktType][LanguageShowByIndex]
|
||||
Var showdesc = DescLang[IndexDrinktType][LanguageShowByIndex]
|
||||
|
||||
Else
|
||||
If LanguageShowByIndex = 1 Then
|
||||
;cause index 1 is thai lang in sheet
|
||||
Var LanguageShowByIndex = 2
|
||||
EndIf
|
||||
|
||||
Var showname = aliasName[LanguageShowByIndex]
|
||||
Var showdesc = aliasName[LanguageShowByIndex]
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
DEBUGVAR IndexDrinktType
|
||||
|
||||
BackslashNToEnter showname
|
||||
BackslashNToEnter showdesc
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
Var Timeout = 0
|
||||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
RefreshAll
|
||||
</EventLanguageOnChange>
|
||||
|
||||
|
||||
|
|
@ -529,8 +571,8 @@
|
|||
DEBUGVAR OpenFromXML
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog.lxml"
|
||||
|
||||
Open OpenFromXML
|
||||
|
||||
|
||||
|
||||
|
|
@ -1679,7 +1721,7 @@
|
|||
|
||||
|
||||
<Language>
|
||||
<X> 43 </X>
|
||||
<X> 30 </X>
|
||||
<Y> 8 </Y>
|
||||
<Width> 60 </Width>
|
||||
<Height> 42 </Height>
|
||||
|
|
@ -1738,7 +1780,7 @@
|
|||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 40 </X>
|
||||
<X> 30 </X>
|
||||
<Y> 8 </Y>
|
||||
<Width> 60 </Width>
|
||||
<Height> 42 </Height>
|
||||
|
|
@ -1852,7 +1894,7 @@
|
|||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 26 </X>
|
||||
<X> 16 </X>
|
||||
<Y> 8 </Y>
|
||||
<Width> 75 </Width>
|
||||
<Height> 42 </Height>
|
||||
|
|
@ -1936,9 +1978,9 @@
|
|||
<X> 120 </X>
|
||||
<Y> 79 </Y>
|
||||
<State> SugarState1 </State>
|
||||
<Filename> SugarNormalPicLv1 </Filename>
|
||||
<FilenamePress> SugarPressPicLv1 </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping2_en/bu_sugarlevel_sg1.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_6lvl.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_6lvl.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping_inter/bd_sugar_6lvl.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -1968,6 +2010,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000040 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 55 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000046 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 33 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar2
|
||||
|
|
@ -1975,9 +2031,9 @@
|
|||
<X> 260 </X>
|
||||
<Y> 79 </Y>
|
||||
<State> SugarState2 </State>
|
||||
<Filename> SugarNormalPicLv2 </Filename>
|
||||
<FilenamePress> SugarPressPicLv2 </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping2_en/bu_sugarlevel_sg2.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_6lvl.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_6lvl.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping_inter/bd_sugar_6lvl.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2016,6 +2072,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000041 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 55 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000047 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 33 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
|
|
@ -2024,9 +2094,9 @@
|
|||
<X> 400 </X>
|
||||
<Y> 79 </Y>
|
||||
<State> SugarState3 </State>
|
||||
<Filename> SugarNormalPicLv3 </Filename>
|
||||
<FilenamePress> SugarPressPicLv3 </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping2_en/bu_sugarlevel_sg3.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_6lvl.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_6lvl.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping_inter/bd_sugar_6lvl.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2064,6 +2134,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000042 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 55 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000048 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 33 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar4
|
||||
|
|
@ -2071,9 +2155,9 @@
|
|||
<X> 540 </X>
|
||||
<Y> 79 </Y>
|
||||
<State> SugarState4 </State>
|
||||
<Filename> SugarNormalPicLv4 </Filename>
|
||||
<FilenamePress> SugarPressPicLv4 </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping2_en/bu_sugarlevel_sg4.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_6lvl.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_6lvl.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping_inter/bd_sugar_6lvl.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2118,16 +2202,29 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000043 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 55 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000049 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 33 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar5
|
||||
<Button>
|
||||
<X> 680 </X>
|
||||
<Y> 79 </Y>
|
||||
<State> SugarState5 </State>
|
||||
<Filename> SugarNormalPicLv5 </Filename>
|
||||
<FilenamePress> SugarPressPicLv5 </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping2_en/bu_sugarlevel_sg5.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_6lvl.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_6lvl.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping_inter/bd_sugar_6lvl.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2172,6 +2269,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000044 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 55 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000050 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 33 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar6
|
||||
|
|
@ -2179,9 +2290,9 @@
|
|||
<X> 820 </X>
|
||||
<Y> 79 </Y>
|
||||
<State> SugarState6 </State>
|
||||
<Filename> SugarNormalPicLv6 </Filename>
|
||||
<FilenamePress> SugarPressPicLv6 </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping2_en/bu_sugarlevel_sg6.png" </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_6lvl.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_6lvl.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/topping_inter/bd_sugar_6lvl.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2226,6 +2337,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000045 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 55 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000051 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 33 </Y>
|
||||
<Width> 136 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
;- END topping1
|
||||
</Block>
|
||||
|
|
@ -2276,8 +2401,8 @@
|
|||
<X> 149 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState1 </State>
|
||||
<Filename> SugarNormalPicLv1 </Filename>
|
||||
<FilenamePress> SugarPressPicLv1 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2306,6 +2431,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000052 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000060 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar2
|
||||
|
|
@ -2313,8 +2452,8 @@
|
|||
<X> 352 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState2 </State>
|
||||
<Filename> SugarNormalPicLv2 </Filename>
|
||||
<FilenamePress> SugarPressPicLv2 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2342,7 +2481,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
<Language>
|
||||
<ID> 000053 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000061 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
|
|
@ -2351,8 +2503,8 @@
|
|||
<X> 555 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState3 </State>
|
||||
<Filename> SugarNormalPicLv3 </Filename>
|
||||
<FilenamePress> SugarPressPicLv3 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2378,7 +2530,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
<Language>
|
||||
<ID> 000054 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000062 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar4
|
||||
|
|
@ -2386,8 +2551,8 @@
|
|||
<X> 758 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState4 </State>
|
||||
<Filename> SugarNormalPicLv4 </Filename>
|
||||
<FilenamePress> SugarPressPicLv4 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2413,7 +2578,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
<Language>
|
||||
<ID> 000055 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000063 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
;- END topping2
|
||||
|
|
@ -2463,8 +2641,8 @@
|
|||
<X> 149 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState1 </State>
|
||||
<Filename> SugarNormalPicLv1 </Filename>
|
||||
<FilenamePress> SugarPressPicLv1 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2493,7 +2671,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
<Language>
|
||||
<ID> 000052 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000060 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar2
|
||||
|
|
@ -2501,8 +2692,8 @@
|
|||
<X> 352 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState2 </State>
|
||||
<Filename> SugarNormalPicLv2 </Filename>
|
||||
<FilenamePress> SugarPressPicLv2 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2530,7 +2721,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
<Language>
|
||||
<ID> 000053 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000061 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
|
|
@ -2539,8 +2743,8 @@
|
|||
<X> 555 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState3 </State>
|
||||
<Filename> SugarNormalPicLv3 </Filename>
|
||||
<FilenamePress> SugarPressPicLv3 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2566,7 +2770,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
<Language>
|
||||
<ID> 000054 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000062 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
; sugar4
|
||||
|
|
@ -2574,8 +2791,8 @@
|
|||
<X> 758 </X>
|
||||
<Y> 77 </Y>
|
||||
<State> SugarState4 </State>
|
||||
<Filename> SugarNormalPicLv4 </Filename>
|
||||
<FilenamePress> SugarPressPicLv4 </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/image/topping_inter/bn_sugar_4step.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/topping_inter/bp_sugar_4step.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -2602,8 +2819,20 @@
|
|||
DEBUGVAR topping1
|
||||
Refresh
|
||||
</EventClick>
|
||||
|
||||
|
||||
<Language>
|
||||
<ID> 000055 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 1 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 52 </Height>
|
||||
</Language>
|
||||
<Language>
|
||||
<ID> 000063 </ID>
|
||||
<X> 0 </X>
|
||||
<Y> 32 </Y>
|
||||
<Width> 198 </Width>
|
||||
<Height> 21 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
;- END topping2
|
||||
|
|
@ -2887,6 +3116,9 @@
|
|||
<Y> 4 </Y>
|
||||
<Language>
|
||||
<ID> 000100 </ID>
|
||||
<SubValue> text_shot_normal_add </SubValue>
|
||||
<SubSize> 36 </SubSize>
|
||||
<SubColor> 0x84776F </SubColor>
|
||||
</Language>
|
||||
<Width> 800 </Width>
|
||||
<Height> 65 </Height>
|
||||
|
|
@ -2961,15 +3193,15 @@
|
|||
<Filename> Var( DirImage + "/text4.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> text_show_normal_x </X>
|
||||
<Y> 4 </Y>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<State> "Enable" </State>
|
||||
<Size> 36 </Size>
|
||||
<Color> 0x84776F </Color>
|
||||
<Value> text_shot_normal_add </Value>
|
||||
</Text>
|
||||
;<Text>
|
||||
;<X> text_show_normal_x </X>
|
||||
;<Y> 4 </Y>
|
||||
;<Font> KanitRegularTTF </Font>
|
||||
;<State> "Enable" </State>
|
||||
;<Size> 36 </Size>
|
||||
;<Color> 0x84776F </Color>
|
||||
;<Value> text_shot_normal_add </Value>
|
||||
;</Text>
|
||||
|
||||
|
||||
|
||||
|
|
@ -3076,21 +3308,24 @@
|
|||
</Language>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> text_x_add_oreo_price </X>
|
||||
<Y> 12 </Y>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<State> "Enable" </State>
|
||||
<Size> 36 </Size>
|
||||
<Color> 0x84776F </Color>
|
||||
<Value> text_price_6 </Value>
|
||||
</Text>
|
||||
;<Text>
|
||||
;<X> text_x_add_oreo_price </X>
|
||||
;<Y> 12 </Y>
|
||||
;<Font> KanitRegularTTF </Font>
|
||||
;<State> "Enable" </State>
|
||||
;<Size> 36 </Size>
|
||||
;<Color> 0x84776F </Color>
|
||||
;<Value> text_price_6 </Value>
|
||||
;</Text>
|
||||
|
||||
<Text>
|
||||
<X> 120 </X>
|
||||
<Y> 12 </Y>
|
||||
<Language>
|
||||
<ID> 000101 </ID>
|
||||
<SubValue> text_price_6 </SubValue>
|
||||
<SubSize> 36 </SubSize>
|
||||
<SubColor> 0x84776F </SubColor>
|
||||
</Language>
|
||||
</Text>
|
||||
</Row1>
|
||||
|
|
@ -3670,7 +3905,7 @@
|
|||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 64 </X>
|
||||
<X> show_text_pay_x </X>
|
||||
<Y> 19 </Y>
|
||||
<ID> 000073 </ID>
|
||||
</Language>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue