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

📄 vncviewer.rc

📁 tightvnc源码
💻 RC
📖 第 1 页 / 共 3 页
字号:
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


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

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_TRAY                ICON    DISCARDABLE     "idr_tray.ico"
IDI_MAINICON            ICON    DISCARDABLE     "vncviewer.ico"
IDI_FILEUP              ICON    DISCARDABLE     "fileup.ico"
IDI_FILERELOAD          ICON    DISCARDABLE     "filereload.ico"

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

IDR_TRAYMENU MENU DISCARDABLE 
BEGIN
    POPUP "t"
    BEGIN
        MENUITEM "&New connection...",          ID_NEWCONN
        MENUITEM "Default connection &options...", IDC_OPTIONBUTTON
        MENUITEM SEPARATOR
        MENUITEM "&About TightVNC Viewer...",   IDD_APP_ABOUT
        MENUITEM SEPARATOR
        MENUITEM "Close &listening daemon",     ID_CLOSEDAEMON
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//

IDD_SESSION_DLG DLGINIT
BEGIN
    IDC_HOSTNAME_EDIT, 0x403, 1, 0
"\000" 
    0
END

IDD_OPTIONDIALOG DLGINIT
BEGIN
    IDC_ENCODING, 0x403, 1, 0
"\000" 
    IDC_SCALE_EDIT, 0x403, 1, 0
"\000" 
    IDC_SCALE_EDIT, 0x403, 1, 0
"\000" 
    0
END


/////////////////////////////////////////////////////////////////////////////
//
// Cursor
//

IDC_DOTCURSOR           CURSOR  DISCARDABLE     "cursor1.cur"
IDC_NOCURSOR            CURSOR  DISCARDABLE     "nocursor.cur"
IDC_SMALLDOT            CURSOR  DISCARDABLE     "smalldot.cur"

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

STRINGTABLE DISCARDABLE 
BEGIN
    IDR_TRAY                "TightVNC Viewer"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_CLOSEDAEMON          "Stop listening for incoming connections"
    ID_SHOWWINDOW           "Display a connection window"
    ID_NEWCONN              "Make a manual connection"
    IDS_HELP                "vncviewer [/8bit] [/shared] [/noshared] [/swapmouse] \r\n      [/belldeiconify] [/listen [<port>]] [/fullscreen] [/restricted] [/viewonly] \r\n      [/emulate3] [/noemulate3] [/emulate3timeout <ms>] [/emulate3fuzz <pixels>] \r\n      [/notoolbar] [/scale <percentage>] [/config <filename>] [/disableclipboard] \r\n      [/encoding <encname>] [/compresslevel <n>] [/quality <n>] \r\n      [/loglevel <n>] [/logfile <filename>] [/register] \r\n      [/nocursor] [/dotcursor] [/smalldotcursor] [/normalcursor] [/help] \r\n      [/nojpeg] [/nocursorshape] [/noremotecursor] [<server>[:<display>]] \r\n\r\nFor full details, see the documentation."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_TAB                 "Here you can choose editing either connection-specific options, or global settings of the viewer."
    IDC_OPTIONBUTTON        "Edit connection-specific options for the specified VNC server, or change the configuration of the viewer."
    IDC_8BITCHECK           "Check this if you don't care about strict color conformity, but want to minimize the amount of pixel data sent over the network."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_LOC_NET_RADIO       "Optimize for high-speed network connection. Choose this profile if your connection is fast enough, e.g. if you are accessing a server in the same Ethernet LAN."
    IDC_MODEM_RADIO         "Optimize for low-bandwidth network connection. Choose this profile if your connection is slow, e.g. if you are accessing a server behind a 56Kbit modem line."
    IDC_CUSTOM_RADIO        "Use default connection options for the specified server."
    IDC_OK                  "Connect to the specified VNC server."
    IDC_LIST_MODE           "Switch to the listening mode, and close the dialog box. The listening viewer will wait for incoming connections from VNC servers. To connect to a listening viewer, choose ""Add New Client..."" from the TightVNC Server's tray menu."
    IDC_CHECK_MESSAGE       "If set, the viewer will show a warning before switching to the full-screen mode. The warning reminds how to exit that mode."
    IDC_CHECK_TOOLBAR       "This option tells the viewer if it should show toolbars in desktop windows. You can always show/hide the toolbar using the system menu, while this option sets the default behavior."
    IDC_EDIT_AMOUNT_LIST    "The viewer automatically saves host names and settings for past connections. This option tells the viewer how many connections to remember."
    IDC_BUTTON_CLEAR_LIST   "Pressing this button will remove the list of past connections from the system registry. This will remove all corresponding connection settings as well."
    IDC_CHECK_LOG_FILE      "Check this to enable logging."
    IDC_EDIT_LOG_FILE       "Specify a location and a name for the log file."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_HOSTNAME_EDIT       "Specify a VNC server to connect to, in one of the following formats: host, host:display, host::port. Host can be either an IP address, or a domain name. Display is an offset from the TCP port 5900. Display 0 will be used if not specified."
    IDC_BELLDEICONIFY       "If checked, the minimized viewer window will be restored on receiving a remote ""Bell"" event."
    IDC_VIEWONLY            "If checked, you will see the remote desktop, but won't be able to control it remotely with your mouse and keyboard."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDOK                    "Apply the changes and close the dialog box."
    IDCANCEL                "Cancel any input and close the dialog box."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_EDIT_LOG_LEVEL      "Specify how many details to write into the log file. The level 0 causes the viewer to log only the most important events, the highest level of 12 produces a lot of debugging output."
    IDC_SHARED              "Enable multiple simultaneous viewer connections to the same server desktop. For non-shared sesstions, only one viewer can be connected to the same server at the same time. Unlike the standard VNC, TightVNC defaults to shared sessions."
    IDC_ENCODING            "Encoding refers to the representation of graphics sent over the network. Encodings differ at the required bandwidth and CPU usage. Use Hextile encoding on fast networks, and Tight over slow connections. Raw encoding means no compression at all."
    IDC_SCALE_EDIT          "Reduce or enlarge local copy of the remote dektop."
    IDC_DOTCURSOR_RADIO     "Show local cursor position as a dot."
    IDC_NOCURSOR_RADIO      "Don't show local cursor position."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_EMULATECHECK        "Check this if you have two-button mouse but want to send presses of the third button as well. If this option is enabled, pressing left and right buttons at the same time will emulate pressing the middle button."
    IDC_FULLSCREEN          "In this mode, the viewer will show only the remote desktop - no local desktop, no toolbar, and no window decorations."
    IDC_DISABLECLIPBOARD    "If checked, the viewer won't try to propagate local clibboard changes to the server."
    IDC_CSHAPE_DISABLE_RADIO 
                            "Receive the remote mouse pointer as usual pixel graphics. This is a compatibility mode - the standard VNC always uses this technique. Mouse movements can be painfully slow, so use this option only if you have troubles with the default setting."
    IDC_QUALITYLEVEL        "Higher JPEG quality levels result less compression but better image quality. Normally, Tight encoder tries to use JPEG only where it does not cause major quality losses, so usually it's ok to choose low quality levels."
    IDC_COMPRESSLEVEL       "Higher compression levels result greater compression ratios, but require more time to encode data. Use lower values on fast networks, and higher levels for slow connections."
    IDC_CSHAPE_ENABLE_RADIO "Draw and position the remote mouse pointer locally, on the viewer side. This results in the best mouse responsiveness. The server will send only changes in the cursor shape and, sometimes, new cursor coordinates."
    IDC_CSHAPE_IGNORE_RADIO "In this mode, the remote mouse pointer won't be shown at all. Cursor shape updates and new coordinates received from the server will be ignored."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_SESSION_SET_CRECT    "CopyRect encoding is used to save bandwidth when some screen area on the server changes its position. CopyRect allows to send only coordinates instead of pixel arrays. Normally, you should keep this option checked."
    IDC_ALLOW_COMPRESSLEVEL "Set this if you want to specify a particular compression level, instead of using server's default."
    IDC_ALLOW_JPEG          "JPEG scheme allows Tight encoder compress full-color data much better, but the image quality may degrade in particular screen areas."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_SESSION_SWAPMOUSE    "Normally, the right mouse button generates button 2 events, the middle mouse button is treated as button 3. Checking this option swaps events generated by these two mouse buttons."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_FTCANCEL            "Cansel file transfer in progress."
    IDC_EXIT                "Close the file transfer dialog box."
    IDC_FTPROGRESS          "Progress for current file transfer operation."
    IDC_LOAD                "Load connection info from a file, assuming it was saved earlier by choosing ""Save connection info as..."" in the viewer's system menu."
    IDC_SERVERRELOAD        "Reload server-side file list."
    IDC_CONN_PROF           "Choosing a connection profile allows you to select connection  options suitable for a particular network environment."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_FTCOPY              "Use this button to transfer files. Choose one file at the left to upload it to the remote server, or choose one file at the right to download it. Arrows on this button shows the direction for file transfers."
    IDC_SMALLDOTCURSOR_RADIO "Show local cursor position as a smaller dot."
    IDC_LOCAL_COMP_LABEL    "The left side of the dialog represents files and directories on this computer."
    IDC_TVNC_SERV_LABEL     "The right side of the dialog represents files and directories on the remote server."
    IDC_FTSTATUS            "Status of the current (or previous) file transfer operation."
    IDC_LISTEN_PORT         "TCP port number to listen for incoming connections from VNC servers. The default port number is 5500."
    IDC_SERVERUP            "Up one level in remote filesystem."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_CLIENTRELOAD        "Reload local file list."
    IDC_CLIENTUP            "Up one level in local filesystem."
    IDC_LOG_BROWSE          "Choose a location for the log file."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_NORMALCURSOR_RADIO  "Show local cursor position as an arrow cursor."
    IDC_CLIENTPATH          "Local path."
    IDC_CLIENTBROWSE_BUT    "Browse directories on local computer."
    IDC_SERVERPATH          "Path on the remote server."
    IDC_SERVERBROWSE_BUT    "Browse directories on remote server."
    IDC_FTCLIENTLIST        "Files and directories on local computer."
    IDC_FTSERVERLIST        "Files and directories on remote server."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_STATIC_FORMAT       "Protocol options affecting pixel representation - that is, color format and compression."
    IDC_STATIC_RESTRICTIONS "Disabling particular protocol features."
    IDC_STATIC_DISPLAY      "Client-side display options."
    IDC_STATIC_MOUSE        "Mouse configuration."
    IDC_STATIC_MCURSOR      "Handling of remote mouse cursor."
    IDC_STATIC_IOPTIONS     "Options affecting user interface of the viewer."
    IDC_STATIC_LOGGING      "The viewer can log its activity in a text file. Logging options allow to customize this facility."
    IDC_STATIC_LCURSOR      "Sometimes, local mouse cursor and the remote pointer have different locations on the screen. Customizing the shape of the local cursor can help at improving local cursor tracking."
    IDC_STATIC_LMODE        "Options specific to the listening mode which is used for ""reverse"" server-to-client connections."
    IDC_STATIC_PICTURE      "TightVNC is an enhanced version of VNC. Visit http://www.tightvnc.com/ for more information."
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -