DO
This commit is contained in:
parent
605112cd9f
commit
df2387c089
51 changed files with 11583 additions and 832 deletions
|
|
@ -400,7 +400,7 @@
|
|||
Var ConfirmDrinkButtonState = "Enable"
|
||||
|
||||
If stop_now = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
|
||||
EndIf
|
||||
Else
|
||||
Var ConfirmDrinkButtonState = "Invisible"
|
||||
|
|
@ -409,6 +409,22 @@
|
|||
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
If show_eng = "true" Then
|
||||
If MACHINE_SELF_TEST_COUNT_DOWN > 0 Then
|
||||
Var ShowTextSelfTestCountDown = "Please wait a moment (" + MACHINE_SELF_TEST_COUNT_DOWN
|
||||
Var ShowTextSelfTestCountDown = ShowTextSelfTestCountDown + ")"
|
||||
Else
|
||||
Var ShowTextSelfTestCountDown = "Please wait a moment"
|
||||
EndIf
|
||||
Else
|
||||
If MACHINE_SELF_TEST_COUNT_DOWN > 0 Then
|
||||
Var ShowTextSelfTestCountDown ="กรุณารอสักครู่ (" + MACHINE_SELF_TEST_COUNT_DOWN
|
||||
Var ShowTextSelfTestCountDown = ShowTextSelfTestCountDown + ")"
|
||||
Else
|
||||
Var ShowTextSelfTestCountDown ="กรุณารอสักครู่"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
|
|
@ -4241,12 +4257,24 @@
|
|||
<State> ConfirmDrinkButtonState </State>
|
||||
<X> 526 </X>
|
||||
<Y> 1785 </Y>
|
||||
<Filename> Var( DirImage + "/please_wait.png" )</Filename>
|
||||
<Filename> "ROOT/taobin_project/image/topping/topping2/bd_next2.png"</Filename>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<Text>
|
||||
<State> ConfirmDrinkButtonState </State>
|
||||
<X> 0 </X>
|
||||
<Y> 18 </Y>
|
||||
<Align> Center </Align>
|
||||
<Width> 512 </Width>
|
||||
<Font> KanitTTF </Font>
|
||||
<Size> 36 </Size>
|
||||
<Color> 0x746253 </Color>
|
||||
<Value> ShowTextSelfTestCountDown </Value>
|
||||
</Text>
|
||||
</Button>
|
||||
|
||||
|
||||
; zone
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue