home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / timclk10.zip / TIMECLK.INI < prev    next >
INI File  |  1994-06-12  |  1KB  |  40 lines

  1. #
  2. # Sample initialization file: timeclk.ini
  3. #
  4.  
  5. [timeclk]
  6.  
  7. #
  8. # By default, the timeclock minimizes itself when you punch in to a project.
  9. # The entry below prevents this from happening.  To get the default
  10. # behavior, either delete the entry or change "no" to "yes".
  11. #
  12. CloseOnSelect = no
  13.  
  14. #
  15. # The default background color of the timeclock is light gray.  To change
  16. # the color, the BkColor entry is used.  It is a string of three numbers
  17. # specifying the red, green, and blue intensity; each number is a value
  18. # from 0 to 255.  The sample entries shown below give a dark gray, light
  19. # green, and dark blue background, respectively.
  20. #
  21. # BkColor = 128,128,128
  22. # BkColor = 0,255,0
  23. # BkColor = 0,0,128
  24.  
  25. #
  26. # By default, the log file created by the timeclock is called
  27. # "timeclk.log".  You can change this name if you wish with an entry such
  28. # as the one below:
  29. #
  30. # LogFile = filename.ext
  31.  
  32. #
  33. # By default, the project file is called "project.txt".  You can change
  34. # this name if you wish with an entry such as the one below:
  35. #
  36. # ProjectFile = filename.ext
  37.  
  38.  
  39.  
  40.