library.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "labelTitle" : {
  3. "type": "label",
  4. "font": "medium",
  5. "alignment": "left",
  6. "color": "yellow"
  7. },
  8. "labelCentered" : {
  9. "type": "label",
  10. "font": "medium",
  11. "alignment": "center",
  12. "color": "yellow"
  13. },
  14. "labelDescription" : {
  15. "type": "label",
  16. "font": "medium",
  17. "alignment": "left",
  18. "color": "white"
  19. },
  20. "checkbox" : {
  21. "type": "toggleButton",
  22. "image": "sysopchk.def",
  23. },
  24. "buttonGear" : {
  25. "type": "button",
  26. "image": "settingsWindow/button32",
  27. "items":
  28. [
  29. {
  30. "name": "gearIcon",
  31. "type": "picture",
  32. "image": "settingsWindow/gear",
  33. "position": {"x": 0, "y": 0 }
  34. }
  35. ]
  36. },
  37. "checkboxFake" : {
  38. "type": "boxWithBackground",
  39. "rect": { "x" : 0, "y" : 0, "w": 32, "h": 24}
  40. },
  41. "audioSlider" : {
  42. "type": "slider",
  43. "scrollBounds" : { "x" : -4, "y" : -34, "w" : 208, "h" : 52 },
  44. "size": 200,
  45. "style": "brown",
  46. "orientation": "horizontal",
  47. "itemsVisible": 0,
  48. "itemsTotal": 100,
  49. },
  50. "verticalLayout" : {
  51. "type" : "layout",
  52. "vertical" : true,
  53. "dynamic" : false,
  54. "distance" : 30
  55. },
  56. "verticalLayout60" : {
  57. "type" : "layout",
  58. "vertical" : true,
  59. "dynamic" : false,
  60. "distance" : 60
  61. }
  62. }