Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
2.8 KiB

  1. #if !defined(AFX_WSCHECK_H__82E3CFBA_D2DB_11D1_AB19_00C04FA30E4A__INCLUDED_)
  2. #define AFX_WSCHECK_H__82E3CFBA_D2DB_11D1_AB19_00C04FA30E4A__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WSCheck.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWSCheckView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CDriverResources ; // Forward declarations
  14. class CProjectNode ;
  15. class CWSCheckView : public CFormView
  16. {
  17. protected:
  18. CWSCheckView() ; // protected constructor used by dynamic creation
  19. DECLARE_DYNCREATE(CWSCheckView)
  20. // Form Data
  21. public:
  22. //{{AFX_DATA(CWSCheckView)
  23. enum { IDD = IDD_WSCheck };
  24. CListBox m_lstErrWrn;
  25. //}}AFX_DATA
  26. // Attributes
  27. public:
  28. // Operations
  29. public:
  30. void PostWSCMsg(CString& csmsg, CProjectNode* ppn) ;
  31. void DeleteAllMessages(void) ;
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CWSCheckView)
  35. public:
  36. virtual void OnInitialUpdate();
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. virtual ~CWSCheckView();
  43. #ifdef _DEBUG
  44. virtual void AssertValid() const;
  45. virtual void Dump(CDumpContext& dc) const;
  46. #endif
  47. // Generated message map functions
  48. //{{AFX_MSG(CWSCheckView)
  49. afx_msg void OnDblclkErrWrnLstBox();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. /////////////////////////////////////////////////////////////////////////////
  55. // CWSCheckDoc document
  56. class CWSCheckDoc : public CDocument
  57. {
  58. protected:
  59. CWSCheckDoc() ; // protected constructor used by dynamic creation
  60. DECLARE_DYNCREATE(CWSCheckDoc)
  61. CDriverResources* m_pcdrOwner ; // Ptr to document's creator
  62. // Attributes
  63. public:
  64. // Operations
  65. public:
  66. CWSCheckDoc(CDriverResources* pcdr) ;
  67. void PostWSCMsg(CString& csmsg, CProjectNode* ppn) ;
  68. void DeleteAllMessages(void) ;
  69. // Overrides
  70. // ClassWizard generated virtual function overrides
  71. //{{AFX_VIRTUAL(CWSCheckDoc)
  72. public:
  73. virtual void Serialize(CArchive& ar); // overridden for document i/o
  74. protected:
  75. virtual BOOL OnNewDocument();
  76. //}}AFX_VIRTUAL
  77. // Implementation
  78. public:
  79. virtual ~CWSCheckDoc();
  80. #ifdef _DEBUG
  81. virtual void AssertValid() const;
  82. virtual void Dump(CDumpContext& dc) const;
  83. #endif
  84. // Generated message map functions
  85. protected:
  86. //{{AFX_MSG(CWSCheckDoc)
  87. // NOTE - the ClassWizard will add and remove member functions here.
  88. //}}AFX_MSG
  89. DECLARE_MESSAGE_MAP()
  90. };
  91. //{{AFX_INSERT_LOCATION}}
  92. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  93. #endif // !defined(AFX_WSCHECK_H__82E3CFBA_D2DB_11D1_AB19_00C04FA30E4A__INCLUDED_)