resource.h

来自「深入剖析Visual C++编程技术及应用实例」· C头文件 代码 · 共 44 行

H
44
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Exam1_1_11.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_Exam1_1_11_DIALOG           102
#define IDR_MAINFRAME                   128
#define IDI_HDRICON1                    130
#define IDC_SPYGLASS                    130
#define IDI_ICONLIST1                   132
#define IDI_ICONLIST2                   133
#define IDI_ICONLIST3                   134
#define IDI_ICONLIST4                   135
#define IDI_HDRICON2                    136
#define IDC_LISTVIEW1                   1001
#define IDC_AUTOARRANGE                 1002
#define IDC_SINGLESEL                   1003
#define IDC_HOVER                       1004
#define IDC_NOLABELWRAP                 1005
#define IDC_EDITLABELS                  1006
#define IDC_NOCOLUMNHEADER              1007
#define IDC_NOSORTHEADER                1008
#define IDC_STDHOTCUR                   1009
#define IDC_VIEWMODE                    1010
#define IDC_ALIGN                       1011
#define IDC_SORT                        1012
#define IDC_MYHOTCUR                    1013
#define IDC_WORKAREAS                   1014
#define IDC_BUTTON1                     1015
#define IDABOUT                         1017

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1019
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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