This commit is contained in:
kong 2020-12-26 01:33:30 +07:00
parent 9a768cf571
commit 2002701787
33 changed files with 2677 additions and 1600 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -19,6 +19,7 @@
out_xml( '\t<State> $' + product_code[i] + '.Button </State> \r\n')
out_xml( '\t<Button>\r\n')
out_xml( '\t<State> $' + product_code[i] + '.Button </State> \r\n')
out_xml( '\t<Filename> Var( "' + default_dir + '" + $'+ product_code[i] +'.image ) </Filename>\r\n')
out_xml( '\t<FilenamePress> Var( "' + default_dir_press + '" + $'+ product_code[i] +'.image ) " </FilenamePress>\r\n')
out_xml( '\t<FilenameDisable> Var( "' + default_dir_disable + '" + $'+ product_code[i] +'.image ) " </FilenameDisable>\r\n')

View file

@ -11,8 +11,7 @@
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/topview_button_back_main.xml"
Var FileNumber = 1
Var sub_profile = "whey"
Var taobin_version = "1.05"
Var taobin_version = "1.11"
; 1.00 is
; On open
@ -60,6 +59,13 @@
EndIf
If MachineStage = "mcu-upgrade" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
Var TestLoopMakeDrink = 0
Var TestLoopSuccess = 0
Var TestLoopFailed = 0
@ -96,15 +102,19 @@
EndIf
If NetworkStatus = "DEACTIVE" Then
Open "/ROOT/xml/offline.xml"
EndIf
EndIf
If MachineStage = "close-maintenance" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
If MachineStage = "mcu-upgrade" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
EndIf
If MachineStage = "drink-failed" Then
@ -116,9 +126,6 @@
Open "ROOT/taobin_project/xml/page_remove_cup.xml"
EndIf
SAVELOG MachineStage
Var CountDownShowButton = CountDownShowButton - 1
@ -152,9 +159,12 @@
<EventNetDown>
SAVELOG NetworkStatus
Open "/mnt/sdcard/coffeevending/xml/main.xml"
</EventNetDown>
<EventNetDeactive>
SAVELOG NetworkStatus
Open "/mnt/sdcard/coffeevending/xml/main.xml"
</EventNetDeactive>

View file

@ -6,24 +6,24 @@
product_code = []
product_code.append('11-99-01-0001')
product_code.append('11-99-01-0002')
product_code.append('11-99-01-0003')
product_code.append('11-99-02-0005')
product_code.append('12-01-01-0001')
product_code.append('12-01-01-0003')
product_code.append('12-01-01-0004')
product_code.append('12-01-02-0003')
product_code.append('11-99-02-0013')
product_code.append('11-99-02-0014')
product_code.append('11-99-02-0018')
product_code.append('11-99-02-0020')
product_code.append('12-03-02-0002')
product_code.append('12-03-02-0004')
product_code.append('12-02-02-0002')
product_code.append('12-02-02-0004')
product_code.append('11-99-02-0017')
product_code.append('11-99-02-0023')
product_code.append('11-99-02-0024')
product_code.append('11-99-02-0033')
product_code.append('11-99-02-0051')
product_code.append('11-99-02-0039')
product_code.append('11-99-02-0038')
product_code.append('11-99-02-0035')
product_code.append('12-02-02-0001')
product_code.append('12-02-02-0007')
product_code.append('12-02-02-0008')
product_code.append('12-05-02-0007')
product_code.append('12-05-02-0021')
product_code.append('12-05-02-0013')
product_code.append('12-05-02-0012')
product_code.append('12-05-02-0009')
menu_count = len( product_code)
?>

View file

@ -243,6 +243,7 @@
<Height> 296 </Height>
<State> $11-99-01-0001.Button </State>
<Button>
<State> $11-99-01-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0001.image ) " </FilenameDisable>
@ -334,6 +335,7 @@
<Height> 296 </Height>
<State> $11-99-01-0002.Button </State>
<Button>
<State> $11-99-01-0002.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0002.image ) " </FilenameDisable>
@ -425,6 +427,7 @@
<Height> 296 </Height>
<State> $11-99-01-0003.Button </State>
<Button>
<State> $11-99-01-0003.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0003.image ) " </FilenameDisable>
@ -516,6 +519,7 @@
<Height> 296 </Height>
<State> $11-99-02-0005.Button </State>
<Button>
<State> $11-99-02-0005.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0005.image ) " </FilenameDisable>
@ -607,6 +611,7 @@
<Height> 296 </Height>
<State> $11-99-02-0013.Button </State>
<Button>
<State> $11-99-02-0013.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0013.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0013.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0013.image ) " </FilenameDisable>
@ -698,6 +703,7 @@
<Height> 296 </Height>
<State> $11-99-02-0014.Button </State>
<Button>
<State> $11-99-02-0014.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0014.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0014.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0014.image ) " </FilenameDisable>
@ -789,6 +795,7 @@
<Height> 296 </Height>
<State> $11-99-02-0018.Button </State>
<Button>
<State> $11-99-02-0018.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0018.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0018.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0018.image ) " </FilenameDisable>
@ -880,6 +887,7 @@
<Height> 296 </Height>
<State> $11-99-02-0020.Button </State>
<Button>
<State> $11-99-02-0020.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0020.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0020.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0020.image ) " </FilenameDisable>
@ -971,6 +979,7 @@
<Height> 296 </Height>
<State> $11-99-02-0017.Button </State>
<Button>
<State> $11-99-02-0017.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0017.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0017.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0017.image ) " </FilenameDisable>
@ -1062,6 +1071,7 @@
<Height> 296 </Height>
<State> $11-99-02-0023.Button </State>
<Button>
<State> $11-99-02-0023.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0023.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0023.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0023.image ) " </FilenameDisable>
@ -1153,6 +1163,7 @@
<Height> 296 </Height>
<State> $11-99-02-0024.Button </State>
<Button>
<State> $11-99-02-0024.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0024.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0024.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0024.image ) " </FilenameDisable>
@ -1244,6 +1255,7 @@
<Height> 296 </Height>
<State> $11-99-02-0033.Button </State>
<Button>
<State> $11-99-02-0033.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0033.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0033.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0033.image ) " </FilenameDisable>
@ -1335,6 +1347,7 @@
<Height> 296 </Height>
<State> $11-99-02-0051.Button </State>
<Button>
<State> $11-99-02-0051.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0051.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0051.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0051.image ) " </FilenameDisable>
@ -1426,6 +1439,7 @@
<Height> 296 </Height>
<State> $11-99-02-0039.Button </State>
<Button>
<State> $11-99-02-0039.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0039.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0039.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0039.image ) " </FilenameDisable>
@ -1517,6 +1531,7 @@
<Height> 296 </Height>
<State> $11-99-02-0038.Button </State>
<Button>
<State> $11-99-02-0038.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0038.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0038.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0038.image ) " </FilenameDisable>
@ -1608,6 +1623,7 @@
<Height> 296 </Height>
<State> $11-99-02-0035.Button </State>
<Button>
<State> $11-99-02-0035.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0035.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0035.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0035.image ) " </FilenameDisable>

View file

@ -7,34 +7,33 @@
product_code = []
product_code.append('11-99-01-0001')
product_code.append('11-99-01-0101')
product_code.append('11-99-01-0002')
product_code.append('11-99-01-0003')
product_code.append('12-01-01-0001')
product_code.append('12-11-01-0001')
product_code.append('12-01-01-0003')
product_code.append('12-01-01-0004')
product_code.append('11-99-01-0004')
product_code.append('12-01-01-0005')
product_code.append('11-99-01-0005')
product_code.append('11-99-01-0006')
#product_code.append('11-99-01-0007')
product_code.append('12-01-01-0006')
product_code.append('12-01-01-0007')
product_code.append('11-99-01-0008')
#product_code.append('11-99-01-0009')
product_code.append('11-99-01-0010')
product_code.append('11-99-01-0011')
product_code.append('12-01-01-0009')
product_code.append('12-01-01-0010')
product_code.append('12-01-01-0011')
product_code.append('12-01-01-0012')
product_code.append('11-99-02-0001')
product_code.append('11-99-02-0002')
product_code.append('11-99-02-0003')
product_code.append('11-99-02-0004')
product_code.append('12-11-02-0001')
product_code.append('12-01-02-0001')
product_code.append('12-01-02-0002')
product_code.append('12-11-02-0002')
product_code.append('11-99-02-0005')
product_code.append('11-99-02-0006')
product_code.append('11-99-02-0007')
#product_code.append('11-99-02-0000')
product_code.append('12-01-02-0003')
product_code.append('12-01-02-0004')
product_code.append('12-01-02-0005')
product_code.append('11-99-02-0009')
product_code.append('11-99-02-0011')
product_code.append('12-01-02-0007')
product_code.append('12-01-02-0008')
product_code.append('12-01-02-0009')
#product_code.append('')
menu_count = len( product_code)

File diff suppressed because it is too large Load diff

View file

@ -5,32 +5,32 @@
product_code = []
product_code.append('11-99-01-0017')
#product_code.append('11-99-01-0009')
product_code.append('12-02-01-0001')
product_code.append('12-02-01-0002')
product_code.append('11-99-01-0019')
product_code.append('11-99-01-0020')
product_code.append('12-02-01-0003')
product_code.append('12-02-01-0004')
#product_code.append('hot-black-tea')
product_code.append('11-99-01-0022')
product_code.append('12-02-01-0005')
product_code.append('12-02-01-0006')
product_code.append('11-99-01-0023')
product_code.append('11-99-01-0024')
product_code.append('11-99-01-0025')
product_code.append('11-99-01-0026')
product_code.append('12-02-01-0007')
product_code.append('12-02-01-0008')
product_code.append('12-02-01-0009')
product_code.append('12-02-01-0010')
product_code.append('11-99-02-0017')
product_code.append('11-99-02-0018')
product_code.append('11-99-02-0019')
product_code.append('11-99-02-0020')
#product_code.append('11-99-02-0021')
product_code.append('11-99-02-0022')
product_code.append('11-99-02-0023')
product_code.append('12-02-02-0001')
product_code.append('12-02-02-0002')
product_code.append('12-02-02-0003')
product_code.append('12-02-02-0004')
product_code.append('12-02-02-0005')
product_code.append('12-02-02-0006')
product_code.append('12-02-02-0007')
product_code.append('11-99-02-0024')
product_code.append('11-99-02-0025')
product_code.append('11-99-02-0026')
product_code.append('12-02-02-0008')
product_code.append('12-02-02-0009')
product_code.append('12-02-02-0010')
menu_count = len( product_code)

File diff suppressed because it is too large Load diff

View file

@ -7,20 +7,20 @@
product_code = []
product_code.append('11-99-01-0012')
product_code.append('11-99-01-0013')
product_code.append('11-99-01-0014')
product_code.append('11-99-01-0015')
product_code.append('12-03-01-0001')
product_code.append('12-03-01-0002')
product_code.append('12-03-01-0003')
product_code.append('12-03-01-0004')
product_code.append('11-99-01-0016')
product_code.append('11-99-02-0012')
product_code.append('11-99-02-0013')
product_code.append('11-99-02-0014')
product_code.append('12-03-01-0005')
product_code.append('12-03-02-0001')
product_code.append('12-03-02-0002')
product_code.append('12-03-02-0003')
product_code.append('11-99-02-0015')
product_code.append('11-99-03-0002')
product_code.append('11-99-02-0016')
#product_code.append('11-99-02-0013')
product_code.append('12-03-02-0004')
product_code.append('12-03-02-0006')
product_code.append('12-03-02-0005')
#product_code.append('12-03-02-0002')
menu_count = len( product_code)

View file

@ -237,27 +237,28 @@
<ScrollHeight> "auto" </ScrollHeight>
<Scroll> "Vertical" </Scroll>
<Column> 4 </Column>
; button i=1 11-99-01-0012
; button i=1 12-03-01-0001
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-01-0012.Button </State>
<State> $12-03-01-0001.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0012.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0012.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0012.image ) " </FilenameDisable>
<State> $12-03-01-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-01-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-01-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-01-0001.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-01-0012"
Var NameDrink = $11-99-01-0012.NameE
Var NameDrinkTH = $11-99-01-0012.Name
Var DrinkDescriptionTH = $11-99-01-0012.description
Var DrinkDescription = $11-99-01-0012.descriptionE
Var PriceDrink = $11-99-01-0012.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-01-0012.image
Var SelectDrink = "12-03-01-0001"
Var NameDrink = $12-03-01-0001.NameE
Var NameDrinkTH = $12-03-01-0001.Name
Var DrinkDescriptionTH = $12-03-01-0001.description
Var DrinkDescription = $12-03-01-0001.descriptionE
Var PriceDrink = $12-03-01-0001.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-01-0001.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -273,7 +274,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-01-0012.Price </Value>
<Value> $12-03-01-0001.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -294,7 +295,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0012.Name </Value>
<Value> $12-03-01-0001.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -304,7 +305,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0012.description </Value>
<Value> $12-03-01-0001.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -315,7 +316,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-01-0012.NameE </Value>
<Value> $12-03-01-0001.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -325,30 +326,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-01-0012.descriptionE </Value>
<Value> $12-03-01-0001.descriptionE </Value>
</Text>
</Block>
; button i=2 11-99-01-0013
; button i=2 12-03-01-0002
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-01-0013.Button </State>
<State> $12-03-01-0002.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0013.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0013.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0013.image ) " </FilenameDisable>
<State> $12-03-01-0002.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-01-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-01-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-01-0002.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-01-0013"
Var NameDrink = $11-99-01-0013.NameE
Var NameDrinkTH = $11-99-01-0013.Name
Var DrinkDescriptionTH = $11-99-01-0013.description
Var DrinkDescription = $11-99-01-0013.descriptionE
Var PriceDrink = $11-99-01-0013.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-01-0013.image
Var SelectDrink = "12-03-01-0002"
Var NameDrink = $12-03-01-0002.NameE
Var NameDrinkTH = $12-03-01-0002.Name
Var DrinkDescriptionTH = $12-03-01-0002.description
Var DrinkDescription = $12-03-01-0002.descriptionE
Var PriceDrink = $12-03-01-0002.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-01-0002.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -364,7 +366,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-01-0013.Price </Value>
<Value> $12-03-01-0002.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -385,7 +387,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0013.Name </Value>
<Value> $12-03-01-0002.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -395,7 +397,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0013.description </Value>
<Value> $12-03-01-0002.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -406,7 +408,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-01-0013.NameE </Value>
<Value> $12-03-01-0002.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -416,30 +418,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-01-0013.descriptionE </Value>
<Value> $12-03-01-0002.descriptionE </Value>
</Text>
</Block>
; button i=3 11-99-01-0014
; button i=3 12-03-01-0003
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-01-0014.Button </State>
<State> $12-03-01-0003.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0014.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0014.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0014.image ) " </FilenameDisable>
<State> $12-03-01-0003.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-01-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-01-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-01-0003.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-01-0014"
Var NameDrink = $11-99-01-0014.NameE
Var NameDrinkTH = $11-99-01-0014.Name
Var DrinkDescriptionTH = $11-99-01-0014.description
Var DrinkDescription = $11-99-01-0014.descriptionE
Var PriceDrink = $11-99-01-0014.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-01-0014.image
Var SelectDrink = "12-03-01-0003"
Var NameDrink = $12-03-01-0003.NameE
Var NameDrinkTH = $12-03-01-0003.Name
Var DrinkDescriptionTH = $12-03-01-0003.description
Var DrinkDescription = $12-03-01-0003.descriptionE
Var PriceDrink = $12-03-01-0003.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-01-0003.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -455,7 +458,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-01-0014.Price </Value>
<Value> $12-03-01-0003.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -476,7 +479,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0014.Name </Value>
<Value> $12-03-01-0003.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -486,7 +489,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0014.description </Value>
<Value> $12-03-01-0003.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -497,7 +500,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-01-0014.NameE </Value>
<Value> $12-03-01-0003.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -507,30 +510,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-01-0014.descriptionE </Value>
<Value> $12-03-01-0003.descriptionE </Value>
</Text>
</Block>
; button i=4 11-99-01-0015
; button i=4 12-03-01-0004
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-01-0015.Button </State>
<State> $12-03-01-0004.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0015.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0015.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0015.image ) " </FilenameDisable>
<State> $12-03-01-0004.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-01-0004.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-01-0004.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-01-0004.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-01-0015"
Var NameDrink = $11-99-01-0015.NameE
Var NameDrinkTH = $11-99-01-0015.Name
Var DrinkDescriptionTH = $11-99-01-0015.description
Var DrinkDescription = $11-99-01-0015.descriptionE
Var PriceDrink = $11-99-01-0015.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-01-0015.image
Var SelectDrink = "12-03-01-0004"
Var NameDrink = $12-03-01-0004.NameE
Var NameDrinkTH = $12-03-01-0004.Name
Var DrinkDescriptionTH = $12-03-01-0004.description
Var DrinkDescription = $12-03-01-0004.descriptionE
Var PriceDrink = $12-03-01-0004.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-01-0004.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -546,7 +550,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-01-0015.Price </Value>
<Value> $12-03-01-0004.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -567,7 +571,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0015.Name </Value>
<Value> $12-03-01-0004.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -577,7 +581,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0015.description </Value>
<Value> $12-03-01-0004.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -588,7 +592,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-01-0015.NameE </Value>
<Value> $12-03-01-0004.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -598,30 +602,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-01-0015.descriptionE </Value>
<Value> $12-03-01-0004.descriptionE </Value>
</Text>
</Block>
; button i=5 11-99-01-0016
; button i=5 12-03-01-0005
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-01-0016.Button </State>
<State> $12-03-01-0005.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0016.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0016.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0016.image ) " </FilenameDisable>
<State> $12-03-01-0005.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-01-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-01-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-01-0005.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-01-0016"
Var NameDrink = $11-99-01-0016.NameE
Var NameDrinkTH = $11-99-01-0016.Name
Var DrinkDescriptionTH = $11-99-01-0016.description
Var DrinkDescription = $11-99-01-0016.descriptionE
Var PriceDrink = $11-99-01-0016.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-01-0016.image
Var SelectDrink = "12-03-01-0005"
Var NameDrink = $12-03-01-0005.NameE
Var NameDrinkTH = $12-03-01-0005.Name
Var DrinkDescriptionTH = $12-03-01-0005.description
Var DrinkDescription = $12-03-01-0005.descriptionE
Var PriceDrink = $12-03-01-0005.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-01-0005.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -637,7 +642,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-01-0016.Price </Value>
<Value> $12-03-01-0005.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -658,7 +663,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0016.Name </Value>
<Value> $12-03-01-0005.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -668,7 +673,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0016.description </Value>
<Value> $12-03-01-0005.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -679,7 +684,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-01-0016.NameE </Value>
<Value> $12-03-01-0005.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -689,30 +694,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-01-0016.descriptionE </Value>
<Value> $12-03-01-0005.descriptionE </Value>
</Text>
</Block>
; button i=6 11-99-02-0012
; button i=6 12-03-02-0001
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0012.Button </State>
<State> $12-03-02-0001.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0012.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0012.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0012.image ) " </FilenameDisable>
<State> $12-03-02-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0001.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0012"
Var NameDrink = $11-99-02-0012.NameE
Var NameDrinkTH = $11-99-02-0012.Name
Var DrinkDescriptionTH = $11-99-02-0012.description
Var DrinkDescription = $11-99-02-0012.descriptionE
Var PriceDrink = $11-99-02-0012.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0012.image
Var SelectDrink = "12-03-02-0001"
Var NameDrink = $12-03-02-0001.NameE
Var NameDrinkTH = $12-03-02-0001.Name
Var DrinkDescriptionTH = $12-03-02-0001.description
Var DrinkDescription = $12-03-02-0001.descriptionE
Var PriceDrink = $12-03-02-0001.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0001.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -728,7 +734,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0012.Price </Value>
<Value> $12-03-02-0001.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -749,7 +755,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0012.Name </Value>
<Value> $12-03-02-0001.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -759,7 +765,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0012.description </Value>
<Value> $12-03-02-0001.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -770,7 +776,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0012.NameE </Value>
<Value> $12-03-02-0001.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -780,30 +786,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0012.descriptionE </Value>
<Value> $12-03-02-0001.descriptionE </Value>
</Text>
</Block>
; button i=7 11-99-02-0013
; button i=7 12-03-02-0002
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0013.Button </State>
<State> $12-03-02-0002.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0013.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0013.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0013.image ) " </FilenameDisable>
<State> $12-03-02-0002.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0002.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0013"
Var NameDrink = $11-99-02-0013.NameE
Var NameDrinkTH = $11-99-02-0013.Name
Var DrinkDescriptionTH = $11-99-02-0013.description
Var DrinkDescription = $11-99-02-0013.descriptionE
Var PriceDrink = $11-99-02-0013.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0013.image
Var SelectDrink = "12-03-02-0002"
Var NameDrink = $12-03-02-0002.NameE
Var NameDrinkTH = $12-03-02-0002.Name
Var DrinkDescriptionTH = $12-03-02-0002.description
Var DrinkDescription = $12-03-02-0002.descriptionE
Var PriceDrink = $12-03-02-0002.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0002.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -819,7 +826,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0013.Price </Value>
<Value> $12-03-02-0002.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -840,7 +847,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0013.Name </Value>
<Value> $12-03-02-0002.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -850,7 +857,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0013.description </Value>
<Value> $12-03-02-0002.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -861,7 +868,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0013.NameE </Value>
<Value> $12-03-02-0002.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -871,30 +878,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0013.descriptionE </Value>
<Value> $12-03-02-0002.descriptionE </Value>
</Text>
</Block>
; button i=8 11-99-02-0014
; button i=8 12-03-02-0003
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0014.Button </State>
<State> $12-03-02-0003.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0014.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0014.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0014.image ) " </FilenameDisable>
<State> $12-03-02-0003.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0003.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0014"
Var NameDrink = $11-99-02-0014.NameE
Var NameDrinkTH = $11-99-02-0014.Name
Var DrinkDescriptionTH = $11-99-02-0014.description
Var DrinkDescription = $11-99-02-0014.descriptionE
Var PriceDrink = $11-99-02-0014.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0014.image
Var SelectDrink = "12-03-02-0003"
Var NameDrink = $12-03-02-0003.NameE
Var NameDrinkTH = $12-03-02-0003.Name
Var DrinkDescriptionTH = $12-03-02-0003.description
Var DrinkDescription = $12-03-02-0003.descriptionE
Var PriceDrink = $12-03-02-0003.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0003.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -910,7 +918,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0014.Price </Value>
<Value> $12-03-02-0003.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -931,7 +939,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0014.Name </Value>
<Value> $12-03-02-0003.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -941,7 +949,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0014.description </Value>
<Value> $12-03-02-0003.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -952,7 +960,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0014.NameE </Value>
<Value> $12-03-02-0003.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -962,30 +970,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0014.descriptionE </Value>
<Value> $12-03-02-0003.descriptionE </Value>
</Text>
</Block>
; button i=9 11-99-02-0015
; button i=9 12-03-02-0004
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0015.Button </State>
<State> $12-03-02-0004.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0015.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0015.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0015.image ) " </FilenameDisable>
<State> $12-03-02-0004.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0004.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0004.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0004.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0015"
Var NameDrink = $11-99-02-0015.NameE
Var NameDrinkTH = $11-99-02-0015.Name
Var DrinkDescriptionTH = $11-99-02-0015.description
Var DrinkDescription = $11-99-02-0015.descriptionE
Var PriceDrink = $11-99-02-0015.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0015.image
Var SelectDrink = "12-03-02-0004"
Var NameDrink = $12-03-02-0004.NameE
Var NameDrinkTH = $12-03-02-0004.Name
Var DrinkDescriptionTH = $12-03-02-0004.description
Var DrinkDescription = $12-03-02-0004.descriptionE
Var PriceDrink = $12-03-02-0004.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0004.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -1001,7 +1010,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0015.Price </Value>
<Value> $12-03-02-0004.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -1022,7 +1031,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0015.Name </Value>
<Value> $12-03-02-0004.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -1032,7 +1041,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0015.description </Value>
<Value> $12-03-02-0004.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -1043,7 +1052,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0015.NameE </Value>
<Value> $12-03-02-0004.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -1053,30 +1062,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0015.descriptionE </Value>
<Value> $12-03-02-0004.descriptionE </Value>
</Text>
</Block>
; button i=10 11-99-03-0002
; button i=10 12-03-02-0006
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-03-0002.Button </State>
<State> $12-03-02-0006.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-03-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-03-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-03-0002.image ) " </FilenameDisable>
<State> $12-03-02-0006.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0006.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0006.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0006.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-03-0002"
Var NameDrink = $11-99-03-0002.NameE
Var NameDrinkTH = $11-99-03-0002.Name
Var DrinkDescriptionTH = $11-99-03-0002.description
Var DrinkDescription = $11-99-03-0002.descriptionE
Var PriceDrink = $11-99-03-0002.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-03-0002.image
Var SelectDrink = "12-03-02-0006"
Var NameDrink = $12-03-02-0006.NameE
Var NameDrinkTH = $12-03-02-0006.Name
Var DrinkDescriptionTH = $12-03-02-0006.description
Var DrinkDescription = $12-03-02-0006.descriptionE
Var PriceDrink = $12-03-02-0006.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0006.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -1092,7 +1102,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-03-0002.Price </Value>
<Value> $12-03-02-0006.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -1113,7 +1123,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-03-0002.Name </Value>
<Value> $12-03-02-0006.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -1123,7 +1133,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-03-0002.description </Value>
<Value> $12-03-02-0006.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -1134,7 +1144,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-03-0002.NameE </Value>
<Value> $12-03-02-0006.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -1144,30 +1154,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-03-0002.descriptionE </Value>
<Value> $12-03-02-0006.descriptionE </Value>
</Text>
</Block>
; button i=11 11-99-02-0016
; button i=11 12-03-02-0005
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0016.Button </State>
<State> $12-03-02-0005.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0016.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0016.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0016.image ) " </FilenameDisable>
<State> $12-03-02-0005.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0005.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0016"
Var NameDrink = $11-99-02-0016.NameE
Var NameDrinkTH = $11-99-02-0016.Name
Var DrinkDescriptionTH = $11-99-02-0016.description
Var DrinkDescription = $11-99-02-0016.descriptionE
Var PriceDrink = $11-99-02-0016.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0016.image
Var SelectDrink = "12-03-02-0005"
Var NameDrink = $12-03-02-0005.NameE
Var NameDrinkTH = $12-03-02-0005.Name
Var DrinkDescriptionTH = $12-03-02-0005.description
Var DrinkDescription = $12-03-02-0005.descriptionE
Var PriceDrink = $12-03-02-0005.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0005.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -1183,7 +1194,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0016.Price </Value>
<Value> $12-03-02-0005.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -1204,7 +1215,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0016.Name </Value>
<Value> $12-03-02-0005.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -1214,7 +1225,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0016.description </Value>
<Value> $12-03-02-0005.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -1225,7 +1236,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0016.NameE </Value>
<Value> $12-03-02-0005.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -1235,7 +1246,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0016.descriptionE </Value>
<Value> $12-03-02-0005.descriptionE </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -5,14 +5,14 @@
product_code = []
product_code.append('11-99-01-0027')
product_code.append('11-99-02-0027')
product_code.append('11-99-02-0030')
product_code.append('11-99-02-0031')
product_code.append('12-05-01-0001')
product_code.append('12-05-02-0001')
product_code.append('12-05-02-0002')
product_code.append('12-05-02-0003')
product_code.append('12-05-02-0004')
product_code.append('12-05-02-0005')
product_code.append('12-05-02-0006')
product_code.append('11-99-02-0032')
product_code.append('11-99-02-0028')
product_code.append('11-99-02-0029')
menu_count = len( product_code)
?>

View file

@ -236,27 +236,28 @@
<ScrollHeight> "auto" </ScrollHeight>
<Scroll> "Vertical" </Scroll>
<Column> 4 </Column>
; button i=1 11-99-01-0027
; button i=1 12-05-01-0001
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-01-0027.Button </State>
<State> $12-05-01-0001.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-01-0027.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-01-0027.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-01-0027.image ) " </FilenameDisable>
<State> $12-05-01-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-01-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-01-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-01-0001.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-01-0027"
Var NameDrink = $11-99-01-0027.NameE
Var NameDrinkTH = $11-99-01-0027.Name
Var DrinkDescriptionTH = $11-99-01-0027.description
Var DrinkDescription = $11-99-01-0027.descriptionE
Var PriceDrink = $11-99-01-0027.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-01-0027.image
Var SelectDrink = "12-05-01-0001"
Var NameDrink = $12-05-01-0001.NameE
Var NameDrinkTH = $12-05-01-0001.Name
Var DrinkDescriptionTH = $12-05-01-0001.description
Var DrinkDescription = $12-05-01-0001.descriptionE
Var PriceDrink = $12-05-01-0001.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-01-0001.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -272,7 +273,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-01-0027.Price </Value>
<Value> $12-05-01-0001.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -293,7 +294,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0027.Name </Value>
<Value> $12-05-01-0001.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -303,7 +304,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-01-0027.description </Value>
<Value> $12-05-01-0001.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -314,7 +315,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-01-0027.NameE </Value>
<Value> $12-05-01-0001.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -324,30 +325,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-01-0027.descriptionE </Value>
<Value> $12-05-01-0001.descriptionE </Value>
</Text>
</Block>
; button i=2 11-99-02-0027
; button i=2 12-05-02-0001
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0027.Button </State>
<State> $12-05-02-0001.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0027.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0027.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0027.image ) " </FilenameDisable>
<State> $12-05-02-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0001.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0027"
Var NameDrink = $11-99-02-0027.NameE
Var NameDrinkTH = $11-99-02-0027.Name
Var DrinkDescriptionTH = $11-99-02-0027.description
Var DrinkDescription = $11-99-02-0027.descriptionE
Var PriceDrink = $11-99-02-0027.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0027.image
Var SelectDrink = "12-05-02-0001"
Var NameDrink = $12-05-02-0001.NameE
Var NameDrinkTH = $12-05-02-0001.Name
Var DrinkDescriptionTH = $12-05-02-0001.description
Var DrinkDescription = $12-05-02-0001.descriptionE
Var PriceDrink = $12-05-02-0001.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0001.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -363,7 +365,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0027.Price </Value>
<Value> $12-05-02-0001.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -384,7 +386,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0027.Name </Value>
<Value> $12-05-02-0001.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -394,7 +396,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0027.description </Value>
<Value> $12-05-02-0001.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -405,7 +407,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0027.NameE </Value>
<Value> $12-05-02-0001.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -415,30 +417,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0027.descriptionE </Value>
<Value> $12-05-02-0001.descriptionE </Value>
</Text>
</Block>
; button i=3 11-99-02-0030
; button i=3 12-05-02-0002
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0030.Button </State>
<State> $12-05-02-0002.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0030.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0030.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0030.image ) " </FilenameDisable>
<State> $12-05-02-0002.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0002.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0030"
Var NameDrink = $11-99-02-0030.NameE
Var NameDrinkTH = $11-99-02-0030.Name
Var DrinkDescriptionTH = $11-99-02-0030.description
Var DrinkDescription = $11-99-02-0030.descriptionE
Var PriceDrink = $11-99-02-0030.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0030.image
Var SelectDrink = "12-05-02-0002"
Var NameDrink = $12-05-02-0002.NameE
Var NameDrinkTH = $12-05-02-0002.Name
Var DrinkDescriptionTH = $12-05-02-0002.description
Var DrinkDescription = $12-05-02-0002.descriptionE
Var PriceDrink = $12-05-02-0002.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0002.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -454,7 +457,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0030.Price </Value>
<Value> $12-05-02-0002.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -475,7 +478,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0030.Name </Value>
<Value> $12-05-02-0002.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -485,7 +488,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0030.description </Value>
<Value> $12-05-02-0002.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -496,7 +499,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0030.NameE </Value>
<Value> $12-05-02-0002.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -506,30 +509,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0030.descriptionE </Value>
<Value> $12-05-02-0002.descriptionE </Value>
</Text>
</Block>
; button i=4 11-99-02-0031
; button i=4 12-05-02-0003
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0031.Button </State>
<State> $12-05-02-0003.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0031.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0031.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0031.image ) " </FilenameDisable>
<State> $12-05-02-0003.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0003.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0031"
Var NameDrink = $11-99-02-0031.NameE
Var NameDrinkTH = $11-99-02-0031.Name
Var DrinkDescriptionTH = $11-99-02-0031.description
Var DrinkDescription = $11-99-02-0031.descriptionE
Var PriceDrink = $11-99-02-0031.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0031.image
Var SelectDrink = "12-05-02-0003"
Var NameDrink = $12-05-02-0003.NameE
Var NameDrinkTH = $12-05-02-0003.Name
Var DrinkDescriptionTH = $12-05-02-0003.description
Var DrinkDescription = $12-05-02-0003.descriptionE
Var PriceDrink = $12-05-02-0003.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0003.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -545,7 +549,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0031.Price </Value>
<Value> $12-05-02-0003.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -566,7 +570,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0031.Name </Value>
<Value> $12-05-02-0003.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -576,7 +580,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0031.description </Value>
<Value> $12-05-02-0003.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -587,7 +591,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0031.NameE </Value>
<Value> $12-05-02-0003.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -597,30 +601,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0031.descriptionE </Value>
<Value> $12-05-02-0003.descriptionE </Value>
</Text>
</Block>
; button i=5 11-99-02-0032
; button i=5 12-05-02-0004
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0032.Button </State>
<State> $12-05-02-0004.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0032.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0032.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0032.image ) " </FilenameDisable>
<State> $12-05-02-0004.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0004.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0004.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0004.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0032"
Var NameDrink = $11-99-02-0032.NameE
Var NameDrinkTH = $11-99-02-0032.Name
Var DrinkDescriptionTH = $11-99-02-0032.description
Var DrinkDescription = $11-99-02-0032.descriptionE
Var PriceDrink = $11-99-02-0032.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0032.image
Var SelectDrink = "12-05-02-0004"
Var NameDrink = $12-05-02-0004.NameE
Var NameDrinkTH = $12-05-02-0004.Name
Var DrinkDescriptionTH = $12-05-02-0004.description
Var DrinkDescription = $12-05-02-0004.descriptionE
Var PriceDrink = $12-05-02-0004.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0004.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -636,7 +641,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0032.Price </Value>
<Value> $12-05-02-0004.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -657,7 +662,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0032.Name </Value>
<Value> $12-05-02-0004.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -667,7 +672,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0032.description </Value>
<Value> $12-05-02-0004.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -678,7 +683,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0032.NameE </Value>
<Value> $12-05-02-0004.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -688,30 +693,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0032.descriptionE </Value>
<Value> $12-05-02-0004.descriptionE </Value>
</Text>
</Block>
; button i=6 11-99-02-0028
; button i=6 12-05-02-0005
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0028.Button </State>
<State> $12-05-02-0005.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0028.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0028.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0028.image ) " </FilenameDisable>
<State> $12-05-02-0005.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0005.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0028"
Var NameDrink = $11-99-02-0028.NameE
Var NameDrinkTH = $11-99-02-0028.Name
Var DrinkDescriptionTH = $11-99-02-0028.description
Var DrinkDescription = $11-99-02-0028.descriptionE
Var PriceDrink = $11-99-02-0028.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0028.image
Var SelectDrink = "12-05-02-0005"
Var NameDrink = $12-05-02-0005.NameE
Var NameDrinkTH = $12-05-02-0005.Name
Var DrinkDescriptionTH = $12-05-02-0005.description
Var DrinkDescription = $12-05-02-0005.descriptionE
Var PriceDrink = $12-05-02-0005.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0005.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -727,7 +733,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0028.Price </Value>
<Value> $12-05-02-0005.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -748,7 +754,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0028.Name </Value>
<Value> $12-05-02-0005.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -758,7 +764,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0028.description </Value>
<Value> $12-05-02-0005.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -769,7 +775,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0028.NameE </Value>
<Value> $12-05-02-0005.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -779,30 +785,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0028.descriptionE </Value>
<Value> $12-05-02-0005.descriptionE </Value>
</Text>
</Block>
; button i=7 11-99-02-0029
; button i=7 12-05-02-0006
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-02-0029.Button </State>
<State> $12-05-02-0006.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-02-0029.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-02-0029.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-02-0029.image ) " </FilenameDisable>
<State> $12-05-02-0006.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-05-02-0006.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-05-02-0006.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-05-02-0006.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-02-0029"
Var NameDrink = $11-99-02-0029.NameE
Var NameDrinkTH = $11-99-02-0029.Name
Var DrinkDescriptionTH = $11-99-02-0029.description
Var DrinkDescription = $11-99-02-0029.descriptionE
Var PriceDrink = $11-99-02-0029.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-02-0029.image
Var SelectDrink = "12-05-02-0006"
Var NameDrink = $12-05-02-0006.NameE
Var NameDrinkTH = $12-05-02-0006.Name
Var DrinkDescriptionTH = $12-05-02-0006.description
Var DrinkDescription = $12-05-02-0006.descriptionE
Var PriceDrink = $12-05-02-0006.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-05-02-0006.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -818,7 +825,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-02-0029.Price </Value>
<Value> $12-05-02-0006.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -839,7 +846,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0029.Name </Value>
<Value> $12-05-02-0006.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -849,7 +856,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-02-0029.description </Value>
<Value> $12-05-02-0006.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -860,7 +867,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-02-0029.NameE </Value>
<Value> $12-05-02-0006.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -870,7 +877,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-02-0029.descriptionE </Value>
<Value> $12-05-02-0006.descriptionE </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -6,35 +6,36 @@
product_code = []
product_code.append('11-99-02-0033')
product_code.append('11-99-02-0051')
product_code.append('12-05-02-0007')
#product_code.append('11-99-02-0052')
product_code.append('12-05-02-0021')
#product_code.append('11-99-02-0045')
#product_code.append('11-99-02-0046')
product_code.append('11-99-02-0036')
product_code.append('11-99-02-0037')
product_code.append('12-05-02-0010')
product_code.append('12-05-02-0011')
product_code.append('11-99-02-0038')
product_code.append('11-99-02-0039')
product_code.append('11-99-02-0034')
product_code.append('11-99-02-0035')
product_code.append('12-05-02-0012')
product_code.append('12-05-02-0013')
product_code.append('12-05-02-0008')
product_code.append('12-05-02-0009')
product_code.append('11-99-02-0040')
product_code.append('11-99-02-0041')
product_code.append('12-05-02-0014')
product_code.append('12-05-02-0015')
product_code.append('11-99-01-0027')
product_code.append('11-99-02-0027')
product_code.append('11-99-02-0030')
product_code.append('11-99-02-0031')
product_code.append('12-05-01-0001')
product_code.append('12-05-02-0001')
product_code.append('12-05-02-0004')
product_code.append('12-05-02-0005')
product_code.append('11-99-02-0032')
product_code.append('11-99-02-0028')
product_code.append('11-99-02-0029')
product_code.append('11-99-01-0042')
product_code.append('11-99-02-0043')
product_code.append('11-99-02-0044')
product_code.append('12-05-02-0006')
product_code.append('12-05-02-0002')
product_code.append('12-05-02-0003')
product_code.append('12-05-02-0016')
product_code.append('12-05-02-0017')
product_code.append('12-05-02-0018')
product_code.append('11-99-01-0045')
product_code.append('12-05-01-0002')
menu_count = len( product_code)

File diff suppressed because it is too large Load diff

View file

@ -6,16 +6,18 @@
product_code = []
product_code.append('11-99-04-0000')
product_code.append('11-99-04-0001')
product_code.append('11-99-04-0002')
product_code.append('11-99-04-0003')
product_code.append('11-99-04-0004')
product_code.append('11-99-04-0005')
product_code.append('11-99-04-0006')
product_code.append('11-99-04-0007')
product_code.append('11-99-04-0008')
product_code.append('11-99-04-0009')
product_code.append('12-04-02-0001')
product_code.append('12-04-02-0002')
product_code.append('12-04-02-0003')
product_code.append('12-04-02-0004')
product_code.append('12-04-02-0005')
product_code.append('12-04-02-0006')
product_code.append('12-04-02-0007')
product_code.append('12-04-02-0008')
product_code.append('12-04-02-0009')
product_code.append('12-04-02-0010')
product_code.append('12-04-02-0011')
menu_count = len( product_code)

View file

@ -237,27 +237,28 @@
<ScrollHeight> "auto" </ScrollHeight>
<Scroll> "Vertical" </Scroll>
<Column> 4 </Column>
; button i=1 11-99-04-0000
; button i=1 12-04-02-0001
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0000.Button </State>
<State> $12-04-02-0001.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0000.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0000.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0000.image ) " </FilenameDisable>
<State> $12-04-02-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0001.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0000"
Var NameDrink = $11-99-04-0000.NameE
Var NameDrinkTH = $11-99-04-0000.Name
Var DrinkDescriptionTH = $11-99-04-0000.description
Var DrinkDescription = $11-99-04-0000.descriptionE
Var PriceDrink = $11-99-04-0000.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0000.image
Var SelectDrink = "12-04-02-0001"
Var NameDrink = $12-04-02-0001.NameE
Var NameDrinkTH = $12-04-02-0001.Name
Var DrinkDescriptionTH = $12-04-02-0001.description
Var DrinkDescription = $12-04-02-0001.descriptionE
Var PriceDrink = $12-04-02-0001.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0001.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -273,7 +274,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0000.Price </Value>
<Value> $12-04-02-0001.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -294,7 +295,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0000.Name </Value>
<Value> $12-04-02-0001.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -304,7 +305,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0000.description </Value>
<Value> $12-04-02-0001.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -315,7 +316,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0000.NameE </Value>
<Value> $12-04-02-0001.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -325,30 +326,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0000.descriptionE </Value>
<Value> $12-04-02-0001.descriptionE </Value>
</Text>
</Block>
; button i=2 11-99-04-0001
; button i=2 12-04-02-0002
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0001.Button </State>
<State> $12-04-02-0002.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0001.image ) " </FilenameDisable>
<State> $12-04-02-0002.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0002.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0001"
Var NameDrink = $11-99-04-0001.NameE
Var NameDrinkTH = $11-99-04-0001.Name
Var DrinkDescriptionTH = $11-99-04-0001.description
Var DrinkDescription = $11-99-04-0001.descriptionE
Var PriceDrink = $11-99-04-0001.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0001.image
Var SelectDrink = "12-04-02-0002"
Var NameDrink = $12-04-02-0002.NameE
Var NameDrinkTH = $12-04-02-0002.Name
Var DrinkDescriptionTH = $12-04-02-0002.description
Var DrinkDescription = $12-04-02-0002.descriptionE
Var PriceDrink = $12-04-02-0002.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0002.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -364,7 +366,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0001.Price </Value>
<Value> $12-04-02-0002.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -385,7 +387,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0001.Name </Value>
<Value> $12-04-02-0002.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -395,7 +397,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0001.description </Value>
<Value> $12-04-02-0002.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -406,7 +408,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0001.NameE </Value>
<Value> $12-04-02-0002.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -416,30 +418,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0001.descriptionE </Value>
<Value> $12-04-02-0002.descriptionE </Value>
</Text>
</Block>
; button i=3 11-99-04-0002
; button i=3 12-04-02-0003
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0002.Button </State>
<State> $12-04-02-0003.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0002.image ) " </FilenameDisable>
<State> $12-04-02-0003.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0003.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0002"
Var NameDrink = $11-99-04-0002.NameE
Var NameDrinkTH = $11-99-04-0002.Name
Var DrinkDescriptionTH = $11-99-04-0002.description
Var DrinkDescription = $11-99-04-0002.descriptionE
Var PriceDrink = $11-99-04-0002.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0002.image
Var SelectDrink = "12-04-02-0003"
Var NameDrink = $12-04-02-0003.NameE
Var NameDrinkTH = $12-04-02-0003.Name
Var DrinkDescriptionTH = $12-04-02-0003.description
Var DrinkDescription = $12-04-02-0003.descriptionE
Var PriceDrink = $12-04-02-0003.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0003.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -455,7 +458,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0002.Price </Value>
<Value> $12-04-02-0003.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -476,7 +479,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0002.Name </Value>
<Value> $12-04-02-0003.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -486,7 +489,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0002.description </Value>
<Value> $12-04-02-0003.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -497,7 +500,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0002.NameE </Value>
<Value> $12-04-02-0003.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -507,30 +510,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0002.descriptionE </Value>
<Value> $12-04-02-0003.descriptionE </Value>
</Text>
</Block>
; button i=4 11-99-04-0003
; button i=4 12-04-02-0004
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0003.Button </State>
<State> $12-04-02-0004.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0003.image ) " </FilenameDisable>
<State> $12-04-02-0004.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0004.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0004.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0004.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0003"
Var NameDrink = $11-99-04-0003.NameE
Var NameDrinkTH = $11-99-04-0003.Name
Var DrinkDescriptionTH = $11-99-04-0003.description
Var DrinkDescription = $11-99-04-0003.descriptionE
Var PriceDrink = $11-99-04-0003.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0003.image
Var SelectDrink = "12-04-02-0004"
Var NameDrink = $12-04-02-0004.NameE
Var NameDrinkTH = $12-04-02-0004.Name
Var DrinkDescriptionTH = $12-04-02-0004.description
Var DrinkDescription = $12-04-02-0004.descriptionE
Var PriceDrink = $12-04-02-0004.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0004.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -546,7 +550,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0003.Price </Value>
<Value> $12-04-02-0004.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -567,7 +571,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0003.Name </Value>
<Value> $12-04-02-0004.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -577,7 +581,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0003.description </Value>
<Value> $12-04-02-0004.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -588,7 +592,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0003.NameE </Value>
<Value> $12-04-02-0004.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -598,30 +602,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0003.descriptionE </Value>
<Value> $12-04-02-0004.descriptionE </Value>
</Text>
</Block>
; button i=5 11-99-04-0004
; button i=5 12-04-02-0005
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0004.Button </State>
<State> $12-04-02-0005.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0004.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0004.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0004.image ) " </FilenameDisable>
<State> $12-04-02-0005.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0005.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0004"
Var NameDrink = $11-99-04-0004.NameE
Var NameDrinkTH = $11-99-04-0004.Name
Var DrinkDescriptionTH = $11-99-04-0004.description
Var DrinkDescription = $11-99-04-0004.descriptionE
Var PriceDrink = $11-99-04-0004.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0004.image
Var SelectDrink = "12-04-02-0005"
Var NameDrink = $12-04-02-0005.NameE
Var NameDrinkTH = $12-04-02-0005.Name
Var DrinkDescriptionTH = $12-04-02-0005.description
Var DrinkDescription = $12-04-02-0005.descriptionE
Var PriceDrink = $12-04-02-0005.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0005.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -637,7 +642,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0004.Price </Value>
<Value> $12-04-02-0005.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -658,7 +663,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0004.Name </Value>
<Value> $12-04-02-0005.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -668,7 +673,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0004.description </Value>
<Value> $12-04-02-0005.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -679,7 +684,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0004.NameE </Value>
<Value> $12-04-02-0005.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -689,30 +694,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0004.descriptionE </Value>
<Value> $12-04-02-0005.descriptionE </Value>
</Text>
</Block>
; button i=6 11-99-04-0005
; button i=6 12-04-02-0006
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0005.Button </State>
<State> $12-04-02-0006.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0005.image ) " </FilenameDisable>
<State> $12-04-02-0006.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0006.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0006.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0006.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0005"
Var NameDrink = $11-99-04-0005.NameE
Var NameDrinkTH = $11-99-04-0005.Name
Var DrinkDescriptionTH = $11-99-04-0005.description
Var DrinkDescription = $11-99-04-0005.descriptionE
Var PriceDrink = $11-99-04-0005.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0005.image
Var SelectDrink = "12-04-02-0006"
Var NameDrink = $12-04-02-0006.NameE
Var NameDrinkTH = $12-04-02-0006.Name
Var DrinkDescriptionTH = $12-04-02-0006.description
Var DrinkDescription = $12-04-02-0006.descriptionE
Var PriceDrink = $12-04-02-0006.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0006.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -728,7 +734,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0005.Price </Value>
<Value> $12-04-02-0006.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -749,7 +755,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0005.Name </Value>
<Value> $12-04-02-0006.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -759,7 +765,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0005.description </Value>
<Value> $12-04-02-0006.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -770,7 +776,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0005.NameE </Value>
<Value> $12-04-02-0006.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -780,30 +786,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0005.descriptionE </Value>
<Value> $12-04-02-0006.descriptionE </Value>
</Text>
</Block>
; button i=7 11-99-04-0006
; button i=7 12-04-02-0007
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0006.Button </State>
<State> $12-04-02-0007.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0006.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0006.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0006.image ) " </FilenameDisable>
<State> $12-04-02-0007.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0007.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0007.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0007.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0006"
Var NameDrink = $11-99-04-0006.NameE
Var NameDrinkTH = $11-99-04-0006.Name
Var DrinkDescriptionTH = $11-99-04-0006.description
Var DrinkDescription = $11-99-04-0006.descriptionE
Var PriceDrink = $11-99-04-0006.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0006.image
Var SelectDrink = "12-04-02-0007"
Var NameDrink = $12-04-02-0007.NameE
Var NameDrinkTH = $12-04-02-0007.Name
Var DrinkDescriptionTH = $12-04-02-0007.description
Var DrinkDescription = $12-04-02-0007.descriptionE
Var PriceDrink = $12-04-02-0007.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0007.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -819,7 +826,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0006.Price </Value>
<Value> $12-04-02-0007.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -840,7 +847,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0006.Name </Value>
<Value> $12-04-02-0007.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -850,7 +857,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0006.description </Value>
<Value> $12-04-02-0007.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -861,7 +868,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0006.NameE </Value>
<Value> $12-04-02-0007.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -871,30 +878,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0006.descriptionE </Value>
<Value> $12-04-02-0007.descriptionE </Value>
</Text>
</Block>
; button i=8 11-99-04-0007
; button i=8 12-04-02-0008
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0007.Button </State>
<State> $12-04-02-0008.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0007.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0007.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0007.image ) " </FilenameDisable>
<State> $12-04-02-0008.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0008.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0008.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0008.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0007"
Var NameDrink = $11-99-04-0007.NameE
Var NameDrinkTH = $11-99-04-0007.Name
Var DrinkDescriptionTH = $11-99-04-0007.description
Var DrinkDescription = $11-99-04-0007.descriptionE
Var PriceDrink = $11-99-04-0007.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0007.image
Var SelectDrink = "12-04-02-0008"
Var NameDrink = $12-04-02-0008.NameE
Var NameDrinkTH = $12-04-02-0008.Name
Var DrinkDescriptionTH = $12-04-02-0008.description
Var DrinkDescription = $12-04-02-0008.descriptionE
Var PriceDrink = $12-04-02-0008.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0008.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -910,7 +918,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0007.Price </Value>
<Value> $12-04-02-0008.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -931,7 +939,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0007.Name </Value>
<Value> $12-04-02-0008.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -941,7 +949,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0007.description </Value>
<Value> $12-04-02-0008.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -952,7 +960,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0007.NameE </Value>
<Value> $12-04-02-0008.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -962,30 +970,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0007.descriptionE </Value>
<Value> $12-04-02-0008.descriptionE </Value>
</Text>
</Block>
; button i=9 11-99-04-0008
; button i=9 12-04-02-0009
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0008.Button </State>
<State> $12-04-02-0009.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0008.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0008.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0008.image ) " </FilenameDisable>
<State> $12-04-02-0009.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0009.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0009.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0009.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0008"
Var NameDrink = $11-99-04-0008.NameE
Var NameDrinkTH = $11-99-04-0008.Name
Var DrinkDescriptionTH = $11-99-04-0008.description
Var DrinkDescription = $11-99-04-0008.descriptionE
Var PriceDrink = $11-99-04-0008.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0008.image
Var SelectDrink = "12-04-02-0009"
Var NameDrink = $12-04-02-0009.NameE
Var NameDrinkTH = $12-04-02-0009.Name
Var DrinkDescriptionTH = $12-04-02-0009.description
Var DrinkDescription = $12-04-02-0009.descriptionE
Var PriceDrink = $12-04-02-0009.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0009.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -1001,7 +1010,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0008.Price </Value>
<Value> $12-04-02-0009.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -1022,7 +1031,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0008.Name </Value>
<Value> $12-04-02-0009.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -1032,7 +1041,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0008.description </Value>
<Value> $12-04-02-0009.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -1043,7 +1052,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0008.NameE </Value>
<Value> $12-04-02-0009.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -1053,30 +1062,31 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0008.descriptionE </Value>
<Value> $12-04-02-0009.descriptionE </Value>
</Text>
</Block>
; button i=10 11-99-04-0009
; button i=10 12-04-02-0010
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $11-99-04-0009.Button </State>
<State> $12-04-02-0010.Button </State>
<Button>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-04-0009.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-04-0009.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-04-0009.image ) " </FilenameDisable>
<State> $12-04-02-0010.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0010.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0010.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0010.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "11-99-04-0009"
Var NameDrink = $11-99-04-0009.NameE
Var NameDrinkTH = $11-99-04-0009.Name
Var DrinkDescriptionTH = $11-99-04-0009.description
Var DrinkDescription = $11-99-04-0009.descriptionE
Var PriceDrink = $11-99-04-0009.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $11-99-04-0009.image
Var SelectDrink = "12-04-02-0010"
Var NameDrink = $12-04-02-0010.NameE
Var NameDrinkTH = $12-04-02-0010.Name
Var DrinkDescriptionTH = $12-04-02-0010.description
Var DrinkDescription = $12-04-02-0010.descriptionE
Var PriceDrink = $12-04-02-0010.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0010.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
@ -1092,7 +1102,7 @@
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $11-99-04-0009.Price </Value>
<Value> $12-04-02-0010.Price </Value>
</Text>
<Text>
<X> 164 </X>
@ -1113,7 +1123,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0009.Name </Value>
<Value> $12-04-02-0010.Name </Value>
</Text>
<Text>
<X> 16 </X>
@ -1123,7 +1133,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $11-99-04-0009.description </Value>
<Value> $12-04-02-0010.description </Value>
</Text>
<Text>
<X> 16 </X>
@ -1134,7 +1144,7 @@
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $11-99-04-0009.NameE </Value>
<Value> $12-04-02-0010.NameE </Value>
</Text>
<Text>
<X> 16 </X>
@ -1144,7 +1154,99 @@
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $11-99-04-0009.descriptionE </Value>
<Value> $12-04-02-0010.descriptionE </Value>
</Text>
</Block>
; button i=11 12-04-02-0011
<Block>
<MarginLeft> 33 </MarginLeft>
<MarginTop> 22 </MarginTop>
<Width> 225 </Width>
<Height> 296 </Height>
<State> $12-04-02-0011.Button </State>
<Button>
<State> $12-04-02-0011.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0011.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0011.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0011.image ) " </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOnClick>
Var SelectDrink = "12-04-02-0011"
Var NameDrink = $12-04-02-0011.NameE
Var NameDrinkTH = $12-04-02-0011.Name
Var DrinkDescriptionTH = $12-04-02-0011.description
Var DrinkDescription = $12-04-02-0011.descriptionE
Var PriceDrink = $12-04-02-0011.Price
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0011.image
Topping "Load" SelectDrink
SAVELOG NameDrink
Var PriceShowValue = charOfBaht + PriceDrink
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
</EventOnClick>
</Button>
<Text>
<X> 182 </X>
<Y> 12 </Y>
<State> ShowPrice </State>
<Align> "Hurr" </Align>
<Width>150</Width>
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> $12-04-02-0011.Price </Value>
</Text>
<Text>
<X> 164 </X>
<Y> 12 </Y>
<State> ShowPrice </State>
<Width>20</Width>
<Size> 27 </Size>
<Font> KanitTTF </Font>
<Color> 0xB78F24 </Color>
<Value> "฿"" </Value>
</Text>
<Text>
<X> 16 </X>
<Y> 190 </Y>
<Size> 24 </Size>
<Width>220</Width>
<Mode> "multi2" </Mode>
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showthaiText </State>
<Value> $12-04-02-0011.Name </Value>
</Text>
<Text>
<X> 16 </X>
<Y> 246 </Y>
<Size> 14 </Size>
<Width>220</Width>
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showthaiText </State>
<Value> $12-04-02-0011.description </Value>
</Text>
<Text>
<X> 16 </X>
<Y> 190 </Y>
<Size> 22 </Size>
<Width>220</Width>
<Mode> "multi2" </Mode>
<Font> KanitMediumTTF </Font>
<Color> 0x322B26 </Color>
<State> showengText </State>
<Value> $12-04-02-0011.NameE </Value>
</Text>
<Text>
<X> 16 </X>
<Y> 246 </Y>
<Size> 14 </Size>
<Width>220</Width>
<Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<State> showengText </State>
<Value> $12-04-02-0011.descriptionE </Value>
</Text>
</Block>
</FrameScroll>

View file

@ -246,6 +246,7 @@
<Height> 296 </Height>
<State> $11-99-05-0001.Button </State>
<Button>
<State> $11-99-05-0001.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0001.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0001.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0001.image ) " </FilenameDisable>
@ -337,6 +338,7 @@
<Height> 296 </Height>
<State> $11-99-05-0002.Button </State>
<Button>
<State> $11-99-05-0002.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0002.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0002.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0002.image ) " </FilenameDisable>
@ -428,6 +430,7 @@
<Height> 296 </Height>
<State> $11-99-05-0003.Button </State>
<Button>
<State> $11-99-05-0003.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0003.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0003.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0003.image ) " </FilenameDisable>
@ -519,6 +522,7 @@
<Height> 296 </Height>
<State> $11-99-05-0004.Button </State>
<Button>
<State> $11-99-05-0004.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0004.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0004.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0004.image ) " </FilenameDisable>
@ -610,6 +614,7 @@
<Height> 296 </Height>
<State> $11-99-05-0005.Button </State>
<Button>
<State> $11-99-05-0005.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0005.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0005.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0005.image ) " </FilenameDisable>
@ -701,6 +706,7 @@
<Height> 296 </Height>
<State> $11-99-05-0006.Button </State>
<Button>
<State> $11-99-05-0006.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0006.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0006.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0006.image ) " </FilenameDisable>
@ -792,6 +798,7 @@
<Height> 296 </Height>
<State> $11-99-05-0007.Button </State>
<Button>
<State> $11-99-05-0007.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0007.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0007.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0007.image ) " </FilenameDisable>
@ -883,6 +890,7 @@
<Height> 296 </Height>
<State> $11-99-05-0008.Button </State>
<Button>
<State> $11-99-05-0008.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0008.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0008.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0008.image ) " </FilenameDisable>
@ -974,6 +982,7 @@
<Height> 296 </Height>
<State> $11-99-05-0009.Button </State>
<Button>
<State> $11-99-05-0009.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0009.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0009.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0009.image ) " </FilenameDisable>
@ -1065,6 +1074,7 @@
<Height> 296 </Height>
<State> $11-99-05-0010.Button </State>
<Button>
<State> $11-99-05-0010.Button </State>
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $11-99-05-0010.image ) </Filename>
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $11-99-05-0010.image ) " </FilenamePress>
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $11-99-05-0010.image ) " </FilenameDisable>

View file

@ -22,7 +22,7 @@
Var VideoPlayFile = VideoPlayFile + "24"
Var VideoPlayFile = VideoPlayFile + VideoFileEnd
</EventOpen>
<Timeout> 1000 </Timeout>
<Timeout> 500 </Timeout>
<EventTimeout>
If HaveCup = "false" Then

View file

@ -7,7 +7,8 @@
<Sound> "ROOT/sounds/pleaseWait.wav" </Sound>
<EventOpen>
; On open
Var LidState = Lid1Status
Var LidState = "Invisible"
;Lid1Status
Var StarwState = "Enable"
Var LidStrawCountDown = 15
@ -24,10 +25,23 @@
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_en"
Var PictureEnd = "_en.png"
Var BottomText = PicturePath + "text_bottom_eng.png"
Var lid_straw_bg_iamge = DirImage + "/img4.png"
If LidState = "Enable"
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
Else
Var DirImage = "ROOT/taobin_project/image/page_lid_straw"
Var PictureEnd = ".png"
Var BottomText = PicturePath + "text_bottom_thai2.png"
Var lid_straw_bg_iamge = DirImage + "/img4.png"
If LidState = "Enable"
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
EndIf
@ -61,6 +75,8 @@
Var PictureFile = PictureFile + PictureEnd
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -193,7 +209,7 @@
<Image>
<X> 78 </X>
<Y> 1425 </Y>
<Filename> Var( DirImage + "/img3.png" ) </Filename>
<Filename> lid_straw_bg_iamge </Filename>
</Image>

View file

@ -246,11 +246,13 @@
If ReqPayInfoFlag = 1 Then
Var QRCODE99 = SessionID
Var QRCODE99 = QRCODE99 + Ext1a
SAVELOG Ext1a
SAVELOG QRCODE99
Var QRCODE99 = QRCODE99 + Ext21
Var QRCODETMP = QRCODE99
Var ReqPayInfoFlag = 0
SAVELOG QRCODE99
SAVELOG Ext21
EndIf
Else
Var PayInfoCFlag = 1

View file

@ -43,23 +43,27 @@
Var showdesc = DrinkDescription
Else
Var DirImage = "ROOT/taobin_project/image/topping"
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
Var showname = NameDrinkTH
Var showdesc = DrinkDescriptionTH
EndIf
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
CRLFToSpace showname
CRLFToSpace showdesc
;- Begin
Var PriceDrinkNoTop = PriceDrink
Var PriceDrinkTmp = PriceDrink
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
Var Timeout = 0
SAVELOG PriceDrinkTmp
;- End
If RoadShow = "true" Then
Var PriceDrinkTmp = "Free"
EndIf
@ -111,6 +115,9 @@
Var showname = NameDrinkTH
Var showdesc = DrinkDescriptionTH
EndIf
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
CRLFToSpace showname
CRLFToSpace showdesc
@ -217,13 +224,12 @@
If TOPPING2 = "shot coffee" Then
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
Var y_shot_coffee_bg = y2_topping_bg
Var y_shot_coffee_bt = y_shot_coffee_bg + 100
;Var ShotCoffeeBG = "Enable"
;Var showShotEnable = "Enable"
Var ShotCoffeeBG = "Invisible"
Var showShotEnable = "Invisible"
Var ShotCoffeeBG = "Enable"
Var showShotEnable = "Enable"
;Var ShotCoffeeBG = "Invisible"
;Var showShotEnable = "Invisible"
Refresh
EndIf
;-END
@ -348,7 +354,7 @@
;-BEGIN shot layout
<Image>
<X> 52 </X>
<X> 44 </X>
<Y> y_shot_coffee_bg </Y>
<State> ShotCoffeeBG </State>
<Filename> backGroundAddExtra </Filename>

View file

@ -66,6 +66,32 @@
CRLFToSpace showname
CRLFToSpace showdesc
;-BEGIN shot layout
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
If TOPPING2 = "shot coffee" Then
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
Var y_shot_coffee_bg = y2_topping_bg
Var y_shot_coffee_bt = y_shot_coffee_bg + 100
Var ShotCoffeeBG = "Enable"
Var showShotEnable = "Enable"
;Var ShotCoffeeBG = "Invisible"
;Var showShotEnable = "Invisible"
Refresh
EndIf
;-END
;- Begin Price
Var PriceDrinkNoTop = PriceDrink
Var PriceDrinkTmp = PriceDrink
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
Var Timeout = 0
SAVELOG PriceDrinkTmp
;- End
;SAVELOG showname
If RoadShow = "true" Then
@ -255,9 +281,85 @@
<Size> 36 </Size>
<Width> 1080 </Width>
<Color> 0xFFFFFF </Color>
<Value> PriceShowValue </Value>
<Animation>
<Style> "shake-text" </Style>
<OnEvent> "OnValueChange" </OnEvent>
</Animation>
<Value> PriceDrinkTmpShow </Value>
</Text>
;-BEGIN shot layout
<Image>
<X> 44 </X>
<Y> y_shot_coffee_bg </Y>
<State> ShotCoffeeBG </State>
<Filename> backGroundAddExtra </Filename>
</Image>
;
<Button>
<X> 100 </X>
<Y> y_shot_coffee_bt </Y>
<State> showShotEnable </Stage>
<Mode> "No" </Mode>
<Filename> Var( DirImage + "/add_shot_img.png" ) </Filename>
<FilenamePress> Var( DirImage + "/add_shot_img_2.png" ) </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG showShotEnable
If showShotEnable = "Press" Then
Var showShotEnable = "Enable"
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Else
Var showShotEnable = "Press"
Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var topping2 = toppingID2index2
EndIf
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh
</EventClick>
</Button>
;
<Button>
<X> 925 </X>
<Y> y_shot_coffee_bt </Y>
<State> showShotEnable </Stage>
<Mode> "No" </Mode>
<Filename> Var( DirImage + "/cb_nch.png" ) </Filename>
<FilenamePress> Var( DirImage + "/cb_ch.png" ) </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG showShotEnable
If showShotEnable = "Press" Then
Var showShotEnable = "Enable"
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Else
Var showShotEnable = "Press"
Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var topping2 = toppingID2index2
EndIf
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh
</EventClick>
</Button>
;-END
; sugar layout
@ -265,7 +367,7 @@
<X> 44 </X>
<Y> y_topping_bg </Y>
<State> BGSugar </State>
<Filename> "ROOT/taobin_project/image/topping/img1.png" </Filename>
<Filename> Var( DirImage + "/img_sugar.png" )</Filename>
</Image>
; sugar1
@ -376,7 +478,7 @@
Var SugarState3 = "Enable"
Var SugarState4 = "Enable"
Var SugarState5 = "PressForever"
Var topping1 = toppingID1index4
Var topping1 = toppingID1index5
SAVELOG topping1
Refresh

View file

@ -68,15 +68,81 @@
CRLFToSpace showdesc
;SAVELOG showname
If RoadShow = "true" Then
Var PriceShowValue = "Free"
;-BEGIN shot layout
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
If TOPPING2 = "shot coffee" Then
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
Var y_shot_coffee_bg = y2_topping_bg
Var y_shot_coffee_bt = y_shot_coffee_bg + 100
Var ShotCoffeeBG = "Enable"
Var showShotEnable = "Enable"
;Var ShotCoffeeBG = "Invisible"
;Var showShotEnable = "Invisible"
Refresh
EndIf
;-END
;- Begin Price
Var PriceDrinkNoTop = PriceDrink
Var PriceDrinkTmp = PriceDrink
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
Var Timeout = 0
SAVELOG PriceDrinkTmp
;- End
If RoadShow = "true" Then
Var PriceShowValue = "Free"
EndIf
</EventOpen>
<Timeout> 30000 </Timeout>
<EventTimeout>
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
</EventTimeout>
<Button>
<X> 990 </X>
<Y> 438 </Y>
<Filename> show_btn </Filename>
<FilenamePress> show_btp </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
If show_eng = "true" Then
Var show_eng = "false"
Else
Var show_eng = "true"
EndIf
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/topping_en/"
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
Var showname = NameDrink
Var showdesc = DrinkDescription
Else
Var DirImage = "ROOT/taobin_project/image/topping/"
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
Var showname = NameDrinkTH
Var showdesc = DrinkDescriptionTH
EndIf
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
CRLFToSpace showname
CRLFToSpace showdesc
RefreshAll
</EventClick>
</Button>
<Button>
<X> 990 </X>
@ -245,7 +311,6 @@
</EventClick>
</Button>
<Text>
<X> 924 </X>
<Y> 1804 </Y>
@ -253,9 +318,85 @@
<Size> 36 </Size>
<Width> 1080 </Width>
<Color> 0xFFFFFF </Color>
<Value> PriceShowValue </Value>
<Animation>
<Style> "shake-text" </Style>
<OnEvent> "OnValueChange" </OnEvent>
</Animation>
<Value> PriceDrinkTmpShow </Value>
</Text>
;-BEGIN shot layout
<Image>
<X> 44 </X>
<Y> y_shot_coffee_bg </Y>
<State> ShotCoffeeBG </State>
<Filename> backGroundAddExtra </Filename>
</Image>
;
<Button>
<X> 100 </X>
<Y> y_shot_coffee_bt </Y>
<State> showShotEnable </Stage>
<Mode> "No" </Mode>
<Filename> Var( DirImage + "/add_shot_img.png" ) </Filename>
<FilenamePress> Var( DirImage + "/add_shot_img_2.png" ) </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG showShotEnable
If showShotEnable = "Press" Then
Var showShotEnable = "Enable"
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Else
Var showShotEnable = "Press"
Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var topping2 = toppingID2index2
EndIf
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh
</EventClick>
</Button>
;
<Button>
<X> 925 </X>
<Y> y_shot_coffee_bt </Y>
<State> showShotEnable </Stage>
<Mode> "No" </Mode>
<Filename> Var( DirImage + "/cb_nch.png" ) </Filename>
<FilenamePress> Var( DirImage + "/cb_ch.png" ) </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG showShotEnable
If showShotEnable = "Press" Then
Var showShotEnable = "Enable"
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Else
Var showShotEnable = "Press"
Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var topping2 = toppingID2index2
EndIf
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh
</EventClick>
</Button>
;-END
; sugar layout
@ -263,7 +404,7 @@
<X> 44 </X>
<Y> y_topping_bg </Y>
<State> BGSugar </State>
<Filename> "ROOT/taobin_project/image/topping/img1.png" </Filename>
<Filename> Var( DirImage + "/img_sugar.png" )</Filename>
</Image>
; sugar1

View file

@ -17,11 +17,9 @@
Var SugarState4 = "Invisible"
Var SugarState5 = "Invisible"
Var BGSubmenu = "Invisible"
Var NormalMenu = "Invisible"
Var BaristaMenu = "Invisible"
Var BGSubmenu = "Invisible"
Var BaristaMenu = "Invisible"
Var NormalMenu = "Invisible"
@ -42,15 +40,17 @@
;
Var y_sugar_block = 105
Var y_block = 175
Var y_block = 206
Var y_topping_bg = 912
Var y_topping = 912 + y_sugar_block
Var y2_topping_bg = y_topping_bg + y_block
Var y2_topping = y_topping + y_block
Var y_topping_bg = y2_topping_bg
Var y_topping = y2_topping
Var y_shot_coffee_bg = y2_topping_bg
Var y_shot_coffee_bt = y2_topping + 100
Var BugFlag = 0
@ -98,9 +98,34 @@
Var showname = NameDrinkTH
Var showdesc = DrinkDescriptionTH
EndIf
CRLFToSpace showname
;-BEGIN shot layout
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
If TOPPING2 = "shot coffee" Then
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
Var y_shot_coffee_bg = y2_topping_bg
Var y_shot_coffee_bt = y_shot_coffee_bg + 100
Var ShotCoffeeBG = "Enable"
Var showShotEnable = "Enable"
;Var ShotCoffeeBG = "Invisible"
;Var showShotEnable = "Invisible"
Refresh
EndIf
;-END
;- Begin Price
Var PriceDrinkNoTop = PriceDrink
Var PriceDrinkTmp = PriceDrink
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
Var Timeout = 0
SAVELOG PriceDrinkTmp
;- End
If RoadShow = "true" Then
Var PriceShowValue = "Free"
EndIf
@ -111,6 +136,45 @@
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
</EventTimeout>
<Button>
<X> 990 </X>
<Y> 438 </Y>
<Filename> show_btn </Filename>
<FilenamePress> show_btp </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
If show_eng = "true" Then
Var show_eng = "false"
Else
Var show_eng = "true"
EndIf
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/topping_en/"
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
Var showname = NameDrink
Var showdesc = DrinkDescription
Else
Var DirImage = "ROOT/taobin_project/image/topping/"
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
Var showname = NameDrinkTH
Var showdesc = DrinkDescriptionTH
EndIf
Var backGroundAddExtra = DirImage + "/extra_img_1.png"
CRLFToSpace showname
CRLFToSpace showdesc
RefreshAll
</EventClick>
</Button>
;<Image>
;<X> 0 </X>
@ -127,12 +191,6 @@
<Filename> "ROOT/taobin_project/video/taobin_adv2.mp4" </Filename>
</Video>
<Image>
<X> 44 </X>
<Y> 938 </Y>
<State> BGSubmenu </State>
<Filename> "ROOT/taobin_project/image/topping/img2.png" </Filename>
</Image>
<Button>
<X> 550 </X>
@ -332,9 +390,85 @@
<Size> 36 </Size>
<Width> 1080 </Width>
<Color> 0xFFFFFF </Color>
<Value> PriceShowValue </Value>
<Animation>
<Style> "shake-text" </Style>
<OnEvent> "OnValueChange" </OnEvent>
</Animation>
<Value> PriceDrinkTmpShow </Value>
</Text>
;-BEGIN shot layout
<Image>
<X> 44 </X>
<Y> y_shot_coffee_bg </Y>
<State> ShotCoffeeBG </State>
<Filename> backGroundAddExtra </Filename>
</Image>
;
<Button>
<X> 100 </X>
<Y> y_shot_coffee_bt </Y>
<State> showShotEnable </Stage>
<Mode> "No" </Mode>
<Filename> Var( DirImage + "/add_shot_img.png" ) </Filename>
<FilenamePress> Var( DirImage + "/add_shot_img_2.png" ) </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG showShotEnable
If showShotEnable = "Press" Then
Var showShotEnable = "Enable"
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Else
Var showShotEnable = "Press"
Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var topping2 = toppingID2index2
EndIf
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh
</EventClick>
</Button>
;
<Button>
<X> 925 </X>
<Y> y_shot_coffee_bt </Y>
<State> showShotEnable </Stage>
<Mode> "No" </Mode>
<Filename> Var( DirImage + "/cb_nch.png" ) </Filename>
<FilenamePress> Var( DirImage + "/cb_ch.png" ) </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG showShotEnable
If showShotEnable = "Press" Then
Var showShotEnable = "Enable"
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Else
Var showShotEnable = "Press"
Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var topping2 = toppingID2index2
EndIf
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh
</EventClick>
</Button>
;-END
; sugar layout
@ -342,7 +476,7 @@
<X> 44 </X>
<Y> y_topping_bg </Y>
<State> BGSugar </State>
<Filename> "ROOT/taobin_project/image/topping/img1.png" </Filename>
<Filename> Var( DirImage + "/img_sugar.png" )</Filename>
</Image>
; sugar1

View file

@ -16,8 +16,8 @@
<Sound> "/ROOT/sounds/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
TopView "hide"
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
;TopView "hide"
;OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
</EventClick>
</Button>