resource.h

来自「在EVC下的记事本程序」· C头文件 代码 · 共 46 行

H
46
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by Notepad.rc
//
#define IDD_NOTEPAD_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDB_BMPBACK                     129
#define IDB_EXITSEL                     130
#define IDB_EXITUNSEL                   131
#define IDB_NOTEPADTEXT                 132
#define IDB_NOTEPADTITLE                133
#define IDD_INPUTMETHOD                 134
#define IDB_INPUTBACK                   135
#define IDB_LETTERRESULT                136
#define IDB_CHARACTERBAR                137
#define IDB_SIGNSEL                     138
#define IDB_SIGNUNSEL                   139
#define IDB_MOVELEFT                    140
#define IDB_MOVERIGHT                   141
#define IDB_BMPSWITCHSEL                142
#define IDB_BMPSWITCHUNSEL              143
#define IDB_LETTERSEL                   144
#define IDB_LETTERUNSEL                 145
#define IDB_NOTEBTNSEL                  146
#define IDB_NOTEBTNUNSEL                147
#define IDB_UPPAGESEL                   150
#define IDB_UPPAGEUNSEL                 151
#define IDB_UPPAGEDISABLE               152
#define IDB_DOWNPAGESEL                 153
#define IDB_DOWNPAGEUNSEL               154
#define IDB_DOWNPAGEDISABLE             155
#define IDB_TITLEUP                     156
#define IDB_TITLEDOWN                   157
#define IDB_TITLEBAR                    158

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

⌨️ 快捷键说明

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