home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / vecad / source / VecRes.h < prev   
C/C++ Source or Header  |  2000-07-12  |  1KB  |  60 lines

  1. //
  2.  
  3. #include "..\api\vecapi.h"  // VeCAD API header
  4.  
  5. // Accelerators
  6. #define ACC_TABLE         101
  7.  
  8. // Icons
  9. #define ICON_VECAD        101
  10. #define ICON_VECADSM      102
  11.  
  12. // Menus
  13. #define MENU_MAIN         101
  14.  
  15. // Menu Items
  16. #define CM_FILE_NEW       101
  17. #define CM_FILE_OPEN      102
  18. #define CM_MRU_01         111
  19. #define CM_MRU_02         112
  20. #define CM_MRU_03         113
  21. #define CM_MRU_04         114
  22. #define CM_MRU_05         115
  23. #define CM_MRU_06         116
  24. #define CM_MRU_07         117
  25. #define CM_MRU_08         118
  26. #define CM_MRU_09         119
  27. #define CM_MRU_10         120
  28. #define CM_MRU_11         121
  29. #define CM_MRU_12         122
  30. #define CM_MRU_13         123
  31. #define CM_MRU_14         124
  32. #define CM_MRU_15         125
  33. #define CM_APP_01         131
  34. #define CM_APP_02         132
  35. #define CM_APP_03         133
  36. #define CM_APP_04         134
  37. #define CM_APP_05         135
  38. #define CM_APP_06         136
  39. #define CM_APP_07         137
  40. #define CM_APP_08         138
  41. #define CM_APP_09         139
  42. #define CM_APP_10         140
  43. #define CM_APP_11         141
  44. #define CM_APP_12         142
  45. #define CM_APP_13         143
  46. #define CM_APP_14         144
  47. #define CM_APP_15         145
  48. #define CM_APP_ABOUT      301
  49. #define CM_APP_EXIT       302
  50.  
  51. // Strings
  52. #define STR_APP_TITLE     101
  53. #define STR_APP_TITLE2    102
  54. #define STR_WNDTEXT       103
  55. #define STR_NONAME        104
  56.  
  57.  
  58. // Dialogs
  59. #define DG_ABOUT          1001
  60.