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. // msconfigDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "msconfigctl.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_MSCONFIGDLG_H__896ADFA7_86EC_48CE_9A79_E5729416FC81__INCLUDED_)
  7. #define AFX_MSCONFIGDLG_H__896ADFA7_86EC_48CE_9A79_E5729416FC81__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMSConfigDlg dialog
  13. class CMSConfigDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CMSConfigDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CMSConfigDlg)
  20. enum { IDD = IDD_MSCONFIG_DIALOG };
  21. CMSConfigCtl m_control;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CMSConfigDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CMSConfigDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnDestroy();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MSCONFIGDLG_H__896ADFA7_86EC_48CE_9A79_E5729416FC81__INCLUDED_)