resource.h
来自「实现基本的图书馆管理系统」· C头文件 代码 · 共 93 行
H
93 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 图书馆管理系统.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_MY_DIALOG 102
#define IDR_MAINFRAME 128
#define IDD_LOGIN_DlALOG 130
#define IDR_MENU 131
#define IDD_ADDNEWACCOUNT_DIALOG 132
#define IDD_ALLUSER_DIALOG 133
#define IDD_MODIFYPWD_DIALOG 135
#define IDD_ADDNEWBOOK_DIALOG 136
#define IDD_BOOKQUERY_DIALOG 138
#define IDD_PROOF_DIALOG 140
#define IDD_PROOF_INFO_DIALOG 141
#define IDD_BOOKBORROW_DIALOG 143
#define IDD_BOOKGUASHI_DIALOG 146
#define IDD_BOOKBORROWQUERY_DIALOG 147
#define IDD_PROOFGUASHI_DIALOG 149
#define IDB_BITMAP1 152
#define IDD_WELCOME_DLG 153
#define IDB_BITMAP2 154
#define IDC_LOGIN 1000
#define IDC_USENAME_EDIT 1001
#define IDC_PWD_EDIT 1002
#define IDC_ADDNEW 1003
#define IDC_NEWUSER_EDIT 1004
#define IDC_NEWPWD_EDIT 1005
#define IDC_ADODC1 1006
#define IDC_DATAGRID1 1007
#define IDC_MODIFY 1008
#define IDC_USERNAME_EDIT 1009
#define IDC_OLDPWD_EDIT 1010
#define IDC_CONFIRMPWD_EDIT 1012
#define IDC_BOOKNAME_EDIT 1013
#define IDC_WRITER_EDIT 1014
#define IDC_BOOKID_EDIT 1015
#define IDC_PRICE_EDIT 1016
#define IDC_PRESS_EDIT 1017
#define IDC_NOW_AMOUNT_EDIT 1018
#define IDC_TOTAL_AMOUNT_EDIT 1019
#define IDC_BORROWID_EDIT 1022
#define IDC_STU_NAME_EDIT 1023
#define IDC_CLASS_EDIT 1024
#define IDC_ID_NUMBER_EDIT 1025
#define IDC_TEL_NUMBER_EDIT 1026
#define IDC_DATAGRID2 1027
#define IDC_PROOF_INFO_QUERY_BUTTON 1029
#define IDC_BOOKBORROW 1030
#define IDC_BUTTON1 1034
#define IDC_RETURN_BUTTON 1034
#define IDC_SHOW_PROOFINFO_BUTTON 1035
#define IDC_BOOKGUASHI 1036
#define IDC_SHOW_BOOKINFO_BUTTON 1037
#define IDC_QUERY 1040
#define IDC_PROOFGUASHI 1042
#define IDC_SHOWPROOF_BUTTON 1044
#define IDC_CONFIRM_EDIT 1046
#define IDC_DATAGRID3 1047
#define IDC_COMBO1 1049
#define IDC_SEXCOMBO 1049
#define IDC_COMBO_USERTYPE 1049
#define IDC_DATACOMBO1 1050
#define IDC_TIME_STATIC 1053
#define IDC_TIME 1054
#define IDC_USERNAME_STATIC 1065
#define IDC_BORROWTIME_STATIC 1066
#define IDC_EXIT 32772
#define IDC_ADDNEWACCOUNT 32773
#define IDC_MODIFY_PWD 32774
#define IDC_ADDNEWBOOK 32775
#define IDC_HANDLEPROOF 32776
#define IDC_BORROW_RETURN 32777
#define IDC_GUASHI 32778
#define IDC_BOOKQUERY 32779
#define IDC_BOOKBORROWQUERY 32780
#define IDC_PROOFQUERY 32781
#define IDC_PROOF_GUASHI 32782
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 159
#define _APS_NEXT_COMMAND_VALUE 32783
#define _APS_NEXT_CONTROL_VALUE 1067
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?