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.4 KiB

  1. #if !defined(AFX_WIZLAST_H__5F8E4B7A_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_)
  2. #define AFX_WIZLAST_H__5F8E4B7A_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WizLast.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWizFinish dialog
  10. class CWizFinish : public CPropertyPageEx
  11. {
  12. DECLARE_DYNCREATE(CWizFinish)
  13. // Construction
  14. public:
  15. CWizFinish();
  16. ~CWizFinish();
  17. // Dialog Data
  18. //{{AFX_DATA(CWizFinish)
  19. enum { IDD = IDD_FINISH };
  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(CWizFinish)
  26. public:
  27. virtual BOOL OnWizardFinish();
  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(CWizFinish)
  36. virtual BOOL OnInitDialog();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. LRESULT OnSetPageFocus(WPARAM wParam, LPARAM lParam);
  40. public:
  41. CString m_cstrNewFinishButtonText;
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_WIZLAST_H__5F8E4B7A_C1ED_11D2_8E4A_0000F87A3388__INCLUDED_)