Do step 2

This commit is contained in:
kong 2020-11-01 19:18:47 +07:00
parent 0917152920
commit 1fec32bc08
35 changed files with 170 additions and 264 deletions

View file

@ -5,7 +5,7 @@
out_xml('<FrameScroll> \r\n')
out_xml('<X> 0 </X>\r\n')
out_xml('<Y> 520 </Y>\r\n')
out_xml('<Y> 497 </Y>\r\n')
out_xml('<Width> 1080 </Width>\r\n')
out_xml('<Height> 1400 </Height>\r\n')
out_xml('<ScrollHeight> ' + str(scroll_height) + ' </ScrollHeight>\r\n')
@ -15,9 +15,6 @@
i_str = str(i + 1)
out_xml( '\t; button i='+ i_str + ' ' + product_code[i]+ ' \r\n')
out_xml( '\t<Block>\r\n')
out_xml('<Width> 225 </Width>\r\n')
out_xml('<Height> 296 </Height>\r\n')
out_xml( '\t<Button>\r\n')
out_xml( '\t<X> ' + str(x_button[i]) + ' </X> \r\n')
@ -102,7 +99,6 @@
out_xml( '\t<Value> $' + product_code[i] + '.description </Value>\r\n')
out_xml( '\t</Text>\r\n')
out_xml( '\t</Block>\r\n')
out_xml('</FrameScroll>\r\n')

75
xml/menu_tab.py Normal file
View file

@ -0,0 +1,75 @@
out_xml(' ; bn_bestseller
<Button>
<X> 92 </X>
<Y> 418 </Y>
<State> "PressForever" </State>
<Filename> Var( DirName + "/bn_bestseller.png" )</Filename>
<FilenamePress> Var( DirName + "/bp_bestseller.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
</EventClick>
</Button>
<Button>
<X> 243 </X>
<Y> 418 </Y>
<Filename> Var( DirName + "/bn_coffee.png") </Filename>
<FilenamePress> Var( DirName + "/bp_coffee.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink2.xml"
</EventClick>
</Button>
<Button>
<X> 397 </X>
<Y> 418 </Y>
<Filename> Var( DirName + "/bn_tea.png") </Filename>
<FilenamePress> Var( DirName + "/bp_tea.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink3.xml"
</EventClick>
</Button>
<Button>
<X> 545 </X>
<Y> 418 </Y>
<Filename> Var( DirName + "/bn_cho_ca.png") </Filename>
<FilenamePress> Var( DirName + "/bp_cho_ca.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink4.xml"
</EventClick>
</Button>
<Button>
<X> 696 </X>
<Y> 418 </Y>
<Filename> Var( DirName + "/bn_fruit.png") </Filename>
<FilenamePress> Var( DirName + "/bp_fruit.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink5.xml"
</EventClick>
</Button>
<Button>
<X> 847 </X>
<Y> 418 </Y>
<Filename> Var( DirName + "/bn_sodada.png") </Filename>
<FilenamePress> Var( DirName + "/bp_sodada.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink6.xml"
</EventClick>
</Button>

View file

@ -35,7 +35,7 @@
Var countClick = 0
Var RoadShow = "false"
Var RoadShow = "true"
Var IgnorePoint = "true"
Var CountDownShowButton = 30
@ -43,7 +43,8 @@
Var ShowButtonClick = "Enable"
Var ShowButtonClickFull = "Invisible"
Var XPosiShowCountDownBrew = 768
;Var XPosiShowCountDownBrew = 768
Var XPosiShowCountDownBrew = 693
If MachineStage = "close-maintenance" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"

View file

@ -67,6 +67,17 @@
<EventOpen>
; On open
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/page3_en"
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
Else
Var DirImage = "ROOT/taobin_project/image/page3"
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
EndIf
</EventOpen>
<Timeout> 60000 </Timeout>
@ -85,7 +96,7 @@
; under line
<Image>
<X> 0 </X>
<Y> 517 </Y>
<Y> 494 </Y>
<Filename> "ROOT/taobin_project/image/page3/tab_line_bottom.png" </Filename>
</Image>
@ -93,7 +104,7 @@
; under line
<Image>
<X> 0 </X>
<Y> 380 </Y>
<Y> 357 </Y>
<Filename> "ROOT/taobin_project/image/page3/bg1.png" </Filename>
</Image>
@ -114,26 +125,30 @@
<Button>
<X> 990 </X>
<Y> 438 </Y>
<Filename> "ROOT/taobin_project/image/page2/bn_eng_lang.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page2/bn_eng_lang.png" </FilenamePress>
<Y> 415 </Y>
<Filename> show_btn </Filename>
<FilenamePress> show_btp </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
; eng
If show_eng = "true" Then
Var show_eng = "false"
Else
Var show_eng = "true"
EndIf
Open CurrentXMLFileName2
</EventClick>
</Button>
;
;bn_bestseller
<Button>
<X> 92 </X>
<Y> 418 </Y>
<Y> 395 </Y>
<State> "PressForever" </State>
<Filename> "ROOT/taobin_project/image/page3/bn_bestseller.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_bestseller.png" </FilenamePress>
<Filename> Var( DirImage + "/bn_bestseller.png" )</Filename>
<FilenamePress> Var( DirImage + "/bp_bestseller.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -143,9 +158,9 @@
<Button>
<X> 243 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_coffee.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_coffee.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_coffee.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_coffee.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -155,9 +170,9 @@
<Button>
<X> 397 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_tea.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_tea.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_tea.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -167,9 +182,9 @@
<Button>
<X> 545 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_cho_ca.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_cho_ca.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_cho_ca.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_cho_ca.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -179,9 +194,9 @@
<Button>
<X> 696 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_fruit.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_fruit.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_fruit.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_fruit.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -192,9 +207,9 @@
<Button>
<X> 847 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_sodada.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_sodada.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_sodada.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_sodada.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -203,8 +218,6 @@
</Button>
<?hurr
#include=menu_gen.py
?>

View file

@ -12,6 +12,17 @@
<EventOpen>
; On open
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/page3_en"
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
Else
Var DirImage = "ROOT/taobin_project/image/page3"
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
EndIf
</EventOpen>
<Timeout> 60000 </Timeout>
@ -30,7 +41,7 @@
; under line
<Image>
<X> 0 </X>
<Y> 517 </Y>
<Y> 494 </Y>
<Filename> "ROOT/taobin_project/image/page3/tab_line_bottom.png" </Filename>
</Image>
@ -38,7 +49,7 @@
; under line
<Image>
<X> 0 </X>
<Y> 380 </Y>
<Y> 357 </Y>
<Filename> "ROOT/taobin_project/image/page3/bg1.png" </Filename>
</Image>
@ -59,26 +70,30 @@
<Button>
<X> 990 </X>
<Y> 438 </Y>
<Filename> "ROOT/taobin_project/image/page2/bn_eng_lang.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page2/bn_eng_lang.png" </FilenamePress>
<Y> 415 </Y>
<Filename> show_btn </Filename>
<FilenamePress> show_btp </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
; eng
If show_eng = "true" Then
Var show_eng = "false"
Else
Var show_eng = "true"
EndIf
Open CurrentXMLFileName2
</EventClick>
</Button>
;
;bn_bestseller
<Button>
<X> 92 </X>
<Y> 418 </Y>
<Y> 395 </Y>
<State> "PressForever" </State>
<Filename> "ROOT/taobin_project/image/page3/bn_bestseller.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_bestseller.png" </FilenamePress>
<Filename> Var( DirImage + "/bn_bestseller.png" )</Filename>
<FilenamePress> Var( DirImage + "/bp_bestseller.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -88,9 +103,9 @@
<Button>
<X> 243 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_coffee.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_coffee.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_coffee.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_coffee.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -100,9 +115,9 @@
<Button>
<X> 397 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_tea.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_tea.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_tea.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_tea.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -112,9 +127,9 @@
<Button>
<X> 545 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_cho_ca.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_cho_ca.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_cho_ca.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_cho_ca.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -124,9 +139,9 @@
<Button>
<X> 696 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_fruit.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_fruit.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_fruit.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_fruit.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -137,9 +152,9 @@
<Button>
<X> 847 </X>
<Y> 418 </Y>
<Filename> "ROOT/taobin_project/image/page3/bn_sodada.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page3/bp_sodada.png" </FilenamePress>
<Y> 395 </Y>
<Filename> Var( DirImage + "/bn_sodada.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_sodada.png") </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -148,19 +163,14 @@
</Button>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Y> 497 </Y>
<Width> 1080 </Width>
<Height> 1400 </Height>
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-02-0006
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -185,9 +195,6 @@
</EventOnClick>
</Button>
; button i=2 11-99-02-0001
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -212,9 +219,6 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0003
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -239,9 +243,6 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0007
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -266,9 +267,6 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0002
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -293,9 +291,6 @@
</EventOnClick>
</Button>
; button i=6 11-99-01-0004
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -320,9 +315,6 @@
</EventOnClick>
</Button>
; button i=7 11-99-02-0020
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 382 </Y>
@ -347,9 +339,6 @@
</EventOnClick>
</Button>
; button i=8 11-99-02-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 382 </Y>
@ -374,9 +363,6 @@
</EventOnClick>
</Button>
; button i=9 11-99-01-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 710 </Y>
@ -401,9 +387,6 @@
</EventOnClick>
</Button>
; button i=10 11-99-02-0018
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 710 </Y>
@ -456,7 +439,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0006.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -486,7 +468,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0001.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -516,7 +497,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0003.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -546,7 +526,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0007.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -576,7 +555,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0002.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -606,7 +584,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0004.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 394 </Y>
@ -636,7 +613,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0020.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 394 </Y>
@ -666,7 +642,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0017.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 722 </Y>
@ -696,7 +671,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0017.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 722 </Y>
@ -726,7 +700,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0018.description </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -150,15 +150,12 @@
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Y> 497 </Y>
<Width> 1080 </Width>
<Height> 1400 </Height>
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0010
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -183,9 +180,6 @@
</EventOnClick>
</Button>
; button i=2 11-99-01-0001
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -210,9 +204,6 @@
</EventOnClick>
</Button>
; button i=3 11-99-01-0002
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -237,9 +228,6 @@
</EventOnClick>
</Button>
; button i=4 11-99-01-0004
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -264,9 +252,6 @@
</EventOnClick>
</Button>
; button i=5 11-99-01-0007
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -291,9 +276,6 @@
</EventOnClick>
</Button>
; button i=6 11-99-01-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -318,9 +300,6 @@
</EventOnClick>
</Button>
; button i=7 11-99-01-0003
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 382 </Y>
@ -345,9 +324,6 @@
</EventOnClick>
</Button>
; button i=8 11-99-02-0006
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 382 </Y>
@ -372,9 +348,6 @@
</EventOnClick>
</Button>
; button i=9 11-99-02-0024
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 710 </Y>
@ -399,9 +372,6 @@
</EventOnClick>
</Button>
; button i=10 11-99-02-0001
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 710 </Y>
@ -426,9 +396,6 @@
</EventOnClick>
</Button>
; button i=11 11-99-02-0003
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 710 </Y>
@ -453,9 +420,6 @@
</EventOnClick>
</Button>
; button i=12 11-99-02-0007
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 710 </Y>
@ -480,9 +444,6 @@
</EventOnClick>
</Button>
; button i=13 11-99-02-0030
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 1038 </Y>
@ -507,9 +468,6 @@
</EventOnClick>
</Button>
; button i=14 11-99-02-0002
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 1038 </Y>
@ -562,7 +520,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0010.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -592,7 +549,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0001.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -622,7 +578,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0002.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -652,7 +607,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0004.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -682,7 +636,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0007.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -712,7 +665,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0017.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 394 </Y>
@ -742,7 +694,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0003.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 394 </Y>
@ -772,7 +723,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0006.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 722 </Y>
@ -802,7 +752,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0024.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 722 </Y>
@ -832,7 +781,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0001.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 722 </Y>
@ -862,7 +810,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0003.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 722 </Y>
@ -892,7 +839,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0007.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 1050 </Y>
@ -922,7 +868,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0030.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 1050 </Y>
@ -952,7 +897,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0002.description </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -152,15 +152,12 @@
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Y> 497 </Y>
<Width> 1080 </Width>
<Height> 1400 </Height>
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0014
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -185,9 +182,6 @@
</EventOnClick>
</Button>
; button i=2 11-99-01-0012
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -212,9 +206,6 @@
</EventOnClick>
</Button>
; button i=3 11-99-01-0011
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -239,9 +230,6 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0004
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -266,9 +254,6 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0014
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -293,9 +278,6 @@
</EventOnClick>
</Button>
; button i=6 11-99-02-0010
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -348,7 +330,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0014.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -378,7 +359,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0012.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -408,7 +388,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0011.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -438,7 +417,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0004.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -468,7 +446,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0014.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -498,7 +475,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0010.description </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -154,15 +154,12 @@
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Y> 497 </Y>
<Width> 1080 </Width>
<Height> 1400 </Height>
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0006
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -187,9 +184,6 @@
</EventOnClick>
</Button>
; button i=2 11-99-01-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -214,9 +208,6 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0005
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -241,9 +232,6 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0031
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -296,7 +284,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0006.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -326,7 +313,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0017.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -356,7 +342,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0005.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -386,7 +371,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0031.description </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -154,15 +154,12 @@
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Y> 497 </Y>
<Width> 1080 </Width>
<Height> 1400 </Height>
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0009
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -187,9 +184,6 @@
</EventOnClick>
</Button>
; button i=2 11-99-02-0016
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -214,9 +208,6 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -241,9 +232,6 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0020
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -268,9 +256,6 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0021
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -295,9 +280,6 @@
</EventOnClick>
</Button>
; button i=6 11-99-02-0023
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -322,9 +304,6 @@
</EventOnClick>
</Button>
; button i=7 11-99-02-0022
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 382 </Y>
@ -349,9 +328,6 @@
</EventOnClick>
</Button>
; button i=8 11-99-02-0011
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 382 </Y>
@ -404,7 +380,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0009.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -434,7 +409,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0016.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -464,7 +438,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0017.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -494,7 +467,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0020.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -524,7 +496,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0021.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -554,7 +525,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0023.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 394 </Y>
@ -584,7 +554,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0022.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 394 </Y>
@ -614,7 +583,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0011.description </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -154,15 +154,12 @@
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Y> 497 </Y>
<Width> 1080 </Width>
<Height> 1400 </Height>
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-02-0018
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -187,9 +184,6 @@
</EventOnClick>
</Button>
; button i=2 11-99-02-0018
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -214,9 +208,6 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0025
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -241,9 +232,6 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0032
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -268,9 +256,6 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0026
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -295,9 +280,6 @@
</EventOnClick>
</Button>
; button i=6 11-99-02-0009
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -350,7 +332,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0018.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -380,7 +361,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0018.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -410,7 +390,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0025.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -440,7 +419,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0032.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -470,7 +448,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0026.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -500,7 +477,6 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0009.description </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -709,10 +709,10 @@
;Open "ROOT/taobin_project/xml/page_show_consent.xml"
;Open "ROOT/taobin_project/xml/page_drinkok.xml"
;Open "ROOT/taobin_project/xml/page_thankyou.xml"
Open "ROOT/taobin_project/xml/page_thankyou.xml"
Var CoffeePoint = 11
Open "ROOT/taobin_project/xml/page_collect_point_3.xml"
;Var CoffeePoint = 11
;Open "ROOT/taobin_project/xml/page_collect_point_3.xml"
;Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_back_to_error.xml"
EndIf