dataman.rc

来自「共享内存的源代码」· RC 代码 · 共 762 行 · 第 1/2 页

RC
762
字号
        RIGHTMARGIN, 197
        TOPMARGIN, 7
        BOTTOMMARGIN, 215
    END

    IDD_ABOUTBOX, DIALOG
    BEGIN
        LEFTMARGIN, 6
        RIGHTMARGIN, 292
        TOPMARGIN, 7
        BOTTOMMARGIN, 144
    END

    IDD_DIALOGBAR, DIALOG
    BEGIN
        RIGHTMARGIN, 416
        BOTTOMMARGIN, 13
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDR_MAINFRAME MENU 
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&Optimization\tAlt+F3",       ID_TRAY_OPTIMIZATION
        , CHECKED
        MENUITEM SEPARATOR
        MENUITEM "Minimize\tAlt+F4",            ID_FILE_CLOSEWINDOW
        MENUITEM SEPARATOR
        MENUITEM "E&xit",                       ID_APP_EXIT
    END
    POPUP "&View"
    BEGIN
        MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
        MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
        MENUITEM SEPARATOR
        MENUITEM "Ico&ns",                      ID_VIEW_LARGEICON
        MENUITEM "S&mall Icon",                 ID_VIEW_SMALLICON
        MENUITEM "&List",                       ID_VIEW_LIST
        MENUITEM "&Details",                    ID_VIEW_DETAILS
        MENUITEM SEPARATOR
        MENUITEM "&Refresh\tF5",                ID_VIEW_REFRESH
        MENUITEM SEPARATOR
        MENUITEM "Show Grids",                  ID_VIEW_SHOWGRIDS
        MENUITEM SEPARATOR
        MENUITEM "Show Toolbar",                32837
    END
    POPUP "&Refresh"
    BEGIN
        MENUITEM "&Refresh\tF5",                ID_VIEW_REFRESH
        MENUITEM SEPARATOR
        MENUITEM "Refresh &OnTime\tF6",         ID_REFRESH_REFRESHONTIME
        , CHECKED
    END
    POPUP "&Tools"
    BEGIN
        MENUITEM "&Advanced...",                ID_TRAY_Advanced
        MENUITEM SEPARATOR
        MENUITEM "&Options...\tCtrl+F12",       ID_TOOLS_OPTIONS
    END
    POPUP "&Help"
    BEGIN
        MENUITEM "&About DataMan...",           ID_APP_ABOUT
        MENUITEM SEPARATOR
        MENUITEM "A&ctivate...",                ID_HELP_ACTIVATE
        MENUITEM SEPARATOR
        MENUITEM "&Technical Support",          ID_HELP_TECHNICALSUPPORT
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Toolbar
//

IDR_MAINFRAME TOOLBAR  16, 15
BEGIN
    BUTTON      ID_FILE_MICREX
    BUTTON      ID_MAP_AUTOMAP
    BUTTON      ID_MAP_UNMAP
    BUTTON      ID_MAP_PROP
    SEPARATOR
    BUTTON      ID_VIEW_LARGEICON
    BUTTON      ID_VIEW_SMALLICON
    BUTTON      ID_VIEW_LIST
    BUTTON      ID_VIEW_DETAILS
    SEPARATOR
    BUTTON      ID_VIEW_REFRESH
END


/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//

IDR_MAINFRAME ACCELERATORS 
BEGIN
    VK_CANCEL,      ID_EDIT_COPY,           VIRTKEY, NOINVERT
    VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
    VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
    "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
    "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
    VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
    VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
    "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
    "O",            ID_FILE_MICREX,         VIRTKEY, CONTROL, NOINVERT
    "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
    VK_RETURN,      ID_MAP_PROP,            VIRTKEY, ALT, NOINVERT
    VK_F15,         ID_NEXT_PANE,           VIRTKEY, NOINVERT
    VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
    VK_F6,          ID_REFRESH_REFRESHONTIME, VIRTKEY, NOINVERT
    VK_F12,         ID_TOOLS_OPTIONS,       VIRTKEY, CONTROL, NOINVERT
    VK_F3,          ID_TRAY_OPTIMIZATION,   VIRTKEY, ALT, NOINVERT
    VK_F5,          ID_VIEW_REFRESH,        VIRTKEY, NOINVERT
END


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

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 0,7,0,0
 PRODUCTVERSION 0,7,0,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "CompanyName", "Changzhou GT Electric Co., Ltd"
            VALUE "FileDescription", "DataMan Professional"
            VALUE "FileVersion", "0, 7, 0, 0"
            VALUE "InternalName", "DataMan"
            VALUE "LegalCopyright", "Copyright (C) 2007, Changzhou GT Electric Co., Ltd"
            VALUE "OriginalFilename", "DataMan.EXE"
            VALUE "ProductName", "DataMan Application"
            VALUE "ProductVersion", "0, 7, 0, 0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END


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

STRINGTABLE 
BEGIN
    IDR_MAINFRAME           "RCCMS Data Communication Manager\n\nDataMan\n\n\nDataMan.Document\nDataMan Document"
    IDS_COMPORTAVAILABLE    "Available"
    IDS_COMPORTNOTAVA       "---"
    IDS_QUERYRESETALL       "Are you sure you want reset all the mapping COM ports?"
    IDS_QUERYMAP            "Are you sure you want to map the specified server to a COM port?"
    IDS_QUERYUNMAP          "Are you sure you want to unmap the specified server?"
    IDS_QUERYRELOAD         "Are you sure you want reload the server?"
    IDS_STARTTIMENOTAVA     "---"
    IDS_QUERYMAPLOAD        "Are you sure you want to map the specified server to a COM port and load Micrex-F PC Programmer?"
END

STRINGTABLE 
BEGIN
    AFX_IDS_APP_TITLE       "RCCMS Data Communication Manager"
    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_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"
    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"
    IDS_MICREXPATH          "C:\\Program Files\\Micrex-F Programmer (E)\\MrxFPLC.exe"
    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
END

STRINGTABLE 
BEGIN
    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
    ID_APP_EXIT             "Quit the application.\nExit"
END

STRINGTABLE 
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 
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"
    IDS_CANNOTNEWCOMPORT    "Cannot request a new COM port to map, maximum value exceeded."
    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"
    IDS_QUERYOPEN           "Are you sure you want to open the software Micrex-F PC Programmer?"
END

STRINGTABLE 
BEGIN
    AFX_IDS_SCRESTORE       "Restore the window to normal size"
    AFX_IDS_SCTASKLIST      "Activate Task List"
END

STRINGTABLE 
BEGIN
    AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
END

STRINGTABLE 
BEGIN
    IDS_NONEWWINDOW         "This version DO NOT support create new window manually."
    IDS_MICREXCLASSNAME     "TPLCProgrammer"
    IDS_CANNOTLOADSOFTWARE  "Can not load the specified software!"
    IDS_CANNOTRELOAD        "Cannot reload servers!"
    IDS_TRAYINFO            "The software is still running, you can open it again double click here or right click here to get a context menu."
    IDS_QUERYEXIT           "Are you sure you want to exit the application?"
    IDS_QUERYUTILITIES      "Are you sure you want to open the specified utility software?"
END

STRINGTABLE 
BEGIN
    ID_VIEW_SMALLICON       "Display items by using small icons.\nSmall Icons"
    ID_VIEW_LARGEICON       "Display items by using large icons.\nLarge Icons"
    ID_VIEW_LIST            "Displays items in a list.\nList"
    ID_VIEW_DETAILS         "Displays detailed information about each item in the window.\nDetails"
END

STRINGTABLE 
BEGIN
    ID_BUTTON32773          "Displays items in a list.\nList"
    ID_VIEW_REFRESH         "Refresh all items in view.\nRefresh items"
    ID_MAP_AUTOMAP          "Enable and auto map the selected item.\nAuto Map"
    ID_MAP_UNMAP            "Disable the selected item and release the COM port.\nUnmap"
    ID_MAP_PROP             "Displays more detailed information of selected item.\nProperties"
    ID_MAP_ADVANCED         "Opens Moxa Nport Real Port Installer.\nAdvanced"
    ID_FILE_MICREX          "Opens the FUJI F70S loadder Micrex-F PC Programmer.\nOpen Micrex-F PC Programmer"
END

STRINGTABLE 
BEGIN
    ID_VIEW_OPTIONS         "Opens options property sheet to config."
    ID_TOOLS_CONFIG         "Opens utillity Configurator to custom server seeting."
END

STRINGTABLE 
BEGIN
    ID_TOOLS_MONITOR        "Opens utility Monitor to monitor server operation."
    ID_TOOLS_ADVANCED       "Opens advanced administrator utility."
    ID_TOOLS_OPTIONS        "Options setting..."
    ID_FILE_CLOSEWINDOW     "Closes the active window and hides it in system tray."
    ID_MAP_RESETALL         "Release all mapping COM ports and reset all servers."
END

STRINGTABLE 
BEGIN
    ID_FILE_RELOAD          "Reload all servers and refresh the listview."
    ID_MAP_MAPANDLOAD       "Auto map COM port and then load Mirex-F Programmer automatically."
    ID_VIEW_SHOWTOOLBAR     "Show or hide the toolbar\nToggle ToolBar"
    ID_TRAY_OPTIMIZATION    "Set optimization or not!"
    ID_REFRESH_REFRESHONTIME 
                            "Refresh all items in view On time.\nRefresh items on time"
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\DataMan.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 + =
减小字号Ctrl + -
显示快捷键?