taobin_project/xml/menu_page4-CodeError.xml
2020-09-14 15:09:29 +07:00

69 lines
1,004 B
XML

<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>