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.

65 lines
1.8 KiB

  1. #if !defined(AFX_SHRPGSFM_H__6819CF67_C424_11D1_A6C6_00C04FB94F17__INCLUDED_)
  2. #define AFX_SHRPGSFM_H__6819CF67_C424_11D1_A6C6_00C04FB94F17__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ShrPgSFM.h : header file
  7. //
  8. #include "shrprop.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSharePageGeneralSFM dialog
  11. class CSharePageGeneralSFM : public CSharePageGeneral
  12. {
  13. DECLARE_DYNCREATE(CSharePageGeneralSFM)
  14. // Construction
  15. public:
  16. CSharePageGeneralSFM();
  17. virtual ~CSharePageGeneralSFM();
  18. virtual BOOL Load( CFileMgmtComponentData* pFileMgmtData, LPDATAOBJECT piDataObject );
  19. // these are implemented in sfm.cpp
  20. void ReadSfmSettings();
  21. void WriteSfmSettings();
  22. // Dialog Data
  23. //{{AFX_DATA(CSharePageGeneralSFM)
  24. enum { IDD = IDD_SHAREPROP_GENERAL_SFM };
  25. CButton m_checkboxSfmReadonly;
  26. CEdit m_editSfmPassword;
  27. CButton m_groupboxSfm;
  28. CStatic m_staticSfmText;
  29. CString m_strSfmPassword;
  30. BOOL m_bSfmReadonly;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CSharePageGeneralSFM)
  35. public:
  36. virtual BOOL OnApply();
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CSharePageGeneralSFM)
  44. afx_msg void OnSfmCheckReadonly();
  45. afx_msg void OnChangeSfmEditPassword();
  46. afx_msg BOOL OnHelp(WPARAM wParam, LPARAM lParam);
  47. afx_msg BOOL OnContextHelp(WPARAM wParam, LPARAM lParam);
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_SHRPGSFM_H__6819CF67_C424_11D1_A6C6_00C04FB94F17__INCLUDED_)