resource.h

来自「MFC简易绘图」· C头文件 代码 · 共 50 行

H
50
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DrawSemple.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DRAWSETYPE                  129
#define IDR_TOOLBAR1                    130
#define IDC_HAND                        133
#define IDC_SHIZI                       134
#define ID_DRAW_LINE                    32771
#define ID_DRAW_ELLI                    32772
#define ID_DRAW_CIRCLE                  32773
#define ID_DRAW_RECT                    32774
#define ID_DRAW_XUAND                   32778
#define ID_BUTTON32780                  32780
#define ID_TUYUAN_MOVE                  32781
#define ID_MENUITEM32782                32782
#define ID_TUYUAN_DELETE                32783
#define ID_TUYUAN_XUAND                 32784
#define ID_LINENUM1                     32791
#define ID_LINENUM2                     32792
#define ID_LINENUM3                     32793
#define ID_COLOR2                       32794
#define ID_COLOR1                       32795
#define ID_COLOR5                       32798
#define ID_COLOR7                       32799
#define ID_COLOR6                       32802
#define ID_COLOR3                       32808
#define ID_COLOR8                       32809
#define ID_COLOR4                       32810
#define ID_BRUSH                        32811
#define ID_INDICATOR_LINE               61446
#define ID_INDICATOR_ELLI               61447
#define ID_INDICATOR_CIRC               61448
#define ID_INDICATOR_RECT               61449
#define ID_INDICATOR_TUYUAN             61450

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32812
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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