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.

73 lines
2.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1998.
  5. //
  6. // File: error.h
  7. //
  8. // Contents: Faild Settings property sheet
  9. //
  10. // Classes: CErrorInfo
  11. //
  12. // History: 07-10-2000 stevebl Created
  13. //
  14. //---------------------------------------------------------------------------
  15. #if !defined(AFX_ERROR_H__5A23FB9E_92BB_11D1_984E_00C04FB9603F__INCLUDED_)
  16. #define AFX_ERROR_H__5A23FB9E_92BB_11D1_984E_00C04FB9603F__INCLUDED_
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CErrorInfo dialog
  22. class CErrorInfo : public CPropertyPage
  23. {
  24. DECLARE_DYNCREATE(CErrorInfo)
  25. // Construction
  26. public:
  27. CErrorInfo();
  28. ~CErrorInfo();
  29. CErrorInfo ** m_ppThis;
  30. CAppData * m_pData;
  31. void RefreshData(void);
  32. // Dialog Data
  33. //{{AFX_DATA(CErrorInfo)
  34. enum { IDD = IDD_ERRORINFO };
  35. // NOTE - ClassWizard will add data members here.
  36. // DO NOT EDIT what you see in these blocks of generated code !
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generate virtual function overrides
  40. //{{AFX_VIRTUAL(CErrorInfo)
  41. public:
  42. virtual BOOL OnApply();
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  45. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  46. //}}AFX_VIRTUAL
  47. //
  48. protected:
  49. // Generated message map functions
  50. //{{AFX_MSG(CErrorInfo)
  51. afx_msg void OnSaveAs();
  52. virtual BOOL OnInitDialog();
  53. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  54. //}}AFX_MSG\
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_ERROR_H__5A23FB9E_92BB_11D1_984E_00C04FB9603F__INCLUDED_)