First start TaoBin
This commit is contained in:
commit
a497d17fc2
54 changed files with 27396 additions and 0 deletions
69
xml/menu_page4-CodeError.xml
Normal file
69
xml/menu_page4-CodeError.xml
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
<Page>
|
||||
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1312 </Height>
|
||||
<Background> "ROOT/image/BG_Enter_Code.bmp" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;Open "ROOT/xml/menu_board.xml"
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 5 Then
|
||||
Open "ROOT/xml/menu_board.xml"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 310 </X>
|
||||
<Y> 380 </Y>
|
||||
<Width> 474 </Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 50 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0xF0E000 </Color>
|
||||
<Value> TelephoneNumber </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 310 </X>
|
||||
<Y> 550 </Y>
|
||||
<Width> 474 </Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 50 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0xF0E000 </Color>
|
||||
<Value> "ไม่เจอโค้ดในระบบ" </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
<EventActionOk>
|
||||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
</EventActionError>
|
||||
|
||||
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue