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

  1. [@SETTINGS]
  2. @IncStart = 1
  3.  
  4. [@INC]
  5. {Label}
  6.  
  7. ' Settings Common To All Controls
  8. XPos          = Prefab.XPos
  9. YPos          = Prefab.YPos
  10. Width         = Prefab.Width
  11. Height        = Prefab.Height
  12. HorzAlignType = Prefab.HorzAlignType
  13. HorzAlign     = Prefab.HorzAlign
  14. VertAlignType = Prefab.VertAlignType
  15. VertAlign     = Prefab.VertAlign
  16.  
  17. TextHAlign   = "center"
  18. TextVAlign   = "center"
  19. Gfx          = Prefab.Gfx
  20. Text         = "^SystemInfo.LocalTime('\#Prefab.HourFormat#:%m\#Prefab.SecondFormat#\#Prefab.AmPmFormat#')^" 
  21. 'YTextOffset  = 1
  22. UpdateRate   = 1000
  23.  
  24. LClickProc   = "System.ShowSetDateTime();"
  25. RClickProc   = "System.ShowSetDateTime();"
  26.  
  27. ScrollSpeed   = 135
  28. ScrollSpacing = 25
  29. ScrollLeft    = false