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

  1. ;all colors are in BGR format (hexadecimal or number)
  2. [Settings]
  3. CutColor=0xFFFFFF       ;cut window by this color (default red)
  4. ShowAMPM=1              ;show AM/PM indicator (default 0)
  5. AMPMColor=0x00000000    ;color of AM/PM indicator
  6. DateColor=0
  7.  
  8. HourColor=0x00000000    ;color of hour hand
  9. HourLength=33           ;length of hour hand
  10. HourLap=0               ;overlap of hour hand
  11. HourWidth=3             ;width of hour hand
  12.  
  13. MinuteColor=0x00000000  ;color of minute hand
  14. MinuteLength=51         ;length of minute hand
  15. MinuteLap=0             ;overlap of minute hand
  16. MinuteWidth=2           ;width of minute hand
  17.  
  18. SecondColor=0x000000FF  ;color of second hand
  19. SecondLength=55         ;length of second hand
  20. SecondLap=0             ;overlap of second hand
  21. SecondWidth=1           ;width of second hand
  22.  
  23. CenterX=63             ;center point's X (default image_width / 2)
  24. CenterY=61             ;center point's Y (default image_height / 2)
  25.