home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8a_sdk.exe / samples / multimedia / directdraw / windowedmode / windowedmode.rc < prev   
Encoding:
Text File  |  2000-09-22  |  2.4 KB  |  106 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 <windows.h>
  11. #include <afxres.h>
  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_MENU MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "&File"
  32.     BEGIN
  33.         MENUITEM "E&xit\tAlt+X",                IDM_EXIT
  34.     END
  35. END
  36.  
  37.  
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // Icon
  41. //
  42.  
  43. // Icon with lowest ID value placed first to ensure application icon
  44. // remains consistent on all systems.
  45. IDI_MAIN                ICON    DISCARDABLE     "DirectX.ico"
  46.  
  47. #ifdef APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // TEXTINCLUDE
  51. //
  52.  
  53. 1 TEXTINCLUDE DISCARDABLE 
  54. BEGIN
  55.     "resource.h\0"
  56. END
  57.  
  58. 2 TEXTINCLUDE DISCARDABLE 
  59. BEGIN
  60.     "#include <windows.h>\r\n"
  61.     "#include <afxres.h>\0"
  62. END
  63.  
  64. 3 TEXTINCLUDE DISCARDABLE 
  65. BEGIN
  66.     "\r\n"
  67.     "\0"
  68. END
  69.  
  70. #endif    // APSTUDIO_INVOKED
  71.  
  72.  
  73. /////////////////////////////////////////////////////////////////////////////
  74. //
  75. // Accelerator
  76. //
  77.  
  78. IDR_MAIN_ACCEL ACCELERATORS DISCARDABLE 
  79. BEGIN
  80.     VK_ESCAPE,      IDM_EXIT,               VIRTKEY, NOINVERT
  81.     "X",            IDM_EXIT,               VIRTKEY, ALT, NOINVERT
  82. END
  83.  
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Bitmap
  88. //
  89.  
  90. IDB_DIRECTX             BITMAP  DISCARDABLE     "directx.bmp"
  91. #endif    // English (U.S.) resources
  92. /////////////////////////////////////////////////////////////////////////////
  93.  
  94.  
  95.  
  96. #ifndef APSTUDIO_INVOKED
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Generated from the TEXTINCLUDE 3 resource.
  100. //
  101.  
  102.  
  103. /////////////////////////////////////////////////////////////////////////////
  104. #endif    // not APSTUDIO_INVOKED
  105.  
  106.