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.

51 lines
1.4 KiB

  1. #if !defined(AFX_ADDUPGRD_H__7D8EB948_9E76_11D1_9854_00C04FB9603F__INCLUDED_)
  2. #define AFX_ADDUPGRD_H__7D8EB948_9E76_11D1_9854_00C04FB9603F__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // AddUpgrd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddUpgrade dialog
  10. class CAddUpgrade : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CAddUpgrade(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CAddUpgrade)
  17. enum { IDD = IDD_FIND_UPGRADE };
  18. int m_iUpgradeType;
  19. int m_iSource;
  20. //}}AFX_DATA
  21. std::map<long, BOOL> * m_pUpgradeList;
  22. std::map<CString, long> * m_pNameIndex;
  23. BOOL m_fUninstall;
  24. long m_cookie;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CAddUpgrade)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CAddUpgrade)
  35. virtual BOOL OnInitDialog();
  36. virtual void OnOK();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_ADDUPGRD_H__7D8EB948_9E76_11D1_9854_00C04FB9603F__INCLUDED_)