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


#if !defined(AFX_TRANSPARADLG_H__349FC45D_E64E_4B44_B15A_A4846EF63EA9__INCLUDED_) 
#define AFX_TRANSPARADLG_H__349FC45D_E64E_4B44_B15A_A4846EF63EA9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// TransParaDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CTransParaDlg dialog 
 
class CTransParaDlg : public CDialog 
{ 
// Construction 
public: 
	CTransParaDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CTransParaDlg) 
	enum { IDD = IDD_DIALOG1 }; 
	float	m_ftranx; 
	float	m_ftrany; 
	float	m_ftranz; 
	float	m_ftimes; 
	float	m_ftimestart; 
	float	m_ftimeend; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTransParaDlg) 
	public: 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CTransParaDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TRANSPARADLG_H__349FC45D_E64E_4B44_B15A_A4846EF63EA9__INCLUDED_)