resource.h
来自「一个可以查杀Redlof病毒的小工具,界面玩具地很,但实现具一定参考价值」· C头文件 代码 · 共 39 行
H
39 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RedLofKiller.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_REDLOFKILLER_DIALOG 102
#define IDS_MSG_NO_FOLDER_SET 102
#define IDS_MSG_INFECTED 103
#define IDS_MSG_FILE_OPEN_FAILED 104
#define IDS_MSG_FILEMAP_MAKE_FAILED 105
#define IDS_MSG_FILEMAPPING_FAILED 106
#define IDS_MSG_KILL_FAILED 107
#define IDS_MSG_SCAN_FINISHED 108
#define IDR_MAINFRAME 128
#define IDD_CONFIRM 129
#define IDC_SELECT_FOLDER 1000
#define IDC_SCAN_PROGRESS 1001
#define IDC_SCAN_START 1002
#define IDC_SCAN_STOP 1003
#define IDC_LIST_INFECTED 1004
#define IDC_DEL 1006
#define IDC_CLEAR 1007
#define IDC_IGNORE 1008
#define IDC_INFECT_MSG 1009
#define IDC_CHK_USE_TO_ALL 1010
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1011
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?