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.

33 lines
967 B

  1. // AMapPpg.h : Declaration of the CAccountMapperPropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CAccountMapperPropPage : See AMapPpg.cpp.cpp for implementation.
  4. class CAccountMapperPropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CAccountMapperPropPage)
  7. DECLARE_OLECREATE_EX(CAccountMapperPropPage)
  8. // Constructor
  9. public:
  10. CAccountMapperPropPage();
  11. // Dialog Data
  12. //{{AFX_DATA(CAccountMapperPropPage)
  13. enum { IDD = IDD_PROPPAGE_MAPR1 };
  14. CString m_Caption;
  15. //}}AFX_DATA
  16. // Implementation
  17. protected:
  18. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  19. // Message maps
  20. protected:
  21. //{{AFX_MSG(CAccountMapperPropPage)
  22. // NOTE - ClassWizard will add and remove member functions here.
  23. // DO NOT EDIT what you see in these blocks of generated code !
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };