home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / software / sharware / grafika / EROICA16 / RESOURCE.H_ / RESOURCE.H
Text File  |  1998-01-15  |  2KB  |  54 lines

  1. /*-------------------------- Parallax Standard H_File ----------------------------
  2.    
  3.    H_File   : resource.h
  4.  
  5.    Scope    : 
  6.  
  7.    Purpose  :
  8.  
  9.  
  10.       $nokeywords$   
  11. --------------------------------------------------------------------------------
  12.           Copyright (c)1996 Parallax Software , All rights reserved.            
  13. ------------------------------------------------------------------------------*/
  14.  
  15. #define IDI_APP_ICON                    103
  16.  
  17. /* bottom command margin */
  18. /* Use command id values 10000 and more to preserve */
  19. /* Eroiica commands (approx upto 1800) when passed  */ 
  20. /* to IN_ProcessExternalWindowMessage() */
  21.  
  22. #define FIRST_MENU_COMMAND_ID           10000
  23.  
  24. /* main window commands */
  25.  
  26. #define IDM_FILE_OPEN_INT_EROICA        10000
  27. #define IDM_FILE_OPEN_EXT_LOCAL         10001
  28. #define IDM_FILE_OPEN_EXT_EROICA        10002
  29. #define IDM_FILE_DUMP_WINDOWS           10003
  30. #define IDM_EXIT                        10004
  31. #define IDM_EDIT_CLEAR                  10010
  32. #define IDM_MARKUP_NEWLAYER             10020  
  33. #define IDM_MARKUP_TOOL_CIRCLE          10021  
  34. #define IDM_MARKUP_TOOL_LINE            10022  
  35. #define IDM_MARKUP_TOOL_BOX             10023   
  36. #define IDM_MARKUP_TOOL_TEXT            10024   
  37. #define IDM_HELP_VERSION                10030
  38.  
  39. /* external window control */
  40.  
  41. #define IDM_VIEW_FIT                    10040
  42. #define IDM_VIEW_ZOOMIN                 10041
  43. #define IDM_VIEW_ZOOMOUT                10042
  44.  
  45. /* set bottom command margin */
  46.  
  47. #define LAST_MENU_COMMAND_ID            10044
  48.  
  49.  
  50. /* RESOURCE.H */
  51. /* end of file */
  52.  
  53.  
  54.