26 Star 146 Fork 45

rewine / mfcplot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mfcplot.h 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
LHX 提交于 2020-06-27 10:34 . 添加项目文件。

// mfcplot.h: mfcplot 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含 'pch.h' 以生成 PCH"
#endif
#include "resource.h" // 主符号
// CmfcplotApp:
// 有关此类的实现,请参阅 mfcplot.cpp
//
class CmfcplotApp : public CWinApp
{
public:
CmfcplotApp() noexcept;
// 重写
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
// 实现
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
};
extern CmfcplotApp theApp;
C++
1
https://gitee.com/rewine/mfcplot.git
git@gitee.com:rewine/mfcplot.git
rewine
mfcplot
mfcplot
master

搜索帮助