resource.h

来自「Wordpad source code very simple」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SimpleWordPad.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_MYABOUTBOX                  101
#define ID_ALIGNMENT_LEFT               101
#define IDD_INDENTDLG                   102
#define ID_ALIGNMENT_RIGHT              102
#define ID_ALIGNMENT_CENTER             103
#define IDR_MAINFRAME                   128
#define IDR_SIMPLETYPE                  129
#define IDC_RIGHT_INDENT                1002
#define IDC_LEFT_INDENT                 1003
#define IDC_FIRST_LINE                  1004
#define ID_SET_FONT                     32771
#define ID_INSERT_DATE                  32772
#define ID_INSERT_TIME                  32773
#define ID_SET_COLOR                    32777
#define ID_BULLETED                     32778
#define ID_BOLD                         32779
#define ID_UNDERLINED                   32780
#define ID_STRIKEOUT                    32781
#define ID_ITALIC                       32782
#define ID_MYABOUTBOX                   32786
#define ID_INDENTATION                  32787

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32793
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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