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.

53 lines
1.5 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #if !defined(AFX_LICENSEPROPERTYPAGE_H__00F79DCE_8DDF_11D1_8AD7_00C04FB6CBB5__INCLUDED_)
  3. #define AFX_LICENSEPROPERTYPAGE_H__00F79DCE_8DDF_11D1_8AD7_00C04FB6CBB5__INCLUDED_
  4. #if _MSC_VER >= 1000
  5. #endif // _MSC_VER >= 1000
  6. // LSProp.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CLicensePropertypage dialog
  10. class CLicensePropertypage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CLicensePropertypage)
  13. // Construction
  14. public:
  15. CLicensePropertypage();
  16. ~CLicensePropertypage();
  17. // Dialog Data
  18. //{{AFX_DATA(CLicensePropertypage)
  19. enum { IDD = IDD_LICENSE_PROPERTYPAGE };
  20. CString m_ExpiryDate;
  21. CString m_IssueDate;
  22. CString m_LicenseStatus;
  23. CString m_MachineName;
  24. CString m_UserName;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CLicensePropertypage)
  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(CLicensePropertypage)
  36. // NOTE: the ClassWizard will add member functions here
  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_CLicensePropertypage_H__00F79DCE_8DDF_11D1_8AD7_00C04FB6CBB5__INCLUDED_)