uoducky

Custom XML Menu

Mar 6th, 2021 (edited)
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. <ISUI>
  2. <Window name='EQ Action Menu'>
  3. <X>200</X>
  4. <Y>300</Y>
  5. <Width>200</Width>
  6. <Height>200</Height>
  7. <Visible>1</Visible>
  8. <Children>
  9. <TabControl>
  10. <X>5%</X>
  11. <Width>90%</Width>
  12. <Height>95%<Height>
  13. <Tabs>
  14. <Tab name='Combat'>
  15. <button name='btn1'>
  16. <X>10%</X>
  17. <Y>10%</Y>
  18. <Width>80</Width>
  19. <Height>20</Height>
  20. <AutoTooltip>This is a test button</AutoTooltip>
  21. <Text>Test Button</Text>
  22. <OnLeftClick>MessageBox -ok "You clicked the button."</OnLeftClick>
  23. <BackgroundColor>FFFFFFFF</BackgroundColor>
  24. <BorderColor>00000000</BorderColor>
  25. <Font>
  26. <Name>Arial</Name>
  27. <Size>12</Size>
  28. <Color>00000000</Color>
  29. </Font>
  30. </button>
  31. </Tab>
  32.  
  33.  
  34. <Tab name='Buffs'>
  35. <button name='btn2'>
  36. <X>10%</X>
  37. <Y>10%</Y>
  38. <Width>80</Width>
  39. <Height>20</Height>
  40. <AutoTooltip>This is a test button</AutoTooltip>
  41. <Text>Test Button</Text>
  42. <OnLeftClick>MessageBox -ok "You clicked the button."</OnLeftClick>
  43. <BackgroundColor>FFFFFFFF</BackgroundColor>
  44. <BorderColor>00000000</BorderColor>
  45. <Font>
  46. <Name>Arial</Name>
  47. <Size>12</Size>
  48. <Color>00000000</Color>
  49. </Font>
  50. </button>
  51.  
  52. </Tab>
  53.  
  54.  
  55. <Tab name='Utility'>
  56. <button name='btn3'>
  57. <X>10%</X>
  58. <Y>10%</Y>
  59. <Width>80</Width>
  60. <Height>20</Height>
  61. <AutoTooltip>This is a test button</AutoTooltip>
  62. <Text>Test Button</Text>
  63. <OnLeftClick>MessageBox -ok "You clicked the button."</OnLeftClick>
  64. <BackgroundColor>FFFFFFFF</BackgroundColor>
  65. <BorderColor>00000000</BorderColor>
  66. <Font>
  67. <Name>Arial</Name>
  68. <Size>12</Size>
  69. <Color>00000000</Color>
  70. </Font>
  71. </button>
  72.  
  73. </Tab>
  74. </Tabs>
  75. </TabControl>
  76. </Children>
  77. </Window>
  78. </ISUI>
Add Comment
Please, Sign In to add comment