resource.h
来自「Gramham法求解凸包。从最基本数据结构定义开始实现」· C头文件 代码 · 共 40 行
H
40 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ConvexHull.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_CONVEXTYPE 129
#define IDC_ERASE_POINTS 130
#define IDD_ADD_RANDOM_POINTS 131
#define IDC_HAND_OPEN 133
#define IDC_HAND_CLOSE 134
#define IDD_INPUT_POINTS 135
#define IDC_EDIT_POINT_COUNT 1000
#define IDC_POINTS 1001
#define ID_PUT_POINT 32773
#define ID_ZOOM_OUT 32774
#define ID_ZOOM_IN 32775
#define ID_ZOOM_ADJUST 32776
#define ID_DEMO_RUN 32778
#define ID_DEMO_PAUSE 32779
#define ID_GET_CONVEX_HULL 32780
#define ID_DELETE_POINT 32781
#define ID_ADD_RANDOM_POINTS 32783
#define ID_ERASE_POINTS 32784
#define ID_INPUT_POINTS 32785
#define ID_ERASE_ALL_POINTS 32786
#define ID_FILE_EXPORT 32787
// 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 32788
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?