/* TIMEUP.H*/ /* dialog boxes */ #define IDD_ABOUT 1 #define IDD_OPTIONS 2 #define IDD_HELP 3 #define DID_ABOUT 3 #define DID_HELP 4 /* dialog radio buttons*/ #define ARB_NOAUTO 12 /* dialog box checkbutton*/ #define ACB_RESTORE 15 #define ACB_SAVESCRPOS 16 #define CB_3RDSTATE 2 #define ARB_RECORD 17 #define ARB_TIMEUP 18 /* other defines*/ #define TIMEUP_ICON 1 #define ID_FRAME 1 #define ID_TIMER 1 #define NumMilSeconds 60000 #define NumHour 3600000 #define NumDay 86400000 #define LOG_10 2.302585093