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

📄 set.h

📁 关于分形L系统的应用
💻 H
字号:
#if !defined(AFX_SET_H__D5403595_1D93_4F52_BDF4_C02CF3EE62E1__INCLUDED_)
#define AFX_SET_H__D5403595_1D93_4F52_BDF4_C02CF3EE62E1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Set.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSet dialog


class CSet : public CDialog
{
// Construction
public:
	CSet(CWnd* pParent = NULL);   // standard constructor
private:
// Dialog Data
	//{{AFX_DATA(CSet)
	enum { IDD = IDD_SET };
	double	m_suofang;
	UINT	m_count;
	int		m_yd;
	double	m_fenjiao;
	int		m_suanfa;
	double	m_bili;
	CString	m_rule;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSet)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CToolTipCtrl m_tooltip;
	virtual BOOL OnInitDialog();

	// Generated message map functions
	//{{AFX_MSG(CSet)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	void Set(int suanfa,double fenjiao,int yd,double suofang,int count,double bili,CString rule);

	friend class Tree;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SET_H__D5403595_1D93_4F52_BDF4_C02CF3EE62E1__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -