?? resourceeditor.rc
字號:
"N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
"O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
"P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
"S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
"V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
"X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
END
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,4,1
PRODUCTVERSION 1,2,4,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
#else
FILEFLAGS 0x20L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "\0"
VALUE "FileDescription", "ResourceEditor MFC Application\0"
VALUE "FileVersion", "1, 2, 4, 1\0"
VALUE "InternalName", "ResourceEditor\0"
VALUE "LegalCopyright", "Copyright (C) 2005\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "ResourceEditor.EXE\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "ResourceEditor Application\0"
VALUE "ProductVersion", "1, 2, 4, 1\0"
VALUE "SpecialBuild", "BL0004\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // !_MAC
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
IDR_MAINFRAME "Spreadtrum ResourceEditor\nMMIRes\nMMIRes\nProject files(*.prj)\n.prj\nResourceEditor.Document\nResour Document"
IDR_IMAGE "Image\nImage\nImage\nProject files(*.prj)\n.prj\nResourceEditor.Document\nResour Document"
IDR_RING "\nRing\nRing\n\n\nResourceEditor.Document\nResour Document"
IDR_ANIMATION "\nAnim\nAnim\n\n\nResourceEditor.Document\nResour Document"
IDR_TEXT "\nText\nText\n\n\nResourceEditor.Document\nResour Document"
IDR_FONT "\nFont\nFont\n\n\nResourceEditor.Document\nResour Document"
END
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
AFX_IDS_APP_TITLE "ResourceEditor"
AFX_IDS_IDLEMESSAGE "Ready"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_INDICATOR_EXT "EXT"
ID_INDICATOR_CAPS "CAP"
ID_INDICATOR_NUM "NUM"
ID_INDICATOR_SCRL "SCRL"
ID_INDICATOR_OVR "OVR"
ID_INDICATOR_REC "REC"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_NEW "Create a new project\nNew Project"
ID_FILE_OPEN "Open an existing project\nOpen Project"
ID_FILE_CLOSE "Close the active document\nClose"
ID_FILE_SAVE "Save the active document\nSave"
ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
ID_FILE_PRINT "Print the active document\nPrint"
ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_MRU_FILE1 "Open this document"
ID_FILE_MRU_FILE2 "Open this document"
ID_FILE_MRU_FILE3 "Open this document"
ID_FILE_MRU_FILE4 "Open this document"
ID_FILE_MRU_FILE5 "Open this document"
ID_FILE_MRU_FILE6 "Open this document"
ID_FILE_MRU_FILE7 "Open this document"
ID_FILE_MRU_FILE8 "Open this document"
ID_FILE_MRU_FILE9 "Open this document"
ID_FILE_MRU_FILE10 "Open this document"
ID_FILE_MRU_FILE11 "Open this document"
ID_FILE_MRU_FILE12 "Open this document"
ID_FILE_MRU_FILE13 "Open this document"
ID_FILE_MRU_FILE14 "Open this document"
ID_FILE_MRU_FILE15 "Open this document"
ID_FILE_MRU_FILE16 "Open this document"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_WINDOW_NEW "Open another window for the active document\nNew Window"
ID_WINDOW_ARRANGE "Arrange icons at the bottom of the window\nArrange Icons"
ID_WINDOW_CASCADE "Arrange windows so they overlap\nCascade Windows"
ID_WINDOW_TILE_HORZ "Arrange windows as non-overlapping tiles\nTile Windows"
ID_WINDOW_TILE_VERT "Arrange windows as non-overlapping tiles\nTile Windows"
ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_EDIT_CLEAR "Erase the selection\nErase"
ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
ID_EDIT_FIND "Find the specified text\nFind"
ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
ID_EDIT_REPEAT "Repeat the last action\nRepeat"
ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
ID_EDIT_UNDO "Undo the last action\nUndo"
ID_EDIT_REDO "Redo the previously undone action\nRedo"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_SCSIZE "Change the window size"
AFX_IDS_SCMOVE "Change the window position"
AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_SCRESTORE "Restore the window to normal size"
AFX_IDS_SCTASKLIST "Activate Task List"
AFX_IDS_MDICHILD "Activate this window"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
IDS_IMPORT_COMPLETE "Import complete!"
IDS_EXPORT_COMPLETE "Export complete!"
IDS_ERR_OPEN_PRJ_FOR_SIZE
"Open project file [%s] for calclating module size fail!"
IDS_ERR_READ_PRJ_FOR_SIZE
"Read project file [%s] for calclating module size fail!"
IDS_ERR_CREATE_FILE_FAIL "Create file [%s] fail!"
IDS_WARN_OPEN_ALREADY "It has been the current project!"
IDS_SET_RESOURCE_INFO "Are you need to set the resource's info?"
IDS_ERR_FILE_NAME_LEN "The length of the name is not more than 128 chars."
IDS_REPORT_COLUMN "PRJ_NAME,IMAG,ANIM,RING,TEXT,FONT,SUM"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_VIEW_IMG "Image view\nImage"
ID_VIEW_ANIM "Animation view\n Animation"
ID_VIEW_RING "Ring view\nRing"
ID_VIEW_TEXT "Text view\nText"
ID_VIEW_FONT "Font view\nFont"
ID_FILE_SAVE_IMAGE "Save resource to a image file\nSave to image file"
ID_FILE_LOAD_IMAGE "Load resource from a image file\nLoad from image file"
ID_OPTION_RESINFO "Set resource info\nResource Info"
IDM_IMG_ADD_DIR "Add a bitmap directory"
IDM_IMG_REMOVE_DIR "Remove current bitmap directory"
IDM_IMG_ADD_FILE "Add a bitmap file"
IDM_IMG_REMOVE_FILE "Remove a bitmap file"
IDM_IMG_REPLACE_DIR "Replace a bitmap directory"
END
STRINGTABLE DISCARDABLE
BEGIN
IDM_IMG_REPLACE_FILE "Replace a bitmap file"
IDM_RING_ADD_DIR "Add a ring directory"
IDM_RING_ADD_FILE "Add a ring file"
IDM_RING_REMOVE_DIR "Remove ring directory"
IDM_RING_REMOVE_FILE "Remove a ring file"
IDM_RING_REPLACE_DIR "Replace ring directory"
IDM_RING_REPLACE_FILE "Replace a ring file"
IDM_RING_PROPERTY "Item property"
IDM_TEXT_ADD_FILE "Add a text def file"
IDM_TEXT_ADD_ITEM "Add a text item"
IDM_TEXT_EDIT_ITEM "Edit the current item"
IDM_TEXT_DEL_ITEM "Delete the current item"
IDM_IMG_PROPERTY "image's property"
IDM_ANIM_ADD_DIR "Add a animation dir"
IDM_ANIM_ADD_ANIM "Add anim directory"
END
STRINGTABLE DISCARDABLE
BEGIN
IDM_ANIM_DEL "Delete animation"
IDM_ANIM_ADD "Add animation"
IDM_ANIM_PROPERTY "Animation property"
IDM_ANIM_REPLACE "Replace animation"
IDM_FONT_ADD "Add a font file"
IDM_FONT_DEL "Delete a font library"
IDM_FONT_REPLACE "&Replace a font library"
ID_OPTION_FILE_SETTING "generated file setting"
IDM_ANIM_PLAY "Play and stop the animation"
ID_OPTION_PLAY_SETTING "set play's info"
ID_APP_HELP "Spreadtrum ResourceEditor help\nHelp"
IDM_TEXT_FIND_ITEM "Find the item"
END
STRINGTABLE DISCARDABLE
BEGIN
IDM_TEXT_SAVETO_FILE "Save to a def file"
ID_VIEW_OUT_BAR "Show or hide the status bar\nToggle OutputBar"
IDM_OUT_CLEAR "Clear all content"
IDM_OUT_GOTO "Go to the place"
IDM_TEXT_DEL_ALL_ITEM "delete all items"
ID_SAVE_RESOURCE "Save resource file \nSave Resource"
ID_OPEN_RESOURCE "Open a new resource file\nOpen Resource"
IDM_IMG_EXPORT_TO_FILE "Export an image to a file"
IDM_IMG_EXPORT_TO_DIR "Export images to a directory"
END
STRINGTABLE DISCARDABLE
BEGIN
IDM_ANIM_EXPORT "Export the animations"
IDM_RING_EXPORT_TO_DIR "Export rings to a directory"
IDM_RING_EXPORT_TO_FILE "Export the ring to a file"
IDM_TEXT_IMPORT_FORM_EXCEL "Import text form the excel file"
IDM_TEXT_EXPORT_TO_EXCEL "Export text to the excel file"
IDM_FONT_EXPORT "Export all font in an directory"
IDM_MODULE_UP "Move up"
IDM_MODULE_DOWN "Move Down"
IDM_MODULE_DEL "Delete"
IDM_MODULE_ADD "Add"
ID_PROJECT_CLOSE "Close project\nClose project"
IDM_IMG_ADD_DIR_COMPRESS
"Add a bitmap directory and compress all bitmap files in it"
IDM_IMG_REPLACE_DIR_COMPRESS
"Replace a bitmap directory and compress all bitmap files in it"
IDM_IMG_ADD_FILE_COMPRESS "Add a bitmap file and compress it"
END
STRINGTABLE DISCARDABLE
BEGIN
IDYES "Add project files to the list\nAdd Project to Resource"
END
STRINGTABLE DISCARDABLE
BEGIN
IDM_IMG_REPLACE_FILE_COMPRESS "Replace a bitmap file and compress"
ID_OPTION_REPORT "Resource report infomation\nResource report"
ID_OPTION_ANIM_TRANS "Set the transparent color for anim\nSet anim transparent color"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERR_OPEN_PRJ_FAIL "Open project file [%s] failed!"
IDS_TOTALSUM "TOTAL SUM"
IDS_ERR_DELETE_DIR_FAIL "Delete directory failed!"
IDS_ERR_ANIM_COMPRESS_TRANS_COLOR_FAIL
"Compress animations with transparent color [%x] fail!"
IDS_E_BACKUP_ANIM_FAIL "Backup anim fail!"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
#include "res\ResourceEditor.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#include "afxprint.rc" // printing/print preview resources
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -