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

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