91 lines
2.2 KiB
XML
91 lines
2.2 KiB
XML
<Page>
|
|
|
|
<Width> 1080 </Width>
|
|
<Height> 1312 </Height>
|
|
<Background> "ROOT/image/BG_Main_Menu.bmp" </Background>
|
|
|
|
<EventOpen>
|
|
Var ChooseProblem = ""
|
|
Var TextProblem = ""
|
|
Var Timeout = 0
|
|
</EventOpen>
|
|
<Timeout> 1000 </Timeout>
|
|
<EventTimeout>
|
|
|
|
Var Timeout = Timeout + 1
|
|
If Timeout = 10 Then
|
|
Open "/mnt/sdcard/coffeevending/xml/page_board.xml"
|
|
EndIf
|
|
|
|
TimerReset
|
|
;Refresh
|
|
</EventTimeout>
|
|
<EventNetDown>
|
|
Open "/mnt/sdcard/coffeevending/xml/main.xml"
|
|
</EventNetDown>
|
|
|
|
|
|
<Button>
|
|
<X> 106 </X>
|
|
<Y> 183 </Y>
|
|
<Filename> "ROOT/image/BN_ProblemCoinChange.png" </Filename>
|
|
<FilenamePress> "ROOT/image/BP_ProblemCoinChange.png" </FilenamePress>
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventClick>
|
|
Var ChooseProblem = "not receiving changes or unable to pay"
|
|
PROBLEM TelephoneNumber ChooseProblem
|
|
Open "/ROOT/xml/tellproblem_working.xml"
|
|
</EventClick>
|
|
</Button>
|
|
|
|
<Button>
|
|
<X> 604 </X>
|
|
<Y> 183 </Y>
|
|
<Filename> "ROOT/image/BN_ProblemTelNum.png" </Filename>
|
|
<FilenamePress> "ROOT/image/BP_ProblemTelNum.png" </FilenamePress>
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventClick>
|
|
Var ChooseProblem = "incorrect number"
|
|
PROBLEM TelephoneNumber ChooseProblem
|
|
Open "/ROOT/xml/tellproblem_working.xml"
|
|
</EventClick>
|
|
</Button>
|
|
|
|
<Button>
|
|
<X> 106 </X>
|
|
<Y> 473 </Y>
|
|
<Filename> "ROOT/image/BN_ProblemProduct.png" </Filename>
|
|
<FilenamePress> "ROOT/image/BP_ProblemProduct.png" </FilenamePress>
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventClick>
|
|
Var ChooseProblem = "product purchasing problems"
|
|
PROBLEM TelephoneNumber ChooseProblem
|
|
Open "/ROOT/xml/tellproblem_working.xml"
|
|
</EventClick>
|
|
</Button>
|
|
|
|
<Button>
|
|
<X> 604 </X>
|
|
<Y> 473 </Y>
|
|
<Filename> "ROOT/image/BN_ProblemTopupFailed.png" </Filename>
|
|
<FilenamePress> "ROOT/image/BP_ProblemTopupFailed.png" </FilenamePress>
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventClick>
|
|
Var ChooseProblem = "transaction incomplete"
|
|
PROBLEM TelephoneNumber ChooseProblem
|
|
Open "/ROOT/xml/tellproblem_working.xml"
|
|
</EventClick>
|
|
</Button>
|
|
|
|
|
|
<EventSecurity>
|
|
Open "/media/bt/xml/security_alarm.xml"
|
|
</EventSecurity>
|
|
|
|
|
|
|
|
</Page>
|