START.RC
上传用户:cncdtg88
上传日期:2013-03-14
资源大小:10474k
文件大小:5k
源码类别:

射击游戏

开发平台:

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.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\start.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\start.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Menu
  61. //
  62. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  63. BEGIN
  64.     POPUP "&File"
  65.     BEGIN
  66.         MENUITEM "E&xit",                       ID_APP_EXIT
  67.     END
  68. END
  69. #ifndef _MAC
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Version
  73. //
  74. VS_VERSION_INFO VERSIONINFO
  75.  FILEVERSION 1,0,0,1
  76.  PRODUCTVERSION 1,0,0,1
  77.  FILEFLAGSMASK 0x3fL
  78. #ifdef _DEBUG
  79.  FILEFLAGS 0x1L
  80. #else
  81.  FILEFLAGS 0x0L
  82. #endif
  83.  FILEOS 0x4L
  84.  FILETYPE 0x1L
  85.  FILESUBTYPE 0x0L
  86. BEGIN
  87.     BLOCK "StringFileInfo"
  88.     BEGIN
  89.         BLOCK "040904b0"
  90.         BEGIN
  91.             VALUE "Comments", ""
  92.             VALUE "CompanyName", ""
  93.             VALUE "FileDescription", "3DSTATEAppWizard MFC Application"
  94.             VALUE "FileVersion", "1, 0, 0, 1"
  95.             VALUE "InternalName", "3DSTATEAppWizard"
  96.             VALUE "LegalCopyright", "Copyright (C) 1999"
  97.             VALUE "LegalTrademarks", ""
  98.             VALUE "OriginalFilename", "3DSTATEAppWizard.EXE"
  99.             VALUE "PrivateBuild", ""
  100.             VALUE "ProductName", "start Application"
  101.             VALUE "ProductVersion", "1, 0, 0, 1"
  102.             VALUE "SpecialBuild", ""
  103.         END
  104.     END
  105.     BLOCK "VarFileInfo"
  106.     BEGIN
  107.         VALUE "Translation", 0x409, 1200
  108.     END
  109. END
  110. #endif    // !_MAC
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // String Table
  114. //
  115. STRINGTABLE PRELOAD DISCARDABLE 
  116. BEGIN
  117.     IDR_MAINFRAME           "start"
  118. END
  119. STRINGTABLE PRELOAD DISCARDABLE 
  120. BEGIN
  121.     AFX_IDS_APP_TITLE       "start"
  122.     AFX_IDS_IDLEMESSAGE     "Ready"
  123. END
  124. STRINGTABLE DISCARDABLE 
  125. BEGIN
  126.     ID_INDICATOR_EXT        "EXT"
  127.     ID_INDICATOR_CAPS       "CAP"
  128.     ID_INDICATOR_NUM        "NUM"
  129.     ID_INDICATOR_SCRL       "SCRL"
  130.     ID_INDICATOR_OVR        "OVR"
  131.     ID_INDICATOR_REC        "REC"
  132. END
  133. STRINGTABLE DISCARDABLE 
  134. BEGIN
  135.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  136. END
  137. STRINGTABLE DISCARDABLE 
  138. BEGIN
  139.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  140. END
  141. STRINGTABLE DISCARDABLE 
  142. BEGIN
  143.     AFX_IDS_SCSIZE          "Change the window size"
  144.     AFX_IDS_SCMOVE          "Change the window position"
  145.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  146.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  147.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  148.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  149.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  150. END
  151. STRINGTABLE DISCARDABLE 
  152. BEGIN
  153.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  154.     AFX_IDS_SCTASKLIST      "Activate Task List"
  155. END
  156. #endif    // English (U.S.) resources
  157. /////////////////////////////////////////////////////////////////////////////
  158. #ifndef APSTUDIO_INVOKED
  159. /////////////////////////////////////////////////////////////////////////////
  160. //
  161. // Generated from the TEXTINCLUDE 3 resource.
  162. //
  163. #define _AFX_NO_SPLITTER_RESOURCES
  164. #define _AFX_NO_OLE_RESOURCES
  165. #define _AFX_NO_TRACKER_RESOURCES
  166. #define _AFX_NO_PROPERTY_RESOURCES
  167. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  168. #ifdef _WIN32
  169. LANGUAGE 9, 1
  170. #pragma code_page(1252)
  171. #endif //_WIN32
  172. #include "resstart.rc2"  // non-Microsoft Visual C++ edited resources
  173. #include "afxres.rc"         // Standard components
  174. #endif
  175. /////////////////////////////////////////////////////////////////////////////
  176. #endif    // not APSTUDIO_INVOKED