DesignerSample.rc
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:7k
源码类别:

对话框与窗口

开发平台:

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\DesignerSample.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  48.     "#endifrn"
  49.     ""
  50. END
  51. #endif    // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Icon
  55. //
  56. // Icon with lowest ID value placed first to ensure application icon
  57. // remains consistent on all systems.
  58. IDR_MAINFRAME           ICON    DISCARDABLE     "res\CjSample.ico"
  59. IDR_DesignerSAMTYPE     ICON    DISCARDABLE     "res\DesignerSampleDoc.ico"
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // RT_RCDATA
  63. //
  64. IDR_COMMANDBARS         RT_RCDATA MOVEABLE PURE "res\sample.xcb"
  65. #ifndef _MAC
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Version
  69. //
  70. VS_VERSION_INFO VERSIONINFO
  71.  FILEVERSION 12,0,0,4
  72.  PRODUCTVERSION 12,0,0,4
  73.  FILEFLAGSMASK 0x3fL
  74. #ifdef _DEBUG
  75.  FILEFLAGS 0x1L
  76. #else
  77.  FILEFLAGS 0x0L
  78. #endif
  79.  FILEOS 0x4L
  80.  FILETYPE 0x1L
  81.  FILESUBTYPE 0x0L
  82. BEGIN
  83.     BLOCK "StringFileInfo"
  84.     BEGIN
  85.         BLOCK "040904B0"
  86.         BEGIN
  87.             VALUE "CompanyName", "Codejock Software"
  88.             VALUE "FileDescription", "DesignerSample MFC Application"
  89.             VALUE "FileVersion", "12, 0, 0, 4"
  90.             VALUE "InternalName", "DesignerSample"
  91.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  92.             VALUE "LegalTrademarks", ""
  93.             VALUE "OriginalFilename", "DesignerSample.EXE"
  94.             VALUE "ProductName", "DesignerSample Application"
  95.             VALUE "ProductVersion", "12, 0, 0, 4"
  96.         END
  97.     END
  98.     BLOCK "VarFileInfo"
  99.     BEGIN
  100.         VALUE "Translation", 0x409, 1200
  101.     END
  102. END
  103. #endif    // !_MAC
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Menu
  107. //
  108. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  109. BEGIN
  110.     POPUP "&File"
  111.     BEGIN
  112.         MENUITEM SEPARATOR
  113.         MENUITEM "E&xit",                       ID_APP_EXIT
  114.     END
  115.     POPUP "&Help"
  116.     BEGIN
  117.         MENUITEM "&About Designer Sample...",   ID_APP_ABOUT
  118.     END
  119. END
  120. /////////////////////////////////////////////////////////////////////////////
  121. //
  122. // String Table
  123. //
  124. STRINGTABLE PRELOAD DISCARDABLE 
  125. BEGIN
  126.     IDR_MAINFRAME           "Codejock Designer Sample"
  127.     IDR_DesignerSAMTYPE     "nDesignerSamnDesignerSamnnnDesignerSample.DocumentnDesignerSam Document"
  128. END
  129. STRINGTABLE PRELOAD DISCARDABLE 
  130. BEGIN
  131.     AFX_IDS_APP_TITLE       "Codejock Designer Sample"
  132.     AFX_IDS_IDLEMESSAGE     "Ready"
  133. END
  134. STRINGTABLE DISCARDABLE 
  135. BEGIN
  136.     ID_INDICATOR_EXT        "EXT"
  137.     ID_INDICATOR_CAPS       "CAP"
  138.     ID_INDICATOR_NUM        "NUM"
  139.     ID_INDICATOR_SCRL       "SCRL"
  140.     ID_INDICATOR_OVR        "OVR"
  141.     ID_INDICATOR_REC        "REC"
  142. END
  143. STRINGTABLE DISCARDABLE 
  144. BEGIN
  145.     ID_FILE_MRU_FILE1       "Open this document"
  146.     ID_FILE_MRU_FILE2       "Open this document"
  147.     ID_FILE_MRU_FILE3       "Open this document"
  148.     ID_FILE_MRU_FILE4       "Open this document"
  149.     ID_FILE_MRU_FILE5       "Open this document"
  150.     ID_FILE_MRU_FILE6       "Open this document"
  151.     ID_FILE_MRU_FILE7       "Open this document"
  152.     ID_FILE_MRU_FILE8       "Open this document"
  153.     ID_FILE_MRU_FILE9       "Open this document"
  154.     ID_FILE_MRU_FILE10      "Open this document"
  155.     ID_FILE_MRU_FILE11      "Open this document"
  156.     ID_FILE_MRU_FILE12      "Open this document"
  157.     ID_FILE_MRU_FILE13      "Open this document"
  158.     ID_FILE_MRU_FILE14      "Open this document"
  159.     ID_FILE_MRU_FILE15      "Open this document"
  160.     ID_FILE_MRU_FILE16      "Open this document"
  161. END
  162. STRINGTABLE DISCARDABLE 
  163. BEGIN
  164.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  165.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  166. END
  167. STRINGTABLE DISCARDABLE 
  168. BEGIN
  169.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  170.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  171. END
  172. STRINGTABLE DISCARDABLE 
  173. BEGIN
  174.     AFX_IDS_SCSIZE          "Change the window size"
  175.     AFX_IDS_SCMOVE          "Change the window position"
  176.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  177.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  178.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  179.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  180.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  181. END
  182. STRINGTABLE DISCARDABLE 
  183. BEGIN
  184.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  185.     AFX_IDS_SCTASKLIST      "Activate Task List"
  186.     AFX_IDS_MDICHILD        "Activate this window"
  187. END
  188. STRINGTABLE DISCARDABLE 
  189. BEGIN
  190.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  191. END
  192. #endif    // English (U.S.) resources
  193. /////////////////////////////////////////////////////////////////////////////
  194. #ifndef APSTUDIO_INVOKED
  195. /////////////////////////////////////////////////////////////////////////////
  196. //
  197. // Generated from the TEXTINCLUDE 3 resource.
  198. //
  199. #define _AFX_NO_SPLITTER_RESOURCES
  200. #define _AFX_NO_OLE_RESOURCES
  201. #define _AFX_NO_TRACKER_RESOURCES
  202. #define _AFX_NO_PROPERTY_RESOURCES
  203. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  204. #ifdef _WIN32
  205. LANGUAGE 9, 1
  206. #pragma code_page(1252)
  207. #endif //_WIN32
  208. #include "resDesignerSample.rc2"  // non-Microsoft Visual C++ edited resources
  209. #include "afxres.rc"         // Standard components
  210. #include "afxprint.rc"       // printing/print preview resources
  211. #endif
  212. /////////////////////////////////////////////////////////////////////////////
  213. #endif    // not APSTUDIO_INVOKED