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.

62 lines
1.8 KiB

  1. // MSConfigDlg.h : header file
  2. //
  3. #if !defined(AFX_MSCONFIGDLG_H__E6475690_391F_43DF_AB12_D4971EC9E2B6__INCLUDED_)
  4. #define AFX_MSCONFIGDLG_H__E6475690_391F_43DF_AB12_D4971EC9E2B6__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "MSConfigCtl.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMSConfigDlg dialog
  11. class CMSConfigDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CMSConfigDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CMSConfigDlg)
  18. enum { IDD = IDD_MSCONFIG_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CMSConfigDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. CMSConfigCtl m_ctl;
  30. BOOL m_fShowInfoDialog; // TRUE if we should show the info dialog on startup
  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 OnButtonApply();
  38. afx_msg void OnButtonCancel();
  39. afx_msg void OnButtonOK();
  40. afx_msg void OnSelChangeMSConfigTab(NMHDR* pNMHDR, LRESULT* pResult);
  41. afx_msg void OnSelChangingMSConfigTab(NMHDR* pNMHDR, LRESULT* pResult);
  42. afx_msg void OnClose();
  43. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  44. afx_msg void OnButtonHelp();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MSCONFIGDLG_H__E6475690_391F_43DF_AB12_D4971EC9E2B6__INCLUDED_)