加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
resource.h 3.27 KB
一键复制 编辑 原始数据 按行查看 历史
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 生成的包含文件。
// 供 PE查看器.rc 使用
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_PE_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_EDIT_FILEROOT 1000
#define IDC_BTN_OPENFILE 1001
#define IDC_EDIT_ENTRY 1002
#define IDC_EDIT_SECTIONNUM 1003
#define IDC_EDIT_IMAEGBASE 1004
#define IDC_EDIT_FILEALIGN 1005
#define IDC_EDIT_VISION 1006
#define IDC_EDIT_MEMORYALIGN 1007
#define IDC_LIST1 1008
#define IDC_BTN_SEE 1009
#define IDC_BTN_EXIT 1010
#define IDC_RADIO_VirAddr 1015
#define IDC_RADIO_OppVIrAddr 1016
#define IDC_RADIO_FileOffset 1017
#define IDC_EDIT_VirAddr 1018
#define IDC_EDIT_OppVirAddr 1019
#define IDC_EDIT_FileOffset 1020
#define IDC_EDIT_Section 1021
#define IDC_BTN_CAl 1022
#define IDC_EDIT_SECNAME 1023
#define IDC_EDIT_SECSIZE 1024
#define IDC_BUTTON1 1025
#define IDC_BNTADD 1025
// 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 1026
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化