Advertisement
Cosmo224

7850 charms markup

Jan 1st, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <duixml>
  2. <Element resid="main" accessible="true" id="Atom(CharmBar)" layout="BorderLayout()" layoutpos="top" sheet="CharmStyle" background="dtb(TASKDIALOG,1,0)" margin="rect(0rp,0rp,0rp,0rp)" padding="rect(0rp,0rp,0rp,0rp)">
  3. </Element>
  4. <Element resid="BaseCharm" layout="BorderLayout()" layoutpos="top">
  5. <PushButton id="Atom(charm)" layout="BorderLayout()" layoutpos="absolute" contentalign="middlecenter" accessible="true" accrole="pushbutton" active="mouse|keyboard">
  6. <Element id="atom(icon)" layout="BorderLayout()" layoutpos="top" accessible="true" accrole="graphic"/>
  7. <Element id="Atom(text)" layoutpos="absolute" accessible="true" accrole="statictext"/>
  8. </PushButton>
  9. </Element>
  10. <stylesheets>
  11. <style resid="CharmStyle">
  12. <element background="ARGB(0,0,0,0)" foreground="ARGB(0,0,0,0)"/>
  13. <pushbutton background="ARGB(0,0,0,0)" foreground="ARGB(0,0,0,0)" contentalign="middlecenter" padding="rect(0rp,0rp,0rp,0rp)" margin="rect(0rp,0rp,0rp,0rp)"/>
  14. <if keyfocused="true">
  15. <pushbutton contentalign="middlecenter | focusrect"/>
  16. </if>
  17. <if selected="true">
  18. <pushbutton background="dtb(toolbar, 1, 1)"/>
  19. </if>
  20. <if mousefocused="true">
  21. <pushbutton background="dtb(toolbar, 1, 2)"/>
  22. </if>
  23. <if pressed="true">
  24. <pushbutton background="dtb(toolbar, 1, 3)"/>
  25. </if>
  26. <if enabled="false">
  27. <pushbutton background="dtb(toolbar, 1, 4)" foreground="graytext"/>
  28. </if>
  29. </style>
  30. </stylesheets>
  31. </duixml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement