1 Star 0 Fork 47

花开彼岸天/mfcplot

forked from rewine/mfcplot 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
CDelFuncDlg.h 421 Bytes
Copy Edit Raw Blame History
LHX authored 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;
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hkbat/mfcplot.git
git@gitee.com:hkbat/mfcplot.git
hkbat
mfcplot
mfcplot
master

Search