RichEditMenu.rc
上传用户:dimled
上传日期:2007-02-08
资源大小:2367k
文件大小:2k
源码类别:

RichEdit

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "rn"
  36.     ""
  37. END
  38. #endif    // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Menu
  42. //
  43. IDR_MENU1 MENU DISCARDABLE 
  44. BEGIN
  45.     POPUP "File"
  46.     BEGIN
  47.         MENUITEM "Open",                        1001
  48.         MENUITEM SEPARATOR
  49.         MENUITEM "Exit",                        1002
  50.     END
  51.     POPUP "Options"
  52.     BEGIN
  53.         MENUITEM "Copy",                        1003
  54.         MENUITEM "Paste",                       1004
  55.         MENUITEM "Clear Text",                  1005
  56.     END
  57.     MENUITEM "About",                       1006
  58. END
  59. #endif    // English (U.S.) resources
  60. /////////////////////////////////////////////////////////////////////////////
  61. #ifndef APSTUDIO_INVOKED
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Generated from the TEXTINCLUDE 3 resource.
  65. //
  66. /////////////////////////////////////////////////////////////////////////////
  67. #endif    // not APSTUDIO_INVOKED