⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 用C语言编程实现DES(数据加密标准)的完整功能
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DESLANCE.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_DESLANCE_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDC_PLAIN                       1000
#define IDC_KEY                         1001
#define IDC_CIPHER                      1002
#define IDC_DCIPHER                     1003
#define IDC_T0                          1010
#define IDC_T1                          1011
#define IDC_T2                          1013
#define IDC_T3                          1015
#define IDC_T4                          1017
#define IDC_T5                          1019
#define IDC_T6                          1020
#define IDC_T7                          1021
#define IDC_T8                          1022
#define IDC_T9                          1023
#define IDC_T10                         1024
#define IDC_T11                         1025
#define IDC_T12                         1026
#define IDC_T13                         1027
#define IDC_F0                          1028
#define IDC_F1                          1029
#define IDC_F2                          1030
#define IDC_F3                          1031
#define IDC_COMBO1                      1033
#define IDC_F4                          1034
#define IDC_F5                          1035
#define IDC_F6                          1036
#define IDC_F7                          1037
#define IDC_F8                          1038
#define IDC_F9                          1039
#define IDC_F10                         1040
#define IDC_F12                         1041
#define IDC_F13                         1042
#define IDC_F11                         1043

// 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         1034
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -