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

📄 resource.h

📁 一些加密算法的介绍,可对文件或字符串加密
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FileCrypt.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FILECRYPT_DIALOG            102
#define IDS_COMBOMETHODS                102
#define IDS_COMBOKEYSIZE                103
#define IDS_COMBOBLOCKSIZE              104
#define IDS_EDITBLOCKSIZE               105
#define IDS_EDITKEYDATA                 106
#define IDS_COMBOOPMODE                 108
#define IDS_COMBOPADDING                109
#define IDS_EDITEXTROUNDS               110
#define IDS_EDITINTROUNDS               111
#define IDS_BTNACTION                   112
#define IDS_EDTSTR                      113
#define IDS_EDTHEX                      114
#define IDS_EDTDIR1                     115
#define IDS_BTNDIR1                     116
#define IDS_EDTEXT1                     117
#define IDS_EDTFILE1                    118
#define IDS_BTNFILE1                    119
#define IDS_EDTDIR3                     120
#define IDS_BTNDIR3                     121
#define IDS_EDTEXT3                     122
#define IDS_EDTFILE3                    123
#define IDS_BTNFILE3                    124
#define IDR_MAINFRAME                   128
#define IDB_PROSPERPRO                  129
#define IDB_CORBITA                     130
#define IDB_ARROWRIGHT                  131
#define IDB_ARROWLEFT                   132
#define IDB_ARROWUP                     134
#define IDB_ARROWDOWN                   135
#define IDR_MENU                        136
#define IDC_STATIC1                     1000
#define IDC_STATIC2                     1001
#define IDC_STATIC3                     1002
#define IDC_EDTEXT1                     1003
#define IDC_BTNFILE1                    1004
#define IDC_EDTFILE1                    1005
#define IDC_LBLEXT1                     1006
#define IDC_LBLFILE1                    1007
#define IDC_RADENCRYPT                  1008
#define IDC_RADDECRYPT                  1009
#define IDC_BTNACTION                   1010
#define IDC_EDTEXT3                     1011
#define IDC_BTNFILE3                    1012
#define IDC_EDTFILE3                    1013
#define IDC_LBLEXT3                     1014
#define IDC_LBLFILE3                    1015
#define IDC_STATIC4                     1016
#define IDC_SPINEXTROUNDS               1017
#define IDC_LBLDIR1                     1018
#define IDC_EDTDIR1                     1019
#define IDC_LBLDIR3                     1020
#define IDC_EDTDIR3                     1021
#define IDC_STATICBMP2                  1022
#define IDC_EDITEXTROUNDS               1023
#define IDC_COMBOMETHODS                1024
#define IDC_LBLMETHODS                  1025
#define IDC_COMBOKEYSIZE                1026
#define IDC_LBLKEYSIZE                  1027
#define IDC_EDITINTROUNDS               1028
#define IDC_SPININTROUNDS               1029
#define IDC_COMBOBLOCKSIZE              1030
#define IDC_LBLBLOCKSIZE                1031
#define IDC_EDITBLOCKSIZE               1032
#define IDC_SPINBLOCKSIZE               1033
#define IDC_EDITKEYDATA                 1034
#define IDC_LBLKEYDATA                  1035
#define IDC_COMBOOPMODE                 1036
#define IDC_LBLOPMODE                   1037
#define IDC_COMBOPADDING                1038
#define IDC_LBLPADDING                  1039
#define IDC_LBLEXTROUNDS                1040
#define IDC_LBLINTROUNDS                1041
#define IDC_STATIC5                     1042
#define IDC_STATIC6                     1043
#define IDC_STATIC7                     1044
#define IDC_RADSTRING                   1045
#define IDC_RADFILE                     1046
#define IDC_EDTSTR                      1047
#define IDC_EDTENCHEX                   1048
#define IDC_BTNDIR1                     1049
#define IDC_BTNDIR3                     1050
#define IDC_STATICBMP1                  1051
#define IDC_BORDER                      1052
#define IDC_EDTENC                      1053
#define IDC_LBLHEXENC                   1054
#define IDC_EDITKEYDATAHEX              1055
#define IDC_LBLKEYDATAHEX               1056
#define IDC_EDTSTRHEX                   1058
#define IDC_LBLHEXPLAIN                 1059
#define IDC_RADKEY                      1060
#define IDC_RADKEYHEX                   1061
#define IDC_RADPLAIN                    1062
#define IDC_RADPLAINHEX                 1063
#define IDM_EXIT                        32771
#define IDM_HELP                        32772
#define IDS_EDTENC                      32773
#define IDS_EDTSTRHEX                   32774
#define IDS_EDITKEYDATAHEX              32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1053
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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