⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soccerdoctor.rc

📁 The application wizard has created this SoccerDoctor application for you. This application not onl
💻 RC
📖 第 1 页 / 共 3 页
字号:
IDR_LOGPLAYERPOPUP MENU 
BEGIN
    POPUP "&LogPlayer"
    BEGIN
        MENUITEM "&Load ...",                   ID_LOGPLAYER_LOAD
        MENUITEM SEPARATOR
        MENUITEM "&Play",                       ID_LOGPLAYER_PLAY
        MENUITEM "&Stop",                       ID_LOGPLAYER_STOP
        MENUITEM "Re&wind",                     ID_LOGPLAYER_REWIND
        MENUITEM "&Forward",                    ID_LOGPLAYER_FORWARD
        MENUITEM "&Backward",                   ID_LOGPLAYER_BACKWARD
        MENUITEM "&Reverse",                    ID_LOGPLAYER_REVERSE
        MENUITEM "&Jump to ...",                ID_LOGPLAYER_JUMPTO
        MENUITEM "&Decelerate",                 ID_LOGPLAYER_DECELERATE
        MENUITEM "&Accelerate",                 ID_LOGPLAYER_ACCELERATE
        MENUITEM "&Unselect",                   ID_DISPLAYER_SELECTNONE
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,1,1
 PRODUCTVERSION 1,0,1,1
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040903a8"
        BEGIN
            VALUE "Comments", "Please visit http://www.wrighteagle.org/en/simulation/ for updates."
            VALUE "CompanyName", "Multi-Agent Systems Lab,Dept.of Computer Science,USTC"
            VALUE "FileDescription", "Soccer Simulation Tools"
            VALUE "FileVersion", "1.0.1.1"
            VALUE "InternalName", "SoccerDoctor.exe"
            VALUE "LegalCopyright", "USTC WrightEagle,All rights reserved."
            VALUE "OriginalFilename", "SoccerDoctor.exe"
            VALUE "ProductName", "SoccerDoctor"
            VALUE "ProductVersion", "1.0.1.1"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 936
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//

IDR_MANIFEST            RT_MANIFEST             "res\\SoccerDoctor.manifest"

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME           ICON                    "res\\SoccerDoctor.ico"
IDI_DISPLAYER           ICON                    "res\\Displayer.ico"

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE 
BEGIN
    IDP_OLE_INIT_FAILED     "OLE initialization failed.  Make sure that the OLE libraries are the correct version."
    IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
END

STRINGTABLE 
BEGIN
    IDR_MAINFRAME           "SoccerDoctor"
END

STRINGTABLE 
BEGIN
    ID_DISPLAYER_OFFSIDELINE "\nOffside Line"
    ID_DISPLAYER_BALLDETAIL "\nBall Detail"
    ID_DISPLAYER_PASSCOURSE "\nControl Course"
    ID_MONITOR_CONNECT      "\nConnect"
    ID_MONITOR_DISCONNECT   "\nDisconnect"
    ID_MONITOR_RECONNECT    "\nConnect"
    ID_MONITOR_KICKOFF      "\nKick Off"
    ID_MONITOR_SAVELOG      "\nSave Log File"
END

STRINGTABLE 
BEGIN
    AFX_IDS_APP_TITLE       "SoccerDoctor"
    AFX_IDS_IDLEMESSAGE     "Ready"
END

STRINGTABLE 
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 
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 
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 
BEGIN
    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
END

STRINGTABLE 
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 
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 
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 
BEGIN
    AFX_IDS_SCRESTORE       "Restore the window to normal size"
    AFX_IDS_SCTASKLIST      "Activate Task List"
END

STRINGTABLE 
BEGIN
    ID_LOGPLAYER_LOAD       "\nLoad Log File"
    ID_LOGPLAYER_PLAY       "\nPlay"
END

STRINGTABLE 
BEGIN
    ID_LOGPLAYER_STOP       "\nStop"
    ID_LOGPLAYER_REWIND     "\nRewind"
    ID_LOGPLAYER_FORWARD    "\nStep Forward"
    ID_LOGPLAYER_BACKWARD   "\nStep Backward"
    ID_LOGPLAYER_REVERSE    "\nReverse"
    ID_LOGPLAYER_JUMPTO     "\nJump To"
    ID_LOGPLAYER_DECELERATE "\nDecelerate"
    ID_LOGPLAYER_ACCELERATE "\nAccelerate"
    ID_DISPLAYER_KICKMARGIN "\nKick Margin"
    ID_DISPLAYER_VIEWAREA   "\nView Area"
    ID_DISPLAYER_STAMINA    "\nStamina"
    ID_DISPLAYER_NUMBER     "\nPlayer Number"
    ID_DISPLAYER_ENLARGEPLAYER "\nEnlarge Player Size"
    ID_DISPLAYER_REDUCEPLAYER "\nReduce Player Size"
    ID_DISPLAYER_VELOCITY   "\nVelocity"
    ID_DISPLAYER_FULLSCREEN "\nFull Screen"
END

STRINGTABLE 
BEGIN
    ID_ANALYZER_TYPEXPLORER "\nType Explorer"
    ID_SHOWDETAILS          "\nShow Details"
END

STRINGTABLE 
BEGIN
    ID_DISPLAYER_SELECTRIGHT1 "\nSelect No.1 of Right Team"
    ID_DISPLAYER_SELECTRIGHT2 "\nSelect No.2 of Right Team"
    ID_DISPLAYER_SELECTRIGHT3 "\nSelect No.3 of Right Team"
    ID_DISPLAYER_SELECTRIGHT4 "\nSelect No.4 of Right Team"
    ID_DISPLAYER_SELECTRIGHT5 "\nSelect No.5 of Right Team"
    ID_DISPLAYER_SELECTRIGHT6 "\nSelect No.6 of Right Team"
    ID_DISPLAYER_SELECTRIGHT7 "\nSelect No.7 of Right Team"
    ID_DISPLAYER_SELECTRIGHT8 "\nSelect No.8 of Right Team"
    ID_DISPLAYER_SELECTRIGHT9 "\nSelect No.9 of Right Team"
    ID_DISPLAYER_SELECTRIGHT10 "\nSelect No.10 of Right Team"
    ID_DISPLAYER_SELECTRIGHT11 "\nSelect No.11 of Right Team"
    ID_DISPLAYER_SELECTBALL "\nSelect Ball"
END

STRINGTABLE 
BEGIN
    ID_SYSTEM_NEW           "\nStart a new doctor."
END

STRINGTABLE 
BEGIN
    ID_TOOLBOXLINE          "\nLine"
    ID_TOOLBOXPOINT         "\nPoint"
    ID_TOOLBOXRECT          "\nRectangle"
    ID_TOOLBOXCIRCLE        "\nCircle"
END

STRINGTABLE 
BEGIN
    ID_TOOLBOX_STATISTICS   "\nShow Statistics"
    ID_TOOLBOX_PRESENT      "\nShow Presentations"
END

STRINGTABLE 
BEGIN
    ID_DISPLAYER_SELECTLEFT1 "\nSelect No.1 of Left Team"
    ID_DISPLAYER_SELECTLEFT2 "\nSelect No.2 of Left Team"
    ID_DISPLAYER_SELECTLEFT3 "\nSelect No.3 of Left Team"
    ID_DISPLAYER_SELECTLEFT4 "\nSelect No.4 of Left Team"
    ID_DISPLAYER_SELECTLEFT5 "\nSelect No.5 of Left Team"
    ID_DISPLAYER_SELECTLEFT6 "\nSelect No.6 of Left Team"
    ID_DISPLAYER_SELECTLEFT7 "\nSelect No.7 of Left Team"
    ID_DISPLAYER_SELECTLEFT8 "\nSelect No.8 of Left Team"
    ID_DISPLAYER_SELECTLEFT9 "\nSelect No.9 of Left Team"
    ID_DISPLAYER_SELECTLEFT10 "\nSelect No.10 of Left Team"
    ID_DISPLAYER_SELECTLEFT11 "\nSelect No.11 of Left Team"
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(936)
#include "res\SoccerDoctor.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 + -