home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Programy / ClocX14.exe / Presets / MX-CLOCX.INI < prev    next >
INI File  |  2003-12-08  |  1KB  |  38 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=0x787878    ;color of AM/PM indicator
  8. AMPMFont=Times New Roman
  9. AMPMFontSize=10         ;size of AM/PM font
  10.  
  11. HourColor=0xAA5F55      ;color of hour hand
  12. HourLength=33           ;length of hour hand
  13. HourLap=0               ;overlap of hour hand
  14. HourWidth=3             ;width of hour hand
  15.  
  16. MinuteColor=0xAA5F55    ;color of minute hand
  17. MinuteLength=51         ;length of minute hand
  18. MinuteLap=0             ;overlap of minute hand
  19. MinuteWidth=2           ;width of minute hand
  20.  
  21. SecondColor=0x553FFF    ;color of second hand
  22. SecondLength=54         ;length of second hand
  23. SecondLap=0             ;overlap of second hand
  24. SecondWidth=1           ;width of second hand
  25.  
  26.  CenterX=62            ;center point's X (default image_width / 2)
  27.  CenterY=61             ;center point's Y (default image_height / 2)
  28.  
  29. ;load hour hand image from PNG file
  30. HourPNG=mx-hr.hpng
  31. HourPNGCenterDist=24   ;distance from center of PNG image to point that should be in center of clock
  32. ;load minute hand image from PNG file:
  33. MinutePNG=mx-min.hpng
  34. MinutePNGCenterDist=24
  35. ;load second hand image from PNG file:
  36. SecondPNG=mx-sec.hpng
  37. SecondPNGCenterDist=24
  38.