SAMPLE1A.RC
上传用户:guoxiu1214
上传日期:2019-02-27
资源大小:876k
文件大小:2k
源码类别:

多显示器编程

开发平台:

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.K.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE MOVEABLE PURE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE MOVEABLE PURE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE MOVEABLE PURE 
  34. BEGIN
  35.     "rn"
  36.     ""
  37. END
  38. #endif    // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Menu
  42. //
  43. IDR_MENU MENU DISCARDABLE 
  44. BEGIN
  45.     POPUP "&File"
  46.     BEGIN
  47.         MENUITEM "E&xit",                       IDM_EXIT
  48.     END
  49. END
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDI_ICON                ICON    DISCARDABLE     "RGB.ICO"
  57. #endif    // English (U.K.) resources
  58. /////////////////////////////////////////////////////////////////////////////
  59. #ifndef APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Generated from the TEXTINCLUDE 3 resource.
  63. //
  64. /////////////////////////////////////////////////////////////////////////////
  65. #endif    // not APSTUDIO_INVOKED