Hurr
This commit is contained in:
parent
074b805898
commit
d2469e310c
37 changed files with 1535 additions and 20659 deletions
|
|
@ -57,12 +57,16 @@
|
|||
|
||||
Var MaxNumber = 10
|
||||
|
||||
Var show_eng_button_stage = "Enable"
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var MaxNumber = 11
|
||||
Var show_eng_button_stage = "Invisible"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
Var MaxNumber = 12
|
||||
Var show_eng_button_stage = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -70,6 +74,23 @@
|
|||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
<EventLanguageOnChange>
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "THAI" Then
|
||||
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
</EventLanguageOnChange>
|
||||
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
|
|
@ -646,6 +667,7 @@
|
|||
<Button>
|
||||
<X> 990 </X>
|
||||
<Y> 438 </Y>
|
||||
<State> show_eng_button_stage </State>
|
||||
<Filename> show_btn </Filename>
|
||||
<FilenamePress> show_btp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue