resource.h

来自「讲mfc的书」· C头文件 代码 · 共 37 行

H
37
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ezwp.rc
//
#define IDR_EZWPTYPE_SRVR_IP            4
#define IDR_EZWPTYPE_SRVR_EMB           5
#define IDR_EZWPTYPE_CNTR_IP            6
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDP_FAILED_TO_CREATE            102
#define IDD_CHARCOUNT                   102
#define IDD_LINECOUNT                   103
#define IDR_MAINFRAME                   128
#define IDR_EZWPTYPE                    129
#define IDC_COUNT                       1000
#define ID_CANCEL_EDIT_CNTR             32768
#define ID_CANCEL_EDIT_SRVR             32769
#define ID_PARAGRAPH_LEFT               32771
#define ID_PARAGRAPH_CENTER             32772
#define ID_PARAGRAPH_RIGHT              32773
#define ID_CHARACTER_BOLD               32774
#define ID_CHARACTER_ITALIC             32775
#define ID_CHARACTER_FONT               32777
#define IDM_Statistics                  32779

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32780
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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