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

对话框与窗口

开发平台:

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_OLE_RESOURCESrn"
  36.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  37.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  38.     "rn"
  39.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  40.     "#ifdef _WIN32rn"
  41.     "LANGUAGE 9, 1rn"
  42.     "#pragma code_page(1252)rn"
  43.     "#endif //_WIN32rn"
  44.     "#include ""res\GUI_Explorer.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  45.     "#include ""afxres.rc""         // Standard componentsrn"
  46.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  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\CjSample.ico"
  58. IDR_GUI_EXTYPE          ICON    DISCARDABLE     "res\GUI_ExplorerDoc.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63. IDR_EXPLORER_BAR        BITMAP  DISCARDABLE     "res\explorer_bar.bmp"
  64. IDR_ADDRESS_BAR         BITMAP  DISCARDABLE     "res\addressbar.bmp"
  65. IDR_GO_BAR              BITMAP  DISCARDABLE     "res\go_bar.bmp"
  66. IDB_GO_BAR_HOT          BITMAP  DISCARDABLE     "res\go_bar_hot.bmp"
  67. IDB_LOGO                BITMAP  DISCARDABLE     "res\logo.bmp"
  68. IDR_TOOLBAR_LARGE_NORMAL        BITMAP  DISCARDABLE     "res\toolbar_large_light.bmp"
  69. IDR_TOOLBAR_LARGE_HOT           BITMAP  DISCARDABLE     "res\toolbar_large_normal.bmp"
  70. IDR_TOOLBAR_SMALL_NORMAL        BITMAP  DISCARDABLE     "res\toolbar_small_light.bmp"
  71. IDR_TOOLBAR_SMALL_HOT           BITMAP  DISCARDABLE     "res\toolbar_large_normal.bmp"
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Toolbar
  75. //
  76. IDR_GO_BAR TOOLBAR DISCARDABLE  20, 20
  77. BEGIN
  78.     BUTTON      ID_GO
  79. END
  80. IDR_EXPLORER_BAR TOOLBAR DISCARDABLE  16, 16
  81. BEGIN
  82.     BUTTON      ID_BACK
  83.     BUTTON      ID_FORWARD
  84.     BUTTON      ID_UP
  85.     SEPARATOR
  86.     BUTTON      ID_VIEW_SEARCH
  87.     BUTTON      ID_VIEW_FOLDERS
  88.     BUTTON      ID_VIEW_HISTORY
  89.     SEPARATOR
  90.     BUTTON      ID_MOVETO
  91.     BUTTON      ID_COPYTO
  92.     BUTTON      ID_DELETE
  93.     BUTTON      ID_UNDO
  94.     SEPARATOR
  95.     BUTTON      ID_VIEWS
  96. END
  97. IDR_ADDRESS_BAR TOOLBAR DISCARDABLE  16, 15
  98. BEGIN
  99.     BUTTON      ID_GOTO_URL
  100. END
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Menu
  104. //
  105. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  106. BEGIN
  107.     POPUP "&File"
  108.     BEGIN
  109.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  110.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  111.         MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  112.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  113.         MENUITEM SEPARATOR
  114.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  115.         MENUITEM SEPARATOR
  116.         MENUITEM "E&xit",                       ID_APP_EXIT
  117.     END
  118.     POPUP "&Edit"
  119.     BEGIN
  120.         MENUITEM "&UndotCtrl+Z",               ID_EDIT_UNDO
  121.         MENUITEM SEPARATOR
  122.         MENUITEM "Cu&ttCtrl+X",                ID_EDIT_CUT
  123.         MENUITEM "&CopytCtrl+C",               ID_EDIT_COPY
  124.         MENUITEM "&PastetCtrl+V",              ID_EDIT_PASTE
  125.     END
  126.     POPUP "&View"
  127.     BEGIN
  128.         POPUP "ToolBars"
  129.         BEGIN
  130.             MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  131.         END
  132.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  133.         MENUITEM SEPARATOR
  134.         POPUP "&Explorer Bar"
  135.         BEGIN
  136.             MENUITEM "&SearchtCtrl+E",             ID_VIEW_SEARCH
  137.             MENUITEM "&HistorytCtrl+H",            ID_VIEW_HISTORY
  138.             MENUITEM "&Folders",                    ID_VIEW_FOLDERS
  139.         END
  140.         MENUITEM SEPARATOR
  141.         MENUITEM "Lar&ge Icons",                ID_VIEW_LARGEICON
  142.         MENUITEM "S&mall Icons",                ID_VIEW_SMALLICON
  143.         MENUITEM "&List",                       ID_VIEW_LIST
  144.         MENUITEM "&Details",                    ID_VIEW_DETAILS
  145.         MENUITEM SEPARATOR
  146.         MENUITEM "Office Look",                 ID_VIEW_XPMODE
  147.         MENUITEM "Set Filter...",               ID_VIEW_SETFILTER
  148.     END
  149.     POPUP "&Help"
  150.     BEGIN
  151.         MENUITEM "&About Windows Explorer IDE Sample...", ID_APP_ABOUT
  152.     END
  153. END
  154. ID_VIEWS MENU DISCARDABLE 
  155. BEGIN
  156.     POPUP "DropMenuClick"
  157.     BEGIN
  158.         MENUITEM "Lar&ge Icons",                ID_VIEW_LARGEICON
  159.         MENUITEM "S&mall Icons",                ID_VIEW_SMALLICON
  160.         MENUITEM "&List",                       ID_VIEW_LIST
  161.         MENUITEM "&Details",                    ID_VIEW_DETAILS
  162.     END
  163. END
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Accelerator
  167. //
  168. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  169. BEGIN
  170.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  171.     "E",            ID_VIEW_SEARCH,         VIRTKEY, CONTROL, NOINVERT
  172.     "H",            ID_VIEW_HISTORY,        VIRTKEY, CONTROL, NOINVERT
  173.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL, NOINVERT
  174.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL, NOINVERT
  175.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL, NOINVERT
  176.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL, NOINVERT
  177.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
  178.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
  179.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
  180.     VK_F6,          ID_NEXT_PANE,           VIRTKEY, NOINVERT
  181.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
  182.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  183.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
  184.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
  185.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
  186. END
  187. /////////////////////////////////////////////////////////////////////////////
  188. //
  189. // Dialog
  190. //
  191. IDD_FILTER DIALOGEX 0, 0, 186, 82
  192. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
  193.     WS_SYSMENU
  194. CAPTION "Dialog"
  195. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  196. BEGIN
  197.     DEFPUSHBUTTON   "OK",IDOK,69,61,50,14
  198.     PUSHBUTTON      "Cancel",IDCANCEL,129,61,50,14
  199.     EDITTEXT        IDC_FILTER,7,26,172,12,ES_AUTOHSCROLL
  200.     LTEXT           "Enter Filter:",IDC_STATIC,7,7,39,8
  201.     LTEXT           "(Separate with semi-colon e.g., *.doc;*.xls)",
  202.                     IDC_STATIC,7,40,142,8
  203. END
  204. #ifndef _MAC
  205. /////////////////////////////////////////////////////////////////////////////
  206. //
  207. // Version
  208. //
  209. VS_VERSION_INFO VERSIONINFO
  210.  FILEVERSION 12,0,0,4
  211.  PRODUCTVERSION 12,0,0,4
  212.  FILEFLAGSMASK 0x3fL
  213. #ifdef _DEBUG
  214.  FILEFLAGS 0x1L
  215. #else
  216.  FILEFLAGS 0x0L
  217. #endif
  218.  FILEOS 0x4L
  219.  FILETYPE 0x1L
  220.  FILESUBTYPE 0x0L
  221. BEGIN
  222.     BLOCK "StringFileInfo"
  223.     BEGIN
  224.         BLOCK "040904B0"
  225.         BEGIN
  226.             VALUE "CompanyName", "Codejock Software"
  227.             VALUE "FileDescription", "GUI_Explorer MFC Application"
  228.             VALUE "FileVersion", "12, 0, 0, 4"
  229.             VALUE "InternalName", "GUI_Explorer"
  230.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  231.             VALUE "LegalTrademarks", ""
  232.             VALUE "OriginalFilename", "GUI_Explorer.EXE"
  233.             VALUE "ProductName", "GUI_Explorer Application"
  234.             VALUE "ProductVersion", "12, 0, 0, 4"
  235.         END
  236.     END
  237.     BLOCK "VarFileInfo"
  238.     BEGIN
  239.         VALUE "Translation", 0x409, 1200
  240.     END
  241. END
  242. #endif    // !_MAC
  243. /////////////////////////////////////////////////////////////////////////////
  244. //
  245. // String Table
  246. //
  247. STRINGTABLE PRELOAD DISCARDABLE 
  248. BEGIN
  249.     IDR_MAINFRAME           "Codejock Windows Explorer IDE SamplennGUI_ExnnnGUIExplorer.DocumentnGUI_Ex Document"
  250. END
  251. STRINGTABLE PRELOAD DISCARDABLE 
  252. BEGIN
  253.     AFX_IDS_APP_TITLE       "Codejock Windows Explorer IDE Sample"
  254.     AFX_IDS_IDLEMESSAGE     "Ready"
  255. END
  256. STRINGTABLE DISCARDABLE 
  257. BEGIN
  258.     ID_INDICATOR_EXT        "EXT"
  259.     ID_INDICATOR_CAPS       "CAP"
  260.     ID_INDICATOR_NUM        "NUM"
  261.     ID_INDICATOR_SCRL       "SCRL"
  262.     ID_INDICATOR_OVR        "OVR"
  263.     ID_INDICATOR_REC        "REC"
  264. END
  265. STRINGTABLE DISCARDABLE 
  266. BEGIN
  267.     ID_FILE_NEW             "Create a new documentnNew"
  268.     ID_FILE_OPEN            "Open an existing documentnOpen"
  269.     ID_FILE_CLOSE           "Close the active documentnClose"
  270.     ID_FILE_SAVE            "Save the active documentnSave"
  271.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  272.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  273.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  274.     ID_FILE_PRINT           "Print the active documentnPrint"
  275.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  276. END
  277. STRINGTABLE DISCARDABLE 
  278. BEGIN
  279.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  280.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  281. END
  282. STRINGTABLE DISCARDABLE 
  283. BEGIN
  284.     ID_FILE_MRU_FILE1       "Open this document"
  285.     ID_FILE_MRU_FILE2       "Open this document"
  286.     ID_FILE_MRU_FILE3       "Open this document"
  287.     ID_FILE_MRU_FILE4       "Open this document"
  288.     ID_FILE_MRU_FILE5       "Open this document"
  289.     ID_FILE_MRU_FILE6       "Open this document"
  290.     ID_FILE_MRU_FILE7       "Open this document"
  291.     ID_FILE_MRU_FILE8       "Open this document"
  292.     ID_FILE_MRU_FILE9       "Open this document"
  293.     ID_FILE_MRU_FILE10      "Open this document"
  294.     ID_FILE_MRU_FILE11      "Open this document"
  295.     ID_FILE_MRU_FILE12      "Open this document"
  296.     ID_FILE_MRU_FILE13      "Open this document"
  297.     ID_FILE_MRU_FILE14      "Open this document"
  298.     ID_FILE_MRU_FILE15      "Open this document"
  299.     ID_FILE_MRU_FILE16      "Open this document"
  300. END
  301. STRINGTABLE DISCARDABLE 
  302. BEGIN
  303.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  304.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  305. END
  306. STRINGTABLE DISCARDABLE 
  307. BEGIN
  308.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  309. END
  310. STRINGTABLE DISCARDABLE 
  311. BEGIN
  312.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  313.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  314.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  315.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  316.     ID_EDIT_FIND            "Find the specified textnFind"
  317.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  318.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  319.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  320.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  321.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  322.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  323. END
  324. STRINGTABLE DISCARDABLE 
  325. BEGIN
  326.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  327.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  328.     ID_VIEW_AUTOARRANGE     "Arrange icons on a grid."
  329. END
  330. STRINGTABLE DISCARDABLE 
  331. BEGIN
  332.     AFX_IDS_SCSIZE          "Change the window size"
  333.     AFX_IDS_SCMOVE          "Change the window position"
  334.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  335.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  336.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  337.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  338.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  339. END
  340. STRINGTABLE DISCARDABLE 
  341. BEGIN
  342.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  343.     AFX_IDS_SCTASKLIST      "Activate Task List"
  344. END
  345. STRINGTABLE DISCARDABLE 
  346. BEGIN
  347.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  348. END
  349. STRINGTABLE DISCARDABLE 
  350. BEGIN
  351.     ID_VIEW_SMALLICON       "Display items by using small icons.nSmall Icons"
  352.     ID_VIEW_LARGEICON       "Display items by using large icons.nLarge Icons"
  353.     ID_VIEW_LIST            "Displays items in a list.nList"
  354.     ID_VIEW_DETAILS         "Displays detailed information about each item in the window.nDetails"
  355.     ID_VIEW_LINEUP          "Arranges icons in a grid."
  356.     ID_VIEW_BYNAME          "Sorts the icons alphabetically."
  357. END
  358. STRINGTABLE DISCARDABLE 
  359. BEGIN
  360.     ID_BACK                 "BacknBack"
  361.     ID_FORWARD              "ForwardnForward"
  362.     ID_UP                   "UpnUp"
  363.     ID_VIEW_SEARCH          "Shows the Search barnSearch"
  364.     ID_VIEW_FOLDERS         "Shows the Folders barnFolders"
  365.     ID_VIEW_HISTORY         "Shows the History barnHistory"
  366.     ID_VIEW_FAVORITES       "Shows the Favorites barnFavorites"
  367.     ID_MOVETO               "Move TonMove To"
  368.     ID_COPYTO               "Copy TonCopy To"
  369.     ID_DELETE               "DeletenDelete"
  370.     ID_UNDO                 "UndonUndo"
  371. END
  372. STRINGTABLE DISCARDABLE 
  373. BEGIN
  374.     ID_VIEWS                "ViewsnViews"
  375. END
  376. STRINGTABLE DISCARDABLE 
  377. BEGIN
  378.     ID_VIEW_XPMODE          "Enable or disable Office LooknToggle Look"
  379.     ID_GO                   "GonGo"
  380. END
  381. #endif    // English (U.S.) resources
  382. /////////////////////////////////////////////////////////////////////////////
  383. #ifndef APSTUDIO_INVOKED
  384. /////////////////////////////////////////////////////////////////////////////
  385. //
  386. // Generated from the TEXTINCLUDE 3 resource.
  387. //
  388. #define _AFX_NO_OLE_RESOURCES
  389. #define _AFX_NO_TRACKER_RESOURCES
  390. #define _AFX_NO_PROPERTY_RESOURCES
  391. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  392. #ifdef _WIN32
  393. LANGUAGE 9, 1
  394. #pragma code_page(1252)
  395. #endif //_WIN32
  396. #include "resGUI_Explorer.rc2"  // non-Microsoft Visual C++ edited resources
  397. #include "afxres.rc"         // Standard components
  398. #include "afxprint.rc"       // printing/print preview resources
  399. #endif
  400. /////////////////////////////////////////////////////////////////////////////
  401. #endif    // not APSTUDIO_INVOKED