home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_utils / timer.arj / TIMER.TXT < prev   
Encoding:
Text File  |  1991-08-06  |  2.8 KB  |  69 lines

  1.      TIMER V1.0      5th August 1991         (c) 1991 Huw Millington
  2.  
  3.      Introduction
  4.  
  5.              TIMER is a small Windows  application  that  can  be used as a
  6.              timer or a stopwatch.  It  incorporates  custom bitmap buttons
  7.              which make it a pleasure to use and look at.
  8.  
  9.  
  10.      Using TIMER
  11.  
  12.              Copy TIMER to your  Windows  directory  and  add  it to any of
  13.              Program Managers' groups, using the File/New... menu.
  14.              Start  TIMER  by  double-clicking  on   its  icon.  Its  small
  15.              unobtrusive window  will  be  displayed  in  the  bottom right
  16.              corner of the screen.
  17.  
  18.              Control of the timer is  via  three push-buttons, which can be
  19.              selected using the mouse,  or  by  pressing <tab> to highlight
  20.              the required button, then pressing <space>.
  21.  
  22.  
  23.              Set...  Allows the time-out period  to  be  set,  from 1 to 60
  24.                      minutes. The default value is 10 minutes.
  25.  
  26.              Start   Starts the timer.  Whilst  the  timer  is running, the
  27.                      time remaining is displayed  in  the window title bar,
  28.                      so it is still  visible  when  iconised. The Start and
  29.                      Set... keys  are  disabled  once  the  timer  has been
  30.                      started.
  31.  
  32.              Stop    Stops the  timer,  if  required,  before  the time-out
  33.                      period. The time elapsed  since  the timer was started
  34.                      is displayed. This key is disabled until the timer has
  35.                      been started.
  36.  
  37.              At the end of the time-out period, a message box is displayed.
  38.  
  39.      Notes
  40.  
  41.              TIMER was written mainly  as  an  exercise  in creating custom
  42.              controls using Turbo Pascal For  Windows  and a custom control
  43.              unit written by Shawn  Aubrey  Baker obtained from CompuServe.
  44.              However you may find it useful  for timing game moves, such as
  45.              Chess etc.
  46.  
  47.              TIMER has been tested on  VGA  and  800x600 displays. I do not
  48.              know what it will look like at other resolutions.
  49.  
  50.              Apologies for the large size  of  the  executable. That is the
  51.              price you have to pay to have bitmap buttons!
  52.  
  53.              The  program  is  hereby  placed  in  the  public  domain.  No
  54.              responsibility will be  taken  for  loss  or  damage caused by
  55.              using it.
  56.  
  57.              Any comments/bug reports etc. would be greatly appreciated.
  58.  
  59.              Huw Millington
  60.              71 Woodbury Avenue, East Grinstead, W. Sussex, RH19 3NY, UK.
  61.  
  62.              CIX: huwmill@cix
  63.              CIS: 100016,3452
  64.  
  65.              Thanks to Shawn Baker for his custom control unit, Borland for
  66.              the OK/Cancel bitmaps and for creating TPW!
  67.  
  68.  
  69.