update button language position
This commit is contained in:
parent
c74d0c2ed7
commit
df3c502cfd
16 changed files with 5402 additions and 5399 deletions
|
|
@ -263,8 +263,8 @@
|
|||
Refresh
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438 - 38
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 420
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430 - 38
|
||||
|
|
|
|||
|
|
@ -263,8 +263,8 @@
|
|||
Refresh
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438 - 38
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 420
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430 - 38
|
||||
|
|
|
|||
|
|
@ -263,8 +263,8 @@
|
|||
Refresh
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438 - 38
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 420
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430 - 38
|
||||
|
|
|
|||
|
|
@ -106,8 +106,8 @@
|
|||
Refresh
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438 - 38
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 420
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430 - 38
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -263,8 +263,8 @@
|
|||
Refresh
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438 - 38
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 420
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430 - 38
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -345,9 +345,13 @@
|
|||
Var countDownRetrun = 300
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 458
|
||||
Else
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438
|
||||
EndIf
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
|
|
|||
|
|
@ -21,9 +21,8 @@
|
|||
Var dirImageLang = CountryRootPath + "image/lang/"
|
||||
Var langfn = dirImageLang + langFileNameIcon
|
||||
DEBUGVAR langfn
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = ButtonLanguageCurrentXPosition - 40
|
||||
Var ButtonLanguageCurrentYPosition = ButtonLanguageCurrentYPosition + 20
|
||||
DEBUGVAR ButtonLanguageCurrentXPosition
|
||||
DEBUGVAR ButtonLanguageCurrentYPosition
|
||||
Else
|
||||
Var langfn = "ROOT/taobin_project/image/lang/" + langFileNameIcon
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue