resource.h

来自「《VC++ 编程技巧与示例 .rar》各个示例代码绝对可用」· C头文件 代码 · 共 43 行

H
43
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BmpTest.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_BMPTESTYPE                  129
#define IDB_BITMAP1                     130
#define IDB_BITMAP2                     134
#define IDB_TU84                        135
#define IDB_TU87                        136
#define IDB_TU88                        137
#define IDB_TU8_6                       139
#define IDB_TU86                        141
#define ID_PICK                         32771
#define ID_BT_BLACKNESS                 32772
#define ID_BT_DSTINVERT                 32773
#define ID_BT_MERGECOPY                 32774
#define ID_BT_MERGEPAINT                32775
#define ID_BT_NOTSRCCOPY                32776
#define ID_BT_NOTSRCERASE               32777
#define ID_BT_PATCOPY                   32778
#define ID_BT_PATINVERT                 32779
#define ID_BT_PATPAINT                  32780
#define ID_BT_SRCAND                    32781
#define ID_BT_SRCCOPY                   32782
#define ID_BT_SRCERASE                  32783
#define ID_BT_SRCINVERT                 32784
#define ID_BT_SRCPAINT                  32785
#define ID_BT_WHITENESS                 32786

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        152
#define _APS_NEXT_COMMAND_VALUE         32787
#define _APS_NEXT_CONTROL_VALUE         1006
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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