resource.h

来自「文本编辑器是最简单的VC程序」· C头文件 代码 · 共 46 行

H
46
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by myeditor.rc
//
#define IDC_MYICON                      2
#define IDC_EDIT                        100
#define IDD_MYEDITOR_DIALOG             102
#define IDD_ABOUTBOX                    103
#define IDS_APP_TITLE                   103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDS_HELLO                       106
#define IDI_MYEDITOR                    107
#define IDI_SMALL                       108
#define IDC_MYEDITOR                    109
#define IDR_MAINFRAME                   128
#define IDB_BITMAP1                     129
#define IDC_STATIC1                     1011
#define IDM_NEW                         32772
#define IDM_OPEN                        32773
#define IDM_SAVE                        32774
#define IDM_SAVEAS                      32775
#define IDM_COPY                        32776
#define IDM_CUT                         32777
#define IDM_PASTE                       32778
#define IDM_FONT                        32779
#define IDM_COLOR                       32780
#define IDM_FIND                        32781
#define IDM_REPLACE                     32782
#define IDM_UNDO                        32783
#define IDM_DEL                         32784
#define IDM_SETALL                      32786
#define IDM_FINDNEXT                    32787
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32788
#define _APS_NEXT_CONTROL_VALUE         1012
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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