www.pudn.com > jia.zip > jiaDoc.h


// jiaDoc.h : interface of the CJiaDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_JIADOC_H__D962B4AD_BFCA_11D3_ADCE_DFC503B95E89__INCLUDED_) 
#define AFX_JIADOC_H__D962B4AD_BFCA_11D3_ADCE_DFC503B95E89__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CJiaDoc : public COleDocument 
{ 
protected: // create from serialization only 
	CJiaDoc(); 
	DECLARE_DYNCREATE(CJiaDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
	 CString str; 
 
    int m_nlength10; 
	int m_ncurrent10; 
	float m_nload10; 
	float m_nline10; 
	float m_nminstyle10; 
	float m_nmaxstyle10; 
	float m_nuncontinue10; 
	float m_nsure10; 
	float m_ntime10; 
 
    float m_nlength35; 
	float m_ncurrent35; 
	float m_nload35; 
	float m_nline35; 
	float m_nminstyle35; 
	float m_nmaxstyle35; 
	float m_nuncontinue35; 
	float m_nsure35; 
	float m_ntime35; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CJiaDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
 
	afx_msg void On10kv(); 
	afx_msg void On35kv(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CJiaDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CJiaDoc) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_JIADOC_H__D962B4AD_BFCA_11D3_ADCE_DFC503B95E89__INCLUDED_)