resource.h

来自「Most code samples included on this CD we」· C头文件 代码 · 共 45 行

H
45
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RasConn.rc
//
#define IDC_HIDE                        3
#define IDR_MAIN_MENU                   101
#define IDD_PHONEBOOK                   102
#define IDD_DIALING                     103
#define IDD_AUTHDLG                     104
#define IDC_USECURRENT                  1000
#define IDC_PHONENUM                    1001
#define IDC_STATUS                      1002
#define IDC_ERROR                       1003
#define IDC_ENTRY                       1004
#define IDC_RASNAMES                    1005
#define IDC_DEVICETYPE                  1006
#define IDC_DIAL                        1007
#define IDC_DEVICENAME                  1008
#define IDC_USERNAME                    1009
#define IDC_PASSWORD                    1010
#define IDC_DOMAIN                      1011
#define IDC_HANGUP                      1012
#define IDC_RENAME                      1013
#define IDC_DELETE                      1014
#define IDC_CREATE                      1015
#define IDC_COPY                        1016
#define IDC_PROGRESS                    1017
#define IDM_FILE_EXIT                   40001
#define IDM_HELP_ABOUT                  40002
#define IDM_FILE_PHONEBOOK              40003
#define IDM_CONNECTION_STATUS           40004
#define IDM_CONNECTION_CONNECT          40005
#define IDM_CONNECTION_HANGUP           40006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        105
#define _APS_NEXT_COMMAND_VALUE         40008
#define _APS_NEXT_CONTROL_VALUE         1018
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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