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.

57 lines
1.5 KiB

  1. #if !defined(AFX_WIZDIR_H__5F8E4B7A_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_)
  2. #define AFX_WIZDIR_H__5F8E4B7A_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WizDir.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWizFolder dialog
  10. class CWizFolder : public CPropertyPageEx
  11. {
  12. DECLARE_DYNCREATE(CWizFolder)
  13. // Construction
  14. public:
  15. CWizFolder();
  16. ~CWizFolder();
  17. // Dialog Data
  18. //{{AFX_DATA(CWizFolder)
  19. enum { IDD = IDD_SHRWIZ_COMPUTER };
  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(CWizFolder)
  26. public:
  27. virtual LRESULT OnWizardNext();
  28. virtual BOOL OnSetActive();
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CWizFolder)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnBrowsefolder();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. LRESULT OnSetPageFocus(WPARAM wParam, LPARAM lParam);
  41. void Reset();
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_WIZDIR_H__5F8E4B7A_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_)