resource.h
来自「此为本书的配套光盘.本书不但由浅入深地讲解了软件保护技术」· C头文件 代码 · 共 84 行
H
84 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by PEViewer.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_PEVIEWER_DIALOG 102
#define IDR_MAINFRAME 128
#define IDD_IMG_FILE_HDR 131
#define IDD_IMG_OPT_HDR 132
#define IDD_IMG_SECTION 134
#define IDC_EDT_FILENAME 1000
#define IDC_BTN_OPEN 1001
#define IDC_MACINE 1001
#define IDC_NUMOFSEC 1002
#define IDC_BTN_FILEHDR 1002
#define IDC_TIMESTAMP 1003
#define IDC_BTN_OPTHDR 1003
#define IDC_PTSYMTABLE 1004
#define IDC_BTN_SECTION 1004
#define IDC_NUMOFSYM 1005
#define IDC_SIZEOPTHDR 1006
#define IDC_IMG_CHAR 1007
#define IDC_MAGIC 1008
#define IDC_MAJOR_LNK_VER 1009
#define IDC_MINOR_LNK_VER 1010
#define IDC_SIZEOFCODE 1011
#define IDC_SIZEOFINITDATA 1012
#define IDC_SIZEOFUNINITDATA 1013
#define IDC_ADDROFENPT 1014
#define IDC_BASEOFCODE 1015
#define IDC_BASEOFDATA 1016
#define IDC_IMAGEBASE 1017
#define IDC_SECALIGN 1018
#define IDC_FILEALGN 1019
#define IDC_MAJOR_OSVER 1020
#define IDC_MINOR_OSVER 1021
#define IDC_MAJOR_IMGVER 1022
#define IDC_MINOR_IMGVER 1023
#define IDC_MAJOR_SUBSYSVER 1024
#define IDC_MINOR_SUBSYSVER 1025
#define IDC_WIN32VERVAL 1026
#define IDC_SIZEOFIMAGE 1027
#define IDC_SIZEOFHEADERS 1028
#define IDC_CHECKSUM 1029
#define IDC_SUBSYSTEM 1030
#define IDC_DLL_CHAR 1031
#define IDC_SIZEOFSTK 1032
#define IDC_SIZEOFSTACKCMT 1033
#define IDC_SIZEOFHEAP 1034
#define IDC_SIZEOFHEAPCMT 1035
#define IDC_LOADERFLAGS 1036
#define IDC_NUMOFRVAANDSIZES 1037
#define IDC_DATA_DIR 1038
#define IDC_DATADIR_VIRADDR 1039
#define IDC_DATADIR_SUBSIZE 1040
#define IDC_SEC_NAME 1041
#define IDC_PHYADDR_VIRSIZE 1042
#define IDC_SEC_VIRADDR 1044
#define IDC_SEC_SIZEOFRAWDATA 1045
#define IDC_SEC_PRAWDATA 1046
#define IDC_SEC_PRELOC 1047
#define IDC_SEC_PLINENUM 1048
#define IDC_SEC_NUM_RELOC 1049
#define IDC_SEC_NUM_LINENUM 1050
#define IDC_SEC_CHARACTER 1051
#define IDC_SEC_NEXT 1054
#define IDC_SEC_PREV 1055
#define IDC_SEC_UPDATE 1056
#define IDC_STC_CUR_SEC 1057
#define IDC_STC_TOTAL_SECS 1058
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1005
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?