www.pudn.com > fenxingtuxingdeshengchengyuanma.rar > ItnDlg.cpp


// ItnDlg.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "Fractal.h" 
#include "ItnDlg.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// ItnDlg dialog 
 
 
ItnDlg::ItnDlg(CWnd* pParent /*=NULL*/) 
	: CDialog(ItnDlg::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(ItnDlg) 
	m_Itn = 5; 
	//}}AFX_DATA_INIT 
} 
 
 
void ItnDlg::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(ItnDlg) 
	DDX_Text(pDX, IDC_Itn, m_Itn); 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(ItnDlg, CDialog) 
	//{{AFX_MSG_MAP(ItnDlg) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// ItnDlg message handlers