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.

49 lines
1.2 KiB

  1. #if !defined(AFX_NEWSYSTEMDLG_H__52566151_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)
  2. #define AFX_NEWSYSTEMDLG_H__52566151_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewSystemDlg.h : header file
  7. //
  8. #include "HealthmonScopePane.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CNewSystemDlg dialog
  11. class CNewSystemDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CNewSystemDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CNewSystemDlg)
  18. enum { IDD = IDD_NEW_SYSTEM };
  19. CString m_sName;
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CNewSystemDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CNewSystemDlg)
  31. afx_msg void OnBrowse();
  32. virtual void OnOK();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_NEWSYSTEMDLG_H__52566151_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)