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.

38 lines
888 B

  1. // Ed11Maps.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CEdit11Mappings dialog
  5. class CEdit11Mappings : public CNTBrowsingDialog
  6. {
  7. // Construction
  8. public:
  9. CEdit11Mappings(CWnd* pParent = NULL); // standard constructor
  10. // overrides
  11. virtual void OnOK();
  12. // Dialog Data
  13. //{{AFX_DATA(CEdit11Mappings)
  14. enum { IDD = IDD_MAP_TO_ACCNT };
  15. int m_int_enable;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CEdit11Mappings)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CEdit11Mappings)
  27. afx_msg void OnBtnHelp();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };