1 Star 0 Fork 44

SitOnLotus / mfcplot

forked from rewine / mfcplot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CDelFuncDlg.h 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
LHX 提交于 2020-07-03 17:46 . finish
#pragma once
// CDelFuncDlg 对话框
class CDelFuncDlg : public CDialogEx
{
DECLARE_DYNAMIC(CDelFuncDlg)
public:
CDelFuncDlg(CWnd* pParent = nullptr); // 标准构造函数
virtual ~CDelFuncDlg();
// 对话框数据
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_DIALOG_DEL };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
int m_id;
};
C++
1
https://gitee.com/SitOnLotus/mfcplot.git
git@gitee.com:SitOnLotus/mfcplot.git
SitOnLotus
mfcplot
mfcplot
master

搜索帮助