home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_threadcount.tds < prev    next >
INI File  |  2003-09-04  |  658b  |  31 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.ThreadCount()^"
  27. UpdateRate   = 1000
  28. SpecialDraw  = false
  29.  
  30.  
  31. ExecProc     = "Element.Display('SystemStats');"