GenPoints.h
资源名称:package.rar [点击查看]
上传用户:chinasdcnc
上传日期:2022-07-02
资源大小:2702k
文件大小:0k
源码类别:
分形几何
开发平台:
Visual C++
- #pragma once
- // CGenPoints 对话框
- class CGenPoints : public CDialog
- {
- DECLARE_DYNAMIC(CGenPoints)
- public:
- CGenPoints(CWnd* pParent = NULL); // 标准构造函数
- virtual ~CGenPoints();
- // 对话框数据
- enum { IDD = IDD_DLG_GPOINTS };
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
- DECLARE_MESSAGE_MAP()
- public:
- UINT points;
- };