WinExplorer.rc
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小: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. #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.     "#endifrn"
  45.     "#include ""res\WinExplorer.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  48.     "#endif"
  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\CjSample.ico"
  58. IDR_WINEXPTYPE          ICON    DISCARDABLE     "res\WinExplorerDoc.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Toolbar
  67. //
  68. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  69. BEGIN
  70.     BUTTON      ID_VIEWS
  71.     BUTTON      ID_APP_ABOUT
  72.     SEPARATOR
  73.     BUTTON      IDC_ADDRESSBAR
  74. END
  75. /////////////////////////////////////////////////////////////////////////////
  76. //
  77. // Menu
  78. //
  79. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  80. BEGIN
  81.     POPUP "&File"
  82.     BEGIN
  83.         MENUITEM "E&xit",                       ID_APP_EXIT
  84.     END
  85.     POPUP "&View"
  86.     BEGIN
  87.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  88.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  89.         MENUITEM SEPARATOR
  90.         POPUP "&Explorer Bar"
  91.         BEGIN
  92.             MENUITEM "&Folders",                    ID_VIEW_FOLDERS
  93.         END
  94.         MENUITEM SEPARATOR
  95.         MENUITEM "Lar&ge Icons",                ID_VIEW_LARGEICON
  96.         MENUITEM "S&mall Icons",                ID_VIEW_SMALLICON
  97.         MENUITEM "&List",                       ID_VIEW_LIST
  98.         MENUITEM "&Details",                    ID_VIEW_DETAILS
  99.         MENUITEM SEPARATOR
  100.         MENUITEM "Office &XP Theme",            ID_VIEW_THEME_OFFICEXP
  101.     END
  102.     POPUP "&Help"
  103.     BEGIN
  104.         MENUITEM "&About WinExplorer...",       ID_APP_ABOUT
  105.     END
  106. END
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // Accelerator
  110. //
  111. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  112. BEGIN
  113.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  114.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  115.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  116.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  117.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  118.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  119.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  120.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  121.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  122.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  123.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  124.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  125.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  126.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  127. END
  128. #ifndef _MAC
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // Version
  132. //
  133. VS_VERSION_INFO VERSIONINFO
  134.  FILEVERSION 12,0,0,4
  135.  PRODUCTVERSION 12,0,0,4
  136.  FILEFLAGSMASK 0x3fL
  137. #ifdef _DEBUG
  138.  FILEFLAGS 0x1L
  139. #else
  140.  FILEFLAGS 0x0L
  141. #endif
  142.  FILEOS 0x4L
  143.  FILETYPE 0x1L
  144.  FILESUBTYPE 0x0L
  145. BEGIN
  146.     BLOCK "StringFileInfo"
  147.     BEGIN
  148.         BLOCK "040904B0"
  149.         BEGIN
  150.             VALUE "CompanyName", ""
  151.             VALUE "FileDescription", "WinExplorer MFC Application"
  152.             VALUE "FileVersion", "12, 0, 0, 4"
  153.             VALUE "InternalName", "WinExplorer"
  154.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  155.             VALUE "LegalTrademarks", ""
  156.             VALUE "OriginalFilename", "WinExplorer.EXE"
  157.             VALUE "ProductName", "WinExplorer Application"
  158.             VALUE "ProductVersion", "12, 0, 0, 4"
  159.         END
  160.     END
  161.     BLOCK "VarFileInfo"
  162.     BEGIN
  163.         VALUE "Translation", 0x409, 1200
  164.     END
  165. END
  166. #endif    // !_MAC
  167. /////////////////////////////////////////////////////////////////////////////
  168. //
  169. // String Table
  170. //
  171. STRINGTABLE PRELOAD DISCARDABLE 
  172. BEGIN
  173.     IDR_MAINFRAME           "Codejock WinExplorer SamplennWinExpnnnWinExplorer.DocumentnWinExp Document"
  174.     IDC_ADDRESSBAR          "Address ComboBox"
  175. END
  176. STRINGTABLE PRELOAD DISCARDABLE 
  177. BEGIN
  178.     AFX_IDS_APP_TITLE       "Codejock WinExplorer Sample"
  179.     AFX_IDS_IDLEMESSAGE     "Ready"
  180. END
  181. STRINGTABLE DISCARDABLE 
  182. BEGIN
  183.     ID_INDICATOR_EXT        "EXT"
  184.     ID_INDICATOR_CAPS       "CAP"
  185.     ID_INDICATOR_NUM        "NUM"
  186.     ID_INDICATOR_SCRL       "SCRL"
  187.     ID_INDICATOR_OVR        "OVR"
  188.     ID_INDICATOR_REC        "REC"
  189. END
  190. STRINGTABLE DISCARDABLE 
  191. BEGIN
  192.     ID_FILE_NEW             "Create a new documentnNew"
  193.     ID_FILE_OPEN            "Open an existing documentnOpen"
  194.     ID_FILE_CLOSE           "Close the active documentnClose"
  195.     ID_FILE_SAVE            "Save the active documentnSave"
  196.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  197.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  198.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  199.     ID_FILE_PRINT           "Print the active documentnPrint"
  200.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  201. END
  202. STRINGTABLE DISCARDABLE 
  203. BEGIN
  204.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  205.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  206. END
  207. STRINGTABLE DISCARDABLE 
  208. BEGIN
  209.     ID_FILE_MRU_FILE1       "Open this document"
  210.     ID_FILE_MRU_FILE2       "Open this document"
  211.     ID_FILE_MRU_FILE3       "Open this document"
  212.     ID_FILE_MRU_FILE4       "Open this document"
  213.     ID_FILE_MRU_FILE5       "Open this document"
  214.     ID_FILE_MRU_FILE6       "Open this document"
  215.     ID_FILE_MRU_FILE7       "Open this document"
  216.     ID_FILE_MRU_FILE8       "Open this document"
  217.     ID_FILE_MRU_FILE9       "Open this document"
  218.     ID_FILE_MRU_FILE10      "Open this document"
  219.     ID_FILE_MRU_FILE11      "Open this document"
  220.     ID_FILE_MRU_FILE12      "Open this document"
  221.     ID_FILE_MRU_FILE13      "Open this document"
  222.     ID_FILE_MRU_FILE14      "Open this document"
  223.     ID_FILE_MRU_FILE15      "Open this document"
  224.     ID_FILE_MRU_FILE16      "Open this document"
  225. END
  226. STRINGTABLE DISCARDABLE 
  227. BEGIN
  228.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  229.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  230. END
  231. STRINGTABLE DISCARDABLE 
  232. BEGIN
  233.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  234. END
  235. STRINGTABLE DISCARDABLE 
  236. BEGIN
  237.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  238.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  239.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  240.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  241.     ID_EDIT_FIND            "Find the specified textnFind"
  242.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  243.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  244.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  245.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  246.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  247.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  248. END
  249. STRINGTABLE DISCARDABLE 
  250. BEGIN
  251.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  252.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  253. END
  254. STRINGTABLE DISCARDABLE 
  255. BEGIN
  256.     AFX_IDS_SCSIZE          "Change the window size"
  257.     AFX_IDS_SCMOVE          "Change the window position"
  258.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  259.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  260.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  261.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  262.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  263. END
  264. STRINGTABLE DISCARDABLE 
  265. BEGIN
  266.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  267.     AFX_IDS_SCTASKLIST      "Activate Task List"
  268. END
  269. STRINGTABLE DISCARDABLE 
  270. BEGIN
  271.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  272. END
  273. STRINGTABLE DISCARDABLE 
  274. BEGIN
  275.     ID_VIEW_FOLDERS         "Shows the Folders barnFolders"
  276.     ID_VIEWS                "ViewsnViews"
  277. END
  278. STRINGTABLE DISCARDABLE 
  279. BEGIN
  280.     ID_VIEW_SMALLICON       "Display items by using small icons.nSmall Icons"
  281.     ID_VIEW_LARGEICON       "Display items by using large icons.nLarge Icons"
  282.     ID_VIEW_LIST            "Displays items in a list.nList"
  283.     ID_VIEW_DETAILS         "Displays detailed information about each item in the window.nDetails"
  284. END
  285. STRINGTABLE DISCARDABLE 
  286. BEGIN
  287.     ID_VIEW_THEME_OFFICEXP  "Toggles Office XP Theme /nOffice XP Theme"
  288. END
  289. #endif    // English (U.S.) resources
  290. /////////////////////////////////////////////////////////////////////////////
  291. #ifndef APSTUDIO_INVOKED
  292. /////////////////////////////////////////////////////////////////////////////
  293. //
  294. // Generated from the TEXTINCLUDE 3 resource.
  295. //
  296. #define _AFX_NO_SPLITTER_RESOURCES
  297. #define _AFX_NO_OLE_RESOURCES
  298. #define _AFX_NO_TRACKER_RESOURCES
  299. #define _AFX_NO_PROPERTY_RESOURCES
  300. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  301. #ifdef _WIN32
  302. LANGUAGE 9, 1
  303. #pragma code_page(1252)
  304. #endif
  305. #include "resWinExplorer.rc2"  // non-Microsoft Visual C++ edited resources
  306. #include "afxres.rc"         // Standard components
  307. #include "afxprint.rc"       // printing/print preview resources
  308. #endif
  309. /////////////////////////////////////////////////////////////////////////////
  310. #endif    // not APSTUDIO_INVOKED