resource.h

来自「初学VC,编写的一个机房管理系统,功能基本上完善,但代码可读性不强.」· C头文件 代码 · 共 96 行

H
96
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by server.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SERVER_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDR_TOOLBAR1                    129
#define IDI_ICON1                       131
#define IDR_MENU1                       132
#define IDD_ENTER_DIALOG                133
#define IDD_ADD_DIALOG                  134
#define IDD_PASSWORD_DIALOG             135
#define IDD_PASSWORD2_DIALOG            136
#define IDD_REGISTER_DIALOG             137
#define IDD_FENTER_DIALOG               139
#define IDB_BITMAP1                     140
#define IDI_ICON2                       141
#define IDD_VIEW_DIALOG                 142
#define IDD_CHANGEPWD_DIALOG            143
#define IDD_ADMIN_ENTER_DIALOG          144
#define IDD_DIALOG1                     145
#define IDD_HADMIN_DIALOG               145
#define IDD_VIEW_NEXT_DIALOG            146
#define IDD_SENDMSG_DIALOG              146
#define IDR_MENU2                       147
#define IDD_CHANGEUSERPWD_DIALOG        149
#define IDD_VIEWUSERLOG_DIALOG          150
#define IDR_MENU3                       151
#define IDD_AODADM_DIALOG               152
#define IDR_MENU4                       153
#define IDD_ADDADMIN_DIALOG             154
#define IDD_VIEWADMACTION_DIALOG        157
#define IDD_VIEW_ME_DIALOG              158
#define IDC_ID                          1001
#define IDC_PASSWORD                    1002
#define IDC_XUEHAO                      1003
#define IDC_MONEY                       1004
#define IDC_NAME                        1008
#define IDC_CLASS                       1009
#define IDC_ADMIN                       1017
#define IDC_MODE                        1018
#define IDC_LIST1                       1019
#define IDC_NEWPWD                      1021
#define IDC_NEWPWDA                     1022
#define IDC_TAB1                        1026
#define IDC_MSG                         1027
#define IDC_RECEIVER                    1028
#define IDC_EDIT1                       1030
#define IDC_TAG                         1033
#define IDC_XUE                         1034
#define ID_BUTTON32771                  32771
#define ID_BUTTON32772                  32772
#define ID_ENTER                        32773
#define ID_OUT                          32775
#define ID_EXIT                         32776
#define ID_ADD                          32777
#define ID_REGISTER                     32778
#define ID_VIEW                         32779
#define ID_MODE_GENERAL                 32780
#define ID_MODE_CLASS                   32781
#define ID_CHANGEPWD                    32782
#define IDC_HADMIN                      32783
#define IDC_ABOUT                       32784
#define ID_MENUITEM32785                32785
#define ID_CHANGEUSERPWD                32785
#define ID_MENUITEM32786                32786
#define ID_MENUITEM32787                32787
#define ID_VIEW_ME                      32787
#define ID_MENUITEM32788                32788
#define ID_MENUITEM32789                32789
#define ID_FREEZE                       32789
#define IDC_SENDMSG                     32790
#define IDC_EXIT                        32791
#define ID_AODADM                       32792
#define ID_VIEWADM                      32793
#define ID_LIST                         32794
#define ID_CLEAR                        32795
#define IDC_VIEWADMIN                   32797
#define ID_DELETE                       32798
#define ID_ADDA                         32799
#define ID_DELETEA                      32800

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        161
#define _APS_NEXT_COMMAND_VALUE         32801
#define _APS_NEXT_CONTROL_VALUE         1035
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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