77 lines
1.3 KiB
XML
77 lines
1.3 KiB
XML
<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>
|