resource.h

来自「realvnc是一个非常流行的远程控制程序」· C头文件 代码 · 共 76 行

H
76
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by vncviewer.rc
//
#define IDR_TRAY                        101
#define IDR_TRAYMENU                    103
#define ID_CONN_ABOUT                   103
#define IDI_MAINICON                    104
#define ID_CONN_CTLDOWN                 104
#define IDC_DOTCURSOR                   105
#define ID_CONN_CTLUP                   105
#define IDB_VNCBITMAP                   106
#define ID_CONN_ALTDOWN                 106
#define ID_CONN_ALTUP                   107
#define IDB_VNC32                       108
#define ID_CONN_CTLALTDEL               108
#define IDD_APP_ABOUT                   109
#define IDT_TRAYTIMER                   109
#define ID_FULLSCREEN                   110
#define ID_REQUEST_REFRESH              111
#define IDD_SESSION_DLG                 135
#define IDD_SERVINFO_DLG                137
#define IDD_AUTH_DIALOG                 138
#define IDD_OPTIONDIALOG                151
#define IDT_EMULATE3BUTTONSTIMER        152
#define ID_CONN_SAVE_AS                 153
#define IDC_NOCURSOR                    153
#define IDB_CLOSE                       154
#define IDB_MAXIMIZE                    155
#define IDB_MINIMIZE                    156
#define IDB_PINUP                       157
#define IDB_PINDOWN                     158
#define IDR_tbMENU                      159
#define IDC_HOSTNAME_EDIT               1000
#define IDC_SHARED                      1000
#define IDC_DPYNUM_EDIT                 1001
#define IDC_BELLDEICONIFY               1001
#define IDC_SERVINFO_EDIT               1005
#define IDC_VIEWONLY                    1005
#define IDC_PASSWD_EDIT                 1009
#define IDC_OPTIONBUTTON                1012
#define IDC_8BITCHECK                   1013
#define IDC_EMULATECHECK                1024
#define IDC_FULLSCREEN                  1027
#define IDC_DISABLECLIPBOARD            1028
#define IDC_SCALING                     1029
#define IDC_SCALE_NUM                   1031
#define IDC_SCALE_DEN                   1032
#define IDC_AUTODETECT                  1033
#define IDC_BUILDTIME                   1034
#define IDC_ENCODING_BASE               2000
#define IDC_RAWRADIO                    2000
#define IDC_RRERADIO                    2002
#define IDC_CORRERADIO                  2004
#define IDC_HEXTILERADIO                2005
#define IDC_ZRLERADIO                   2016
#define IDC_LAST_ENCODING               2016
#define ID_SESSION_SET_CRECT            32777
#define ID_SESSION_SWAPMOUSE            32785
#define ID_CLOSEDAEMON                  40001
#define ID_SHOWWINDOW                   40004
#define ID_NEWCONN                      40006
#define ID_MENUITEM40007                40007
#define IDC_NULL                        40010

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        160
#define _APS_NEXT_COMMAND_VALUE         40011
#define _APS_NEXT_CONTROL_VALUE         1035
#define _APS_NEXT_SYMED_VALUE           154
#endif
#endif

⌨️ 快捷键说明

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