resource.h
来自「利用VC来实现一个简单的DES加密程序」· C头文件 代码 · 共 28 行
H
28 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DESEXAMPLE.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_DESEXAMPLE_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_BUTTON_EN 1052
#define IDC_BUTTON_DE 1053
#define IDC_EDIT_DE 1055
#define IDC_BUTTON_EOPEN 1056
#define IDC_EDIT_EN 1057
#define IDC_EDIT_PASSWORD 1058
#define IDC_BUTTON_ENABLE 1059
// 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 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?