resource.h

来自「ECC加密源码」· C头文件 代码 · 共 50 行

H
50
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ECDSA.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_ECDSATYPE                   129
#define IDD_DIALOG_ECC                  130
#define IDD_DIALOG_MINGWEN              131
#define IDD_DIALOG_TEST                 132
#define IDD_DIALOG_BIGNUM               133
#define IDD_DIALOG_MODE                 134
#define IDD_DIALOG_WEISHU               135
#define IDC_EDIT_Prime                  1000
#define IDC_EDIT_MINGWEN                1003
#define IDC_RADIO1                      1004
#define IDC_RADIO2                      1005
#define IDC_RADIO3                      1006
#define IDC_RADIO4                      1007
#define IDC_RADIO5                      1008
#define IDC_RADIO6                      1009
#define IDC_RADIO7                      1010
#define IDC_EDIT1                       1011
#define IDC_EDIT2                       1012
#define IDC_EDIT3                       1015
#define ID_MENU_ECC                     32771
#define ID_MENU_BASEPOINT               32772
#define ID_MENU_KEY                     32773
#define ID_MENU_SIGNATURE               32774
#define ID_MENU_AUTHENTIC               32775
#define ID_ECC                          32776
#define ID_BASE                         32777
#define ID_KEY                          32778
#define ID_SIGN                         32779
#define AUTHENTIC                       32780
#define ID_MENUITEM32781                32781
#define ID_MENU_TEST                    32782

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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