home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / timclk11.zip / TIMECLK.INI < prev    next >
INI File  |  1994-11-05  |  1KB  |  48 lines

  1. #
  2. # Sample initialization file: timeclk.ini
  3. #
  4.  
  5. [timeclk]
  6.  
  7. #
  8. # Normally, PC-TimeClock does not ask you for a memo when you punch into
  9. # a project unless you press and hold the Shift key while you punch in.
  10. # If this entry is enabled by changing "no" to "yes", then you will be
  11. # asked for a memo every time you punch in.
  12. #
  13. AskMemo = no
  14.  
  15. #
  16. # By default, the timeclock minimizes itself when you punch in to a project.
  17. # The entry below prevents this from happening.  To get the default
  18. # behavior, either delete the entry or change "no" to "yes".
  19. #
  20. CloseOnSelect = no
  21.  
  22. #
  23. # The default background color of the timeclock is light gray.  To change
  24. # the color, the BkColor entry is used.  It is a string of three numbers
  25. # specifying the red, green, and blue intensity; each number is a value
  26. # from 0 to 255.  The sample entries shown below give a dark gray, light
  27. # green, and dark blue background, respectively.
  28. #
  29. # BkColor = 128,128,128
  30. # BkColor = 0,255,0
  31. # BkColor = 0,0,128
  32.  
  33. #
  34. # By default, the log file created by the timeclock is called
  35. # "timeclk.log".  You can change this name if you wish with an entry such
  36. # as the one below:
  37. #
  38. # LogFile = filename.ext
  39.  
  40. #
  41. # By default, the project file is called "project.txt".  You can change
  42. # this name if you wish with an entry such as the one below:
  43. #
  44. # ProjectFile = filename.ext
  45.  
  46.  
  47.  
  48.