First start TaoBin
This commit is contained in:
commit
a497d17fc2
54 changed files with 27396 additions and 0 deletions
91
xml/menu_problem.xml
Normal file
91
xml/menu_problem.xml
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
<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/menu_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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue