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


#if !defined(AFX_FRONTDLG_H__E2E1F5AE_A83E_4D39_8409_0BCAE1CA4EAC__INCLUDED_) 
#define AFX_FRONTDLG_H__E2E1F5AE_A83E_4D39_8409_0BCAE1CA4EAC__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// frontDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CfrontDlg dialog 
 
class CfrontDlg : public CDialog 
{ 
// Construction 
public: 
	CfrontDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CfrontDlg) 
	enum { IDD = IDD_front }; 
	double	m_frontax; 
	double	m_frontay; 
	double	m_frontbx; 
	double	m_frontby; 
	double	m_frontmdu; 
	double	m_frontmfen; 
	double	m_frontmmiao; 
	double	m_frontndu; 
	double	m_frontnfen; 
	double	m_frontnmiao; 
	double	m_frontpx; 
	double	m_frontpy; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CfrontDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CfrontDlg) 
	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_FRONTDLG_H__E2E1F5AE_A83E_4D39_8409_0BCAE1CA4EAC__INCLUDED_)