68 lines
1.4 KiB
XML
68 lines
1.4 KiB
XML
<Popup>
|
|
<X> 0 </X>
|
|
<Y> 0 </Y>
|
|
<Cache> "Enable" </Cache>
|
|
<Width> 1080 </Width>
|
|
<Height> 1920 </Height>
|
|
<Background> "0xEFEDEA" </Background>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventOpen>
|
|
Var Timeout = 0
|
|
|
|
Var DirImage = "ROOT/taobin_project/image/pos/"
|
|
If show_eng = "true" Then
|
|
Var PosFailImg = DirImage + "pos_fail_en.png"
|
|
Var CloseBtnImg = DirImage + "bn_close_en.png"
|
|
Var ClosePressedImg = DirImage + "bp_close_en.png"
|
|
Else
|
|
Var PosFailImg = DirImage + "pos_fail_th.png"
|
|
Var CloseBtnImg = DirImage + "bn_close_th.png"
|
|
Var ClosePressedImg = DirImage + "bp_close_th.png"
|
|
EndIf
|
|
|
|
</EventOpen>
|
|
<Timeout> 1000 </Timeout>
|
|
<EventTimeout>
|
|
If Timeout > 30 Then
|
|
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
|
EndIf
|
|
|
|
Var Timeout = Timeout + 1
|
|
|
|
Refresh
|
|
TimerReset
|
|
|
|
</EventTimeout>
|
|
|
|
;include="ROOT/taobin_project/inc/video.inc"
|
|
|
|
<Image>
|
|
<X> 0 </X>
|
|
<Y> 480 </Y>
|
|
<Filename> PosFailImg </Filename>
|
|
</Image>
|
|
|
|
<Button>
|
|
<X> 398 </X>
|
|
<Y> 1753 </Y>
|
|
<Filename> CloseBtnImg </Filename>
|
|
<FilenamePress> ClosePressedImg </FilenamePress>
|
|
<EventClick>
|
|
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
|
</EventClick>
|
|
</Button>
|
|
|
|
<EventUnitTest1>
|
|
Open "ROOT/taobin_project/xml/pos_fail.xml"
|
|
</EventUnitTest1>
|
|
|
|
<EventUnitTest2>
|
|
If show_eng = "true" Then
|
|
Var show_eng = "false"
|
|
Else
|
|
Var show_eng = "true"
|
|
EndIf
|
|
Open "ROOT/taobin_project/xml/pos_fail.xml"
|
|
</EventUnitTest2>
|
|
|
|
</Popup>
|