resource.h

来自「一个用C++写的简易绘图工具」· C头文件 代码 · 共 64 行

H
64
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DrawSys.rc
//
#define IDD_ABOUTBOX                    100
#define ID_INDICATOR_CURSORPOS          103
#define IDC_EDIT_TEXTIN                 104
#define IDR_MAINFRAME                   128
#define IDR_MAINFRAME_HOT               129
#define IDR_MENU_DRAWLINESORT           130
#define IDB_SPLASH                      131
#define IDD_SET                         132
#define IDC_DRAWLINE                    138
#define IDC_DRAWBEZIER                  139
#define IDC_CUTLINE                     140
#define IDC_DRAWCIRCLE                  141
#define IDI_SET                         142
#define IDC_DRAWTEXT                    142
#define IDC_DRAWSTROKE                  143
#define IDI_REDO                        147
#define IDB_OK                          154
#define IDB_CANCEL                      155
#define IDC_EDIT_PENWIDTH               1000
#define IDC_STATIC_MAIL                 1000
#define IDC_EDIT_PENCOLOR               1001
#define IDC_EDIT_BKCOLOR                1002
#define IDC_STATIC_QQ                   1002
#define IDC_COMBO_DRAWSORT              1003
#define IDC_BTN_PENCOLOR                1004
#define IDC_BTN_BKCOLOR                 1005
#define IDC_EDIT_FILLCOLOR              1006
#define IDC_BTN_FILLCOLOR               1007
#define IDC_STATIC_MYWEB                1016
#define IDM_LINE                        32771
#define IDM_CIRCLE                      32773
#define IDM_DDA                         32774
#define IDM_BRESENHAM                   32775
#define IDM_SET                         32778
#define IDM_BRUSH                       32780
#define IDM_MANYBD                      32782
#define IDM_CUT                         32783
#define IDM_BEZIER                      32784
#define IDM_CLEAR                       32785
#define IDM_TEXT                        32786
#define IDM_STROKE                      32787
#define IDM_TEST                        32791
#define ID_BUTTON32793                  32793
#define ID_BUTTON32794                  32794
#define IDM_EXIT                        32795
#define IDM_RANDLINE                    32797
#define IDM_REFRESH                     32800

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32806
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           105
#endif
#endif

⌨️ 快捷键说明

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