home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_processcount.tds < prev    next >
INI File  |  2003-09-04  |  695b  |  32 lines

  1. [@SETTINGS]
  2. @IncStart = 1
  3.  
  4. [@INC]
  5. {Prefab}
  6.  
  7. Source       = "SystemStats.Containers:SystemStats"
  8.  
  9.  
  10. [@INC]
  11. {Label}
  12.  
  13. ' Settings Common To All Controls
  14. XPos          = Prefab.XPos
  15. YPos          = Prefab.YPos
  16. Width         = Prefab.Width
  17. Height        = Prefab.Height
  18. HorzAlignType = Prefab.HorzAlignType
  19. HorzAlign     = Prefab.HorzAlign
  20. VertAlignType = Prefab.VertAlignType
  21. VertAlign     = Prefab.VertAlign
  22.  
  23. TextHAlign   = "center"
  24. TextVAlign   = "center"
  25. Gfx          = Prefab.Gfx
  26. Text         = "\#Prefab.Label#^SystemInfo.ProcessCount()^"
  27. 'Text          = "Hi and fuck off"
  28. UpdateRate   = 1000
  29. SpecialDraw  = false
  30.  
  31.  
  32. ExecProc     = "Element.Display('SystemStats');"