Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <control type="panel" id="1000">
  2. <left>22</left>
  3. <top>510</top>
  4. <width>934</width>
  5. <height>160</height>
  6. <onleft>1000</onleft>
  7. <onright>1000</onright>
  8. <onup>300</onup>
  9. <ondown>311</ondown>
  10. <onback>noop</onback>
  11. <orientation>horizontal</orientation>
  12. <visible>System.HasAddon(plugin.program.autocompletion) + !SubString(Control.GetLabel(311),password) + !SubString(Control.GetLabel(311),$LOCALIZE[733])</visible>
  13. <scrolltime tween="sine" easing="out">200</scrolltime>
  14. <itemlayout height="50" width="310">
  15. <control type="image">
  16. <posx>0</posx>
  17. <posy>0</posy>
  18. <width>300</width>
  19. <height>45</height>
  20. <texture border="10,0,10,0">button_white2.png</texture>
  21. </control>
  22. <control type="label">
  23. <posx>0</posx>
  24. <posy>0</posy>
  25. <width>300</width>
  26. <height>45</height>
  27. <align>center</align>
  28. <textcolor>darkgrey</textcolor>
  29. <font>font-22</font>
  30. <label>$INFO[ListItem.Label]</label>
  31. </control>
  32. </itemlayout>
  33. <focusedlayout height="50" width="310">
  34. <control type="image">
  35. <posx>0</posx>
  36. <posy>0</posy>
  37. <width>300</width>
  38. <height>45</height>
  39. <texture border="10,0,10,0" colordiffuse="darkgrey">button_white.png</texture>
  40. </control>
  41. <control type="label">
  42. <posx>0</posx>
  43. <posy>0</posy>
  44. <width>300</width>
  45. <height>45</height>
  46. <align>center</align>
  47. <font>font-22</font>
  48. <textcolor>grey_b</textcolor>
  49. <label>$INFO[ListItem.Label]</label>
  50. </control>
  51. </focusedlayout>
  52. <content>plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).index(1)]&amp;&amp;limit=9</content>
  53. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement