First start TaoBin
This commit is contained in:
commit
a497d17fc2
54 changed files with 27396 additions and 0 deletions
110
xml/menu_closeMaintenance.xml
Normal file
110
xml/menu_closeMaintenance.xml
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
<Page>
|
||||
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1312 </Height>
|
||||
<Background> pMaintenanceBG </Background>
|
||||
|
||||
|
||||
<EventOpen>
|
||||
; On open
|
||||
TopView "show"
|
||||
|
||||
Var Timeout = 0
|
||||
;Var ProcessText = "ระบบปิดให้บริการ"
|
||||
|
||||
If NeedUpgrade = "true" Then
|
||||
Open "ROOT/xml/menu_upgrading.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If HaveCup = "true" Then
|
||||
Open "ROOT/xml/menu_Page6_Open.xml"
|
||||
EndIf
|
||||
|
||||
If MachineStage = "show-menu" Then
|
||||
Open "ROOT/xml/menu_board.xml"
|
||||
EndIf
|
||||
|
||||
If NeedUpgrade = "true" Then
|
||||
Open "ROOT/xml/menu_upgrading.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<EventMachine>
|
||||
|
||||
If HaveCup = "true" Then
|
||||
Open "ROOT/xml/menu_Page6_Open.xml"
|
||||
EndIf
|
||||
|
||||
If MachineStage = "show-menu" Then
|
||||
Open "ROOT/xml/menu_board.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
</EventMachine>
|
||||
|
||||
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 395 </X>
|
||||
<Y> 250 </Y>
|
||||
<Width>300</Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 30 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<Value> ProcessText </Value>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X>1020</X>
|
||||
<Y>1250</Y>
|
||||
<Width> 50 </Width>
|
||||
<Height> 50 </Height>
|
||||
<EventClick>
|
||||
Open "ROOT/xml/vending_info.xml"
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X>0</X>
|
||||
<Y>1262</Y>
|
||||
<Filename> "ROOT/image/BG_TabRed.png" </Filename>
|
||||
<EventClick>
|
||||
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 10 </X>
|
||||
<Y> 1270 </Y>
|
||||
<Width>300</Width>
|
||||
<Size> 20 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<Value> MachineErrorDetail </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue