This commit is contained in:
kong 2020-10-31 23:10:47 +07:00
parent 65cbec4963
commit dc3087b88f
15 changed files with 807 additions and 554 deletions

View file

@ -3,7 +3,7 @@
else:
scroll_height = 1400
out_xml('<Frame> \r\n')
out_xml('<FrameScroll> \r\n')
out_xml('<X> 0 </X>\r\n')
out_xml('<Y> 520 </Y>\r\n')
out_xml('<Width> 1080 </Width>\r\n')
@ -15,6 +15,10 @@
i_str = str(i + 1)
out_xml( '\t; button i='+ i_str + ' ' + product_code[i]+ ' \r\n')
out_xml( '\t<Block>\r\n')
out_xml('<Width> 225 </Width>\r\n')
out_xml('<Height> 296 </Height>\r\n')
out_xml( '\t<Button>\r\n')
out_xml( '\t<X> ' + str(x_button[i]) + ' </X> \r\n')
out_xml( '\t<Y> ' + str(y_button[i]) + ' </Y> \r\n')
@ -98,4 +102,7 @@
out_xml( '\t<Value> $' + product_code[i] + '.description </Value>\r\n')
out_xml( '\t</Text>\r\n')
out_xml('</Frame>\r\n')
out_xml( '\t</Block>\r\n')
out_xml('</FrameScroll>\r\n')