DO page_brewing3
This commit is contained in:
parent
6122c18130
commit
b87f9a53ce
5 changed files with 88 additions and 25 deletions
|
|
@ -6,12 +6,6 @@
|
|||
Var Top2Timeout = 0
|
||||
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
RootLayoutVisible 3 "show"
|
||||
Else
|
||||
RootLayoutVisible 3 "hide"
|
||||
EndIf
|
||||
|
||||
Var LanguageButtonListEnable = "Invisible"
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -86,6 +80,19 @@
|
|||
<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_thai_lang.png" </Filename>
|
||||
<EventClick>
|
||||
SetLanguage "THAI"
|
||||
Var LanguageButtonListEnable = "Invisible"
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
</Row1>
|
||||
<Row1>
|
||||
<Width> 82 </Width>
|
||||
|
|
@ -94,6 +101,19 @@
|
|||
<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_eng_lang.png" </Filename>
|
||||
<EventClick>
|
||||
SetLanguage "ENG"
|
||||
Var LanguageButtonListEnable = "Invisible"
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
</Row1>
|
||||
<Row1>
|
||||
<Width> 82 </Width>
|
||||
|
|
@ -118,6 +138,27 @@
|
|||
</Button>
|
||||
|
||||
</Row1>
|
||||
<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>
|
||||
<Row1>
|
||||
<Width> 82 </Width>
|
||||
<Height> 51 </Height>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue