resource.h

来自「使用Visual C++ .NET实现简单了一个书籍管理系统」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by LManage.rc
//
#define IDC_AMEND                       3
#define IDC_DEL                         4
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FORMVIEW                    101
#define IDD_LMANAGE_DIALOG              102
#define IDR_HTML_FORMLOOKABOUT          103
#define IDD_DLG_MANAGE                  103
#define IDR_MAINFRAME                   128
#define IDD_ADDAUTHORDLG                130
#define IDD_ADDBOOKC                    131
#define IDD_DIALOG_ADDTYPE              132
#define IDC_TABBASE                     1003
#define IDC_SEARCH                      1005
#define IDC_BTADD                       1006
#define IDC_BTCHANGE                    1007
#define IDC_BTDEL                       1008
#define IDC_LIST_BOOK                   1010
#define IDC_EDIT_AGE                    1012
#define IDC_COMBO_AUTHOR                1014
#define IDC_BTADDAUTHOR                 1015
#define IDC_COMBO_CONCERN               1016
#define IDC_BTADDCONCERN                1017
#define IDC_COMBO_TYPE                  1018
#define IDC_BTADDTYPE                   1019
#define IDC_EDIT_BOOKNAME               1020
#define IDC_EDIT_BOOKNUM                1021
#define IDC_COMBO_SEX                   1022
#define IDC_EDIT_NAME                   1023
#define IDC_LIST_SLTBOOK                1024
#define IDC_EDIT_OTHER                  1025
#define IDC_COMBO_SLTTYPE               1025
#define IDC_COMBO_INDEX                 1026
#define IDC_COMBO_SLT                   1027
#define IDC_BUTTON1                     1028
#define IDC_BTALL                       1028

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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