www.pudn.com > fractal.rar > AdjustFractal.h


//贵州省安顺市第二高级中学 高二一班 蒋伟	 
//2002.7.1 
//请勿修改版权信息 谢谢 
//Neil 
// 
#if !defined(AFX_ADJUSTFRACTAL_H__F7B2E98B_6B63_475C_866F_EDA364FD1323__INCLUDED_) 
#define AFX_ADJUSTFRACTAL_H__F7B2E98B_6B63_475C_866F_EDA364FD1323__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AdjustFractal.h : header file 
// 
#include "colorbutton.h" 
///////////////////////////////////////////////////////////////////////////// 
// CAdjustFractal dialog 
 
class CAdjustFractal : public CDialog 
{ 
// Construction 
public: 
	COLORREF m_Color; 
	CAdjustFractal(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAdjustFractal) 
	enum { IDD = IDD_ADJUST_BOX }; 
	CColorButton	m_btnColor; 
	UINT	m_iBranchLength; 
	UINT	m_iBranchNum; 
	double	m_dblCutRate; 
	UINT	m_iLastBranchLength; 
	UINT	m_iLeftAngle; 
	UINT	m_iLineWidth; 
	UINT	m_iRightAngle; 
	BOOL	m_bDrawPixel; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAdjustFractal) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	afx_msg BOOL OnQueryNewPalette(); 
	afx_msg void OnPaletteChanged(CWnd* pFocusWnd); 
	CPalette* SetPalette(CPalette* pPalette); 
	CPalette* m_pPalette; 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	UINT m_AdjustMsg; 
 
	// Generated message map functions 
	//{{AFX_MSG(CAdjustFractal) 
	afx_msg void OnApplyNow(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ADJUSTFRACTAL_H__F7B2E98B_6B63_475C_866F_EDA364FD1323__INCLUDED_)