home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / tktools.zip / typefast / typefast.h < prev    next >
Text File  |  1992-07-17  |  551b  |  28 lines

  1. #pragma linkage (main,optlink)
  2. INT main(VOID);
  3.  
  4. extern VOID AbortTypeFast(HWND hwndFrame,HWND hwndClient);
  5.  
  6. #define MSGBOXID    1001
  7.  
  8. #define ID_WINDOW   256
  9.  
  10. #define ID_OPTIONS  257
  11. #define ID_EASY     1400
  12. #define ID_MEDIUM   700
  13. #define ID_HARD     300
  14. #define ID_RESTART  270
  15. #define ID_ABOUT    272
  16. #define ID_SOUND    274
  17. #define ID_CASE     275
  18.  
  19. #define ID_EXITPROG 261
  20.  
  21. #define IDS_HELLO   262
  22. #define IDS_1       263
  23. #define IDS_2       264
  24. #define IDS_3       265
  25. #define IDS_4       271
  26. #define IDS_5       273
  27.  
  28.