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

📄 resource.h

📁 酒店管理系统 包括入库 订房退房等功能 管理员的权限
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by HotelManageSys.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_HOTELMANAGESYS_DIALOG       102
#define IDR_MAINFRAME                   128
#define IDR_MENU_MAIN                   129
#define IDR_MENU_HOTEL_MANAGE           129
#define IDD_USER_DLG                    130
#define IDD_STANDARD_DLG                131
#define IDD_ROOM_DLG                    132
#define IDD_ORDER_DLG                   133
#define IDD_CHECK_DLG                   134
#define IDI_Key                         139
#define IDD_REGISTER_DIALOG             142
#define IDB_BITMAP1                     144
#define IDC_EDIT_USER_NAME              1000
#define IDC_EDIT_USER_PWD               1001
#define IDC_LOGIN_BTN                   1002
#define IDC_DATAGRID_STANDARD           1004
#define IDC_CHECK_AIRCONDITION          1005
#define IDC_CHECK_TELEPHONE             1006
#define IDC_CHECK_INTERNET              1007
#define IDC_CHECK_TELEVISION            1008
#define IDC_CHECK_WASHROOM              1009
#define IDC_EDIT_STAN_ID                1010
#define IDC_EDIT_STAN_AREA              1012
#define IDC_EDIT_STAN_PEOPLE            1013
#define IDC_EDIT_STAN_PRICE             1014
#define IDC_COMBO_STAN_TYPE             1015
#define ID_ADD_STAN_BTN                 1016
#define IDC_MODIFY_STAN_BTN             1017
#define IDC__DEL_STAN_BTN               1018
#define IDC_DATAGRID_ROOM               1020
#define IDC_EDIT_ROOM_ID                1021
#define IDC_EDIT_ROOM_PRICE             1022
#define IDC_COMBBO_ROOM_STATUS          1024
#define IDC_COMBO_ROOM_TYPE             1025
#define IDC__ADD_ROOM_BTN               1026
#define IDC_MODIFY_ROOM_BTN             1027
#define IDC_DELETE_ROOM_BTN             1028
#define IDC_DATAGRID_ORDER              1032
#define IDC_EDIT_ORDER_ID               1033
#define IDC_EDIT_ORDER_NAME             1034
#define IDC_EDIT_ORDER_PEOPLE           1035
#define IDC_COMBO_DINNER                1036
#define IDC_COMBO_ORDER_TYPE            1037
#define IDC_EDIT_ORDER_NUM              1038
#define IDC_DATETIMEPICKER_DAY          1039
#define IDC_DATETIMEPICKER_TIME         1040
#define IDC_EDIT_ORDER_YAJIN            1041
#define IDC_ORDER_BTN                   1042
#define IDC_DEL_ORDER_BTN               1044
#define IDC_DATETIMEPICKER_CHECKDAY     1046
#define IDC_EDIT_CHECK_ID               1048
#define IDC_EDIT_CHECK_NAME             1049
#define IDC_EDIT_CHECK_PEOPLE           1050
#define IDC_COMBO_CHECK_DINNER          1051
#define IDC_COMBO_CHECK_TYPE            1052
#define IDC_EDIT_CHECK_NUM              1053
#define IDC_DATETIMEPICKER_CHECKTIME    1054
#define IDC_CHECK_BTN                   1055
#define IDC_EDIT_CHECK_YAJIN            1056
#define IDC_EDIT_CHECK_MONEY            1057
#define IDC_DEL_CHECK_BTN               1059
#define IDC_EXECUTE_CHECK               1060
#define IDC_CAL_BTN                     1061
#define IDC_EDIT_CHECK_DINNER           1062
#define IDC_EDITUser                    1063
#define IDC_EDITPassword                1064
#define IDC_EDITPasswordC               1065
#define IDC_CHECKAdd                    1066
#define IDC_CHECKEdit                   1067
#define IDC_CHECKDel                    1068
#define IDC_CHECKLookFor                1069
#define ID_SYS_MENU                     32771
#define ID_STANDARD_MENU                32772
#define ID_ROOM_MENU                    32773
#define ID_ORDER_MENU                   32774
#define ID_CHECK_MENU                   32775
#define IDC_Register                    32776
#define IDC_Login                       32777
#define IDC_Exit                        32778
#define ID_HELP_MENU                    32779
#define ID_ABOUT_MENU                   32780

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        145
#define _APS_NEXT_COMMAND_VALUE         32781
#define _APS_NEXT_CONTROL_VALUE         1070
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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