resource.h

来自「加密技术VC++」· C头文件 代码 · 共 36 行

H
36
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FileCrypt32.rc
//
#define IDB_MENU_BMP                    129
#define IDD_CANCEL_DLG                  130
#define IDD_ABOUT                       131
#define IDR_AVI                         132
#define IDD_PASSPHRASE                  132
#define IDC_PROGRESS                    1000
#define IDC_ITEM_PROGRESS               1001
#define IDC_AVI                         1002
#define IDC_CANCEL_TEXT                 1003
#define IDC_ANI_ICON                    1004
#define IDC_PATH_TEXT                   1005
#define URL_ANIMALS                     1006
#define IDC_HYPERLINK_ANIMALS           1006
#define URL_CRYPTLIB                    1007
#define IDC_HYPERLINK_CRYPTLIB          1007
#define URL_CODEPROJECT                 1008
#define IDC_HYPERLINK_CODEPROJECT       1008
#define URL_ME                          1009
#define IDC_HYPERLINK_ME                1009
#define EDT_PASSPHRASE                  1011

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1012
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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