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

📄 resource.h

📁 内容包括从VC++的基本范例到项目开发的许多典型的例子。是VC++初学者不可多得的好资料
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ExMIS.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDR_STATUSBAR                   101
#define IDD_EXMIS_DIALOG                102
#define IDR_TOOLBAR                     102
#define IDS_STRING102                   102
#define IDS_STRING103                   103
#define IDS_STRING104                   104
#define IDS_STRING105                   105
#define IDS_STRING106                   106
#define IDS_STRING107                   107
#define IDS_STRING108                   108
#define IDS_STRING109                   109
#define IDD_LOGINDLG_DIALOG             110
#define IDS_STRING110                   110
#define IDD_DATADLG_DIALOG              111
#define IDS_STRING111                   111
#define IDS_STRING112                   112
#define IDS_STATUS_DATA                 113
#define IDS_STATUS_SPACE                114
#define IDD_COLLEGEDLG_DIALOG           115
#define IDD_USERDLG_DIALOG              116
#define IDD_COURSEDLG_DIALOG            117
#define IDD_SCOREDLG_DIALOG             118
#define IDD_REPORTDLG_DIALOG            119
#define IDR_MAINFRAME                   128
#define IDR_TOOLBAR_DATA                128
#define IDR_MENU_DATA                   128
#define IDB_BITMAP_TREE                 132
#define IDR_MENU                        133
#define IDB_BITMAP_BG                   134
#define IDB_BITMAP_LOGIN                155
#define IDI_ICON1                       172
#define IDI_ICON2                       173
#define IDI_ICON3                       174
#define IDI_ICON4                       175
#define IDI_ICON5                       176
#define IDI_ICON6                       177
#define IDI_ICON7                       178
#define IDI_ICON8                       179
#define IDI_ICON9                       180
#define IDI_ICON10                      181
#define IDI_ICON11                      182
#define IDC_EDIT_USERNAME               1001
#define IDC_EDIT_PASSWORD               1002
#define IDC_BTN_LOGIN                   1007
#define IDC_BTN_CANCEL                  1008
#define IDC_COMBO_TYPE                  1011
#define IDC_TREE                        1012
#define IDC_LIST                        1014
#define IDC_EDIT_ID                     1016
#define IDC_EDIT_NAME                   1017
#define IDC_EDIT_POWER                  1018
#define IDC_DATE_BIRTHDAY               1019
#define IDC_COMBO_SEX                   1020
#define IDC_EDIT_NATIVEPLACE            1021
#define IDC_EDIT_CLASS                  1023
#define IDC_COMBO_COLLEGE               1024
#define IDC_EDIT_MEMO                   1033
#define IDC_BUTTON_ADD                  1034
#define IDC_BUTTON_EDIT                 1035
#define IDC_BUTTON_DEL                  1036
#define IDC_BUTTON_CLEAR                1037
#define IDC_EDIT_TEACHER                1038
#define IDC_EDIT_HOURS                  1039
#define IDC_EDIT_CREDIT                 1040
#define IDC_EDIT_SCORE                  1041
#define IDC_EDIT_COURSEID               1042
#define IDC_EDIT_COLLEGE                1046
#define IDC_EDIT_HIGH                   1047
#define IDC_EDIT_LOW                    1048
#define IDC_EDIT_AVG                    1049
#define IDC_EDIT_DELTA                  1050
#define IDC_EDIT_50                     1051
#define IDC_EDIT_60                     1052
#define IDC_EDIT_70                     1053
#define IDC_EDIT_80                     1054
#define IDC_EDIT_90                     1055
#define IDC_EDIT_100                    1056
#define IDC_EDIT_COUNT                  1057
#define ID_MENUITEM_RELOGIN             32772
#define ID_MENUITEM_QUIT                32773
#define ID_MENUITEM_DATA                32774
#define ID_MENUITEM_STUDENT             32774
#define ID_MENUITEM_STAT                32775
#define ID_MENUITEM_NOTEPAD             32776
#define ID_MENUITEM_CAL                 32777
#define ID_ITEM_ADD                     32777
#define ID_MENUITEM_USER                32778
#define ID_ITEM_SEARCH                  32778
#define ID_MENUITEM_HELP                32779
#define ID_ITEM_EDIT                    32779
#define ID_ITEM_DELETE                  32780
#define ID_ITEM_SAVE                    32781
#define ID_ITEM_HELP                    32782
#define ID_ITEM_QUIT                    32783
#define ID_ITEM_REFRESH                 32785
#define ID_MENUITEM_COLLEGE             32786
#define ID_MENUITEM_COURSE              32787
#define ID_MENUITEM_SCORE               32788

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        187
#define _APS_NEXT_COMMAND_VALUE         32789
#define _APS_NEXT_CONTROL_VALUE         1045
#define _APS_NEXT_SYMED_VALUE           120
#endif
#endif

⌨️ 快捷键说明

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