resource.h

来自「EasyDraw是一个简单的绘图软件」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by EasyDraw.rc
//
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDR_MAINFRAME                   128
#define IDR_EasyDrawTYPE                129
#define IDD_DRAWTOOLS                   130
#define IDC_RADIO_SOLID                 1000
#define IDC_RADIO_DASH                  1001
#define IDC_RADIO_DOT                   1002
#define IDC_BUTTON_CHANGE_COLOR         1003
#define IDC_CHANGE_COLOR                1003
#define IDC_RADIO_DASHDOT               1004
#define IDC_RADIO_DASHDOTDOT            1005
#define IDC_STATIC_COLOR                1006
#define IDC_STATIC_PREV                 1007
#define IDC_EDIT_LINE_WIDTH             1008
#define IDC_SPIN_LINE_WIDTH             1010
#define ID_TOOL_LINE                    32771
#define ID_32772                        32772
#define ID_32773                        32773
#define ID_32774                        32774
#define ID_TOOL_RECT                    32775
#define ID_TOOL_CIRCLE                  32776
#define ID_32777                        32777
#define ID_VIEW_DRAWTOOLS               32778

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

⌨️ 快捷键说明

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