home *** CD-ROM | disk | FTP | other *** search
- ;;; ■ Resources for the Info window ■ /
-
- LogoPIC Bitmap ..\cRACK\logo.BMP
-
- ;;; ■ Resources for the MAIN kEYGEN window ■
-
- T_ICON ICON ..\cRACK\crack.ico
-
- #define CM_ABOUT 100
- #define CM_EXIT 101
- #define CM_CALC 102
-
- KEYGEN MENU
- {
- MENUITEM "E&xit", CM_EXIT
- MENUITEM "&About", CM_ABOUT
- MENUITEM " "
- MENUITEM "&Re-Test", CM_CALC
- }
-