⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 < Visual C+++SQL Server数据库开发与实例>>一书中的实例核心源程序提供了几个案例的编程源代码。
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by LibDBS.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_LIBDBS_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDD_LIBRARY_DIALOG              129
#define IDD_DIALOG_NEW_BOOKS            130
#define IDD_DIALOG_BORROW               131
#define IDD_DIALOG_CHECK_BOOKS          132
#define IDD_DIALOG_CHECK_BORROW         133
#define IDD_DIALOG_BOOK_LOST            134
#define IDD_DIALOG_PROOF_INFO           135
#define IDD_DIALOG_BOOK_INFO            136
#define IDD_DIALOG_NEW_PROOF            137
#define IDD_DIALOG_CHECKPROOF           138
#define IDD_DIALOG_PROOF_LOST           139
#define IDD_DIALOG_CHANGE_PASSWORD      140
#define IDD_DIALOG_ADDUser              141
#define IDC_BUTTON_NEW_BOOK             1000
#define IDC_BUTTON_BORROW               1001
#define IDC_BUTTON_BOOK_LOST            1002
#define IDC_BUTTON_CHECK_BOOKS          1003
#define IDC_BUTTON_CHECK_BORROW         1004
#define IDC_BUTTON_MAKE_PROOF           1005
#define IDC_BUTTON_CHECK_PROOF          1006
#define IDC_BUTTON_PROOF_LOST           1007
#define IDC_BUTTON_PASSWD               1008
#define IDC_BUTTON_ADD_PASSWD           1008
#define IDC_BUTTON_ADD_USER             1008
#define IDC_BUTTON_LOGOUT               1009
#define IDC_BUTTON_MOD_PASSWD           1009
#define IDC_EDIT_USER                   1011
#define IDC_EDIT_PASSWD                 1012
#define IDC_EDIT_BOOK_NO                1013
#define IDC_EDIT_BOOK_NAME              1014
#define IDC_EDIT_WRITER                 1015
#define IDC_EDIT_PRICE                  1016
#define IDC_EDIT_PRESS                  1017
#define IDC_EDIT_TOTAL                  1018
#define IDC_EDIT_NOW                    1019
#define IDC_BUTTON_IN                   1020
#define IDC_BUTTON_CHECK_ALL            1022
#define IDC_BUTTON_BACK                 1023
#define IDC_LIST_RESULT                 1026
#define IDC_EDIT_PROOF                  1030
#define IDC_EDIT_BOOK                   1031
#define IDC_BUTTON_OK                   1032
#define IDC_BUTTON_RETURN               1033
#define IDC_BUTTON_RESET                1034
#define IDC_LIST_SHOW                   1035
#define IDC_BUTTON_CHECK                1037
#define IDC_BUTTON_REQUERY              1042
#define IDC_EDIT_PROOF_NO               1047
#define IDC_EDIT_PUNI_MONEY             1049
#define IDC_BUTTON_LOST                 1050
#define IDC_BUTTON_BOOK_INFO            1051
#define IDC_BUTTON_PROOF_INFO           1052
#define IDC_BUTTON_EXIT                 1053
#define IDC_EDIT_AMOUNT                 1054
#define IDC_STATIC_ADDRESS              1055
#define IDC_STATIC_PHONE                1056
#define IDC_STATIC_ID_NUMBER            1057
#define IDC_STATIC_BIRTH_DATE           1058
#define IDC_STATIC_SEX                  1059
#define IDC_STATIC_NAME                 1060
#define IDC_STATIC_PROOF_NO             1061
#define IDC_STATIC_BOOKNO               1063
#define IDC_STATIC_WRITER               1064
#define IDC_STATIC_PRESS                1065
#define IDC_EDIT_NAME                   1067
#define IDC_RADIO_MALE                  1068
#define IDC_RADIO_FEMALE                1069
#define IDC_COMBO_YEAR                  1071
#define IDC_COMBO_MONTH                 1072
#define IDC_COMBO_DAY                   1073
#define IDC_EDIT_ID                     1074
#define IDC_EDIT_ADDRESS                1075
#define IDC_EDIT_TEL                    1076
#define IDC_BUTTON_SHOW_ALL             1080
#define IDC_BUTTON_SHOW                 1086
#define IDC_EDIT_USERNAME               1087
#define IDC_EDIT_OLD_PASSWORD           1088
#define IDC_EDIT_NEW1_PASSWORD          1089
#define IDC_EDIT_Password               1089
#define IDC_EDIT_NEW2_PASSWORD          1090

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        142
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1091
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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