Source code of Windows XP (NT5)
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.

53 lines
1.3 KiB

  1. #if !defined(AFX_STATUSTESTDLG_H__38B8BA60_34C5_11D3_8AE8_00A0C9AFE114__INCLUDED_)
  2. #define AFX_STATUSTESTDLG_H__38B8BA60_34C5_11D3_8AE8_00A0C9AFE114__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // StatusTestDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStatusTestDlg dialog
  10. class CStatusTestDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CStatusTestDlg)
  13. // Construction
  14. public:
  15. CStatusTestDlg();
  16. ~CStatusTestDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CStatusTestDlg)
  19. enum { IDD = IDD_STATUS_TEST };
  20. long m_Status;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generate virtual function overrides
  24. //{{AFX_VIRTUAL(CStatusTestDlg)
  25. public:
  26. virtual BOOL OnSetActive();
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. IStatusObjPtr pStatus;
  33. // Generated message map functions
  34. //{{AFX_MSG(CStatusTestDlg)
  35. afx_msg void OnGetStatus();
  36. afx_msg void OnSetStatus();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_STATUSTESTDLG_H__38B8BA60_34C5_11D3_8AE8_00A0C9AFE114__INCLUDED_)