www.pudn.com > Digihelper.rar > ij2Dlg.h


#if !defined(AFX_IJ2DLG_H__617D3792_A4AD_4CEC_BBE3_2C6FBE45BF9E__INCLUDED_) 
#define AFX_IJ2DLG_H__617D3792_A4AD_4CEC_BBE3_2C6FBE45BF9E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ij2Dlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// Cij2Dlg dialog 
 
class Cij2Dlg : public CDialog 
{ 
// Construction 
public: 
	Cij2Dlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(Cij2Dlg) 
	enum { IDD = IDD_ij2 }; 
	CString	m_ij2check; 
	double	m_ij2hab1; 
	double	m_ij2hab2; 
	double	m_ij2i; 
	double	m_ij2sab; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(Cij2Dlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(Cij2Dlg) 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_IJ2DLG_H__617D3792_A4AD_4CEC_BBE3_2C6FBE45BF9E__INCLUDED_)