coolsb_mfctest.rc
上传用户:xhri001
上传日期:2022-07-04
资源大小:99k
文件大小:11k
源码类别:

界面编程

开发平台:

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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23. // Icon with lowest ID value placed first to ensure application icon
  24. // remains consistent on all systems.
  25. IDR_MAINFRAME           ICON    DISCARDABLE     "res\coolsb_mfctest.ico"
  26. IDR_COOLSBTYPE          ICON    DISCARDABLE     "res\coolsb_mfctestDoc.ico"
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Menu
  30. //
  31. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  32. BEGIN
  33.     POPUP "&File"
  34.     BEGIN
  35.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  36.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  37.         MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  38.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  39.         MENUITEM SEPARATOR
  40.         MENUITEM "E&xit",                       ID_APP_EXIT
  41.     END
  42.     POPUP "&Edit"
  43.     BEGIN
  44.         MENUITEM "&UndotCtrl+Z",               ID_EDIT_UNDO
  45.         MENUITEM SEPARATOR
  46.         MENUITEM "Cu&ttCtrl+X",                ID_EDIT_CUT
  47.         MENUITEM "&CopytCtrl+C",               ID_EDIT_COPY
  48.         MENUITEM "&PastetCtrl+V",              ID_EDIT_PASTE
  49.     END
  50.     POPUP "&View"
  51.     BEGIN
  52.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  53.     END
  54.     POPUP "&Help"
  55.     BEGIN
  56.         MENUITEM "&About coolsb_mfctest...",    ID_APP_ABOUT
  57.     END
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Accelerator
  62. //
  63. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  64. BEGIN
  65.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  66.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  67.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  68.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  69.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  70.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  71.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  72.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  73.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  74.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  75.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  76.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  77.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  78. END
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Dialog
  82. //
  83. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  84. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  85. CAPTION "About coolsb_mfctest"
  86. FONT 8, "MS Sans Serif"
  87. BEGIN
  88.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  89.     LTEXT           "coolsb_mfctest Version 1.0",IDC_STATIC,40,10,119,8,
  90.                     SS_NOPREFIX
  91.     LTEXT           "Copyright (C) 2001 J Brown",IDC_STATIC,40,25,119,8
  92.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  93. END
  94. #ifndef _MAC
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Version
  98. //
  99. VS_VERSION_INFO VERSIONINFO
  100.  FILEVERSION 1,0,0,1
  101.  PRODUCTVERSION 1,0,0,1
  102.  FILEFLAGSMASK 0x3fL
  103. #ifdef _DEBUG
  104.  FILEFLAGS 0x1L
  105. #else
  106.  FILEFLAGS 0x0L
  107. #endif
  108.  FILEOS 0x4L
  109.  FILETYPE 0x1L
  110.  FILESUBTYPE 0x0L
  111. BEGIN
  112.     BLOCK "StringFileInfo"
  113.     BEGIN
  114.         BLOCK "040904B0"
  115.         BEGIN
  116.             VALUE "CompanyName", ""
  117.             VALUE "FileDescription", "coolsb_mfctest MFC Application"
  118.             VALUE "FileVersion", "1, 0, 0, 1"
  119.             VALUE "InternalName", "coolsb_mfctest"
  120.             VALUE "LegalCopyright", "Copyright (C) 2001"
  121.             VALUE "LegalTrademarks", ""
  122.             VALUE "OriginalFilename", "coolsb_mfctest.EXE"
  123.             VALUE "ProductName", "coolsb_mfctest Application"
  124.             VALUE "ProductVersion", "1, 0, 0, 1"
  125.         END
  126.     END
  127.     BLOCK "VarFileInfo"
  128.     BEGIN
  129.         VALUE "Translation", 0x409, 1200
  130.     END
  131. END
  132. #endif    // !_MAC
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // DESIGNINFO
  136. //
  137. #ifdef APSTUDIO_INVOKED
  138. GUIDELINES DESIGNINFO DISCARDABLE 
  139. BEGIN
  140.     IDD_ABOUTBOX, DIALOG
  141.     BEGIN
  142.         LEFTMARGIN, 7
  143.         RIGHTMARGIN, 228
  144.         TOPMARGIN, 7
  145.         BOTTOMMARGIN, 48
  146.     END
  147. END
  148. #endif    // APSTUDIO_INVOKED
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // String Table
  152. //
  153. STRINGTABLE PRELOAD DISCARDABLE 
  154. BEGIN
  155.     IDR_MAINFRAME           "coolsb_mfctestnnCoolsbnnnCoolsbmfctest.DocumentnCoolsb Document"
  156. END
  157. STRINGTABLE PRELOAD DISCARDABLE 
  158. BEGIN
  159.     AFX_IDS_APP_TITLE       "coolsb_mfctest"
  160.     AFX_IDS_IDLEMESSAGE     "Ready"
  161. END
  162. STRINGTABLE DISCARDABLE 
  163. BEGIN
  164.     ID_INDICATOR_EXT        "EXT"
  165.     ID_INDICATOR_CAPS       "CAP"
  166.     ID_INDICATOR_NUM        "NUM"
  167.     ID_INDICATOR_SCRL       "SCRL"
  168.     ID_INDICATOR_OVR        "OVR"
  169.     ID_INDICATOR_REC        "REC"
  170. END
  171. STRINGTABLE DISCARDABLE 
  172. BEGIN
  173.     ID_FILE_NEW             "Create a new documentnNew"
  174.     ID_FILE_OPEN            "Open an existing documentnOpen"
  175.     ID_FILE_CLOSE           "Close the active documentnClose"
  176.     ID_FILE_SAVE            "Save the active documentnSave"
  177.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  178. END
  179. STRINGTABLE DISCARDABLE 
  180. BEGIN
  181.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  182.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  183. END
  184. STRINGTABLE DISCARDABLE 
  185. BEGIN
  186.     ID_FILE_MRU_FILE1       "Open this document"
  187.     ID_FILE_MRU_FILE2       "Open this document"
  188.     ID_FILE_MRU_FILE3       "Open this document"
  189.     ID_FILE_MRU_FILE4       "Open this document"
  190.     ID_FILE_MRU_FILE5       "Open this document"
  191.     ID_FILE_MRU_FILE6       "Open this document"
  192.     ID_FILE_MRU_FILE7       "Open this document"
  193.     ID_FILE_MRU_FILE8       "Open this document"
  194.     ID_FILE_MRU_FILE9       "Open this document"
  195.     ID_FILE_MRU_FILE10      "Open this document"
  196.     ID_FILE_MRU_FILE11      "Open this document"
  197.     ID_FILE_MRU_FILE12      "Open this document"
  198.     ID_FILE_MRU_FILE13      "Open this document"
  199.     ID_FILE_MRU_FILE14      "Open this document"
  200.     ID_FILE_MRU_FILE15      "Open this document"
  201.     ID_FILE_MRU_FILE16      "Open this document"
  202. END
  203. STRINGTABLE DISCARDABLE 
  204. BEGIN
  205.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  206.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  207. END
  208. STRINGTABLE DISCARDABLE 
  209. BEGIN
  210.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  211. END
  212. STRINGTABLE DISCARDABLE 
  213. BEGIN
  214.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  215.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  216.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  217.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  218.     ID_EDIT_FIND            "Find the specified textnFind"
  219.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  220.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  221.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  222.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  223.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  224.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  225. END
  226. STRINGTABLE DISCARDABLE 
  227. BEGIN
  228.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  229. END
  230. STRINGTABLE DISCARDABLE 
  231. BEGIN
  232.     AFX_IDS_SCSIZE          "Change the window size"
  233.     AFX_IDS_SCMOVE          "Change the window position"
  234.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  235.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  236.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  237.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  238.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  239. END
  240. STRINGTABLE DISCARDABLE 
  241. BEGIN
  242.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  243.     AFX_IDS_SCTASKLIST      "Activate Task List"
  244. END
  245. #endif    // English (U.S.) resources
  246. /////////////////////////////////////////////////////////////////////////////
  247. /////////////////////////////////////////////////////////////////////////////
  248. // English (U.K.) resources
  249. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  250. #ifdef _WIN32
  251. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  252. #pragma code_page(1252)
  253. #endif //_WIN32
  254. #ifdef APSTUDIO_INVOKED
  255. /////////////////////////////////////////////////////////////////////////////
  256. //
  257. // TEXTINCLUDE
  258. //
  259. 1 TEXTINCLUDE DISCARDABLE 
  260. BEGIN
  261.     "resource.h"
  262. END
  263. 2 TEXTINCLUDE DISCARDABLE 
  264. BEGIN
  265.     "#include ""afxres.h""rn"
  266.     ""
  267. END
  268. 3 TEXTINCLUDE DISCARDABLE 
  269. BEGIN
  270.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  271.     "#define _AFX_NO_OLE_RESOURCESrn"
  272.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  273.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  274.     "rn"
  275.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  276.     "#ifdef _WIN32rn"
  277.     "LANGUAGE 9, 1rn"
  278.     "#pragma code_page(1252)rn"
  279.     "#endif //_WIN32rn"
  280.     "#include ""res\coolsb_mfctest.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  281.     "#include ""afxres.rc""         // Standard componentsrn"
  282.     "#endifrn"
  283.     ""
  284. END
  285. #endif    // APSTUDIO_INVOKED
  286. #endif    // English (U.K.) resources
  287. /////////////////////////////////////////////////////////////////////////////
  288. #ifndef APSTUDIO_INVOKED
  289. /////////////////////////////////////////////////////////////////////////////
  290. //
  291. // Generated from the TEXTINCLUDE 3 resource.
  292. //
  293. #define _AFX_NO_SPLITTER_RESOURCES
  294. #define _AFX_NO_OLE_RESOURCES
  295. #define _AFX_NO_TRACKER_RESOURCES
  296. #define _AFX_NO_PROPERTY_RESOURCES
  297. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  298. #ifdef _WIN32
  299. LANGUAGE 9, 1
  300. #pragma code_page(1252)
  301. #endif //_WIN32
  302. #include "rescoolsb_mfctest.rc2"  // non-Microsoft Visual C++ edited resources
  303. #include "afxres.rc"         // Standard components
  304. #endif
  305. /////////////////////////////////////////////////////////////////////////////
  306. #endif    // not APSTUDIO_INVOKED