home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / timup13.zip / source.zip / timeup.h < prev    next >
Text File  |  1993-06-21  |  595b  |  29 lines

  1. /* TIMEUP.H*/
  2.  
  3. /* dialog boxes */
  4. #define IDD_ABOUT       1
  5. #define IDD_OPTIONS     2
  6. #define IDD_HELP        3
  7.  
  8. #define DID_ABOUT       3
  9. #define DID_HELP        4
  10.  
  11. /* dialog radio buttons*/
  12. #define ARB_NOAUTO      12
  13.  
  14. /* dialog box checkbutton*/
  15. #define ACB_RESTORE     15
  16. #define ACB_SAVESCRPOS  16
  17. #define CB_3RDSTATE     2
  18. #define ARB_RECORD      17
  19. #define ARB_TIMEUP      18
  20.  
  21. /* other defines*/
  22. #define TIMEUP_ICON    1
  23. #define ID_FRAME     1
  24. #define ID_TIMER     1
  25. #define NumMilSeconds 60
  26. #define NumHour 3600
  27. #define NumDay 86400
  28. #define LOG_10 2.302585093
  29.