Merged
This commit is contained in:
commit
7669b77c77
958 changed files with 16149 additions and 24081 deletions
|
|
@ -224,6 +224,9 @@
|
|||
If LanguageShow = "UAE_DUBAI" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If NeedUpgrade = "true" Then
|
||||
|
|
@ -245,6 +248,9 @@
|
|||
If LanguageShow = "UAE_DUBAI" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR MachineStage
|
||||
|
|
@ -270,6 +276,9 @@
|
|||
If LanguageShow = "UAE_DUBAI" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
Else
|
||||
Var show_error_normal = "Enable"
|
||||
Var show_error_sp1 = "Invisible"
|
||||
|
|
@ -292,6 +301,9 @@
|
|||
If LanguageShow = "UAE_DUBAI" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -314,6 +326,9 @@
|
|||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
Else
|
||||
Var show_error_normal = "Enable"
|
||||
Var show_error_sp1 = "Invisible"
|
||||
|
|
@ -332,6 +347,9 @@
|
|||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -351,6 +369,9 @@
|
|||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If NETCORE_EVENT_CNT_X >= 30 Then
|
||||
|
|
@ -370,6 +391,9 @@
|
|||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var MaintenanceCard = 20
|
||||
|
|
@ -404,7 +428,7 @@
|
|||
|
||||
<Image>
|
||||
<State> show_error_normal </State>
|
||||
<X> 127 </X>
|
||||
<X> 0 </X>
|
||||
<Y> 1750 </Y>
|
||||
<Filename> Var(DirImage + "/text2.png") </Filename>
|
||||
</Image>
|
||||
|
|
@ -425,7 +449,7 @@
|
|||
|
||||
<Image>
|
||||
<State> show_error_sp1 </State>
|
||||
<X> 127 </X>
|
||||
<X> 0 </X>
|
||||
<Y> 1685 </Y>
|
||||
<Filename> Var(DirImage + "/text2.png") </Filename>
|
||||
</Image>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue