home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Programy / ClocX14.exe / Presets / BubbleClock.ini < prev    next >
INI File  |  2003-06-04  |  949b  |  24 lines

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