resource.h

来自「图的建立、遍历、最小生成树、最短路径 图的建立、遍历、最小生成树、最短路径」· C头文件 代码 · 共 36 行

H
36
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DrawDemo.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DRAWDETYPE                  129
#define IDD_DIALOG1                     130
#define IDB_MAP                         132
#define ID_OP_NULL                      32771
#define ID_OP_LINE                      32772
#define ID_OP_CIRCLE                    32774
#define ID_OP_RECTANGLE                 32775
#define ID_OP_FILL                      32776
#define ID_COLOR_RED                    32777
#define ID_COLOR_GREEN                  32778
#define ID_COLOR_BLUE                   32779
#define ID_COLOR_OTHER                  32780
#define ID_STEP_END                     32783
#define ID_COLOR_CLEAR                  32784
#define ID_COLOR_DARK                   32785
#define ID_TIME_IMME                    32786
#define ID_TIME_STEP                    32788

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32792
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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