Do inter + multi part hybirde promotion
This commit is contained in:
parent
6286e03248
commit
bc20c55e74
21 changed files with 1337 additions and 1063 deletions
|
|
@ -1040,6 +1040,27 @@
|
|||
BackslashNToEnter showdesc
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
If show_name_len > 0 Then
|
||||
Var showname = showname + "###size=68"
|
||||
EndIf
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "true"
|
||||
DEBUGVAR show_eng
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
|
@ -7851,6 +7872,24 @@
|
|||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
If show_name_len > 0 Then
|
||||
Var showname = showname + "###size=68"
|
||||
EndIf
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "true"
|
||||
DEBUGVAR show_eng
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue