resource.h

来自「一本非常好的关于VC方面的书」· C头文件 代码 · 共 38 行

H
38
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VersionSearcher.rc
//
#define IDB_SEARCHERBK                  101
#define IDB_DETAILBK                    102
#define IDB_OK_DOWN                     103
#define IDB_OK_UP                       104
#define IDB_EXIT_DOWN                   105
#define IDB_EXIT_UP                     106
#define IDB_SEARCH_DOWN                 109
#define IDB_SEARCH_UP                   110
#define IDD_VERSIONSEARCHER             111
#define IDD_DETAIL                      112
#define IDC_BOOKNAME                    113
#define IDC_DETAIL                      114
#define IDB_BITMAP1                     114
#define IDC_VERSIONTABLE                115
#define IDB_ENTERLABEL                  116
#define IDB_BITMAP2                     117
#define IDB_RESULTLABEL                 118
#define IDB_BITMAP3                     119
#define IDB_LONGLABEL                   119
#define IDI_ICON1                       120
#define IDC_ENTERNAME                   1001
#define IDC_LONGLABEL                   1002

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        121
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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