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.

49 lines
1.3 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #if !defined(AFX_TEMPLIC_H__C5B7596E_9ED0_11D1_8510_00C04FB6CBB5__INCLUDED_)
  3. #define AFX_TEMPLIC_H__C5B7596E_9ED0_11D1_8510_00C04FB6CBB5__INCLUDED_
  4. #if _MSC_VER >= 1000
  5. #endif // _MSC_VER >= 1000
  6. // TempLic.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTempLicenses dialog
  10. class CTempLicenses : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CTempLicenses(CWnd* pParent = NULL); // standard constructor
  15. CTempLicenses(KeyPackList * pKeyPackList,CWnd* pParent = NULL);
  16. // Dialog Data
  17. //{{AFX_DATA(CTempLicenses)
  18. enum { IDD = IDD_TEMP_LICENSES };
  19. CListCtrl m_TempLic;
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CTempLicenses)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CTempLicenses)
  31. virtual BOOL OnInitDialog();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. private:
  35. KeyPackList * m_pKeyPackList;
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_TEMPLIC_H__C5B7596E_9ED0_11D1_8510_00C04FB6CBB5__INCLUDED_)