📄 resource.h
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by GraphSearch.rc
//
#define FUN_INSERT_VERTEX 0
#define GRAPH_SHOW_NO_INFOR 0
#define FUN_INSERT_EDGE 1
#define GRAPH_SHOW_VERTEX_INFOR 1
#define FUN_DELETE_VERTEX 2
#define GRAPH_SHOW_EDGE_INFOR 2
#define FUN_DELETE_EDGE 3
#define GRAPH_SHOW_ALL_INFOR 3
#define FUN_DFS 4
#define FUN_BFS 5
#define FUN_DIJKSTRA 6
#define FUN_A_STAR 7
#define IDD_ABOUTBOX 100
#define IDD_DLG_BAR 103
#define IDR_MAINFRAME 128
#define IDR_GRAPHSTYPE 129
#define IDC_CURSOR1 130
#define ID_INSERT_VERTEX 32771
#define ID_INSERT_EDGE 32772
#define ID_DELETE_VERTEX 32773
#define ID_DELETE_EDGE 32774
#define ID_NEW_GRAPH 32775
#define ID_SAVE_GRAPH 32776
#define ID_OPEN_GRAPH 32777
#define ID_VERTEX_INFOR 32778
#define ID_EDGE_INFOR 32779
#define ID_DFS 32780
#define ID_BFS 32781
#define ID_DIJKSTRA 32782
#define ID_A_STAR 32785
#define IDC_STATIC_START 61204
#define IDC_STATIC_END 61205
#define IDC_EDIT_START 61206
#define IDC_EDIT_END 61207
#define IDC_BUTTON_DFS 61208
#define IDC_STATIC_TITLE 61209
#define IDC_BUTTON_BACK 61210
#define IDC_BUTTON_SHOW_GRAPH 61211
#define IDC_BUTTON_SHOW_TREE 61212
#define IDC_BUTTON_SHOW_SEQUENCE 61213
#define IDC_BAR_LIST 61214
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 32788
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -