resource.h
来自「用Embedded Visual C++ Win32 API开发的运行于Wind」· C头文件 代码 · 共 71 行
H
71 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CamMon.rc
//
#define IDS_APP_TITLE 1
#define IDS_HELLO 2
#define IDC_CAMMON 3
#define IDI_CAMMON 101
#define IDM_MENU 102
#define IDD_ABOUTBOX 103
#define IDS_HELP 104
#define IDD_DIALOG_2120 104
#define IDD_DIALOG_2400 106
#define IDD_DIALOG_OTHER 107
#define IDD_DIALOG_CAM_CONFIG 108
#define IDD_DIALOG_CONNECTION_SETTING 110
#define IDD_DIALOG_REGISTER 111
#define IDB_BITMAP_ABOUT 112
#define IDB_BITMAP_EYE 117
#define IDS_COMMAND1 301
#define IDC_RADIO_ON 1001
#define IDC_RADIO_OFF 1002
#define IDC_STATIC_2120 1003
#define IDC_STATIC_2400 1006
#define IDC_STATIC_NAME 1008
#define IDC_STATIC_OTHER 1009
#define IDC_BUTTON_DOWN 1010
#define IDC_BUTTON_UP 1011
#define IDC_BUTTON_RIGHT 1012
#define IDC_EDIT_NAME 1012
#define IDC_BUTTON_LEFT 1013
#define IDC_EDIT_IP 1013
#define IDC_EDIT_PATH 1013
#define IDC_BUTTON_ZOOMOUT 1014
#define IDC_CHECK_IO_PTZ 1014
#define IDC_BUTTON_ZOOMIN 1015
#define IDC_COMBO_TYPE 1015
#define IDC_BUTTON_ADD 1016
#define IDC_BUTTON_HOME 1016
#define IDC_BUTTON_REMOVE 1017
#define IDC_BUTTON_MODIFY 1018
#define IDC_BUTTON_BACKUP 1019
#define IDC_BUTTON_RETRIEVE 1020
#define IDC_BUTTON_RESTORE 1020
#define IDC_LIST_CAMERAS 1021
#define IDC_RADIO_GPRS 1022
#define IDC_RADIO_OTHER 1023
#define IDC_EDIT_SERIAL 1024
#define IDC_BUTTON_REGISTER_NOW 1025
#define IDC_BUTTON_REGISTER_LATER 1026
#define IDC_EDIT1 1027
#define IDC_EDIT_USERNAME 1027
#define IDC_EDIT2 1028
#define IDC_EDIT_PASSWORD 1028
#define IDM_MAIN_COMMAND1 40001
#define IDM_HELP_ABOUT 40003
#define IDM_EXIT 40004
#define IDM_CONNECTION_SETTING 40005
#define IDM_CAMERA_CONFIG 40006
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40007
#define _APS_NEXT_CONTROL_VALUE 1029
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?