home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / akce / TrueLaunchbar / pluginy.exe / pluginy / tlbsysmon.exe / ReadMe.txt < prev    next >
Text File  |  2004-01-17  |  2KB  |  65 lines

  1. System Monitor v.2.0
  2.  
  3. ------------------------------
  4. --    Skins specification   --
  5. ------------------------------
  6.  
  7. * Skins must be located in the "skins" folder in the installation path. 
  8. * Every skin must be placed in separate folder
  9. * Skins supports only PNG format
  10. * The skin definition path must be named MemonSkin.ini
  11.  
  12. **** Sections of MemonSkin.ini
  13.  
  14. [options]
  15. name = <name of skin>
  16. author = <name of author>
  17. email = <email of author>
  18. url = <url of author>
  19.  
  20. [general]
  21. background = <background picture>
  22. size = <width> <height>
  23.  
  24. The "size" option can is ignored if background is defined. In this case size will be as background picture.
  25.  
  26. [DataSlot#]
  27. field = <filed name>
  28. font = <name of font>
  29. bold = 0 or 1
  30. italic = 0 or 1
  31. pos = x y
  32. size = <width> <height>
  33. color = R G B
  34. align = center or left or right
  35.  
  36.  
  37. [DataSlot#] sections must begin with 1.
  38. "field" parameter can be:
  39. CPU        - CPU usage
  40. PHYS_TOTAL    - Total Phisical Memory
  41. PHYS_USED    - Used Phisical Memory
  42. PHYS_FREE    - Free Phisical Memory
  43. VIRT_TOTAL    - Total Virtual Memory
  44. VIRT_USED    - Used Virtual Memory
  45. VIRT_FREE    - Free Virtual Memory
  46. PAGE_TOTAL    - Total Page File
  47. PAGE_FREE    - Free Page File
  48. PAGE_USED    - Used Page File
  49.  
  50. [diagram#]
  51. image = <image file name>
  52. field = <field name>
  53. type = VertRow or HorzRow or Percent or History
  54. size = <width> <height>
  55. point = x y
  56. fillType = picture or solid or line or color or linepicture or 
  57. startFrom = bottom or top or left or right
  58. valuesFrom = bottom or top or left or right
  59. TopSizeMargin = <margin>    ; used for stretching image
  60. BottomSizeMargin = <margin>    ; used for stretching image
  61. LeftSizeMargin = <margin>    ; used for stretching image
  62. RightSizeMargin = <margin>    ; used for stretching image
  63. tile = 1 or 0 ; 1 - tile image, 0 - stretch
  64.  
  65.