www.pudn.com > LJ_Pre_Modified_1.4.rar > OUTPUT.h


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