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.

61 lines
1.7 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #if !defined(AFX_KEYPACKPROPERTY_H__3B3F2ECF_8C69_11D1_8AD5_00C04FB6CBB5__INCLUDED_)
  3. #define AFX_KEYPACKPROPERTY_H__3B3F2ECF_8C69_11D1_8AD5_00C04FB6CBB5__INCLUDED_
  4. #if _MSC_VER >= 1000
  5. #endif // _MSC_VER >= 1000
  6. // KPProp.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CKeyPackProperty dialog
  10. class CKeyPackProperty : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CKeyPackProperty)
  13. // Construction
  14. public:
  15. CKeyPackProperty();
  16. ~CKeyPackProperty();
  17. // Dialog Data
  18. //{{AFX_DATA(CKeyPackProperty)
  19. enum { IDD = IDD_KEYPACK_PROPERTYPAGE };
  20. CString m_TotalLicenses;
  21. CString m_ProductName;
  22. CString m_ProductId;
  23. CString m_MinorVersion;
  24. CString m_MajorVersion;
  25. CString m_KeypackStatus;
  26. CString m_KeyPackId;
  27. CString m_ExpirationDate;
  28. CString m_ChannelOfPurchase;
  29. CString m_BeginSerial;
  30. CString m_AvailableLicenses;
  31. CString m_ActivationDate;
  32. CString m_KeyPackType;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generate virtual function overrides
  36. //{{AFX_VIRTUAL(CKeyPackProperty)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CKeyPackProperty)
  44. // NOTE: the ClassWizard will add member functions here
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_KEYPACKPROPERTY_H__3B3F2ECF_8C69_11D1_8AD5_00C04FB6CBB5__INCLUDED_)