resource.h

来自「用win32sdk实现的迷你阅读器」· C头文件 代码 · 共 33 行

H
33
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MyReader.rc
//
#define ID_TIMER                        1
#define ID_TOOLBAR                      1
#define IDI_MAIN                        100
#define IDI_ROOT                        101
#define IDI_OPENFOLD                    102
#define IDI_CLOSEFOLD                   103
#define IDR_MENU1                       112
#define IDR_TOOLBAR1                    113
#define IDM_ABOUT                       301
#define IDM_FILEOPEN                    302
#define IDM_EXIT                        303
#define IDM_BGCOLOR                     304
#define IDM_FONT                        305
#define IDM_ZOOMIN                      306
#define IDM_ZOOMOUT                     307
#define IDM_NEXTPAGE                    308
#define IDM_PRVPAGE                     309

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        115
#define _APS_NEXT_COMMAND_VALUE         40014
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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