📄 xgraph10.h
字号:
#if !defined(XGRAPH10_H_INCLUDED)
#define XGRAPH10_H_INCLUDED
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXTEMPL_H__
#include <afxtempl.h>
#endif
#if defined (_DEBUG)
#pragma comment(lib,"XGraph10d.lib")
#pragma message("Automatically linking with XGraph10d.dll")
#else
#pragma comment(lib,"XGraph10.lib")
#pragma message("Automatically linking with XGraph10.dll")
#endif
#include "xgraph.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -