NPDoc.h
上传用户:chenhai826
上传日期:2007-04-11
资源大小:72k
文件大小:1k
- // NPDoc.h : interface of the CNPDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_NPDOC_H__630C3657_DD44_48ED_AACF_0C6FB499A5DF__INCLUDED_)
- #define AFX_NPDOC_H__630C3657_DD44_48ED_AACF_0C6FB499A5DF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CNPDoc : public CDocument
- {
- protected: // create from serialization only
- CNPDoc();
- DECLARE_DYNCREATE(CNPDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNPDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CNPDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- public:
- CString m_Host;
- CString m_User;
- long m_nFrom;
- long m_nTo;
- long m_nCurrent;
- long m_nMaxThreads;
- long m_nResult;
- // Generated message map functions
- protected:
- //{{AFX_MSG(CNPDoc)
- afx_msg void OnReleasedCaptureThread(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NPDOC_H__630C3657_DD44_48ED_AACF_0C6FB499A5DF__INCLUDED_)