home *** CD-ROM | disk | FTP | other *** search
/ Windows Graphics Programming / Feng_Yuan_Win32_GDI_DirectX.iso / Samples / Chapt_05 / FrameWindow / FrameTest.rc < prev    next >
Encoding:
Text File  |  1999-09-04  |  2.5 KB  |  108 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 "E&xit",                       IDM_APP_EXIT
  35.     END
  36.     POPUP "&Edit"
  37.     BEGIN
  38.         MENUITEM "&Undo",                       IDM_EDIT_UNDO
  39.         MENUITEM SEPARATOR
  40.         MENUITEM "Cu&t",                        IDM_EDIT_CUT
  41.         MENUITEM "&Copy",                       IDM_EDIT_COPY
  42.         MENUITEM "&Paste",                      IDM_EDIT_PASTE
  43.     END
  44.     POPUP "&View"
  45.     BEGIN
  46.         MENUITEM "&Toolbar",                    IDM_VIEW_TOOLBAR
  47.         MENUITEM "&StatusBar",                  IDM_VIEW_STATUSBAR
  48.     END
  49.     POPUP "&Help"
  50.     BEGIN
  51.         MENUITEM "&About...",                   IDM_APP_ABOUT
  52.     END
  53. END
  54.  
  55.  
  56. #ifdef APSTUDIO_INVOKED
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // TEXTINCLUDE
  60. //
  61.  
  62. 1 TEXTINCLUDE DISCARDABLE 
  63. BEGIN
  64.     "resource.h\0"
  65. END
  66.  
  67. 2 TEXTINCLUDE DISCARDABLE 
  68. BEGIN
  69.     "#include ""afxres.h""\r\n"
  70.     "\0"
  71. END
  72.  
  73. 3 TEXTINCLUDE DISCARDABLE 
  74. BEGIN
  75.     "\r\n"
  76.     "\0"
  77. END
  78.  
  79. #endif    // APSTUDIO_INVOKED
  80.  
  81.  
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // String Table
  85. //
  86.  
  87. STRINGTABLE DISCARDABLE 
  88. BEGIN
  89.     IDS_FILENEW             "Create a New Document"
  90.     IDS_HELPABOUT           "About FrameTest..."
  91. END
  92.  
  93. #endif    // English (U.S.) resources
  94. /////////////////////////////////////////////////////////////////////////////
  95.  
  96.  
  97.  
  98. #ifndef APSTUDIO_INVOKED
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Generated from the TEXTINCLUDE 3 resource.
  102. //
  103.  
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106. #endif    // not APSTUDIO_INVOKED
  107.  
  108.