NPDoc.h
上传用户:chenhai826
上传日期:2007-04-11
资源大小:72k
文件大小:1k
源码类别:

破解

开发平台:

Visual C++

  1. // NPDoc.h : interface of the CNPDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_NPDOC_H__630C3657_DD44_48ED_AACF_0C6FB499A5DF__INCLUDED_)
  5. #define AFX_NPDOC_H__630C3657_DD44_48ED_AACF_0C6FB499A5DF__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CNPDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CNPDoc();
  13. DECLARE_DYNCREATE(CNPDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CNPDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CNPDoc();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. public:
  33. CString m_Host;
  34. CString m_User;
  35. long m_nFrom;
  36. long m_nTo;
  37. long m_nCurrent;
  38. long m_nMaxThreads;
  39. long m_nResult;
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CNPDoc)
  43. afx_msg void OnReleasedCaptureThread(NMHDR* pNMHDR, LRESULT* pResult);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_NPDOC_H__630C3657_DD44_48ED_AACF_0C6FB499A5DF__INCLUDED_)