taobin_project/xml/topview2.xml

176 lines
3.4 KiB
XML
Raw Normal View History

2023-02-10 16:31:57 +07:00
<Popup>
<Width> 1080</Width>
<Height> 1920 </Height>
<EventOpen>
Var Top2Timeout = 0
2023-02-17 17:50:13 +07:00
2023-05-05 23:18:22 +07:00
Var LanguageButtonEnable = "Invisible"
2023-02-17 22:20:31 +07:00
Var LanguageButtonListEnable = "Invisible"
2023-02-10 16:31:57 +07:00
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
2023-02-14 17:09:30 +07:00
;DEBUGVAR Top2Timeout
2023-02-10 16:31:57 +07:00
Var Top2Timeout = Top2Timeout + 1
2023-02-17 22:20:31 +07:00
If Top2Timeout = 20 Then
2023-02-10 16:31:57 +07:00
Open "ROOT/taobin_project/xml/topview2.xml"
EndIf
2023-02-17 22:20:31 +07:00
If TimeForClose > 0 Then
Var TimeForClose = TimeForClose - 1
DEBUGVAR TimeForClose
EndIf
If TimeForClose = 1 Then
Var LanguageButtonListEnable = "Invisible"
Refresh
EndIf
2023-02-17 17:50:13 +07:00
2023-02-17 22:20:31 +07:00
TimerReset
2023-02-17 17:50:13 +07:00
2023-02-10 16:31:57 +07:00
</EventTimeout>
<Text>
<X> 1 </X>
<Y> 1 </Y>
<Font> KanitTTF </Font>
2023-02-14 17:09:30 +07:00
<Size> 20 </Size>
2023-02-10 16:31:57 +07:00
<Width> 1080 </Width>
<Color> 0xFF0000 </Color>
<Value> "Beta"</Value>
</Text>
2023-02-17 17:50:13 +07:00
<Button>
<X> 990 </X>
<Y> 438 </Y>
2023-05-05 23:18:22 +07:00
<State> LanguageButtonEnable </State>
2023-02-17 17:50:13 +07:00
<Name> "LangIcon" </Name>
<Filename> "ROOT/taobin_project/image/lang/world.png" </Filename>
2023-02-17 22:20:31 +07:00
<EventClick>
Var LanguageButtonListEnable = "Enable"
DEBUGVAR LanguageButtonListEnable
Var TimeForClose = 10
Refresh
</EventClick>
2023-02-17 17:50:13 +07:00
</Button>
2023-02-10 16:31:57 +07:00
2023-02-17 22:20:31 +07:00
<ListView1>
<X> 970 </X>
<Y> 430 </Y>
<Width> 986 </Width>
<Height> "auto" </Height>
<Align> "vertical"</Align>
<State> LanguageButtonListEnable </State>
;
<Row1>
<Width> 82 </Width>
<Height> 51 </Height>
<State> "Enable" </State>
<Image>
<Filename> "ROOT/taobin_project/image/lang/lang_bg_top.png" </Filename>
</Image>
</Row1>
<Row1>
<Width> 82 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Image>
<Filename> "ROOT/taobin_project/image/lang/lang_bg_center.png" </Filename>
</Image>
2023-02-20 15:44:57 +07:00
<Button>
<X> 13 </X>
<Y> 0 </Y>
<Width> 56 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Filename> "ROOT/taobin_project/image/lang/bn_thai_lang.png" </Filename>
<EventClick>
SetLanguage "THAI"
Var LanguageButtonListEnable = "Invisible"
Refresh
</EventClick>
</Button>
2023-02-17 22:20:31 +07:00
</Row1>
<Row1>
<Width> 82 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Image>
<Filename> "ROOT/taobin_project/image/lang/lang_bg_center.png" </Filename>
</Image>
2023-02-20 15:44:57 +07:00
<Button>
<X> 13 </X>
<Y> 0 </Y>
<Width> 56 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Filename> "ROOT/taobin_project/image/lang/bn_eng_lang.png" </Filename>
<EventClick>
SetLanguage "ENG"
Var LanguageButtonListEnable = "Invisible"
Refresh
</EventClick>
</Button>
2023-02-17 22:20:31 +07:00
</Row1>
<Row1>
<Width> 82 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Image>
<Filename> "ROOT/taobin_project/image/lang/lang_bg_center.png" </Filename>
</Image>
<Button>
<X> 13 </X>
<Y> 0 </Y>
<Width> 56 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Filename> "ROOT/taobin_project/image/lang/bn_japan_lang.png" </Filename>
<EventClick>
SetLanguage "JAPAN"
Var LanguageButtonListEnable = "Invisible"
Refresh
</EventClick>
</Button>
</Row1>
2023-02-20 15:44:57 +07:00
<Row1>
<Width> 82 </Width>
<Height> 51 </Height>
<State> "Enable" </State>
<Image>
<Filename> "ROOT/taobin_project/image/lang/lang_bg_center.png" </Filename>
</Image>
<Button>
<X> 13 </X>
<Y> 0 </Y>
<Width> 82 </Width>
<Height> 56 </Height>
<State> "Enable" </State>
<Filename> "ROOT/taobin_project/image/lang/bn_china_lang.png" </Filename>
<EventClick>
SetLanguage "CHINA"
Var LanguageButtonListEnable = "Invisible"
Refresh
</EventClick>
</Button>
</Row1>
2023-02-17 22:20:31 +07:00
<Row1>
<Width> 82 </Width>
<Height> 51 </Height>
<State> "Enable" </State>
<Image>
<Filename> "ROOT/taobin_project/image/lang/lang_bg_bottom.png" </Filename>
</Image>
</Row1>
</ListView1>
;
2023-02-10 16:31:57 +07:00
</Popup>