home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / vmem / vmem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-01  |  572 b   |  30 lines

  1.  
  2. // VMEM.H
  3.  
  4. // dialog boxes
  5. #define IDD_ABOUT       1
  6. #define IDD_OPTIONS     2
  7. #define IDD_HELP        3
  8.  
  9. #define DID_ABOUT       3
  10. #define DID_HELP        4
  11.  
  12. // dialog radio buttons
  13. #define ARB_NOAUTO      12
  14. #define ARB_DISPLAYMB   13
  15. #define ARB_DISPLAYKB   14
  16.  
  17. // dialog box checkbutton
  18. #define ACB_RESTORE     15
  19. #define ACB_SAVESCRPOS  16
  20. #define CB_3RDSTATE     2
  21.  
  22. // other defines
  23. #define VMEM_ICON    1
  24. #define ID_FRAME     1
  25. #define ID_TIMER     1
  26. #define ONE_MB       1048576
  27. #define TENTH_MB     104858
  28. #define ONE_KB       1024
  29.  
  30.