home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / xray10.zip / source.zip / xrayrc.h < prev   
Text File  |  1996-12-28  |  359b  |  19 lines

  1. /**
  2. File:   xrayrc.h
  3. Notes:  for xray*.c and xray.rc
  4. **/
  5.  
  6. #define VERSION         "1.0"
  7.  
  8. #define ID_ICON         1
  9. #define DID_STATICTEXT  100
  10.  
  11. #define DLG_ABOUT       200
  12. #define ID_LOGO         201
  13.  
  14. #define IDM_POPUP       300
  15. #define IDM_MOVE        310
  16. #define IDM_FLOAT       320
  17. #define IDM_CLOSE       330
  18. #define IDM_ABOUT       340
  19.