home *** CD-ROM | disk | FTP | other *** search
/ Windows Graphics Programming / Feng_Yuan_Win32_GDI_DirectX.iso / Samples / Chapt_05 / FrameWindow / FrameWindow.rc < prev    next >
Encoding:
Text File  |  2000-05-20  |  2.9 KB  |  118 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Menu
  27. //
  28.  
  29. IDR_MAIN MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "&File"
  32.     BEGIN
  33.         MENUITEM "&New",                        IDM_FILE_NEW
  34.         MENUITEM "&Open",                       IDM_FILE_OPEN
  35.         MENUITEM "E&xit",                       IDM_APP_EXIT
  36.     END
  37.     POPUP "&Edit"
  38.     BEGIN
  39.         MENUITEM "&Undo",                       IDM_EDIT_UNDO
  40.         MENUITEM SEPARATOR
  41.         MENUITEM "Cu&t",                        IDM_EDIT_CUT
  42.         MENUITEM "&Copy",                       IDM_EDIT_COPY
  43.         MENUITEM "&Paste",                      IDM_EDIT_PASTE
  44.     END
  45.     POPUP "&View"
  46.     BEGIN
  47.         MENUITEM "&Toolbar",                    IDM_VIEW_TOOLBAR
  48.         MENUITEM "&StatusBar",                  IDM_VIEW_STATUSBAR
  49.     END
  50.     POPUP "&Help"
  51.     BEGIN
  52.         MENUITEM "&About...",                   IDM_APP_ABOUT
  53.     END
  54. END
  55.  
  56.  
  57. #ifdef APSTUDIO_INVOKED
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // TEXTINCLUDE
  61. //
  62.  
  63. 1 TEXTINCLUDE DISCARDABLE 
  64. BEGIN
  65.     "resource.h\0"
  66. END
  67.  
  68. 2 TEXTINCLUDE DISCARDABLE 
  69. BEGIN
  70.     "#include ""afxres.h""\r\n"
  71.     "\0"
  72. END
  73.  
  74. 3 TEXTINCLUDE DISCARDABLE 
  75. BEGIN
  76.     "\r\n"
  77.     "\0"
  78. END
  79.  
  80. #endif    // APSTUDIO_INVOKED
  81.  
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Icon
  86. //
  87.  
  88. // Icon with lowest ID value placed first to ensure application icon
  89. // remains consistent on all systems.
  90. IDI_GRAPH               ICON    DISCARDABLE     "..\\..\\Res\\graph.ico"
  91.  
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // String Table
  95. //
  96.  
  97. STRINGTABLE DISCARDABLE 
  98. BEGIN
  99.     IDS_FILENEW             "Create a New Document"
  100.     IDS_HELPABOUT           "About FrameTest..."
  101. END
  102.  
  103. #endif    // English (U.S.) resources
  104. /////////////////////////////////////////////////////////////////////////////
  105.  
  106.  
  107.  
  108. #ifndef APSTUDIO_INVOKED
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Generated from the TEXTINCLUDE 3 resource.
  112. //
  113.  
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116. #endif    // not APSTUDIO_INVOKED
  117.  
  118.