home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / modu1096.zip / sample / pmdemo / spintest.h < prev    next >
Text File  |  1994-04-29  |  617b  |  23 lines

  1. /******************************************************************************\
  2. *
  3. *                                 SPINTEST.H
  4. *
  5. \******************************************************************************/
  6.  
  7. #define IDR_MAIN             1         /* resource identifier */
  8.  
  9. #define IDD_DLG             10
  10. #define IDD_ABOUT           11
  11.  
  12. #define IDM_DLGEDITDIALOG  101
  13. #define IDM_ABOUT          102
  14. #define IDM_ASSERT         103
  15. #define IDM_RANGE          104
  16.  
  17. #define IDC_SPINCUBE       201
  18.  
  19. #define SS_ERASE             1
  20. #define SS_INMOTION          2
  21. #define SPINCUBECLASS "Spincube"
  22.  
  23.