Do
This commit is contained in:
parent
c723453e06
commit
f1de7ba052
49 changed files with 2230 additions and 509 deletions
77
xml/page_show_consent.xml
Normal file
77
xml/page_show_consent.xml
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
<Page>
|
||||
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1312 </Height>
|
||||
<Background> "ROOT/image/BG_Consent.bmp" </Background>
|
||||
|
||||
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;Open "ROOT/xml/menu_board.xml"
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 20 Then
|
||||
Open "ROOT/xml/menu_page5.xml"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
<EventMachine>
|
||||
If MachineStage = "drink-success" Then
|
||||
Var MachineState_Result = 1
|
||||
EndIf
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Var MachineState_Result = 1
|
||||
EndIf
|
||||
</EventMachine>
|
||||
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 397 </X>
|
||||
<Y> 802 </Y>
|
||||
<Filename> "ROOT/image/BN_accept.bmp" </Filename>
|
||||
<FilenamePress> "ROOT/image/BP_accept.bmp" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
Var StepGetPoint = 1
|
||||
GETACCEXT TelephoneNumber 5
|
||||
Open "/media/bt/xml/menu_CollectPoint_Page2.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 576 </X>
|
||||
<Y> 802 </Y>
|
||||
<Filename> "ROOT/image/BN_decline.bmp" </Filename>
|
||||
<FilenamePress> "ROOT/image/BP_decline.bmp" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/xml/menu_page5.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue