home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ClocX / ClocXfull.exe / Presets / fireclock2.ini < prev    next >
INI File  |  2004-09-03  |  2KB  |  48 lines

  1. ;all colors are in BGR format (hexadecimal or number)
  2. [Settings]
  3. CutColor=0x0000FF       ;cut window by this color (default red)
  4.             ;not used with PNG in Win2k/XP
  5.  
  6. DisableAMPM=0           ;force AM/PM indicator disabled (default 0)
  7. AMPMColor=0x000000    ;color of AM/PM indicator
  8. AMPMFont=Times New Roman
  9. AMPMFontSize=10         ;size of AM/PM font
  10. AMPMCenterX=108
  11. AMPMCenterY=130
  12.  
  13.  
  14. DisableDate=0
  15. DateColor=0x000000
  16. DateFont=Arial
  17. DateFontSize=12
  18. DateCenterX=108
  19. DateCenterY=91
  20.  
  21.  
  22. HourColor=0xF00000      ;color of hour hand
  23. HourLength=28           ;length of hour hand
  24. HourLap=0               ;overlap of hour hand
  25. HourWidth=3             ;width of hour hand
  26.  
  27. MinuteColor=0xF00000    ;color of minute hand
  28. MinuteLength=45         ;length of minute hand
  29. MinuteLap=0             ;overlap of minute hand
  30. MinuteWidth=2           ;width of minute hand
  31.  
  32. SecondColor=0x1010FF    ;color of second hand
  33. SecondLength=45         ;length of second hand
  34. SecondLap=0             ;overlap of second hand
  35. SecondWidth=1           ;width of second hand
  36.  
  37. ;CenterX=60             ;center point's X (default image_width / 2)
  38. ;CenterY=60             ;center point's Y (default image_height / 2)
  39.  
  40. ;load hour hand image from PNG file
  41. ;HourPNG=hand2.hpng
  42. ;HourPNGCenterDist=24   ;distance from center of PNG image to point that should be in center of clock
  43. ;load minute hand image from PNG file:
  44. ;MinutePNG=hand2.hpng
  45. ;MinutePNGCenterDist=24
  46. ;load second hand image from PNG file:
  47. ;SecondPNG=hand2.hpng
  48. ;SecondPNGCenterDist=24