⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 用c++编写的简单的绘图程序
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DRAW1.rc
//
#define BLACK                           0
#define OBJECT_STATE_NOTHING            0
#define DIR_EAST                        0
#define BORDAR_SMALL                    1
#define OBJECT_STATE_CREATING           1
#define ZOOM_SCAL_NORMOL                1
#define DIR_WEST                        1
#define OBJECT_STATE_EDITING            2
#define ZOOM_SCAL_LARAGE                2
#define DIR_SOUTH                       2
#define BORDAR_MIDDLE                   3
#define DIR_NORTH                       3
#define MOVE_SPEED                      4
#define BORDAR_LARGE                    5
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DRAW1TYPE                   129
#define IDR_OBJECT_TOOLBAR              132
#define IDD_NEWMANE_DIALOG              135
#define RED                             0x0000ff
#define IDC_NEWNAME_COMBO               1002
#define IDC_OBJ_MOVE_EAST               1004
#define IDC_OBJ_MOVE_WEST               1005
#define IDC_OBJ_MOVE_SOUTH              1006
#define IDC_OBJ_MOVE_NORTH              1007
#define IDC_OBJ_FILL_HAVE               1010
#define IDC_OBJ_FILL_NONE               1011
#define IDC_OBJ_SIZE_LARGE              1012
#define IDC_OBJ_SIZE_SMALL              1013
#define IDC_OBJ_ACT_HAVE                1014
#define IDC_OBJ_ACT_NONE                1015
#define SHAPE_COUNT_SCAL                10000
#define ID_SHAPE_ELLIPSE                32771
#define ID_SHAPE_CIRCLE                 32772
#define ID_SHAPE_SQUARE                 32773
#define ID_SHAPE_RECTANGLE              32774
#define ID_SHAPE_TRIANGLE               32775
#define ID_BORDER_SCALE_SMALL           32776
#define ID_BORDER_SCALE_MIDDLE          32777
#define ID_BORDER_SCALE_LARGE           32778
#define ID_FILL_FALSE                   32779
#define ID_FILL_TRUE                    32780
#define ID_COLOR_BLACK                  32788
#define ID_COLOR_WHITE                  32789
#define ID_COLOR_BLUE                   32790
#define ID_COLOR_RED                    32791
#define ID_COLOR_GREEN                  32792
#define ID_COLOR_YELLOW                 32793
#define ID_COLOR_PURPLE                 32794
#define ID_COLOR_MORE                   32794
#define ID_IMAGE_ZOOM                   32795
#define ID_IMAGE_DELETE                 32796
#define ID_SHAPE_STR_LINE               32797
#define ID_SHAPE__SREW_LINE             32798
#define ID_OBJ_NAME_BOX                 32801
#define ID_IMAGE_PEN                    32803
#define ID_OBJ_DELETE                   32807
#define ID_OBJ_SMALL                    32808
#define ID_OBJ_LARGE                    32809
#define ID_OBJ_ANTIC                    32810
#define ID_OBJ_DELIC                    32811
#define ID_OBJ_MOVE                     32813
#define ID_OBJ_NEWNAME                  32814
#define ID_BK_COLOR                     32815
#define ID_BUTTON32816                  32816
#define GREEN                           0x000ff00
#define YELLOW                          0x00ffff
#define WHITE                           0xffffff
#define BLUE                            0xff0000
#define  ROTATE_ANGLE                   3.1415926/72

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32817
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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