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

📄 resource.h

📁 实现文件加密解密与数字签名,主要采用RES,AES算法
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by PKI.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_PKI_DIALOG                  102
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       129
#define IDD_SIGN_DIALOG                 130
#define IDD_VERY_DIALOG                 131
#define IDB_BITMAP1                     133
#define IDD_Main_Dlg                    134
#define IDD_DES_DIALOG1                 135
#define IDD_AES_DIALOG1                 136
#define IDI_ICON1                       138
#define IDD_SET_DIALOG                  139
#define IDC_EDIT1                       1000
#define IDC_BUTTON1                     1001
#define IDC_LETTER_VERI_BUTTON          1001
#define IDC_EDIT2                       1002
#define IDC_BUTTON2                     1003
#define IDC_PUB_KEY_VERI_BUTTON         1003
#define IDC_EDIT3                       1004
#define IDC_BUTTON3                     1005
#define IDC_SIGN_FILE_VERI_BUTTON       1005
#define IDC_EDIT4                       1006
#define IDC_BUTTON4                     1007
#define IDC_FILE_VERI_BUTTON            1007
#define IDC_SIGN_BUTTON                 1008
#define IDC_STATE_SIGN_STATIC           1010
#define IDC_STATE_VERY_STATIC           1011
#define IDC_PUBKEY_SIGN_BUTTON          1012
#define IDC_SIGNED_FILE_BUTTON          1013
#define IDC_LETTER_SIGN_BUTTON          1014
#define IDC_FILE_SIGN_BUTTON            1015
#define IDC_VERI_BUTTON                 1016
#define IDC_BUTTON5                     1017
#define IDC_BUTTON6                     1018
#define IDC_EDIT5                       1019
#define IDC_EDIT6                       1020
#define IDC_EDIT7                       1021
#define IDC_EDIT8                       1022
#define IDC_BUTTON7                     1023
#define IDC_BUTTON8                     1024
#define IDC_BUTTON9                     1025
#define IDC_YUANWEN_FILE_BUTTON         1026
#define IDC_FILE_SIGN_EDIT              1027
#define IDC_PKEY_SIGN_EDIT              1028
#define IDC_SIGNED_SIGN_EDIT3           1029
#define IDC_LETTER_SIGN_EDIT            1030
#define IDC_LETTER_VERI_EDIT            1031
#define IDC_FILE_VERI_EDIT              1032
#define IDC_PKEY_VERI_EDIT              1033
#define IDC_SIGNED_VERI_EDIT            1034
#define IDC_LETTER_BUTTON               1035
#define IDC_LET_BUTTON                  1036
#define IDC_ALG_ID_RADIO1               1037
#define IDC_ALG_ID_RADIO2               1038
#define IDC_SET_SIGN_BUTTON             1039
#define IDC_SET_VERI_BUTTON             1040
#define IDC_HSAH_RADIO                  1041
#define IDC_RADIO2                      1042
#define IDC_RADIO3                      1043
#define IDC_RADIO4                      1044
#define IDC_RADIO5                      1045
#define IDC_PROV_RADIO                  1048
#define IDC_RADIO6                      1049
#define IDC_RADIO7                      1050
#define IDC_RADIO8                      1051
#define IDC_RADIO9                      1052
#define IDC_RADIO10                     1053
#define IDC_RADIO11                     1054
#define IDC_RADIO12                     1055
#define IDC_DEFAULT_BUTTON1             1056
#define IDC_SIGN_MENU                   32771
#define IDC_VER_MENU                    32772
#define IDC_CANCEL_MENU                 32773
#define IDC_ABOUT_MENU                  32774
#define ID_CHOOSE_MENU                  32775
#define ID_EXIT                         32776

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        140
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1057
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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