resource.h

来自「一个画笔的程序,可以进行直线,圆和方形等图形进行画图,并可以撤消上一步的动作」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ZCR14Paint.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_ZCR14PTYPE                  129
#define IDB_BITMAP1                     130
#define IDR_COLORPANE                   150
#define ID_BUTTON_IRREG_SEL             32771
#define ID_BUTTON_AIRBRUSH              32772
#define ID_BUTTON_TEXT                  32773
#define ID_FILE_REDO                    32774
#define ID_BUTTON_RECT_SEL              32775
#define ID_BUTTON_ERASER                32776
#define ID_BUTTON_FILL                  32777
#define ID_BUTTON_SELCOLOR              32778
#define ID_BUTTON_MAGNIFY               32779
#define ID_BUTTON_PEN                   32780
#define ID_BUTTON_BRUSH                 32781
#define ID_BUTTON_LINE                  32782
#define ID_BUTTON_CURVE                 32783
#define ID_BUTTON_RECT                  32787
#define ID_BUTTON_POLYGON               32788
#define ID_BUTTON_ELLIPSE               32789
#define ID_BUTTON_ROUND_RECT            32790

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

⌨️ 快捷键说明

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