resource.h

来自「这是我做的一个电子图书管理系统的软件程序。希望对大家有帮助!」· C头文件 代码 · 共 59 行

H
59
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BOOKS.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_BOOKS_FORM                  101
#define IDP_FAILED_OPEN_DATABASE        103
#define IDR_MAINFRAME                   128
#define IDR_BOOKSTYPE                   129
#define IDD_ADDBOOK                     130
#define IDD_EDITBOOK                    131
#define IDD_DELETE                      133
#define IDD_SORTMAG                     134
#define IDD_QUERY                       135
#define IDC_ADD                         1000
#define IDC_ADD_NAME                    1001
#define IDC_ADD_AUTHOR                  1002
#define IDC_EDIT1                       1002
#define IDC_ADD_PUBLISHER               1003
#define IDC_EDIT2                       1003
#define IDC_QUERY_NAME                  1003
#define IDC_SORTPATH                    1003
#define IDC_EDIT3                       1004
#define IDC_QUERY_PUBLISHER             1004
#define IDC_EDIT4                       1005
#define IDC_EDITBOOK                    1006
#define IDC_EDIT_NAME                   1007
#define IDC_EDIT_AUTHOR                 1008
#define IDC_EDIT_PUBLISHER              1009
#define IDC_DELETEBOOK                  1010
#define IDC_BOOKLIST                    1011
#define IDC_TOPICLIST                   1012
#define IDC_TOPIC_MANAGE                1013
#define IDC_BUTTON1                     1015
#define IDC_TOPICLISTDLG                1016
#define IDC_QUERY                       1017
#define IDC_QUERY_ID                    1018
#define IDC_QUERY_AUTHOR                1019
#define IDC_COMBO_SORT                  1020
#define IDC_SORTNAME                    1022
#define IDC_EXPAND_LINE                 1024
#define IDC_ADDSORT                     1025
#define IDC_BROWSE                      1026
#define IDC_MODIFYSORT                  1027
#define IDC_DELETE                      1028
#define IDC_CHECK                       1029

// 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         32771
#define _APS_NEXT_CONTROL_VALUE         1023
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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