www.pudn.com > mfcopentree.rar > PrecisionDlg.h


#if !defined(AFX_PRECISIONDLG_H__EB98C93A_FABA_439A_A3A3_952B38463B08__INCLUDED_) 
#define AFX_PRECISIONDLG_H__EB98C93A_FABA_439A_A3A3_952B38463B08__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// PrecisionDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CPrecisionDlg dialog 
 
class CPrecisionDlg : public CDialog 
{ 
// Construction 
public: 
	CPrecisionDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CPrecisionDlg) 
	enum { IDD = IDD_DIALOG7 }; 
	float	m_fprecision; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPrecisionDlg) 
	public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CPrecisionDlg) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PRECISIONDLG_H__EB98C93A_FABA_439A_A3A3_952B38463B08__INCLUDED_)