www.pudn.com > Fractal_.rar > FractalDialog2.h


#if !defined(AFX_FRACTALDIALOG2_H__6941795B_244C_11D4_9182_080039019863__INCLUDED_) 
#define AFX_FRACTALDIALOG2_H__6941795B_244C_11D4_9182_080039019863__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FractalDialog2.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFractalDialog2 dialog 
 
class CFractalDialog2 : public CDialog 
{ 
// Construction 
public: 
	double q; 
	double p; 
	CFractalDialog2(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CFractalDialog2) 
	enum { IDD = IDD_DIALOG2 }; 
	CString	m_p; 
	CString	m_q; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFractalDialog2) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CFractalDialog2) 
	afx_msg void OnChangeEditP(); 
	afx_msg void OnChangeEditQ(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FRACTALDIALOG2_H__6941795B_244C_11D4_9182_080039019863__INCLUDED_)