home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / KEYGEN.RC < prev    next >
Encoding:
Text File  |  1998-08-14  |  416 b   |  20 lines

  1. ;;; ■    Resources for the Info window     ■ /
  2.  
  3. LogoPIC  Bitmap ..\cRACK\logo.BMP
  4.  
  5. ;;; ■ Resources for the MAIN kEYGEN window ■
  6.  
  7. T_ICON ICON ..\cRACK\crack.ico
  8.  
  9. #define CM_ABOUT    100
  10. #define CM_EXIT            101
  11. #define CM_CALC         102
  12.  
  13. KEYGEN MENU
  14. {
  15.  MENUITEM "E&xit", CM_EXIT
  16.  MENUITEM "&About", CM_ABOUT
  17.  MENUITEM "                                           "
  18.  MENUITEM "&Re-Test", CM_CALC
  19. }
  20.