Fix bug Topping 4
This commit is contained in:
parent
4ae51cc71c
commit
50092d284a
14 changed files with 665 additions and 3404 deletions
|
|
@ -398,21 +398,31 @@
|
|||
out_xml( '\t<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
|
||||
out_xml( '\t<Image>\r\n')
|
||||
out_xml( '\t<X> 49 </X>\r\n')
|
||||
out_xml( '\t<Y> 117 </Y>\r\n')
|
||||
out_xml( '\t<State> \r\n')
|
||||
out_xml( '\t\teval( \r\n')
|
||||
out_xml( '\t\t\tSTRCONTAIN "ERR" $' + pd_code_1 + '.TAG tag_is_disable\r\n')
|
||||
out_xml( '\t\t\tIf tag_is_disable = "true" Then\r\n')
|
||||
out_xml( '\t\t\t\tVar return = "Enable"\r\n')
|
||||
out_xml( '\t\t\tElse\r\n')
|
||||
out_xml( '\t\t\t\tVar return = "Invisible"\r\n')
|
||||
out_xml( '\t\t\tEndIf\r\n')
|
||||
out_xml( '\t\t)\r\n')
|
||||
out_xml( '\t</State>\r\n')
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image//img_menu_err.png" </Filename>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
#out_xml( '\t<Image>\r\n')
|
||||
#out_xml( '\t<X> 49 </X>\r\n')
|
||||
#out_xml( '\t<Y> 117 </Y>\r\n')
|
||||
#out_xml( '\t<State> \r\n')
|
||||
#out_xml( '\t\teval( \r\n')
|
||||
#out_xml( '\t\t\tSTRCONTAIN "ERR" $' + pd_code_1 + '.TAG tag1_is_disable\r\n')
|
||||
#out_xml( '\t\t\tSTRCONTAIN "ERR" $' + pd_code_2 + '.TAG tag2_is_disable\r\n')
|
||||
#out_xml( '\t\t\tSTRCONTAIN "ERR" $' + pd_code_3 + '.TAG tag3_is_disable\r\n')
|
||||
#out_xml( '\t\t\tDEBUGVAR $' + pd_code_1 + '.TAG\r\n')
|
||||
#out_xml( '\t\t\tDEBUGVAR $' + pd_code_2 + '.TAG\r\n')
|
||||
#out_xml( '\t\t\tDEBUGVAR $' + pd_code_3 + '.TAG\r\n')
|
||||
#out_xml( '\t\t\tVar return = "Enable"\r\n')
|
||||
#out_xml( '\t\t\tIf tag1_is_disable = "false" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar return = "Invisible"\r\n')
|
||||
#out_xml( '\t\t\tEndIf\r\n')
|
||||
#out_xml( '\t\t\tIf tag2_is_disable = "false" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar return = "Invisible"\r\n')
|
||||
#out_xml( '\t\t\tEndIf\r\n')
|
||||
#out_xml( '\t\t\tIf tag3_is_disable = "false" Then\r\n')
|
||||
#out_xml( '\t\t\t\tVar return = "Invisible"\r\n')
|
||||
#out_xml( '\t\t\tEndIf\r\n')
|
||||
#out_xml( '\t\t)\r\n')
|
||||
#out_xml( '\t</State>\r\n')
|
||||
#out_xml( '\t<Filename> "ROOT/taobin_project/image//img_menu_err.png" </Filename>\r\n')
|
||||
#out_xml( '\t</Image>\r\n')
|
||||
|
||||
out_xml( '\t<Text>\r\n')
|
||||
out_xml( '\t<X> 84 </X>\r\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue