resource.h

来自「RSA加密与解密算法的 C++实现」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by LockAndUnLock.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_LOCKANDUNLOCK_FORM          101
#define IDD_WELCOME_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDR_LOCKANTYPE                  129
#define IDB_BITMAP1                     131
#define IDD_INPUT                       132
#define ID_LOCKSAVE_MENU                1004
#define ID_UNLOCKSAVE_MENU              1009
#define IDC_EDIT1                       1010
#define IDC_EDIT2                       1011
#define IDC_BUTTON1                     1013
#define IDC_INFILE_EDIT                 1014
#define IDC_OUTFILE_EDIT                1015
#define IDC_INPUTM                      1016
#define IDC_INPUTE                      1017
#define ID_LOCKFILE_MENU                32771
#define ID_LOCKRAS_MENU                 32772
#define ID_LOCKDES_MENU                 32773
#define ID_LOCKHD_MENU                  32774
#define ID_UNLOCKFILE_MENU              32775
#define ID_UNLOCKRAS_MENU               32776
#define ID_UNLOCKDES_MENU               32777
#define ID_UNLOCKHD_MENU                32778

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1017
#define _APS_NEXT_SYMED_VALUE           103
#endif
#endif

⌨️ 快捷键说明

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