/* VMEM.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 #define ARB_DISPLAYMB 13 #define ARB_DISPLAYKB 14 /* dialog box checkbutton*/ #define ACB_RESTORE 15 #define ACB_SAVESCRPOS 16 #define CB_3RDSTATE 2 /* other defines*/ #define VMEM_ICON 1 #define ID_FRAME 1 #define ID_TIMER 1 #define ONE_MB 1048576 #define TENTH_MB 104858 #define ONE_KB 1024 #define LOG_10 2.302585093