⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xgraph10.h

📁 Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons o
💻 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 + -