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

📄 resource.h

📁 < Visual C+++SQL Server数据库开发与实例>>一书中的实例核心源程序提供了几个案例的编程源代码。
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CRDBS.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_HRDBS_DIALOG                102
#define IDD_CRDBS_DIALOG                102
#define IDR_MAINFRAME                   128
#define IDD_DIALOG_QUERY_DETAIL         129
#define IDD_DIALOG_QUERY_STAT           130
#define IDD_DIALOG_LOGIN                131
#define IDI_ICON1                       135
#define IDC_EDIT_CONFIG_AREA            1000
#define IDC_EDIT_CONFIG_APPROACH        1001
#define IDC_EDIT_CONFIG_PROFESSION      1002
#define IDC_EDIT_CONFIG_VOCATION        1003
#define IDC_EDIT_NAME                   1004
#define IDC_LIST_AREA                   1005
#define IDC_BTN_AREA_ADD                1006
#define IDC_BTN_AREA_MOD                1007
#define IDC_BTN_AREA_DEL                1008
#define IDC_LIST_APPRAOCH               1009
#define IDC_BTN_APPROACH_ADD            1010
#define IDC_BTN_APPROACH_MOD            1011
#define IDC_BTN_APPROACH_DEL            1012
#define IDC_LIST_PROFESSION             1013
#define IDC_BTN_PROFESSION_ADD          1014
#define IDC_BTN_PROFESSION_MOD          1015
#define IDC_BTN_PROFESSION_DEL          1016
#define IDC_LIST_VOCATION               1017
#define IDC_BTN_VOCATION_ADD            1018
#define IDC_BTN_VOCATION_MOD            1019
#define IDC_BTN_VOCATION_DEL            1020
#define IDC_EDIT_COMPANY                1023
#define IDC_EDIT_PHONE                  1025
#define IDC_EDIT_INTEREST               1026
#define IDC_EDIT_MEMO                   1027
#define IDC_EDIT_EMAIL                  1029
#define IDC_EDIT_MOBILE                 1030
#define IDC_LIST_HR                     1031
#define IDC_BTN_HR_ADD                  1032
#define IDC_BTN_HR_MOD                  1033
#define IDC_BTN_HR_DEL                  1034
#define IDC_BTN_HR_QUERY                1035
#define IDC_BTN_DETAIL_QUERY            1036
#define IDC_BTN_STAT_QUERY              1037
#define IDC_COMBO_PROFESSION            1038
#define IDC_COMBO_AREA                  1039
#define IDC_COMBO_VOCATION              1040
#define IDC_COMBO_APPROACH              1041
#define ID_SYS_EXIT                     1043
#define IDC_USERNAME                    1045
#define IDC_PASSWORD                    1046
#define IDC_DSN                         1047
#define IDC_CUSTOM1                     1048

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

⌨️ 快捷键说明

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