home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_digital.tds < prev    next >
Encoding:
INI File  |  2004-02-23  |  805 b   |  31 lines

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