resource.h

来自「Most code samples included on this CD we」· C头文件 代码 · 共 31 行

H
31
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ListView.rc
//
#define IDS_APPTITLE                    1
#define IDS_APPNAME                     1
#define IDS_CLASSNAME                   1
#define IDS_TITLE                       2
#define IDD_ABOUT                       100
#define IDM_EXIT                        100
#define IDI_MAINICON                    101
#define IDM_ABOUT                       101
#define IDM_MAIN_MENU                   102
#define IDM_CONTEXT_MENU                103
#define IDI_DISK                        104
#define IDM_LARGE_ICONS                 200
#define IDM_SMALL_ICONS                 201
#define IDM_LIST                        202
#define IDM_REPORT                      203

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        105
#define _APS_NEXT_COMMAND_VALUE         102
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

⌨️ 快捷键说明

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