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

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