resource.h

来自「这是我自己做的C学生管理系统」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by window.rc
//
#define IDR_MENU                        101
#define IDD_DIALOG_ADD                  102
#define IDD_DIALOG_DEL                  103
#define IDD_DIALOG_EDIT                 104
#define IDD_DIALOG_QUERY                105
#define IDD_DIALOG_NEW                  106
#define IDD_DIALOG_OPEN                 107
#define IDD_DIALOG_FIND                 110
#define IDR_ACCELERATOR1                111
#define IDI_ICON1                       113
#define IDD_DIALOG_ABOUT                114
#define IDC_EDIT1                       1000
#define IDC_EDIT3                       1007
#define IDC_EDIT2                       1008
#define IDC_EDIT4                       1009
#define IDC_EDIT5                       1010
#define IDC_EDIT6                       1011
#define IDC_Del_Id                      1013
#define IDC_Name                        1014
#define IDC_Sex                         1015
#define IDC_Cpp                         1016
#define IDC_Phone                       1016
#define IDC_C                           1017
#define IDC_Zip                         1017
#define IDC_Class                       1018
#define IDC_Address                     1018
#define IDC_QUERY                       1019
#define ID_NEW                          40001
#define ID_OPEN                         40002
#define ID_EXIT                         40003
#define ID_ADD                          40004
#define ID_DEL                          40005
#define ID_EDIT                         40006
#define ID_QUERY                        40007
#define ID_FIND                         40007
#define ID_ABOUT                        40012
#define help                            65535

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        115
#define _APS_NEXT_COMMAND_VALUE         40013
#define _APS_NEXT_CONTROL_VALUE         1026
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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