📄 ambulantplayer.rc
字号:
VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 FILEFLAGSMASK 0x3fL#ifdef _DEBUG FILEFLAGS 0x1L#else FILEFLAGS 0x0L#endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0LBEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "Ambulant" VALUE "FileDescription", "AmbulantPlayer" VALUE "FileVersion", "1.0.0.1" VALUE "InternalName", "AmbulantPlayer.exe" VALUE "LegalCopyright", "(c) Ambulant. All rights reserved." VALUE "OriginalFilename", "AmbulantPlayer.exe" VALUE "ProductName", "Ambulant/X Player" VALUE "ProductVersion", "1.0.0.1" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1252 ENDEND///////////////////////////////////////////////////////////////////////////////// DESIGNINFO//#ifdef APSTUDIO_INVOKEDGUIDELINES DESIGNINFO BEGIN IDD_OPEN_URL, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 292 TOPMARGIN, 7 BOTTOMMARGIN, 56 END IDD_PREFERENCES, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 168 TOPMARGIN, 7 BOTTOMMARGIN, 266 END IDD_LOG_WINDOW, DIALOG BEGIN RIGHTMARGIN, 294 BOTTOMMARGIN, 92 END IDD_SHOW_MESSAGE, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 292 TOPMARGIN, 7 BOTTOMMARGIN, 80 END IDD_ABOUTBOX, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 228 TOPMARGIN, 7 BOTTOMMARGIN, 71 ENDEND#endif // APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// Cursor//IDC_CURSOR_HAND CURSOR "res\\hand.cur"///////////////////////////////////////////////////////////////////////////////// Dialog Info//IDD_PREFERENCES DLGINITBEGIN IDC_PARSER_ID, 0x403, 4, 00x6e61, 0x0079, IDC_PARSER_ID, 0x403, 6, 00x7865, 0x6170, 0x0074, IDC_PARSER_ID, 0x403, 7, 00x6578, 0x6372, 0x7365, "\000" IDC_LOG_LEVEL, 0x403, 6, 00x6544, 0x7562, 0x0067, IDC_LOG_LEVEL, 0x403, 6, 00x7254, 0x6361, 0x0065, IDC_LOG_LEVEL, 0x403, 5, 00x6853, 0x776f, "\000" IDC_LOG_LEVEL, 0x403, 8, 00x6157, 0x6e72, 0x6e69, 0x0067, IDC_LOG_LEVEL, 0x403, 6, 00x7245, 0x6f72, 0x0072, IDC_LOG_LEVEL, 0x403, 6, 00x6146, 0x6174, 0x006c, IDC_VALIDATION_SCHEME, 0x403, 6, 00x656e, 0x6576, 0x0072, IDC_VALIDATION_SCHEME, 0x403, 7, 00x6c61, 0x6177, 0x7379, "\000" IDC_VALIDATION_SCHEME, 0x403, 5, 00x7561, 0x6f74, "\000" 0END///////////////////////////////////////////////////////////////////////////////// String Table//STRINGTABLE BEGIN IDR_MAINFRAME "AmbulantPlayer\n\nAmbulantPlayer\nSMIL documents\n.smil;.smi;.grins\nAmbulantPlayer.Document\nAmbulantPlayer.Document\n"ENDSTRINGTABLE BEGIN AFX_IDS_APP_TITLE "AmbulantPlayer" AFX_IDS_IDLEMESSAGE "Ready"ENDSTRINGTABLE 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"ENDSTRINGTABLE BEGIN ID_FILE_NEW "Create a new document\nNew" ID_FILE_OPEN "Open an existing document\nOpen" 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"ENDSTRINGTABLE BEGIN ID_APP_ABOUT "Display program information, version number and copyright\nAbout" ID_APP_EXIT "Quit the application; prompts to save documents\nExit"ENDSTRINGTABLE 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"ENDSTRINGTABLE BEGIN ID_NEXT_PANE "Switch to the next window pane\nNext Pane" ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"ENDSTRINGTABLE BEGIN ID_WINDOW_SPLIT "Split the active window into panes\nSplit"ENDSTRINGTABLE 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"ENDSTRINGTABLE BEGIN ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar" ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"ENDSTRINGTABLE 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"ENDSTRINGTABLE BEGIN AFX_IDS_SCRESTORE "Restore the window to normal size" AFX_IDS_SCTASKLIST "Activate Task List"ENDSTRINGTABLE BEGIN ID_FILE_PLAY "Start playback\nStart" ID_FILE_PAUSE "Pause playback\nPause" ID_FILE_STOP "Stop playback\nStop" ID_VIEW_SOURCE "View the source of the current document\nView source" ID_VIEW_LOG "View playback log" ID_VIEW_TESTS "Load Document settings...\nSettings" ID_VIEW_FILTER "View current settings\nCurrent settings" ID_VIEW_AUTOPLAY "Enable/disable auto playback\nAuto playback"ENDSTRINGTABLE BEGIN ID_FILE_OPENURL "Open URL\nOpen URL" ID_FILE_PREFERENCES "Edit preferences\nPreferences"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)LANGUAGE 9, 1#pragma code_page(1252)#include "res\AmbulantPlayer.rc2" // non-Microsoft Visual C++ edited resources#include "afxres.rc" // Standard components#endif/////////////////////////////////////////////////////////////////////////////#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -