pro apple
This commit is contained in:
commit
e9e595dd71
294 changed files with 41389 additions and 5912 deletions
|
|
@ -8,7 +8,15 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; tab_menu hide
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_hide.lxml"
|
||||
If CountryName = "Thailand" Then
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
If CountryName = "HongKong" Then
|
||||
;include="ROOT/taobin_project/inter/hkg/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
If CountryName = "Australia" Then
|
||||
;include="ROOT/taobin_project/inter/hkg/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
|
||||
RootLayoutVisible 3 "hide"
|
||||
|
||||
|
|
@ -627,9 +635,13 @@
|
|||
If POS_SELL_MODE = "NORMAL" Then
|
||||
|
||||
Else
|
||||
Var BackgroundColor = "0x2C2F4E"
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
Open "ROOT/taobin_project/xml/page_pos_machine_midnight_close.xml"
|
||||
If POS_SELL_MODE = "CLOSE" Then
|
||||
Var BackgroundColor = "0x2C2F4E"
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
Open "ROOT/taobin_project/xml/page_pos_machine_midnight_close.xml"
|
||||
Else
|
||||
OpenInst 0 "ROOT/taobin_project/xml/page_pos_machine_network_down.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -2048,7 +2060,15 @@ PRICE "Reset" "-"
|
|||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_hide.lxml"
|
||||
If CountryName = "Thailand" Then
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
If CountryName = "HongKong" Then
|
||||
;include="ROOT/taobin_project/inter/hkg/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
If CountryName = "Australia" Then
|
||||
;include="ROOT/taobin_project/inter/hkg/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR XMLEngineFrontStage
|
||||
|
||||
|
|
@ -2520,9 +2540,13 @@ PRICE "Reset" "-"
|
|||
If POS_SELL_MODE = "NORMAL" Then
|
||||
|
||||
Else
|
||||
Var BackgroundColor = "0x2C2F4E"
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
Open "ROOT/taobin_project/xml/page_pos_machine_midnight_close.xml"
|
||||
If POS_SELL_MODE = "CLOSE" Then
|
||||
Var BackgroundColor = "0x2C2F4E"
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
Open "ROOT/taobin_project/xml/page_pos_machine_midnight_close.xml"
|
||||
Else
|
||||
OpenInst 0 "ROOT/taobin_project/xml/page_pos_machine_network_down.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue