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.

60 lines
1.5 KiB

  1. #if !defined(AFX_WIZPERM_H__6E49F4C0_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_)
  2. #define AFX_WIZPERM_H__6E49F4C0_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WizPerm.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWizPerm dialog
  10. class CWizPerm : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CWizPerm)
  13. // Construction
  14. public:
  15. CWizPerm();
  16. ~CWizPerm();
  17. // Dialog Data
  18. //{{AFX_DATA(CWizPerm)
  19. enum { IDD = IDD_SHRWIZ_PERM };
  20. // NOTE - ClassWizard will add data members here.
  21. // DO NOT EDIT what you see in these blocks of generated code !
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(CWizPerm)
  26. public:
  27. virtual LRESULT OnWizardBack();
  28. virtual BOOL OnWizardFinish();
  29. virtual BOOL OnSetActive();
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CWizPerm)
  37. afx_msg void OnRadioPerm1();
  38. afx_msg void OnRadioPerm2();
  39. afx_msg void OnRadioPerm3();
  40. afx_msg void OnRadioPerm4();
  41. afx_msg void OnPermCustom();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. void Reset();
  45. int CreateShare();
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_WIZPERM_H__6E49F4C0_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_)