resource.h

来自「设计并实现一个精简的图书管理系统, 要求具有图书入库、查询、借书、还书、 借书证」· C头文件 代码 · 共 51 行

H
51
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by library.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_LIBRARTYPE                  129
#define IDD_BOOK_BORROW                 130
#define IDD_BOOK_RETURN                 131
#define IDD_QUERY_USE                   132
#define IDD_CARD_APPLY                  133
#define IDD_BOOK_APPLY                  134
#define IDD_BOOK_APPLYY                 135
#define IDD_ADMIN_LOAD                  136
#define IDC_CARD_NUM                    1000
#define IDC_BOOK_NUM                    1001
#define IDC_LIST_RESULT                 1004
#define IDC_KEY_WORD                    1005
#define IDC_NAME                        1007
#define IDC_UNIT                        1008
#define IDC_CAT                         1009
#define IDC_CATEGORY                    1012
#define IDC_PRESS                       1014
#define IDC_YEAR                        1015
#define IDC_AUTHOR                      1016
#define IDC_PRICE                       1017
#define IDC_TOTAL                       1018
#define IDC_FILE_NAME                   1019
#define IDC_USER                        1020
#define IDC_PASWORD                     1021
#define ID_ADMIN_LOAD                   32771
#define ID_INLAB_SINGLE                 32772
#define ID_INLAB_MANY                   32773
#define ID_BORROW_BOOK                  32774
#define ID_RETURN_BOOK                  32775
#define ID_BOOKFIND                     32776
#define ID_CARDFIND                     32777
#define ID_ADDCARD                      32778

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1022
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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