resource.h

来自「用VC开发的背单词小软件」· C头文件 代码 · 共 52 行

H
52
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WinBDC.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_WINBDC_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDI_HAMBURGER                   135
#define IDD_REVIEW                      136
#define IDD_LOGIN                       137
#define IDD_CREATEUSER                  138
#define IDD_USERMANGE                   139
#define IDC_STATIC1                     1001
#define IDC_STATIC2                     1002
#define IDC_STATIC3                     1003
#define IDC_RICHEDIT1                   1005
#define IDC_EDIT1                       1006
#define IDC_SPELLOK                     1007
#define IDC_EDIT2                       1007
#define IDC_EDIT3                       1008
#define IDC_LIST1                       1009
#define IDC_EDIT4                       1010
#define IDC_SPELLRESULT                 1011
#define IDC_USERNAME                    1012
#define IDC_PASSWORD                    1013
#define IDC_NEWUSER                     1016
#define IDC_MODIFYOK                    1017
#define IDC_ADDWORD                     1018
#define IDC_EDITWORD                    1019
#define IDC_RADIO1                      1019
#define IDC_DELWORD                     1020
#define IDC_RADIO2                      1020
#define ID_HELP_ABOUT                   32771
#define ID_FILE_EXIT                    32772
#define ID_EDIT_REVIEW                  32773
#define ID_EDIT_BEGIN                   32774
#define ID_EDIT_MANAGEDB                32775
#define ID_EDIT_MANAGEUSER              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         32777
#define _APS_NEXT_CONTROL_VALUE         1021
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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