home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzwsrc.zip / RESOURCE.H < prev   
Text File  |  1996-09-05  |  640b  |  36 lines

  1. //***************************************************************************
  2. //
  3. // Resource.h
  4. //
  5. //***************************************************************************
  6.  
  7. //
  8. // Child window IDs
  9. //
  10. #define ID_VIEW             100
  11. #define ID_STATUS_BAR       101
  12. #define IDC_TITLE           102
  13.  
  14. //
  15. // Menu item IDs
  16. //
  17. #define IDM_COPY            200
  18. #define IDM_STATUS          201
  19. #define IDM_ABOUT           202
  20. #define IDM_EXIT            203
  21.  
  22. //
  23. // Menu ID
  24. //
  25. #define IDR_MENU            300
  26.  
  27. //
  28. // Bitmap ID
  29. //
  30. #define IDB_LOGO            400
  31.  
  32. //
  33. // Dialog ID
  34. //
  35. #define IDD_ABOUTDLG        500
  36.